summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-09-03 11:05:43 -0400
committerJay V <[email protected]>2025-09-03 11:05:43 -0400
commit22f5c26eecdc44331de9bcfb2a8e5bac00a188da (patch)
tree8db3d89ffbe173c847e05682f00657d0aa14f72d
parentb6de122ddc502945fe0ba7412c847c2b54795082 (diff)
downloadopencode-22f5c26eecdc44331de9bcfb2a8e5bac00a188da.tar.gz
opencode-22f5c26eecdc44331de9bcfb2a8e5bac00a188da.zip
docs: edits
-rw-r--r--cloud/app/src/routes/index.tsx2
-rw-r--r--packages/web/config.mjs4
-rw-r--r--packages/web/src/content/docs/zen.mdx10
3 files changed, 7 insertions, 9 deletions
diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx
index 24897cb97..2f9d3a1a2 100644
--- a/cloud/app/src/routes/index.tsx
+++ b/cloud/app/src/routes/index.tsx
@@ -90,7 +90,7 @@ export default function Home() {
</a>
<span data-slot="description">, a curated list of models provided by opencode</span>
<span data-slot="divider">&nbsp;/&nbsp;</span>
- <a href="/auth" target="_self">
+ <a href="/auth">
{auth() ? "Dashboard" : "Sign in"}
</a>
</section>
diff --git a/packages/web/config.mjs b/packages/web/config.mjs
index c13ed125f..69b6b4f57 100644
--- a/packages/web/config.mjs
+++ b/packages/web/config.mjs
@@ -5,8 +5,8 @@ export default {
? "https://opencode.ai"
: `https://${stage}.opencode.ai`,
console: stage === "production"
- ? "https://console.opencode.ai"
- : `https://console.${stage}.opencode.ai`,
+ ? "https://opencode.ai/auth"
+ : `https://${stage}.opencode.ai/auth`,
socialCard: "https://social-cards.sst.dev",
github: "https://github.com/sst/opencode",
diff --git a/packages/web/src/content/docs/zen.mdx b/packages/web/src/content/docs/zen.mdx
index b3de59021..81eede6d6 100644
--- a/packages/web/src/content/docs/zen.mdx
+++ b/packages/web/src/content/docs/zen.mdx
@@ -45,16 +45,14 @@ opencode zen is an AI gateway that gives you access to these models.
---
-## Motivation
+## Goals
We created opencode zen to:
1. **Benchmark** the best models/providers for coding agents.
-2. Access to **highest quality**; we don't downgrade performance or route to cheaper providers.
-3. **Sell at cost**; the only markup is to cover our processing fees and any price
- drops will be passed along.
-4. **No lock-in**; you can use opencode zen with any other coding agent and you
- can use any other provider with opencode.
+2. Have access to the **highest quality** options and not downgrade performance or route to cheaper providers.
+3. Pass along any **price drops** by selling at cost; so the only markup is to cover our processing fees.
+4. Have **no lock-in** by allowing you to use it with any other coding agent. And always let you use any other provider with opencode as well.
---