Files
lumina/.github/prompts/basics.prompt.md
mroxso 0df571067f add NIP-46 support (#61)
Co-authored-by: highperfocused <highperfocused@pm.me>
2025-04-18 18:35:43 +02:00

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.