BeClaude

nextjs-betterauth-drizzle-postgres

Community RegistryGeneralby Mixedbread

Next.js 16 starter with Better Auth and Drizzle ORM for Postgres. Includes email/password auth, GitHub OAuth, Google OAuth, login/signup forms with shadcn/ui, and protected routes.

First seen 4/17/2026

Summary

js 16 application with Better Auth and Drizzle ORM for PostgreSQL.

  • It includes pre-configured email/password authentication, GitHub and Google OAuth, login and signup forms styled with shadcn/ui, and protected route examples, saving developers hours of boilerplate setup.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install nextjs-betterauth-drizzle-postgres@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Quickly scaffold a new Next.js project with authentication and database integration.
Set up email/password login with secure session management using Better Auth.
Integrate GitHub and Google OAuth for social login options.
Build protected routes that require authentication to access.
Use Drizzle ORM to define and migrate PostgreSQL database schemas.
Customize pre-built login and signup forms built with shadcn/ui components.

Usage Examples

1

/nextjs-betterauth-drizzle-postgres scaffold a new project with email auth and GitHub OAuth

2

Add a new protected dashboard route that requires authentication

3

Create a Drizzle schema for a 'posts' table and generate the migration

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is nextjs-betterauth-drizzle-postgres?

This skill provides a complete starter template for building a Next.js 16 application with Better Auth and Drizzle ORM for PostgreSQL. It includes pre-configured email/password authentication, GitHub and Google OAuth, login and signup forms styled with shadcn/ui, and protected route examples, saving developers hours of boilerplate setup.

How to install nextjs-betterauth-drizzle-postgres?

To install nextjs-betterauth-drizzle-postgres: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install nextjs-betterauth-drizzle-postgres@<marketplace>. Finally, /plugin in Claude Code.

What is nextjs-betterauth-drizzle-postgres best for?

nextjs-betterauth-drizzle-postgres is a plugin categorized under General. Created by Mixedbread.

What can I use nextjs-betterauth-drizzle-postgres for?

nextjs-betterauth-drizzle-postgres is useful for: Quickly scaffold a new Next.js project with authentication and database integration.; Set up email/password login with secure session management using Better Auth.; Integrate GitHub and Google OAuth for social login options.; Build protected routes that require authentication to access.; Use Drizzle ORM to define and migrate PostgreSQL database schemas.; Customize pre-built login and signup forms built with shadcn/ui components..