Install the CLI
Bring the starting point to your machine.
With Node.js and npm installed, add the chillsharp agent startpoint globally.
npm install -g @chill-sharp/chill-cli
The modern approach
chillsharp gives your project a clear starting point: create the workspace, describe the outcome, and build the first useful version.
Install the CLI
With Node.js and npm installed, add the chillsharp agent startpoint globally.
npm install -g @chill-sharp/chill-cli
Create your project
Choose a name. The CLI creates the project folder, starter structure, and guidance for building and publishing.
chill new my-data-project
cd my-data-project
Describe the first outcome
Tell the agent who the project serves and what they should be able to do first.
“Create a complete blog where authors can securely sign in, create and manage posts and categories, and publish content. Provide a separate public site where visitors can browse published posts. The admin area and public site must share real persisted data. Do not use mock data, browser-only storage, or a visual-only prototype. Verify that a post created by an author appears on the public blog.”
Build and go live
Use the generated project instructions to shape the data, pages, APIs, and deployment. Make the next useful thing, then make it available.
Prefer the old school route?
chillsharp is open source. If you would rather explore the architecture and examples before you start, the repository documentation is the place to begin.
Open GitHubThe project is designed for a short path: install → create → describe → build → go live.