vibedoc — Summary
Slug: vibedoc GitHub: https://github.com/JasonRobertDestiny/VibeDoc Stars: 373 License: MIT Language: Python Last commit: 2025-11-21
One-Liner
Gradio web app that takes a project idea or requirement as input and generates a structured development plan (exported to MD/Word/PDF/HTML) in 60-180 seconds using SiliconFlow's DeepSeek API — with 2 Claude Code commands for arrangement and deployment.
Archetype
Archetype 5 (Closed IDE-like surface with proprietary backend) mixed with Archetype 4 (Markdown scaffold). A standalone web application — not an agent harness for an IDE — that generates spec documents as its output. The 2 Claude Code commands are thin wrappers for deploying the app itself, not for agent behavior within Claude Code.
Key Facts
- Install:
pip install -r requirements.txt+python app.py→http://localhost:7860 - Backend: SiliconFlow API (
deepseek-ai/deepseek-v3default) viaSILICONFLOW_API_KEY - UI: Gradio 5.34.1, browser-based
- Generation time: 60-180 seconds per development plan
- Export formats: Markdown, Word (.docx), PDF, HTML
- 2 Claude Code commands:
arrange.md(organize docs),deploy.md(deploy app) - Docker support: Dockerfile + docker-compose.yml
- Bilingual: Chinese primary (README), English README.zh.md
- Origin: "MCP&Agent challenge 2025" contest entry
- Key modules: app.py, prompt_optimizer.py, plan_editor.py, explanation_manager.py, enhanced_mcp_client.py, export_manager.py