medusajs /
nextjs-starter-medusa
A performant frontend ecommerce starter template with Next.js
Loading repository data…
RvDstudio / repository
A Next.js starter kit integrating Drizzle ORM for type-safe database operations, Better Auth for secure authentication, and NeonDB for serverless PostgreSQL. This template offers a robust, scalable foundation for building modern full-stack applications with TypeScript and a cloud-native database.
This is a Next.js project bootstrapped with create-next-app.
First, run the install:
pnpm install
DATABASE_URL= #Your Neon DB URL
BETTER_AUTH_SECRET= #Your Better Auth Secret
BETTER_AUTH_URL=http://localhost:3000 #Your Base URL of your app
GOOGLE_CLIENT_ID= #Your Google Client ID
GOOGLE_CLIENT_SECRET= #Your Google Client Secret
GITHUB_CLIENT_ID= #Your Github Client ID
GITHUB_CLIENT_SECRET= #Your Github Client Secret
RESEND_API_KEY= #Your Resend API Key
It will generate a auth-schema.ts that we need to copy to the drizzle schema
npx @better-auth/cli generate
We need to copy the content of the auth-schema to the drizzle schema in the db folder.
first we need to generate the schema
npx db:generate
after that we need to push it to our Neon db
npx db:push
Now if we have done everything correct we can visit it on localhost:3000
pnpm run dev
Selected from shared topics, language and repository description—not editorial ratings.
medusajs /
A performant frontend ecommerce starter template with Next.js
pankod /
A well-structured production ready Next.js boilerplate with Typescript, Redux, Jest, Enzyme, Express.js, Sass, Css, EnvConfig, Fetch, Reverse Proxy, Bundle Analyzer and Built-in Project CLI. https://pankod.github.io/next-boilerplate/
vercel /
Next.js + Tailwind + Typescript + Drizzle + NextAuth + PostgreSQL starter template.
Skolaczk /
A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, Stripe, testing tools and more. Jumpstart your project with efficiency and style.
wslyvh /
A Next.js + Ethereum starter kit with Viem, Wagmi, Web3Modal, SIWE, Tailwind, daisyUI and more to quickly ship production-ready Web3 Apps ⚡
akd-io /
Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new Next.js apps.