Skip to content
/ nyxforge Public template

A minimal TurboRepo template optimized for building scalable and high-performance Next.js applications.

License

Notifications You must be signed in to change notification settings

parazeeknova/nyxforge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e65cb74 Â· Mar 22, 2025

History

85 Commits
Mar 12, 2025
Jan 22, 2025
Mar 22, 2025
Mar 22, 2025
Jan 23, 2025
Jan 23, 2025
Jan 23, 2025
Jan 22, 2025
Jan 21, 2025
Jan 21, 2025
Mar 22, 2025
Jan 21, 2025
Feb 7, 2025
Feb 14, 2025
Jan 21, 2025
Mar 22, 2025
Mar 22, 2025
Jan 21, 2025
Jan 21, 2025
Jan 23, 2025
Mar 12, 2025

Repository files navigation

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 🌱

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