Solid Docs screenshot

Solid Docs

Author Avatar Theme by Solidjs
Updated: 23 May 2025
249 Stars

Official documentation for the Solid ecosystem

Categories

Overview:

Solid Docs is the documentation for SolidJS v1.0.0 and associated Solid packages and projects. Solid is a JavaScript library for building reactive user interfaces. The documentation is available in multiple languages and encourages contributions.

Features:

  • Multiple Language Support: Documentation available in 10 languages.
  • API Documentation: Clear and comprehensive API documentation.
  • Guides and Tutorials: Helpful guides and tutorials to assist users.
  • Contributor Friendly: Encourages contributions through PRs and community involvement.

Installation:

To install Solid Docs, follow these steps:

  1. Clone the repository:
git clone https://github.com/solidjs/solid
  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. Access the documentation at http://localhost:3000.

Summary:

Solid Docs provides comprehensive documentation for SolidJS and its associated projects. With support for multiple languages and a focus on community contributions, Solid Docs aims to make it easier for developers to build reactive user interfaces using SolidJS.