solidstart-config

Configure SolidStart deployment presets, Vite plugins, and prerendering in app.config.ts.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/vallafederico/solid-ai-rules --skill solidstart-config
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: solidstart-config
Source: https://github.com/vallafederico/solid-ai-rules/tree/main/.claude/skills/solidstart-config
Command: npx skills add https://github.com/vallafederico/solid-ai-rules --skill solidstart-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers configure their SolidStart applications for various deployment targets and optimize build processes.

Core Features & Use Cases

  • Deployment Presets: Easily configure for Netlify, Vercel, Cloudflare, AWS, and more.
  • Build Optimization: Customize Vite plugins and server configurations.
  • Static Site Generation: Set up prerendering for static content.
  • Use Case: Deploying a SolidStart application to Cloudflare Pages by specifying the correct preset and any necessary rollupConfig in app.config.ts.

Quick Start

Configure your SolidStart app for Netlify deployment using the netlify_edge preset in app.config.ts.

Frequently Asked Questions about solidstart-config

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

FAQPage Schema
How do I configure a SolidStart app for deployment to Cloudflare Pages?▼

To configure SolidStart deployment to Cloudflare Pages, you specify the correct `preset` and any necessary `rollupConfig` inside your `app.config.ts` file. This ensures the build output matches the hosting platform's requirements.

What is the best way to set up static site generation in SolidStart?▼

Static site generation in SolidStart is set up by defining prerendering options within your `app.config.ts` and `vite.config.*` files. This optimizes your application to serve static content directly.

Does SolidStart support deployment presets for Netlify and Vercel?▼

Yes, SolidStart supports deployment presets for hosting platforms like Netlify, Vercel, and Cloudflare. You can easily configure targets such as the `netlify_edge` preset directly in your `app.config.ts` file.

How do I customize Vite plugins for a SolidStart server build?▼

You customize Vite plugins for a SolidStart build by defining server configurations and plugins within `app.config.ts` and `vite.config.*` files. This allows you to optimize the build process for your specific deployment target.

Why does my SolidStart application need specific deployment presets?▼

SolidStart applications need specific deployment presets to optimize server-side rendering and build processes for various hosting environments. Defining presets in `app.config.ts` ensures compatibility with platforms like AWS, Netlify, or Vercel.