A sandbox for every task
Each task gets a fresh cloud machine with a terminal, a browser and a file system. Nothing runs on your laptop.
AI software agent
Describe the change. Lilac writes the code in its own cloud computer, runs your tests and opens the pull request.
01 · The run
Runs live on Lilac's workers, not in your browser. Start a task on your laptop, shut it, and check in from your phone. Every step is saved and replays when you come back.
Try it on your repoAdd rate limiting to the upload API. 20 requests a minute per user, and tell me what you changed.
02 · What it does
Each task gets a fresh cloud machine with a terminal, a browser and a file system. Nothing runs on your laptop.
Connect GitHub. Lilac works on its own branch and opens a PR you can review and merge from the thread.
CI
Tests run in an isolated VM. When something fails, Lilac reads the logs and fixes it.
Web
It searches the web and reads documentation mid-task, so it isn't guessing at an API.
Models
Switch per thread, from fast free-tier models to heavier ones.
03 · How it works
Write what you want the way you would tell a teammate. Attach a screenshot if it helps.
It plans, edits, runs your tests and fixes what breaks, inside its own computer.
Review the diff and the checks, then merge. Or ask for changes in the same thread.
04 · FAQs
No. Every run lives on a Lilac worker, not in your browser. Close the tab or shut the laptop, then pick it up from any device and replay each step.
Only the repositories you install the Lilac GitHub App on. The code runs in an isolated cloud sandbox, never on your machine.
A range, from fast free-tier models to larger ones for harder problems. You can switch models per thread.
Yes. Start free, and upgrade to Pro inside the app when you need more room.