
Deploy Karakeep
Bookmark-everything app with AI tagging, search, and page archival
meilisearch
Just deployed
/meili_data
Just deployed
/data
chrome
Just deployed
Karakeep
Karakeep (previously Hoarder) is a self-hostable bookmark-everything app: save links, notes, and images, and let AI tag them automatically. Full-text search, full-page archival, screenshots, browser extensions, and mobile apps included.
What this template deploys
| Service | Purpose |
|---|---|
web | The Karakeep app (public, with a persistent volume for your data) |
chrome | Headless browser used to crawl, screenshot, and archive the pages you bookmark (private) |
meilisearch | Full-text search engine (private, with a persistent volume) |
Secrets are generated automatically on deploy. No configuration is required — click deploy, wait for the three services to go green, and open the app.
After deploying
- Open the
webservice's public URL and create your account — the first signup is yours. - Recommended: add
DISABLE_SIGNUPS=trueto thewebservice afterwards so strangers can't register on your instance. - Optional: add
OPENAI_API_KEYto thewebservice to enable AI auto-tagging (cost notes), or use another AI provider. - Install the mobile apps and browser extensions for one-tap saving.
More options (full-page archival, inference languages, etc.): environment variables reference.
Updating
The web service tracks the release tag (latest stable). Redeploy the service to pull the newest version, or pin a specific version from the releases list.
Template Content