Documentation
Guides for using @crudx in your own app, contributing to this repo, and extending it.
- Getting startedUse @crudx in your app: pick a stack, install, type your schema, drop CrudPanelView onto a page.
- Claude Code skillsInstallable skills (/crudx-setup, /crudx-resource, /crudx-component) that scaffold integration code from templates instead of regenerating boilerplate.
- ContributingLocal setup, branch + commit conventions, pull requests, and the release flow.
- Set up a new libraryScaffold a new package under @crudx/* in this monorepo: Nx generator, peer deps, project.json, release scripts.
- Build a transport adapterThe transport contract, step-by-step adapter build, the optional schema() builder, testing, and release.