<aside>
👋 We’re excited for you to try out Paintbrush in your project! Using paintbrush will soon be as easy as an npm install
, but for now, we’ve set up a starter project with everything you need.
Make sure you have node and npm installed and updated.
</aside>
Download the starter project from github
Go to the 📁 Experiments
folder
Choose an example starting point
Set up the project with these commands
# start the edit server, which lets our AI use your filesystem
# verify that it is live on port 5000
python3 EditServer/server.py
# move to the right example folder
cd Experiments/nextjs-testing/app
# spin up the example project
npm i
npm run dev
Visit 127.0.0.1:3000
to see your project running
Paintbrush | Your AI agent for web dev
Built at TreeHacks 2024