| title | Getting Started |
|---|---|
| description | Setting up Coder IDE |
You get many more tools with a Pro subscription
- Database management
- GitHub Ticket / PR management
- Orchestrator
- Live reload
- Token reports and traces
- SFTP
- Support via built in feedback tool
- Future (features) premium tooling
Coder is currently bring your own.
- OpenAI subscription fully works.
- Claude Code works with the built in terminal. In split editor it works great.
- Any OpenAI compatable provider works great in the AI Chat and Orchestrator.
Set up LSP for the languages you plan on using if you don't already have them on your machine.
LSP, language servers shows what you need installed.
Most interaction with GitHub requires keys. Setup your keys
-
You will need both Classic and Fine-grained keys if you plan to manage PR's.
-
Open Tickets Panel
Cmd+Shift+T -
Click the 馃攽 at the top to "GitHub tokens"
-
Add your token
-
Clone repository
Cmd+Shift+C
Happy building!