Cloud · Applications
BUILDINGCloud-native applications
Application architecture for managed cloud runtimes.
Overview
What this layer means.
CloudZyn ships a Next.js application on Firebase App Hosting with static shells and privileged APIs.
Pillars
How we approach it.
Static preference
Prefer SSG/static shells over unnecessary SSR.
Server islands
Client components only where interaction requires them.
Managed hosting
App Hosting owns the runtime path.
Architecture
System flow.
- 01UI
- 02Route handlers
- 03Services
- 04Providers
- 05Runtime