Public
Like
kernel_starter
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Kernel is a developer platform that provides Crazy Fast Browser Infrastructure for browser automations and web agents.
This val has two demos:
- Remix this val (button in the top-right of this page)
- Get your Kernel API key
- Save it in this val's env variables (in the left sidebar)
- Click
Run
on playwright.ts or puppeteer.ts
Playwright requires file system access to work (it makes an artifacts temp dir)
To get around the file system issue, we can stub node:fs using this small script:
We also recommend setting "TMPDIR" to "/tmp" in your environment variables to avoid getting warnings about it being unset.