An API-first CMS for Parse Server
First off, before you can run Chisel,you need a Parse local server.
There's lots of options for setting up Parse Server, from running it on your local device, to deploying to many easy to setup hosting services.
Make a note of your Parse Server URL and your App ID, you will need it to start Chisel.
You can run Chisel from this Github repository.
Clone the repo
git clone <repo>
cd chisel
Then setup and run.
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm start
# build for production with minification
npm run build
To connect to remote server, you can set it URL in user's profile.
Parse Server is available via NPM
npm install -g chisel-cms
to run Chisel
chisel-cms --appId <APP_ID> --serverURL <https://HEROKU_APP_NAME.herokuapp.com/parse>
Visit your preferred browser on http://localhost:9000
Chisel can be compiled and served via a Static Site hosting platform, such as our own Forge service.
If you are running Chisel from a cloned repository, you can
npm run build
This will output a Build folder, which can be uploaded to a Forge site.
You could also fork Chisel and link the Github repo to your Forge site and auto-deploy from Github.
You could also push up the Chisel project folder and let Forge's Webpack build service compile and deploy the Chisel site for you
Many options to suit your workflow.
$ claude mcp add chisel \
-- python -m otcore.mcp_server <graph>