solid-deployment

Guide SolidStart application builds and deployments across Vercel, Netlify, and Cloudflare Pages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive guidance on deploying SolidStart applications, covering build processes, platform-specific configurations, environment variables, and deployment strategies like SSR vs. SPA and edge deployments.

Core Features & Use Cases

  • Platform-Specific Deployment: Detailed instructions for Vercel, Netlify, Cloudflare Pages, AWS (FlightControl/SST), Railway, Firebase, Stormkit, and Zerops.
  • Environment Variable Management: Guidance on build-time and runtime variables.
  • Deployment Strategies: Explains SSR, SPA, and Edge deployment configurations.
  • Use Case: You need to deploy your SolidStart application to Netlify. This Skill will guide you through setting up the netlify.toml file, configuring build commands, and managing environment variables.

Quick Start

Use the solid-deployment skill to deploy your SolidStart application to Vercel.

Frequently Asked Questions about solid-deployment

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

FAQPage Schema
How do I deploy a SolidStart app to Vercel or Netlify?

Deploying SolidStart to Vercel or Netlify requires configuring platform-specific build commands, output directories, and environment variables. You will set up files like netlify.toml and adjust SSR or SPA settings to ensure the application runs correctly on the target platform.

What is the difference between SSR and SPA deployment strategies in SolidStart?

SSR deployment in SolidStart renders pages on the server at runtime, while SPA deployment serves static client-side assets. Choosing between them affects your hosting provider options, with SSR often requiring a Node.js server or edge functions and SPA needing only static file hosting.

Can I deploy SolidStart applications to Cloudflare Pages?

Yes, SolidStart supports deployment to Cloudflare Pages. You must configure the build commands, output directories, and edge deployment settings to ensure the application functions correctly within the Cloudflare environment.

How do I manage environment variables when deploying a SolidStart app?

Managing environment variables when deploying a SolidStart app requires distinguishing between build-time and runtime variables. You must configure these variables in your hosting platform's dashboard or configuration files to ensure they are available during the build and execution phases.

What's the best way to configure an edge deployment for SolidStart?

Configuring an edge deployment for SolidStart involves setting up the appropriate deployment strategy in your configuration file and targeting platforms that support edge functions. This ensures your application runs closer to users by leveraging edge networks for server-side rendering.