<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>

  1. Download the starter project from github

  2. Go to the 📁 Experiments folder

  3. Choose an example starting point

    1. Or, pick the “blank” example and import your own project
  4. 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
    
    
  5. Visit 127.0.0.1:3000 to see your project running


Paintbrush | Your AI agent for web dev

Built at TreeHacks 2024