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.

Adjust hero subtitle sizing and docs button styles

Decrease hero subtitle font size from 20px to 18px.
Reduce docs button opacity to 70%, add border-2, and enable
full opacity on hover.

+2 -2
+2 -2
apps/web/src/pages/home/Home.tsx
··· 11 11 <h1 className="mb-[10px] text-7xl mb-[20px]"> 12 12 Instant Secure Prototyping. 13 13 </h1> 14 - <div className="text-white/50 text-[20px] font-mono font-light mb-[80px]"> 14 + <div className="text-white/50 text-[18px] font-mono font-light mb-[80px]"> 15 15 Throw ideas into isolated sandboxes. Run commands, test prompts, 16 16 prototype agents — all in a safe, temporary space that vanishes 17 17 when you're finished. ··· 26 26 <a 27 27 href="https://docs.pocketenv.io" 28 28 target="_blank" 29 - className="btn btn-outline border-white text-white btn-xl font-bold opacity-80" 29 + className="btn btn-outline border-white text-white btn-xl font-bold opacity-70 border-2 hover:opacity-100" 30 30 > 31 31 View Docs 32 32 </a>