Skip to content

๐Ÿš€ Nuxt 4 + Storyblok + shadcn - Modern full-stack starter with headless CMS and beautiful UI components. Type-safe, visual editing, and developer-friendly.

Notifications You must be signed in to change notification settings

elliotcln/storyblok-nuxt-root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

45 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Nuxt + shadcn + Storyblok

A modern, fast, and flexible website built with Nuxt 4, styled with shadcn & TailwindCSS, and powered by Storyblok as a headless CMS.

๐Ÿš€ Tech Stack

  • Nuxt 4 โ€” Vue-based framework for SSR & static sites
  • shadcn โ€” A set of beautifully designed components that you can customize, extend, and build on
  • Tailwind CSS - Utility-first CSS classes framework
  • Storyblok โ€” Headless CMS for structured content and visual editing

๐Ÿ› ๏ธ Setup

# 1. Clone the repo
git clone https://github.com/elliotcln/storyblok-nuxt-root.git
cd yourproject

# 2. Install dependencies
npm install

# 3. Configure your project
cp nuxt.config.js
Add your Storyblok token & GA / GTM keys

# 4. Run the dev server
npm run dev

Visit https://nuxt-storyblok-starter.local:3000 to see your app live.

๐Ÿ“‚ Project Structure

.
โ”œโ”€โ”€ app/
โ”œโ”€โ”€โ”€โ”€assets/        # CSS files
โ”œโ”€โ”€โ”€โ”€components/    # Reusable Vue components
โ”œโ”€โ”€โ”€โ”€pages/         # Nuxt pages (auto-routed)
โ”œโ”€โ”€โ”€โ”€storyblok/     # Storyblok content blocks & helpers
โ”œโ”€โ”€ public/         # Static assets
โ””โ”€โ”€ nuxt.config.ts  # Nuxt configuration

๐Ÿงฉ Integrations

  • Dynamic content fetched from Storyblok API
  • Styled components via shadcn
  • Auto-imported pages and components from Nuxt

๐Ÿง‘โ€๐Ÿ’ป Development

  • Run npm run lint to check for code style issues
  • Run npm run build to generate a production build

About

๐Ÿš€ Nuxt 4 + Storyblok + shadcn - Modern full-stack starter with headless CMS and beautiful UI components. Type-safe, visual editing, and developer-friendly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published