SolidStart Kitchen Sink
A comprehensive test application for benchmarking deployment platforms. This app demonstrates various SolidStart features and rendering modes.
Test Pages
- Static Page
Prerendered at build time
- Server-Rendered Page
Fresh data on every request
- Server-Cached Page (ISR)
Cached for 60 seconds
- Stale-While-Revalidate
SWR caching strategy
- API Route
JSON API endpoint
- Form Handling
Server action with validation
- Static Images
Optimized local images
- SSR Images
Random image on each request
- Environment Variables
Server-only env vars
- Session Handling
Cookie-based sessions