From d06afd87e5a0325730b11478eb49af4ced12608a Mon Sep 17 00:00:00 2001 From: Jay V Date: Mon, 3 Nov 2025 18:03:10 -0500 Subject: ignore: lander --- packages/console/app/src/routes/index.tsx | 776 +++++++++++++++++++++++++----- 1 file changed, 664 insertions(+), 112 deletions(-) (limited to 'packages/console/app/src/routes') diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index fe6c5698b..a39524250 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -13,6 +13,7 @@ import { Footer } from "~/component/footer" import { Legal } from "~/component/legal" import { github } from "~/lib/github" import { createMemo } from "solid-js" +import { config } from "~/config" function CopyStatus() { return ( @@ -41,7 +42,10 @@ export default function Home() { return (
- + OpenCode | The AI coding agent built for the terminal @@ -54,19 +58,25 @@ export default function Home() {
What’s new in {release()?.name ?? "the latest release"} The AI coding agent built for the terminal

- OpenCode is fully open source, giving you control and freedom to use any provider, any model, and any - editor. + OpenCode is fully open source, giving you control and freedom to use any provider, + any model, and any editor.

Read docs - +

What is OpenCode?

-

OpenCode is an open source agent that helps you write and run code directly from the terminal.

+

+ OpenCode is an open source agent that helps you write and run code directly from the + terminal. +