Infrastructure Observability
Every InsForge project runs on a dedicated EC2 instance. You can now view real-time instance metrics — CPU utilization, memory usage, disk I/O, and network throughput — directly from the CLI with adjustable time ranges.
npx @insforge/cli diagnose metrics --range 1h
Backend Advisor
A new Backend Advisor automatically scans all active projects daily across security, performance, and health dimensions. Each scan produces actionable findings with severity levels (critical / warning / info) and concrete recommendations.
npx @insforge/cli diagnose advisor --severity critical
CLI Command
The new diagnose command brings all diagnostic capabilities together: instance metrics, advisor scans, database health checks (connections, slow queries, bloat, index usage, locks, cache hit ratio), and aggregated error logs from all backend sources.
npx @insforge/cli diagnose db --check slow-queries,connections
npx @insforge/cli diagnose logs
Agent Skill
We published an insforge-debug skill that teaches AI coding agents how to diagnose InsForge projects. It covers 9 common scenarios — SDK errors, HTTP status anomalies, edge function failures, slow queries, auth issues, realtime problems, performance degradation, and deploy failures — with proven diagnostic paths the agent follows automatically.



