Skip to content

SlickYeet/create-lx2-app

Repository files navigation

Lx2 logo

Create Lx2 App

The Most Opinionated Way to Build Next.js Apps.

Simply run npm create lx2-app@latest to get started!

PRs-Welcome NPM version NPM beta version Downloads
Release Prepelease License

Table of Contents

What's Included

Create Lx2 App installs TypeScript, Next.js, Tailwind CSS, along with:

  • Payload CMS - A powerful headless CMS
  • Auth.js - Authentication made easy
  • Better Auth - The most comprehensive authentication framework for TypeScript.
  • Prisma ORM - Database management with full type safety
  • Drizzle ORM - A next gen TypeScript ORM for you to ship (ship ship)
  • And many more coming...

Getting Started

To create a new project, run the following command:

npm

npm create lx2-app@latest

yarn

yarn create lx2-app

pnpm

pnpm create lx2-app@latest

bun

bun create lx2-app@latest

For more information, visit the docs.

Documentation

Full documentation is available at create.lx2.dev.

❤️ Credits

Huge thanks to Theo and the T3 Stack maintainers for their amazing work on create-t3-app, which inspired this project.

Show them some love by giving them a ⭐ over on GitHub!

Contributing

We 💖 contributors! Feel free to contribute to this project but please read the Contributing Guidelines before opening an issue or PR so you understand the branching strategy and local development environment.

Made with contrib.rocks