The Solid.js dev kit you've always dreamed of.
The main branch will be locked due to SolidHack 2024. New changes will be pushed to the next branch (https://next.dreamkit.dev). If you want to support the project, you have the possibility to do so here.
| Name | Version | Description |
|---|---|---|
| dreamkit | Toolkit for building Solid/SolidStart apps. |
| Name | Version | Description |
|---|---|---|
| @dreamkit/app | Set of utils to create applications. | |
| @dreamkit/core | Core of DreamKit. | |
| @dreamkit/dev | Development tools for DreamKit. | |
| @dreamkit/func | Functions builder with IoC and input validation. | |
| @dreamkit/ioc | A simple and lightweight IoC container for TypeScript. | |
| @dreamkit/kind | Alternative to instanceof compatible with partial HMR. | |
| @dreamkit/node-app | DreamKit application for Node.js. | |
| @dreamkit/schema | Validation and management of typed schemas. | |
| @dreamkit/solid | DreamKit tools for Solid. | |
| @dreamkit/tsconfig | DreamKit TypeScript configuration. | |
| @dreamkit/utils | A collection of utilities for DreamKit. | |
| @dreamkit/workspace | Tool for managing monorepos. |
pnpm install dreamkitgit clone https://github.com/swordev/dreamkit
cd dreamkit
git checkout next
pnpm install
pnpm watch
pnpm dev:site
# or
pnpm dev:solid-start-appDistributed under the MIT License. See LICENSE file in each package for more information.