KeepLink is a simple bookmark service with tags and archive build with Supabase and Next.js. It doesn't have any social sharing featrue and You can host your own instance
- Automatically tag new bookmark based on existed tags
- Automatically fetch titles and descriptions with metascraper
- Page archive with SinglePage and headless chrome
- Fulltext search for url, title, description,tag and archived content
- Tagging alias for admin
- Database and restful API access thanks to Supabase stack
Site: https://app.keeplink.cc\
Account email and password is [email protected]
It is not a admin account, some admin feature like tag alias management are missing.
KeepLink is build with Supabase stack and Next.js, But It cannot depoly directly on vercel.com and https://supabase.io (at least for now) for two reason.
- KeepLink use rum index and zhparser for better search support which is not currently exist in supabase's extensions list.
- Vercel's API route has 10 seconds runtime limit for its hobby plain. Archiving page with headless chrome might reach this limit. Maybe it can be solved by Supabase Workflows.
More infomation is in https://github.com/fengkx/keeplink/wiki