Starter apps you can scaffold with stripe projects build. Each one
runs against a real Kernel cloud browser. Adding the kernel/project service
through Stripe Projects provisions a Kernel project and injects KERNEL_API_KEY into your .env, so the
templates run locally with one command.
| Template | Path | What it does | Extra keys |
|---|---|---|---|
| Kernel Browser Automation (Playwright) | playwright/ |
Opens a page in a Kernel cloud browser with Playwright and reads its title | none |
| Kernel Computer-Use Agent | computer-use-agent/ |
A natural-language computer-use agent that drives a Kernel cloud browser | OPENAI_API_KEY |
# scaffold a template and provision Kernel via Stripe Projects
stripe projects buildThen, in the generated project:
uv sync
uv run run_local.py # see each template's README for flagsEach template's README has the details. These are based on the Kernel CLI templates
(kernel/cli) and licensed under Apache-2.0.