Turbo Lucia Starter

screenshot of Turbo Lucia Starter
nextjs
tailwind
shadcn-ui
drizzle-orm

Turborepo start with lucia, drizzle, nextjs and tailwind.

Overview

Turbo Lucia Starter is an innovative web development template designed for building applications in a modern monorepo architecture. It is based on the capabilities of TurboRepo and leverages the latest features of Next.js, offering a streamlined experience for developers looking to create web applications without unnecessary overhead. This template provides the foundational setup required to get started, making it perfect for both new projects and seasoned developers experimenting with new technologies.

The template stands out with its refined structure, focusing on essential elements of web development while discarding unnecessary components for a cleaner workflow. It simplifies the configuration process and enhances the development experience, empowering developers to delve straight into coding their applications.

Features

  • Modern Framework Support: Utilizes the latest version of Next.js (15.1) to provide robust and efficient data fetching capabilities.
  • User Authentication: Pre-configured authentication options using GitHub and Discord, along with support for mock users for easy testing.
  • Development Optimization: Commands like pnpm dev streamline the development process, allowing developers to run all apps and packages in development mode effortlessly.
  • Database Migrations: Simplified database management through commands like pnpm db:migrate:dev, ensuring that tables are set up quickly and easily.
  • Inclusive Testing Environment: Initial playwright tests are built-in, facilitating straightforward testing of login functionalities to ensure reliability.
  • Internationalization: Comes with next-intl support, making it easier to implement multi-language features in applications.
  • Helpful Developer Commands: A set of easily accessible commands for building, testing, linting, and formatting code, increasing developer productivity.
  • Future-Proof Architecture: Designed to stay updated with ongoing Next.js advancements, ensuring relevance in the ever-evolving web development landscape.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

shadcn-ui
Shadcn UI

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

drizzle-orm
Drizzle ORM

Drizzle ORM is a TypeScript ORM for SQL databases designed with maximum type safety in mind. It comes with a drizzle-kit CLI companion for automatic SQL migrations generation. Drizzle ORM is meant to be a library, not a framework. It stays as an opt-in solution all the time at any levels.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

turborepo
Turborepo

Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.