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

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.

Awesome Lists containing this project

README

          

# NyxForge - Production-Ready Next.js Monorepo Starter Template


Logo


## 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.