solidjs/solid-start

SolidStart, the Solid app framework

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 43 minutes ago
Added to GitGenius on September 11th, 2026
Created on March 30th, 2021
Open Issues & Pull Requests: 33 (+0)
GitHub issues: Enabled
Number of forks: 425
Total Stargazers: 5,920 (+0)
Total Subscribers: 48 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 47.8 hours
Mean response time: 51.7 days
90th percentile: 124.7 days
Tracked items: 302

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "enhancement" is answered fastest, typically in about 2 days, while "Start 1.x" waits about 2 weeks. Only 6% of issues opened in the past year have been closed. Three people close 68% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 29
New in 7 days: 1
Closed in 7 days: 2
Avg open age: 506 days
Stale 30+ days: 14
Stale 90+ days: 5

Recent activity

Opened in 7 days: 1
Closed in 7 days: 2
Comments in 7 days: 6
Events in 7 days: 11

Top labels

  • bug (207)
  • needs triage (68)
  • enhancement (52)
  • Start 1.x (35)
  • vinxi (28)
  • Start 2.x (25)
  • upstream / external (10)
  • contribution welcome (6)

Detailed Description

SolidStart is a meta-framework for building applications with Solid.js that provides file-system routing, server-side rendering, and fine-grained reactivity through signals.

The framework addresses the need for a structured, production-ready way to build Solid applications by combining Solid's signal-based reactivity model with server-side rendering capabilities and file-system-based routing. It operates as a pnpm-based monorepo containing the core start package alongside test fixtures and a landing page, allowing developers to build both single-page and server-rendered applications within a unified framework.

Developers considering adoption should be aware that the project is currently undergoing heavy development on its 2.0 branch, with a separate 1.x branch maintaining the current stable version. The framework suits teams already invested in Solid.js who need server-side rendering, automatic routing, or a more opinionated project structure than Solid alone provides. The monorepo structure and comprehensive test setup with Vitest and Playwright indicate a mature development approach, though the alpha status of version 2.0 means the API surface may still shift.

The project maintains a substantial base of real-world adopters, as evidenced by the fact that almost all open issues originate from outside users rather than the core team. Maintainers typically respond to new issues and pull requests within a few days.