Currently Supports: TypeScript & JavaScript Projects
Looks for package.json in your project
🚀More languages & frameworks coming soon!
1
📋 Copy the Prompt Below
Click the "Copy Prompt" button to copy the AI instruction
2
🤖 Paste into Your IDE AI Agent
Use with Cline, Roo, GitHub Copilot in VS Code, or Cursor AI
Add your project description and let the AI agent generate the JSON structure
3
📊 Paste JSON Here & Visualize
Copy the AI's JSON output and paste it into this tool to see your architecture graph
👇 Choose Your Architecture Type:
💡 Not sure? Start with "General" - it works for any project!
Create a system architecture JSON for visualization with this structure:
{
"project": { "name": "Your Project Name" },
"nodes": [
{
"id": "unique-id",
"label": "Display Name",
"type": "frontend | backend | database | cache | queue | gateway | service | external | infra",
"description": "What this component does",
"technology": "Tech stack used",
"importance": "critical | high | medium | low"
}
],
"edges": [
{
"from": "source-node-id",
"to": "target-node-id",
"type": "api | data | queue | cache",
"description": "What this connection represents"
}
]
}
GUIDELINES:
- Use clear, descriptive labels for nodes
- Include all major system components
- Show dependencies with edges
- Use appropriate node types for color coding
- Add descriptions for better understanding
- Mark critical components with importance level
Generate a complete JSON structure based on the project description I provide.
System Graph Visualizer
💡
TypeScript & JavaScript Projects OnlyCurrently analyzes projects with package.json