The modern approach

Describe the outcome.
Let agents build.

chillsharp gives your project a clear starting point: create the workspace, describe the outcome, and build the first useful version.

01

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
02

Create your project

Make a workspace with the essentials in place.

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
03

Describe the first outcome

Begin with the problem—not the stack.

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.”
04

Build and go live

Follow the guidance until the first useful version exists.

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?

Read the docs.
Understand the pieces.
Build your way.

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 GitHub

The project is designed for a short path: install → create → describe → build → go live.