Note:
HeliumTS is under pre-beta and active development. Expect bugs and breaking changes. If you find any issues, please report them in our GitHub
A stable release is planned for early December 2025.
Introduction
HeliumTS is a blazing fast 🚀 and opinionated full-stack React + Vite framework designed for simplicity and type safety.
Check out the Example App
See HeliumTS in action with a fully functional example application including authentication, database integration, and more.
View Example on GitHub →Why HeliumTS?
Building full-stack applications often involves gluing together multiple tools and libraries. HeliumTS provides a cohesive experience by integrating the server and client seamlessly.
- 🔌Seamless RPCCall server functions directly from your React components with full type safety. No more
fetchoraxiosboilerplate. - 📂File-based RoutingIntuitive routing system similar to Next.js. Just create files in
src/pagesand they become routes. - ⚡Vite PoweredBuilt on top of Vite for lightning fast development server and optimized production builds.
- 🛡️End-to-End Type SafetyShare types between client and server automatically. If your server code changes, your client knows about it.