A team of coding agents in the cloud.
Go from an idea to changes you can review, with collaborative AI agents for your GitHub repositories.
Build a front page for our app. Keep it simple, give the product room to breathe, and make it feel like us.
The front page is ready. I used the existing typography and components, added the download and sign-in links, and made the workspace the focus.
app/page.tsxcomponents/marketing/landing.tsx
Typecheck passed · Production build passed
Let me start a new agent with Cmd+N, and use Cmd+B to toggle the sidebar. Support Windows keyboards too.
Both shortcuts are wired up. They use Command on Mac and Control on Windows, and leave text inputs alone while you’re typing.
components/workspace/shortcuts.tscomponents/workspace/index.tsx
4 shortcut tests passed · Typecheck passed
Review sign-in redirects. Make sure we only redirect people to pages inside our app after they sign in.
I found a redirect that accepted an external URL. It now allows local paths only, with a safe fallback to the workspace. I added coverage for external URLs and protocol-relative paths.
auth/redirect.tsauth/redirect.test.ts
3 redirect tests passed · Typecheck passed