webpage/docs/introduction.md
Neko is an open-source self-hosted virtual browser solution that allows multiple users to share a single web browser instance remotely. It is designed for use cases such as collaborative browsing, remote access to web-based applications, and private cloud-based browsing.
Neko runs on various platforms, including:
Explore the documentation to learn how to deploy, configure, and optimize Neko for your use case.
import DocCardList from '@theme/DocCardList'; import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items.filter((item) => item.docId !== 'introduction')} />