DEV Community

Cover image for Ultimate Scaffolder for Next.js and Supabase development
Stefan Simic
Stefan Simic

Posted on

Ultimate Scaffolder for Next.js and Supabase development

Hey there, awesome devs! 👋 Are you tired of spending hours setting up your Next.js projects with Supabase and shadcn/ui? Well, I’ve got some exciting news for you! 🎉

Introducing the Next.js Supabase shadcn/ui Scaffolder
I’m thrilled to share a tool that’s going to make your life so much easier. Say hello to the Next.js Supabase shadcn/ui Scaffolder! This nifty package is designed to kickstart your Next.js projects with Supabase integration and shadcn/ui components in just a few minutes. No more tedious setup processes or configuration headaches!

What’s in the Box? 📦
Our scaffolder is packed with features to get you up and running in no time:

  • Next.js Setup: Get a fresh Next.js project ready to go.
  • Supabase Integration: Seamlessly connect your app to Supabase for all your backend needs.
  • shadcn/ui Components: Beautiful, accessible components at your fingertips.
  • TypeScript Support: Because who doesn’t love some type safety?
  • Flexible Routing: Choose between the classic Pages Router or the new App Router.
  • TailwindCSS Integration: Optionally include TailwindCSS for easy styling.
  • Environment Setup: Automatic configuration of your Supabase environment variables.

Getting Started is a Breeze🌬️

Ready to dive in? Here’s how you can get started:

Install the package globally:

npm install -g next-supabase-starter

Initialize project:

next-supabase init

next-supabase-starter

Code

Top comments (0)