DPS is a comprehensive product management system built on the Canvas Driven Product Management (CaDPM) methodology. It integrates design, development, and management into a single, unified workflow using a visual canvas approach.
- UI & API Canvas: Visual mapping of interfaces and data structures.
- Flow Designer: Logic orchestration for product workflows.
- Code Builder: Rapid prototyping and code generation.
- Project & Backlog Canvas: Seamless transition from idea to task.
- Mermaid Converter: Diagram-as-code visualization.
- API Testing: Built-in endpoint validation.
This system follows the CDA (Canvas Driven Architecture). Every component in the code mirrors a visual element in the DPS ecosystem. See code-standardization.md for details.
git clone https://github.com/DPS-Public/react_4_dps.git
cd react_4_dps
npm install
npm run devRequires Node.js 18+ and npm 9+.
| File | Purpose |
|---|---|
| LICENSE.md | Personal & internal business use terms |
| COMMERCIAL-LICENSE.md | Commercial resale / SaaS licensing |
| code-standardization.md | CDA architecture standards |
| CONTRIBUTING.md | How to contribute to DPS |
| SUPPORT.md | Getting help and support |
| SECURITY.md | Reporting vulnerabilities |
- Personal & Internal Business Use: Allowed under our custom LICENSE.md
- Commercial Use (Resale / SaaS / External Client Delivery): Requires a separate COMMERCIAL-LICENSE.md
We welcome contributions that align with the CDA standards. Please read CONTRIBUTING.md before submitting a pull request. Security issues must follow SECURITY.md — do not open public issues for vulnerabilities.
- Official Website: dpsummary.com
- Licensing Inquiries: dpsummary.com/licensing
- Contact: me@anarrustamov.com
Pushes to the shared_in_public branch in DPS-Public/react_4_dps_pre automatically trigger .github/workflows/sync-public-main.yml, which syncs that branch's files into main in DPS-Public/react_4_dps.
This workflow requires the PUBLIC_REPO_SYNC_TOKEN GitHub Actions secret with read access to the source repository and write access to DPS-Public/react_4_dps.
© 2026 Anar Rustamov (DPS Alliance). All rights reserved.