NFD CLI – Fullstack App Generator + Custom Language (Now Open Source)
Overview
Hey everyone 
I’ve been building a project called NFD (Next Future Dev) — a CLI designed to generate applications across different frameworks and languages from a single command.
It’s now open source:
https://github.com/ADALIGO/NFD-CLI
https://next-future-dev.vercel.app/
https://need–for–drive.vercel.app
What NFD Does
Run:
nfd
And you can generate:
React applications (Vite+Tailwind)
Rust-based framework (custom .nfdlanguage engine)
Fullstack apps (frontend + backend + database)
Custom templates (extensible system)
Automatic GitHub commit
One-command deployment to Vercel
Not Just a Generator
NFD is built as a modular system:
- Template-based architecture
- Multi-language support (
JS+Rustcurrently) - Expandable to more frameworks (
Next.js,Node.js, etc.) - CLI + runtime (custom language engine)
- Full GitHub integration: All generated apps can be committed automatically
- One-command deploy: Deploy directly to Vercel without manual setup
Custom .nfd Language (Experimental)
I’m also building a programming language powered by Rust:
- Lexer
- Parser
- Interpreter
Example:
print("Hello NFD")
Vision
To create a developer workflow like:
nfd create my-app --framework react
nfd create my-engine --language rust
nfd create my-saas --fullstack --deploy
→ One CLI
→ Multiple ecosystems
→ Ready to scale
Current Status
- CLI working locally

- React template ready

Rustframework started
- Templates system working

- GitHub repo public

Looking for Feedback
I’d love input from the community:
- What frameworks should be added next?
- Best way to integrate deeply with
Vercel? - Should I focus more on CLI OR the custom language?
Open to Collaboration
I’m looking to grow this into something bigger with the community. If you’re interested in testing or contributing, I’d really appreciate your feedback 
Thanks!
