ChatGPT Now Understands mkarchi - Generate Project Structures with AI published
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! š