https://github.com/parazeeknova/nyxforge
A minimal TurboRepo template optimized for building scalable and high-performance Next.js applications.
https://github.com/parazeeknova/nyxforge
boilerplate minimal nextjs public-template template turbopack turborepo
Last synced: 6 months ago
JSON representation
A minimal TurboRepo template optimized for building scalable and high-performance Next.js applications.
- Host: GitHub
- URL: https://github.com/parazeeknova/nyxforge
- Owner: parazeeknova
- License: mit
- Created: 2025-01-21T01:14:58.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-01T02:25:47.000Z (7 months ago)
- Last Synced: 2025-08-09T12:43:19.618Z (7 months ago)
- Topics: boilerplate, minimal, nextjs, public-template, template, turbopack, turborepo
- Language: TypeScript
- Homepage:
- Size: 3.09 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NyxForge - Production-Ready Next.js Monorepo Starter Template
## About 🚀
NyxForge is a meticulously crafted Turborepo starter template designed to accelerate the development of modern, scalable, and high-performance Next.js applications. Built with developer experience and production readiness in mind, NyxForge bundles essential tools and preconfigured packages into a cohesive monorepo structure, allowing teams to focus on building features instead of wrestling with configurations.
## Getting Started 🌱
```bash
npx nyxforge@latest init
or
npx @parazeeknova/nyxforge@latest init
```
## Package Availability 📦
NyxForge is distributed through multiple package registries to ensure reliable access:
- **NPM Registry**: `npx nyxforge@latest init`
- The primary distribution channel
- Available globally through npmjs.com
- **GitHub Packages**: `npx @parazeeknova/nyxforge@latest init`
- Alternative distribution channel
- Directly integrated with GitHub's ecosystem
Both versions are identical in functionality and are automatically synchronized through our CI/CD pipeline.
> [!NOTE]
> Github package release may have a version mismatch with the NPM package. But both packages are identical in functionality. (ex: 0.0.11 in NPM may be 0.0.10 in Github)
## Why Choose NyxForge?
- Zero Config, Max Productivity: Skip the boilerplate—start coding with prelinked packages, resolved aliases, and unified tooling.
- Future-Proof Design: Built with best practices for maintainability, testing, and extensibility.
- Community-Driven: Regularly updated with the latest Next.js features and ecosystem tools.
## Credits
- [next-forge](https://github.com/haydenbleasel/next-forge) by Hayden Bleasel for the structure.