diff --git a/frontend/packages/website/public/logos/amp.svg b/frontend/packages/website/public/logos/amp.svg index b578b1f..c2dfe36 100644 --- a/frontend/packages/website/public/logos/amp.svg +++ b/frontend/packages/website/public/logos/amp.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/frontend/packages/website/public/logos/opencode.svg b/frontend/packages/website/public/logos/opencode.svg index 842a2a7..c2404f2 100644 --- a/frontend/packages/website/public/logos/opencode.svg +++ b/frontend/packages/website/public/logos/opencode.svg @@ -1,5 +1 @@ - + \ No newline at end of file diff --git a/frontend/packages/website/src/components/FeatureGrid.tsx b/frontend/packages/website/src/components/FeatureGrid.tsx index d2b0c22..9be697b 100644 --- a/frontend/packages/website/src/components/FeatureGrid.tsx +++ b/frontend/packages/website/src/components/FeatureGrid.tsx @@ -44,7 +44,7 @@ export function FeatureGrid() {
Everything you need to integrate coding agents in record time.
@@ -98,7 +98,7 @@ export function FeatureGrid() {
const curvedPaths = [
{ d: "M480 225 C540 225, 560 90, 620 90", label: "Claude", color: "#d97757" },
{ d: "M480 225 C540 225, 560 180, 620 180", label: "OpenAI", color: "#ffffff" },
- { d: "M480 225 C540 225, 560 270, 620 270", label: "Devin", color: "#10B981" },
+ { d: "M480 225 C540 225, 560 270, 620 270", label: "OpenCode", color: "#10B981" },
{ d: "M480 225 C540 225, 560 360, 620 360", label: "Amp", color: "#F59E0B" }
];
@@ -146,53 +146,54 @@ export function FeatureGrid() {
+
+
+ {/* OpenCode */}
+
+ {/* Amp */}
+
+
+ Choose the installation method that works best for your use case. +
+
+ Embed in your application
++ Import the SDK directly into your Node.js or browser application. Full type safety and streaming support. +
+ +
+ {sdkCode}
+
+ Run in isolated environment
++ Spin up a sandboxed environment with E2B, Daytona, or Vercel. Secure isolation with full network access. +
+ +Full control
++ Clone the repo and build with Cargo. Customize, contribute, or embed directly in your Rust project. +
+ +
+ {sourceCommands}
+
+