Features
Everything you need to build and deploy modern applications
Pod Architecture
Each app runs in its own isolated pod with runtime, database, file storage, and configuration bundled together.
Multi-Database Support
SQLite built-in, plus full support for MySQL and PostgreSQL. Use koko.sql API for all databases.
Storage APIs
Persistent file storage with koko.fs.
Hono Framework
Build APIs using Hono — a fast, lightweight framework following Web Standards.
Built-in Auth
Skip building auth from scratch. Use auth-ui-pod for OAuth2-style login flows.
Static & Dynamic
Deploy SPAs in static mode or run full server-side logic in dynamic mode.
Security by Design
Sandboxed Execution
Each pod runs in complete isolation
Read-Only Codespace
Code cannot be modified at runtime
Path Restrictions
File access is strictly controlled