nextjs-betterauth-drizzle-postgres
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.
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
/plugin marketplace add <org/repo>Add the configuration to /plugin install nextjs-betterauth-drizzle-postgres@<marketplace>
/pluginUse Cases
Usage Examples
/nextjs-betterauth-drizzle-postgres scaffold a new project with email auth and GitHub OAuth
Add a new protected dashboard route that requires authentication
Create a Drizzle schema for a 'posts' table and generate the migration
Security Audits
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..