Home
Writing All Writing Journal Perspective Research
Lab All Lab Data Analyst AI AgentHello WorldGermany Real Estate IntelligenceEconomic DashboardLLM Benchmark PlatformOpenCode Go Chat
About About Skills CV
Contact
alpha web-app · learning v0.1.0

OpenCode Go Chat

A browser-based chat interface for OpenCode Go with a deployed proxy for chat, search, fetch, and browsing tools.

OpenCode Go Chat is a deployed browser chat interface for experimenting with OpenCode Go and tool-assisted chat workflows.

Live

chat.hectorsanchez.eu

What it does

The app provides a React chat frontend and an Express proxy. The proxy handles chat API calls and exposes supporting tool endpoints for search, readable page fetching, and optional browser automation when Playwright is available.

This first public entry documents the deployed app and its infrastructure path.

Stack

  • React and Vite for the frontend.
  • Express for the deployed proxy.
  • systemd for the backend process.
  • nginx on the Hetzner VPS for routing and TLS.

Status

Alpha. The app is live, but the tool surface and operational model are still being hardened.

Roadmap

  • Harden API key and auth behavior.
  • Improve search and fetch tool UX.
  • Clarify optional Playwright browser automation support.
  • Add persistent user and connector support later.

Stack

typescript · react · vite · express · nginx · systemd · hetzner

Auth

No auth — open access.