solidstart

Develop full-stack SolidStart applications with SSR, SSG, and server functions.

4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/mgd34msu/goodvibes-gemini --skill solidstart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solidstart
Source: https://github.com/mgd34msu/goodvibes-gemini/tree/main/skills/solidstart
Command: npx skills add https://github.com/mgd34msu/goodvibes-gemini --skill solidstart

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the creation and development of full-stack applications using the SolidStart meta-framework, enabling efficient server-side rendering, static site generation, and server functions.

Core Features & Use Cases

  • Full-Stack Development: Combines SolidJS's reactivity with server capabilities.
  • Rendering Modes: Supports SSR, SSG, and client-side rendering.
  • Routing: File-based routing, dynamic routes, route groups, and layouts.
  • Data Handling: Server functions, parameterized queries, and data preloading.
  • Use Case: Develop a new e-commerce platform using SolidStart, implementing SSR for fast initial loads, dynamic routes for product pages, and server functions for handling user authentication and order processing.

Quick Start

Use the solidstart skill to create a new SolidStart project named 'my-app'.

Frequently Asked Questions about solidstart

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a full-stack SolidJS app with server-side rendering?

Build a full-stack SolidJS app using the SolidStart meta-framework, which integrates SolidJS reactivity with server-side rendering (SSR) and server functions. It simplifies combining client-side interactivity with server capabilities.

Can I generate static sites with SolidStart for faster initial loads?

Yes, SolidStart supports static site generation (SSG) alongside SSR and client-side rendering. You can pre-render pages to achieve fast initial load times for your full-stack application.

How do I handle data loading and API routes in a SolidStart application?

Handle data loading in SolidStart using server functions, parameterized queries, and data preloading. You can also implement API routes and middleware to manage data fetching and server-side logic.

Does SolidStart support file-based routing and dynamic layouts?

SolidStart supports file-based routing, dynamic routes, route groups, and layouts. This allows you to structure your application's navigation and render dynamic pages efficiently.

What is the best way to configure deployment for a SolidJS meta-framework?

Configure deployment for SolidStart by utilizing its built-in deployment configurations for various platforms. This allows you to adapt your full-stack application for different hosting environments seamlessly.