Understand the existing setup (optional)
Kick off the session by asking Revolte to map the codebase’s conventions before it writes anything. Read the summary it comes back with — it’s what decides where the new endpoint should live.
Implement APIs from your spec
With the conventions settled, point Revolte to the OpenAPI spec and name the endpoints you want built. It reads the file directly for paths, request and response schemas, and expected behavior — you shouldn’t need to restate any of that in the prompt.
3
Matches your existing patterns
Revolte works through the implementation and makes the changes. If you’re in the chat view, click View changes to open the diff on the right and follow along:
4
Tests pass before you look at it
Before you dig into the diff itself, check the test output further up in the session — Revolte runs the suite it just wrote as part of the same run, so a failure shows up here first instead of surprising you in review.
5
Continue iterating
Once the diff and tests both check out, stay in the same session rather than opening a new one — it already has the spec and the codebase’s conventions loaded, so a follow-up prompt like either of these stays scoped instead of starting over: