Synapify 0.7.2 Released
Synapify 0.7.2 is now available for download.
release synapify product
Synapify 0.7.2, the latest version of our visual RIDDL editor, is now available for macOS, Linux, and Windows.
What’s New
Getting Started Wizard
- AI-assisted first project creation — New users are guided through a 7-step wizard that teaches RIDDL concepts and generates a complete domain model from natural language descriptions using an event-first (Event Storming) approach.
- Detail level control — Adjustable slider lets users trade off generation speed vs model thoroughness (256-32768 tokens).
- Accessible from Help menu — Returning users can re-run the wizard anytime via Help > Getting Started Wizard.
AI Integration
- Free-tier AI access — All authenticated users can now use AI-assisted generation, with per-tier rate limits enforced server-side.
- Direct API routing — AI generation requests bypass the Cloudflare proxy for reliable long-running generation (up to 5 minutes).
- BYOK support in wizard — Users with their own Anthropic API key use it directly; metered users go through the server-validated generation pipeline.
Bug Fixes
- Recent projects and Model Library opening fixed — Clicking a recent project or opening a model from the library now correctly navigates to the editor.
- Open Repository dialog — File paths now scroll horizontally instead of being truncated.
Testing
- E2E test suite expanded — 12 new wizard UI tests and a full integration test covering AI generation end-to-end. Fixed 30 bit-rotted E2E tests.