Note: We are on a coding break until January 15, 2026. Still checking issues, just no new dev until then
A relay that connects independent websites with Octothorpe Protocol. Implements OP core features and includes a limited front-end UI.
❯ cp .env.example .env
Note: A connection to on OP-compatible datastore is required. For full-local development, see octothorpes-suite. Otherwise, credentials for a hosted instance will be required in .env
Start the local dev server:
❯ npm run dev
Visit the Site UI:
- Domains:
http://localhost:5173/domains - Hashtags:
http://localhost:5173/~/ - Test indexing a page:
http://localhost:5173/debug/orchestra-pit?uri=FULL-TEST-URL-HERE - Example API endpoint:
http://localhost:5173/get/everything/posted/debug?s=demo.ideastore.devSee the API docs for more