A decentralized link sharing app built on nostr. Everything runs client-side with no backend. Your data lives on nostr relays, not on our servers.
- Decentralized: All data stored on nostr relays
- Privacy-first: No data collection, no cookies, no tracking
- Modern UI: Green nature cyberpunk aesthetic with smooth animations
- Edit Mode: NIP-07 login to manage your links
- Theme Switcher: Dark/light mode with cinematic transitions
- QR Codes: Share your profile easily
- Lightning Zaps: Display Lightning payment QR codes
- React 18 + TypeScript
- Tailwind CSS
- nostr-tools
- Vite
- Vercel (hosting)
npm install
npm run devThe app will be available at http://localhost:5173
npm run buildThe app is configured for Vercel deployment. Push to your repository and connect it to Vercel for automatic deployments.
For GitHub Pages, update the base path in vite.config.ts:
base: '/your-repo-name/'Visit /npub1abc123... to view a profile.
- Install a NIP-07 browser extension (e.g., Alby, nos2x)
- Visit your profile page
- Click "Edit Links" (only visible if you're the owner)
- Add, edit, or delete links
- Save changes (signed and published to nostr relays)
See LEGAL_DISCLAIMER.md for details.
This is a side project. We don't collect data, don't store your content, and aren't responsible for user-generated content.
MIT License - See LICENSE file