Continuity Framework
Single-VPS baseline is live.
This frontend is wired to FastAPI through nginx, with SurrealDB and a separate runtime worker behind it.
API health
{
"status": "ok",
"environment": "production",
"services": {
"api": {
"healthy": true
},
"surrealdb": {
"healthy": true,
"detail": "ok",
"url": "http://surrealdb:8000/rpc",
"namespace": "continuity",
"database": "framework"
}
}
}