SolidStart, the meta-framework for SolidJS, has released its 2.0 stable version. This update represents a complete modernization, shifting from its previous Vinxi build layer to directly utilizing Vite's Environment API. This change, which took over a year to develop, aims to improve the framework's compatibility and integration with modern web development tools.
The transition to Vite 8 and its Rolldown-powered toolchain in SolidStart 2.0 brings enhanced compatibility with plugins like Tailwind CSS v4 and direct integration with deployment plugins for platforms such as Nitro v3, Cloudflare, and Netlify. The release also reworks CSS handling to prevent flashes of unstyled content during server rendering. Existing users upgrading to v2 will need Node.js 24 and Vite 8, with configuration moving from app.config.ts to vite.config.ts, alongside other adjustments detailed in the migration guide.
Days after its 2.0 release, SolidStart was placed into maintenance mode. This decision is linked to the concurrent development of Solid 2.0 RC, where core functionalities previously provided by SolidStart, such as server functions, the serving layer, and file-system routing, are being absorbed into the SolidJS core and a new router-neutral package called "Start mode." The creators stated that SolidStart's role as a wrapper for these features is no longer necessary, leading to its retirement in favor of the new core capabilities.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
SolidStart, a full-stack meta-framework for SolidJS, released its 2.0 version, which modernizes its build process by replacing Vinxi with Vite's Environment API. Immediately after its release, SolidStart was moved into maintenance mode because its core functionalities, such as server functions and file-system routing, are being integrated directly into the SolidJS core and a new "Start mode" feature.