import { createFileRoute } from "@tanstack/react-router"; import { Link } from "~/components/link"; function Index() { return (

MARKONE

BOOKMARK MANAGER

LOGIN SIGN UP DEMO

WHAT IS MARKONE?
MARKONE is a local-first, self-hostable bookmark manager.


WHERE IS MARKONE?
MARKONE is available as a web app and a browser extension for now.


TECHNICAL STUFF
Source code, as well as hosting guide for MARKONE is{" "} available here.

); } export const Route = createFileRoute("/")({ component: Index, });