Build with Nuxt on v0

A minimal Nuxt 4 starter, ready for v0.

Try asking v0 to…

  • Add a navigation bar

    “Add a sticky top navigation bar with links to Home, About, and Contact.”

  • Build a hero section

    “Replace the home page with a hero section: headline, subheadline, and a primary CTA button.”

  • Create a blog index

    “Add a /blog page that lists posts from a local array of mock data, with title, date, and excerpt.”

  • Add a contact form

    “Create a /contact page with a form (name, email, message) that validates input and shows a success state.”

  • Add a dark mode toggle

    “Add a dark mode toggle in the header that persists across reloads.”

  • Build a pricing page

    “Create a /pricing page with three tiers (Free, Pro, Team) in a responsive card layout.”

Edit app/pages/index.vue to change this page. See Nuxt docs for more.