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 — Static site generation with prerendering
- Applesauce — Nostr data layer (EventStore + IndexedDB)
- 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.