Frameworks
Light Cloud reads your repo and picks the right build. Frontends go to a global CDN, backends run as containers on Cloud Run.
Vite and Create React App
and SvelteKit static
static export
plain HTML, CSS, JS
server-side rendering
Express, Fastify, NestJS, Koa
FastAPI, Flask, Django
Spring Boot
bring your own
Framework, runtime, and the right build and start commands are detected from the files in your project.
npm, yarn, pnpm, pip, or poetry. The matching install and build steps are used.
Config files are parsed to find where the build lands, so the right directory is served.
If your repo has a Dockerfile, it is used as is and the app runs as a container.
Connect a repo and Light Cloud figures out the build. Start on a 30-day free trial.