Changelog

What's new in Mindaeon Foundry

v0.3.0March 17, 2026

AI Agent, Billing & GitHub Integration

AI agent powered by xAI Grok with real-time SSE streaming
Stripe billing — checkout, customer portal, automatic tax, webhooks
GitHub App integration — webhooks for push, PR, CI/CD status
Project-level GitHub repo linking with branch selection
Transactional emails via Resend (welcome, invite, payment alerts)
Token usage tracking per project with dashboard stats
Command palette (Cmd+K) for quick navigation
Auto-start agent on project creation (autonomous mode)
Rate limiting on auth endpoints (KV-based, per-IP)
Zod validation on all API endpoints
Webhook signature verification (fail-closed)
Removed localhost from production CORS origins
v0.2.0March 17, 2026

Workspace & Real Data

Monaco editor with syntax highlighting for 20+ languages
File save with Ctrl+S (persisted to R2 storage)
Designer node auto-save to database every 2 seconds
Real file tree from R2 storage (replaced mock data)
Deploy page with real project stats and file listing
All mock data eliminated — every page uses real API
Admin audit log fetches from D1 database
Team page with invite, remove, role display
Settings page loads profile from API with save
Billing page shows real Stripe subscription data
v0.1.0March 17, 2026

Foundation

Landing page with features, pricing, FAQ
Google OAuth + GitHub OAuth authentication
Visual project designer with 9 component types
IDE workspace layout (file tree, editor, chat)
3-step project creation wizard with templates
Team management with RBAC
Audit logging for compliance
Dark-first design with WCAG AA contrast
Deployed on Cloudflare global edge (Workers + Pages + D1 + R2)
CI/CD pipeline via GitHub Actions