Skip to content
Sylken edited this page Aug 6, 2025 · 1 revision

👋 Welcome to the Nextjango Wiki

Nextjango is a full-stack CLI tool that scaffolds and fully wires a Next.js + Django application — in seconds.

No boilerplate. No config wrestling. Just run it and build your product.


🚀 Getting Started

Run this from any directory:

npx nextjango init

Then launch both frontend + backend together:

npm run dev

That’s it — no need to CD into anything or spin up two terminals.


✨ Key Features

  • 🔥 Instant Next.js + Django scaffold
  • ⚡ Unified dev server (npm run dev)
  • 📁 Clean, modular project structure
  • 🎯 Minimal config, max flexibility
  • 🧱 Component & page generators (coming soon)

🛣 Roadmap Highlights

  • npx nextjango create-page <name>
  • Prompts to pick common DBs (PostgreSQL, SQLite, MySQL)
  • .env generation based on selected DB
  • Optional blank DB setup
  • Internal plugin system
  • Deployment & Docker templates
  • VS Code integration

🔗 View the full ROADMAP


🤝 Get Involved


🧙‍♂️ Maintained by Sylken

This page will evolve as features roll out — feel free to suggest edits!