Vitesse Solid

screenshot of Vitesse Solid
solid
vite
unocss

Opinionated Vite + SolidJS Starter Template

Overview:

The Vitesse-solid is a template for building SolidJS applications. It comes packed with various features and tools to enhance the development process. Some key features of Vitesse-solid include SolidJS, Vite 3, pnpm, ESBuild for fast performance, file-based routing, components auto-importing, a layout system, PWA support, UnoCSS for atomic CSS, HopeUI component library, Solid Primitives for extending SolidJS reactivity, support for icons from any icon sets, internationalization readiness, Markdown support, APIs auto-importing, and more. It also provides testing capabilities with Vitest and Cypress, and easy deployment on Netlify. Additionally, it offers support for building desktop apps using Tauri.

Features:

  • SolidJS, Vite 3, pnpm, ESBuild - Born with fastness
  • File based routing
  • Components auto importing
  • Layout system
  • PWA (Progressive Web App)
  • UnoCSS - the instant on-demand atomic CSS engine
  • HopeUI - Hope UI is a composable and accessible component library that gives you the foundation to build your next SolidJS application
  • Solid Primitives - A library of high-quality primitives that extend SolidJS reactivity
  • Use icons from any icon sets with classes
  • I18n ready (Internationalization ready)
  • Markdown Support
  • APIs auto importing - Use Composition API and others directly
  • CSR, SSR, streaming SSR, or SSG (Client-side rendering, server-side rendering, streaming server-side rendering, or static site generation)
  • Critical CSS via critters
  • Unit Testing with Vitest, E2E Testing with Cypress on GitHub Actions
  • Deploy on Netlify
  • Tauri Desktop App - Build desktop apps with SolidJS

Summary:

Vitesse-solid is a feature-rich template for building SolidJS applications. It provides a wide range of features including fast performance, file-based routing, automatic component importing, layout system, PWA support, atomic CSS engine, a composable and accessible component library, support for icons from any icon sets, internationalization readiness, Markdown support, and more. It also offers testing capabilities, easy deployment on Netlify, and the ability to build desktop apps using Tauri. Vitesse-solid is a comprehensive solution for building robust and efficient SolidJS applications.

solid
Solid

SolidJS is a declarative JavaScript library for building user interfaces, offering a reactive programming model for efficient updates. It stands out for its reactivity system that minimizes unnecessary re-renders and its small bundle size, making it a performant choice for developing lightweight and reactive web applications.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

unocss
UnoCSS

UnoCSS is an instant, on-demand atomic CSS engine that generates utility classes at build time. It's highly customizable, extremely fast, and compatible with Tailwind CSS utilities while offering additional features like attributify mode and pure CSS icons.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.