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.

Update Open in Pocketenv SVG styling

Switch background to purple, adjust corner radius and stroke, make
terminal caret white, and use 'DM Sans' for text

+23 -7
+23 -7
apps/web/public/open-in-pocketenv.svg
··· 1 1 <svg width="240" height="44" viewBox="0 0 240 44" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 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"/> 3 + <rect width="240" height="44" rx="9" fill="#7033ff"/> 4 + <rect x="0.5" y="0.5" width="239" height="43" rx="9.5" stroke="#8a5cff"/> 5 5 6 6 <!-- Terminal icon (>_) --> 7 7 <g transform="translate(18 13)"> 8 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"/> 9 + <path d="M2 4 L8 10 L2 16" 10 + stroke="#ffffff" 11 + stroke-width="2.2" 12 + stroke-linecap="round" 13 + stroke-linejoin="round"/> 14 + <!-- _ (caret contrast) --> 15 + <line x1="10" y1="16" x2="18" y2="16" 16 + stroke="#ffffff" 17 + stroke-width="2.2" 18 + stroke-linecap="round"/> 12 19 </g> 13 20 14 21 <!-- Text --> 15 - <text x="50" y="18" fill="#A1A1AA" font-family="Inter, Arial, sans-serif" font-size="10"> 22 + <text x="50" y="18" 23 + fill="#E9E5FF" 24 + opacity="80%" 25 + font-family="'DM Sans', Inter, Arial, sans-serif" 26 + font-size="10"> 16 27 Run instantly 17 28 </text> 18 - <text x="50" y="29" fill="#ffffff" font-family="Inter, Arial, sans-serif" font-size="15" font-weight="600"> 29 + 30 + <text x="50" y="29" 31 + fill="#ffffff" 32 + font-family="'DM Sans', Inter, Arial, sans-serif" 33 + font-size="15" 34 + font-weight="600"> 19 35 Open in Pocketenv 20 36 </text> 21 37 </svg>