An open API service indexing awesome lists of open source software.

https://github.com/0xsarwagya/next-genie

Opinionated CLI tool to bootstrap Next.js projects effortlessly, tailored for my personal workflow. 🚀
https://github.com/0xsarwagya/next-genie

Last synced: 2 months ago
JSON representation

Opinionated CLI tool to bootstrap Next.js projects effortlessly, tailored for my personal workflow. 🚀

Awesome Lists containing this project

README

        





Logo


Next Genie



Next-Genie is a personal, opinionated CLI tool to kickstart Next.js projects with all the essential configurations and dependencies already in place. No more wasting time on boilerplate; just run the command, and you're ready to go!




Report Bug
·
Request Feature


## About
#### "Why spend 5 minutes on something when you can spend 5 hours automating it?"
> The Fireship Book Of Awesomeness (Github Actions Chapter) 0:00

Well, I took that to heart. This tool automates my Next.js project setup, so I can focus on what matters—building awesome features. 🚀

## Features
1. **Next.js**
- Automated setup with the latest Next.js version.

2. **BiomeJS**
- Linting setup with Biome for cleaner and more consistent code.

3. **Commitizen for Semantic Commits**
- Automatically sets up Commitizen for semantic versioning and structured commit messages.

4. **Custom Style Configuration**
- Custom Tailwind Styles and CSS Styles
- Extra colors and themes from shadcn

5. **Zod Env Validation**
- Zod setup for validating environment variables.

6. **ShadCN**
- Integrated with ShadCN to quickly generate UI components with TailwindCSS and TypeScript.

7. **Tailwind CSS**
- Full TailwindCSS setup with a custom configuration and commonly used styles (e.g., colors, spacing, fonts).

8. **AuthJS v4** (Optional)
- Basic integration with AuthJS v4 for authentication (v5 when stable).

9. **Prisma** (Optional)
- Prisma setup for easy database management and integration.