A SvelteKit app on the Node adapter, ready to deploy on Light Cloud.
- SvelteKit 2 with Svelte 5, scaffolded with
sv create adapter-node, notadapter-auto— Light Cloud runs this as a container- File-based routing with server-side rendering
- Builds a Node server to
build
# Install dependencies
npm install
# Start development server
npm run dev
# Build and run for production
npm run build && npm startVisit console.light-cloud.com and sign up with GitHub or Google.
- Click "New Application" in the dashboard
- Select "Container" as the deployment type
- Choose "SvelteKit" as the framework
- Option A: Fork this repository and connect it via GitHub
- Option B: Push this code to your own GitHub repository and connect it
Light Cloud will auto-detect your settings, but you can verify:
| Setting | Value |
|---|---|
| Port | 3000 |
| Start Command | npm start |
Click "Deploy" and your app will be live in minutes!
Your app will be available at https://your-app.light-cloud.io
This starter is the output of npx sv create, with only the changes noted above.
Website • Documentation • Console
Made with ☁️ by Light Cloud
