documentation cleanup and docs.json addition

This commit is contained in:
Harivansh Rathi 2026-03-26 21:50:01 -04:00
parent ab3ff01b0e
commit a0cafac0d4
6 changed files with 16 additions and 9 deletions

View file

@ -21,12 +21,12 @@ const faqs = [
},
{
question: "Can I run this locally or does it require a sandbox provider?",
answer: "Both. Run locally for development, deploy to E2B, Daytona, or Vercel Sandboxes for production.",
answer: "Both. Run locally for development, deploy to E2B, Daytona, Vercel, or Agent Computer Sandboxes for production.",
},
{
question: "Does it support [platform]?",
answer:
"The server is a single Rust binary that runs anywhere with a curl install. If your platform can run Linux binaries (Docker, VMs, etc.), it works. See the deployment guides for E2B, Daytona, and Vercel Sandboxes.",
"The server is a single Rust binary that runs anywhere with a curl install. If your platform can run Linux binaries (Docker, VMs, etc.), it works. See the deployment guides for E2B, Daytona, Vercel, and Agent Computer Sandboxes.",
},
{
question: "Can I use this with my personal API keys?",

View file

@ -83,7 +83,7 @@ export function FeatureGrid() {
<h4 className="text-base font-normal text-white">Runs Inside Any Sandbox</h4>
</div>
<p className="text-zinc-500 text-sm leading-relaxed">
Lightweight static binary. One curl command to install inside E2B, Daytona, Vercel Sandboxes, or Docker.
Lightweight static binary. One curl command to install inside E2B, Daytona, Vercel Sandboxes, Docker, or Agent Computer.
</p>
</div>

View file

@ -1,6 +1,6 @@
"use client";
const integrations = ["Daytona", "E2B", "AI SDK", "Anthropic", "OpenAI", "Docker", "Fly.io", "AWS Nitro", "Postgres", "ClickHouse", "Rivet"];
const integrations = ["Daytona", "E2B", "AI SDK", "Anthropic", "OpenAI", "Docker", "Fly.io", "AWS Nitro", "Postgres", "ClickHouse", "Rivet", "Agent Computer"];
export function Integrations() {
return (