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 Open in Pocketenv SVG

+21
+21
apps/web/public/open-in-pocketenv.svg
··· 1 + <svg width="240" height="44" viewBox="0 0 240 44" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 + <!-- Background --> 3 + <rect width="240" height="44" rx="10" fill="#06051d"/> 4 + <rect x="0.5" y="0.5" width="239" height="43" rx="9.5" stroke="#1a1933"/> 5 + 6 + <!-- Terminal icon (>_) --> 7 + <g transform="translate(18 13)"> 8 + <!-- > --> 9 + <path d="M2 4 L8 10 L2 16" stroke="#ffffff" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/> 10 + <!-- _ (caret) --> 11 + <line x1="10" y1="16" x2="18" y2="16" stroke="#7033ff" stroke-width="2.2" stroke-linecap="round"/> 12 + </g> 13 + 14 + <!-- Text --> 15 + <text x="50" y="18" fill="#A1A1AA" font-family="Inter, Arial, sans-serif" font-size="10"> 16 + Run instantly 17 + </text> 18 + <text x="50" y="29" fill="#ffffff" font-family="Inter, Arial, sans-serif" font-size="15" font-weight="600"> 19 + Open in Pocketenv 20 + </text> 21 + </svg>