ChatGPT Now Understands mkarchi - Generate Project Structures with AI published

Published: (December 20, 2025 at 07:28 AM EST)
1 min read
Source: Dev.to

Source: Dev.to

What is mkarchi?

mkarchi is a CLI tool that generates complete project directory structures from simple tree‑style text files. It’s designed to work perfectly with AI‑generated architectures from ChatGPT, Claude, Gemini, Copilot, and more.

What’s Changed?

You can now have conversations like this with ChatGPT:

You: ā€œGenerate an mkarchi file for a full‑stack Node.js app with React frontendā€

ChatGPT: [generates proper mkarchi syntax]

Then simply run:

mkarchi create architecture.tree

Your entire project structure is created instantly — folders, files, everything!

Why This Matters

  • Instant Setup: No more manual folder/file creation.
  • AI‑Native: Designed for AI‑generated architectures.
  • Version Controlled: Your architecture is a text file you can commit.
  • Collaborative: Share architecture files, not screenshots.

The Workflow

# 1. Ask ChatGPT for mkarchi syntax
# Example prompt:
# "Generate an mkarchi structure for a Python FastAPI microservice"

# 2. Save the output to a .tree file
#    e.g., architecture.tree

# 3. Run mkarchi
mkarchi create architecture.tree

# 4. Start coding immediately!

Try It Yourself

pip install mkarchi

Current version: v0.1.4 with improved syntax.

What’s Next?

  • Templates library
  • Plugin system
  • Enhanced AI mode for even better integration
  • Community‑contributed architectures

Join the Journey

  • ⭐ Star on GitHub
  • šŸ“¦ PyPI: pip install mkarchi
  • 🐦 Follow updates

What project structure will you generate first? Drop a comment below! šŸ‘‡

Back to Blog

Related posts

Read more Ā»