Changelog

Everything new, improved, and fixed in POC.ai. Follow along as we ship.

v0.3.0 March 10, 2026
  • New Budget guardrails — Set monthly spend limits per project and receive alerts at 80% and 100% thresholds before any deployment is paused.
  • New Team governance — Organization-level policies let admins enforce approval flows, restrict deployment targets, and manage team-wide defaults.
  • New Audit trails — Comprehensive, immutable logs of every deployment action, config change, and access event. Exportable as CSV or JSON.
  • Improved Role-based access control (RBAC) — Granular permissions with predefined roles (Owner, Admin, Developer, Viewer) and custom role support.
v0.2.0 February 12, 2026
  • New Preview environments — Every pull request and branch automatically gets an isolated preview URL with its own environment variables and database.
  • New Production promotion — Promote any preview environment to production with a single command or button click, after passing all configured checks.
  • Improved One-click rollback — Instantly revert to any previous deployment. Rollbacks complete in under 5 seconds with zero downtime.
  • Fixed Structured logs — Deployment and runtime logs are now structured JSON, with improved filtering, search, and real-time streaming in the dashboard.
v0.1.0 January 15, 2026
  • New Initial release — POC.ai launches with support for deploying AI-generated code safely to isolated environments.
  • New Framework detection — Automatic detection and optimized builds for Next.js, FastAPI, Express, and static sites. Zero configuration required.
  • New CLI deploy — Deploy from your terminal with poc deploy. Supports flags for environment, region, and resource limits.
  • New Preview URLs — Every deployment receives a unique, shareable preview URL for testing and review.
  • New Basic status API — REST API endpoints for checking deployment status, health, and metadata programmatically.