Interactive, node-based visual planner for software architecture, product flows, and technical blueprints.
Project Visual Planner is a browser-based canvas app where you can design and document system architecture with connected nodes. It helps teams turn complex backend/frontend/integration logic into readable flow diagrams and reusable blueprint templates.
- SaaS architecture planning
- API and service dependency mapping
- Workflow and automation design
- Technical discovery and team handoff docs
- Prebuilt blueprint customization (instead of starting from scratch)
- Drag-and-drop node canvas with typed nodes
- Smart edge rendering with optional edge labels
- Global shortcuts (
Ctrl+Z,Ctrl+K, copy/paste, delete) - Stack/Unstack nodes to reduce visual noise
- Comment attach mode (drag comment node onto target node)
- Node Navigator panel with focus and subtree hide
- Import/export project JSON
- Built-in blueprint presets
- AI API Starter
- Project Manager SaaS
- WordPress LMS Plugin
See blueprint docs: blueprints/README.md
npm install
npm run devnpm run build- Deployment is handled by GitHub Actions:
.github/workflows/deploy-pages.yml - Every push to
maintriggers build + deploy - Vite base path is configured to
/project-visual-planner/ - Live URL:
https://lonsdale201.github.io/project-visual-planner/