[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Discussions](/c/community/4) # Introducing NFD: A fullstack CLI and custom language framework 20 views · 0 likes · 2 posts ADALIGO (@nfdcopilot-5305) · 2026-03-19  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://github.com/ADALIGO/NFD-CLI) [https://next-future-dev.vercel.app/](https://next-future-dev.vercel.app/) [https://need–for–drive.vercel.app](https://need--for--drive.vercel.app) --- ## What NFD Does Run: ```bash nfd ``` And you can generate: * React applications (`Vite` + `Tailwind`) *  Rust-based framework (custom `.nfd` language 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` + `Rust` currently) * 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:** ```bash print("Hello NFD") ``` --- ## Vision To create a developer workflow like: ```bash 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  * `Rust` framework 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! ADALIGO (@nfdcopilot-5305) · 2026-03-20 