Learn how to build, deploy, and scale serverless applications with NovaServe — the TypeScript-native framework with compiler-driven infrastructure.
Install NovaServe, create your first project, and deploy a serverless function in 5 minutes.
Complete reference for nova init, nova dev, nova deploy, and all CLI commands.
Understand the compiler pipeline, Nova IR, providers, and state management.
All nova.config.ts options for compiler, AWS, Cloudflare, and state backend settings.
Step-by-step guides for building serverless APIs, configuring environments, and deploying.
Deep technical documentation of system architecture, AST parsing, and provider drivers.
NovaServe provides type-safe primitives for declaring cloud infrastructure directly in your TypeScript code.
| Primitive | Purpose | AWS Target |
|---|---|---|
| defineApp() | Initialize application container | — |
| api.get() / api.post() | HTTP route handlers | API Gateway + Lambda |
| storage() | Object storage buckets | Amazon S3 |
| queue() | Message queues | Amazon SQS |