#bun #next-js #nextjs #prisma #initialization #tailwind #command-line-tool #app

app next-fast

A CLI wrapper that creates Next.js apps with bun and initializes Prisma

2 releases

0.1.1 Jun 9, 2025
0.1.0 Jun 9, 2025

#200 in Development tools

Download history 121/week @ 2025-06-03 127/week @ 2025-06-10 14/week @ 2025-06-17 2/week @ 2025-06-24

264 downloads per month

MIT license

12KB
194 lines

๐Ÿ“ฆ next-fast โ€“ Next.js + ShadCN + PrismJS Project Generator A fast and opinionated CLI tool to bootstrap a full-stack Next.js app with ShadCN UI components and PrismJS syntax highlighting .

๐Ÿš€ Built with Rust for speed and reliability.

โœ… Features โœจ Creates a fully configured Next.js project ๐ŸŽจ Integrates ShadCN/UI ๐Ÿ”ค Adds PrismJS for beautiful code blocks ๐Ÿš€ Written in Rust for blazing-fast performance ๐Ÿ“ฆ No external dependencies beyond standard tooling ๐Ÿ› ๏ธ Installation

cargo install next-fast
Make sure you have Rust and Cargo installed. If not, install them from rust-lang.org .

๐Ÿ’ก Tip: Add ~/.cargo/bin to your PATH if you encounter a "command not found" error.

๐Ÿงช Usage

next-fast <project-name>
This will create a new directory <project-name> containing a ready-to-run Next.js application with the following already set up:
  • Tailwind CSS
  • ShadCN UI components
  • App Router
  • TypeScript support
  • ESLint & Prettier
  • PrismJS integration

Example:

1 next-fast my-app
2 cd my-app
3 npm run dev

Open http://localhost:3000 to see your new app!

๐Ÿงฉ Available Components & Tools ShadCN Button, Card, Dialog, etc. TailwindCSS utilities Dark mode toggle (optional) Code highlighting using PrismJS ๐Ÿ›ก๏ธ License MIT License โ€“ see LICENSE

๐Ÿ™Œ Contributing Contributions are welcome! Please open an issue or submit a PR on GitHub.

Fork the repo Create your feature branch (git checkout -b feature/new-template) Commit your changes (git commit -m 'Add feature') Push to the branch (git push origin feature/new-template) Open a Pull Request ๐Ÿ“ฌ Feedback & Issues Have a bug or a feature request? Open an issue here: https://github.com/Shivrajsoni/next-fast/issues

๐Ÿ“ฆ Crate Info crates.io : https://crates.io/crates/next-fast GitHub : (Add your GitHub link here) Let me know if you'd like this README enhanced with badges (e.g., license, version, downloads), or want to generate a GitHub release template as well!

Dependencies

~3โ€“12MB
~124K SLoC