Changelog

Every release, documented. Newest first.

v0.1.0
2025
Latest

Initial release

The first public release of Stackwyn. A visual full-stack design tool with a live canvas, real database connections, and code export.

  • newVisual canvas powered by React Flow — drag, connect, zoom
  • newDB Table nodes with columns, types, PKs, FKs
  • newDB Connector — live Postgres, MySQL, SQL Server connections
  • newSchema introspection — import existing tables from a database
  • newPush tables — CREATE/ALTER from canvas to DB
  • newAPI Endpoint nodes with live request testing and cURL export
  • newAuth Block nodes — strategy and roles
  • newS3 Storage nodes — list, upload, delete objects
  • newRedis Cache nodes — test, get, set, flush
  • newCron Job nodes — URL or SQL target, runs on schedule
  • newUI Component nodes — model React components
  • newNote nodes — freeform annotations
  • newSchema view — tables-only diagram
  • newAPI view — flat endpoint list
  • newUI Design view — drag-and-drop UI builder with React/HTML export
  • newExport — SQL DDL, Prisma, TypeORM, OpenAPI 3.0
  • newAI Assistant — OpenAI/OpenRouter/Ollama schema suggestions
  • newSupabase auth — email, Google, GitHub, guest mode
  • newCommand palette — Ctrl+K
  • newUndo/redo, copy/paste, snapshots
  • newCanvas auto-save to localStorage (debounced)
  • newElectron desktop app — Windows (macOS/Linux coming soon)
v0.2.0
Coming soon

Planned

What's coming next. Subject to change.

  • planCloud save — canvas sync to Supabase for signed-in users
  • planInvite links — share projects with role-based access
  • planNew node types — Webhook, GraphQL, Message Queue, Docker
  • planmacOS and Linux builds
  • planCanvas performance improvements (Zustand migration)
  • planMulti-page UI Design