This repository contains a boilerplate for building applications using Next.js, Lucia Auth and Drizzle ORM.
This starter kit provides a solid foundation for developing a modern web application with authentication and database interaction.
The goal of this starter kit is to provide a basic application structure that you can build upon. Authentication can often be a barrier to development, but with this setup, you can focus on implementing your ideas without spending time on configuring authentication.
-
Next.js
: A powerful React framework for building server-side rendered and statically generated websites. -
Lucia Auth
: A flexible authentication library with built-in support for various authentication methods. -
Drizzle ORM
: A lightweight, type-safe ORM for interacting with your database. -
Shadcn Components
: A set of beautifully designed UI components to speed up your development process. -
TypeScript
: Type-safe code with TypeScript support. Tailwind CSS: Utility-first CSS framework for rapid UI development.