the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Cloudflare workers and UI tweaks

- Add apps/api/src/cloudflare.ts with workers URL mapping
- Add preview.png and embed it in README
- Increase NewProject modal height from 50% to 65%
- Prevent vertical scrolling in TerminalModal (overflow-y-hidden)

+19 -2
+1
README.md
··· 10 10 > 11 11 > This project is in early development. Expect breaking changes and rapid iteration. 12 12 13 + ![](./preview.png) 13 14 14 15 ## Why Pocketenv? 15 16
+16
apps/api/src/cloudflare.ts
··· 1 + export const workers = { 2 + amp: "https://amp.pocketenv.io", 3 + claude: "https://claudecode.pocketenv.io", 4 + codex: "https://codex.pocketenv.io", 5 + copilot: "https://copilot.pocketenv.io", 6 + crush: "https://crush.pocketenv.io", 7 + docker: "https://docker.pocketenv.io", 8 + gemini: "https://gemini.pocketenv.io", 9 + kilo: "https://kilo.pocketenv.io", 10 + kiro: "https://kiro.pocketenv.io", 11 + mise: "https://mise.pocketenv.io", 12 + nix: "https://nix.pocketenv.io", 13 + openclaw: "https://openclaw.pocketenv.io", 14 + opencode: "https://opencode.pocketenv.io", 15 + pkgx: "https://pkgx.pocketenv.io", 16 + };
+1 -1
apps/web/src/components/newproject/NewProject.tsx
··· 76 76 style={{ outline: "none" }} 77 77 onClick={handleBackdropClick} 78 78 > 79 - <div className="overlay-animation-target modal-dialog overlay-open:mt-4 overlay-open:duration-300 mt-12 transition-all ease-out h-[50%]"> 79 + <div className="overlay-animation-target modal-dialog overlay-open:mt-4 overlay-open:duration-300 mt-12 transition-all ease-out h-[65%]"> 80 80 <div className="modal-content"> 81 81 <div className="modal-header"> 82 82 <div className="form-control w-full">
+1 -1
apps/web/src/pages/projects/Project/TerminalModal/TerminalModal.tsx
··· 119 119 </button> 120 120 </div> 121 121 <div 122 - className="modal-body p-0 pl-2" 122 + className="modal-body p-0 pl-2 overflow-y-hidden" 123 123 style={ 124 124 isFullscreen 125 125 ? { height: "calc(100vh - 56px)" }
preview.png

This is a binary file and will not be displayed.