Connect your agent
CodeSpring plans your app. Your coding agent builds it. Connecting the two is a short, one-time setup. Pick the agent you build with to see its steps.
Claude Code is the smoothest path and the one we test the most. Paste one prompt to set it up, or run the commands yourself.
Paste this into Claude Code. It installs CodeSpring, links this project, and confirms it worked by listing your projects.
We are going to use CodeSpring as the single source of truth for planning and tracking this app while we build it. Please set it up for me now by running these commands in order: 1. npm i -g @codespring-app/cli 2. codespring auth login 3. npx skills add CodeSpringApp/codespring-skills 4. codespring init Step 2 opens my browser once so I can sign in. Run step 4 here in this project folder so it links the folder to my CodeSpring account. When it is connected, list the names of the projects in my CodeSpring account so I know it worked.