What problem does it solve?
This Skill simplifies the development of SolidJS web applications by providing a comprehensive meta-framework with integrated routing, server functions, and deployment options.
Core Features & Use Cases
- File-based Routing: Easily define routes through file structure in
src/routes, supporting nested layouts, dynamic, and catch-all routes.
- Server Functions: Implement
"use server" functions for database access, sessions, and request handling, enabling seamless server-client interaction.
- Deployment & Static Generation: Configure deployment presets, prerender pages, and support static site generation for flexible deployment scenarios.
- Use Case: Build a fully server-rendered blog with static pre-rendered pages and dynamic API endpoints using straightforward file organization.
Quick Start
Use the solid-start skill to scaffold a project, configure routing files, and add server functions for data fetching and user authentication.