https://github.com/solidjs/solidex
Solidex is a list of SolidJS ecosystem resources and packages.
https://github.com/solidjs/solidex
Last synced: 5 months ago
JSON representation
Solidex is a list of SolidJS ecosystem resources and packages.
- Host: GitHub
- URL: https://github.com/solidjs/solidex
- Owner: solidjs
- Created: 2022-03-01T15:32:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T08:29:07.000Z (over 3 years ago)
- Last Synced: 2025-07-05T03:58:07.041Z (7 months ago)
- Language: TypeScript
- Size: 324 KB
- Stars: 13
- Watchers: 8
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solidex
The following is a list of articles, packages and other resources that focus on the SolidJS ecosystem. Solidex is a platform for listing and maintaining these resources is an organized and well-defined manner. This repository acts as a dependency for Solid Site and other future Solid-powered projects.
Resources in Solidex have been vetted by a team member, organized and tagged. We consider this a central source of information for our entire community. We accept PRs to add packages to resources and these are supplied upstream to various SolidJS public and private utilities including our future CLI.
## Adding Your Resource
To add to the list of Articles, Podcasts, Videos and Packages, modify the resource files in `resources/` and submit a PR. A team member will review your submission to ensuring tagging and details related to the package meet the Solidex standard.
We maintain these asset in TypeScript to take advantgae of type support. This maintains taconomy, structure and correctness of the data. It also makes it easy to transform the dataset into different formats including Markdown and JSON.
## Scripts
- `yarn build:json`: Generates the index.json file in the root
## Resource List
- `dist/articles.json`: JSON list of article resources.
- `dist/videos.json`: JSON list of video resources.
- `dist/packages.json`: JSON list of packages and utilities.
- `dist/podcasts.json`: JSON list of podcasts.