DEV Community

Cover image for Would you use an AI tool that generates architecture diagrams from plain text? Looking for honest feedback
Beluci
Beluci

Posted on

Would you use an AI tool that generates architecture diagrams from plain text? Looking for honest feedback

Hey everyone! πŸ‘‹

I've been a full-stack developer for years, and one thing that always bugged me was the gap between having an idea and having a proper architecture plan. Every time I started a new project, I'd spend hours on whiteboards or draw.io trying to map out services, databases, APIs...

So I built Flux Planner β€” you describe your system in plain text, and AI (Gemini 3.0) generates a complete architecture diagram with connected cards for services, databases, APIs, and infrastructure.

How it works:

  1. Open a chat and describe your project (e.g., "I need a microservices e-commerce platform with auth, payments, and inventory")
  2. AI generates architecture cards on an interactive board β€” auto-organized into layers (Frontend, Backend, Data, Infrastructure)
  3. Drag, edit, connect, add checklists, export as PNG/PDF/Markdown

What makes it different from other diagram tools:

  • Chat-driven β€” no dragging boxes around, just describe what you need
  • AI understands architecture patterns β€” it doesn't just draw boxes, it suggests proper service separation, database choices, API contracts
  • Multiple AI modes β€” Software Architect, Product Manager, Growth, Documentation
  • Export to Markdown β€” paste it into ChatGPT/Claude and start coding immediately
  • Version history β€” checkpoint your architecture as it evolves
  • Share publicly β€” generate a link for code reviews or team discussions

Stack: React + React Flow + TypeScript + Vite (frontend) / Express + MySQL + Stripe (backend) / Gemini 3.0 Flash & Pro

Pricing: Free tier (10 credits per day), Plus $9.99/mo, Pro $29.99/mo. New users get a 7-day trial with 50 credits per day.

I'd love to hear your thoughts and feedback! Happy to answer any questions.

πŸ”— https://planner.fluxmods.com

Top comments (0)