Deploy SolidStart with Risved
SolidStart is the meta-framework for SolidJS, using Nitro as its server engine. Risved detects it from app.config.ts and @solidjs/start in your dependencies.
How Risved builds it
Tier 2, Node build, Deno serve. Like Nuxt, SolidStart uses Nitro under the hood. Risved builds with Node and serves the Nitro output with Deno.
What you need
- A standard SolidStart project
- No additional configuration needed, Risved sets the Deno preset automatically
What works
SSR, file-based routing, API routes, server functions.