Free Boilerplate and Starter kit for Next.js 16+, Supabase, Tailwind CSS 4 and TypeScript. Next.js Supabase TypeScript ESLint Prettier Husky Lint-Staged Jest Testing Library Playwright Commitizen Commitlint VSCode Vercel PostCSS Tailwind CSS React Query
NextBase Starter is an open-source and free boilerplate for building applications using Next.js 13 and Supabase. It provides a Next.js 13 app with features such as Typescript, Supabase integration, Tailwind CSS, and more. It also includes several development tools and configurations for ease of use.
yarn supabase link --project-ref <project-ref>. You can find your project ref in the Supabase Project dashboard (Project Settings -> API)..env.local.example and rename it to .env.local. Add the Project ref, Supabase URL, and anon key.yarn supabase db push.yarn generate:types:local.yarn dev to start the development server.NextBase Starter is a feature-rich boilerplate for Next.js 13 and Supabase development. It provides a solid foundation for building applications with modern front-end technologies such as Typescript and Tailwind CSS. With its pre-configured setup and additional tools, developers can quickly start building and testing their applications. The documentation provides clear and concise instructions for installation and deployment. Overall, NextBase Starter is a powerful and convenient tool for developers looking to jumpstart their Next.js and Supabase projects.