ShaDo Apps Docs

Reference

Changelog

A record of all notable changes to ShaDo AI.

v1.0.0May 2025 — Initial Release
AI Generation
  • +Generate complete, interactive HTML pages from plain-text prompts via Claude on OpenRouter
  • +Parallel generation of all project pages (HTML + overview + user stories + backlog per page)
  • +ERD diagram generation per project
  • +Project-level snapshot versioning
  • +Configurable AI model from Settings (any OpenRouter model ID)
Projects & Pages
  • +Create Web App and Mobile App projects
  • +Folder organisation with drag-into-folder support
  • +Unlimited page versions with one-click rollback
  • +Mobile frame preview mode on page detail view
  • +Page reordering
Templates
  • +10 built-in templates: E-commerce, SaaS Dashboard, Admin Panel, Hospital Mgmt, School Mgmt, Restaurant, Mobile Banking, Food Delivery, Fitness Tracker, Landing Page
  • +Template gallery with type filter and prompt preview
  • +New projects can be started from a template with pre-filled prompt
Collaboration
  • +Invite team members by email with Viewer / Editor / Admin roles
  • +Public share link (read-only, no login required)
  • +Real-time activity log per project
  • +Project-level comments and notifications via Socket.io
Export
  • +ZIP export — all HTML pages as standalone files
  • +Prompt export — plain text
  • +Figma JSON export — component structure
  • +User Stories CSV — importable into Jira / Linear
  • +Single-page PDF export
AI Chat
  • +Context-aware AI assistant per project (knows project name, type, pages)
  • +Multi-turn conversation with last-10-message history
  • +Quick action buttons for common tasks
  • +Markdown rendering in assistant responses
Security & Auth
  • +JWT access + refresh token auth (15 min / 7 day)
  • +License key validation on first setup
  • +Brute-force login protection (5 attempts → 15 min lockout)
  • +Refresh token reuse detection with auto-revocation
  • +Rate limiting via global ThrottlerGuard
  • +Helmet security headers
  • +Session management — view and revoke all sessions
Installation
  • +install.sh — automated local setup (Node.js + PostgreSQL + Redis)
  • +start.sh — PM2 process management
  • +Docker Compose path — postgres + redis + backend + frontend, zero system deps
  • +docker-setup.sh — guided Docker setup with health checks

Future releases will be documented here. Watch the ShaDo Apps platform for update announcements.