mirror of
https://github.com/lumina-rocks/lumina.git
synced 2026-06-09 06:10:06 +02:00
925 B
925 B
nostr-vibed is a modern web application starter built for experimenting with the Nostr protocol and related technologies.
This project uses:
- Next.js (App Router): React-based framework for server-side rendering, routing, and API routes.
- TailwindCSS: Utility-first CSS framework for rapid UI development.
- shadcn/ui: Accessible, customizable React UI components built on top of Radix UI primitives.
- next-themes: Theme switching (light/dark) with system preference support.
- lucide-react: Icon library for modern SVG icons.
- nostr-tools: Utilities for working with the Nostr protocol (events, keys, relays, etc).
Features:
- Clean, responsive layout with a customizable header and theme toggle.
- Ready-to-use component structure for rapid prototyping.
- Utility helpers and sensible defaults for styling and state management.
- Easily extendable for building Nostr dashboards or experiments.