Hey Devs! I'm @ion-linti, a 17-year-old indie AI developer — and I'm excited to announce the first release of my open-source project: VibeCoding Flow.
💡 What Is It?
VibeCoding Flow is a next-gen AI‑powered IDE.
You describe your idea in natural language — and get a full project generated: structure, code, logic, everything.
Just one command like this:
vibe new myapp "a beautiful todo app with Windows UI"
And boom — your project is ready to go.
🧠 What Does It Do?
In this release, VibeCoding Flow can:
- Generate a complete folder structure
- Create
README
,requirements.txt
, and starter code - Store the project spec in
spec.json
and local SQLite memory - Use GPT to generate functional code
🔧 Under the Hood
- Python CLI (
argparse
,rich
) - Modular architecture: Promptifier, Architect, CodeGenerator
- Per-project memory in SQLite
🧪 Status
This is the 0.1.0 Alpha release — usable, but evolving fast.
What’s next:
- ✨ Tauri GUI with Monaco Editor
- 🧠 reasoning agent
- ✅ Symbolic verification (Prolog / Z3 SMT)
- 🔁 Auto-testing pipeline (
pytest
) - 🔌 Plugin system for full customization
🤝 Get Involved!
- GitHub: github.com/ion-linti/VibeCodingFlow
- Roadmap & issue tracker are public — feedback welcome!
- PRs, stars ⭐, feature requests — all appreciated.
This is more than a dev tool — it's a step toward rethinking how we code.
Let’s make building software smoother, smarter, and a bit more joyful.
⚡️ Let’s make coding flow again.
Top comments (3)
pretty rad seeing someone 17 drop an open-source tool like this - makes me think about where this could shift how we build stuff, you think all code will go this way someday or will folks still want to write things by hand?
I think some enthusiasts definitely will
("_")