A fast, SEO-friendly, local-first web interface for the Zapstore app distribution network built on Nostr.
Enables discovering apps, viewing detailed metadata, and connecting users to the Zapstore mobile app for installation.
- SvelteKit — Server-rendered app with Node.js adapter
- Dexie.js — Reactive IndexedDB layer with liveQuery
- nostr-tools — Nostr protocol implementation
- Tailwind CSS — Styling
Install dependencies:
bun installStart the development server:
bun run devOpen http://localhost:5173 in your browser.
bun run build # Build for production
bun run preview # Preview production build
bun run check # Run TypeScript checks
bun run lint # Run ESLint
bun run format # Format code with PrettierSee spec/guidelines/ for architecture, vision, and development guidelines.