HOMELANDER AI Open app

Anthropic-compatible · runs on a real Claude subscription

HOMELANDER AI

A cinematic Claude chat studio and a drop-in proxy — point Claude Code, Cline, OpenCode, or anything OpenAI-compatible at it. Unlimited. Rate-limited. One key: homelander.

4models
unlimited
60req/min·ip
1key

01 — What it is

One engine.
Two surfaces.

HomeLander AI wraps a genuine Claude Code subscription and exposes it two ways at once.

  • The studio — a glassy, themed chat app with live telemetry, build-a-site mode, pipelines, batch runs, voice, a command palette and more.
  • The proxy — an Anthropic /v1/messages + OpenAI /v1/chat/completions endpoint that any agent can use as its backend.

It forwards to Anthropic with your subscription's OAuth session and Claude Code headers — so traffic rides the plan, not pay-per-token API billing.

02 — Quickstart

Two lines to ignition.

Point any Claude Code at the server and run it. The key is always homelander.

shell · Claude Code
export ANTHROPIC_BASE_URL="https://your-server"
export ANTHROPIC_API_KEY="homelander"
claude

Swap https://your-server for this server's URL (your local address or the public tunnel). That's it — you're on the subscription.

03 — Clients

Plug in anything.

Native Anthropic clients and OpenAI-compatible tools both work. Streaming, tools/function-calling, vision and reasoning_effort are all supported.

Claude Code · Cline · Roo · Kilo

Anthropic base URL + key homelander, or pick provider “OpenAI Compatible”.

OpenAI-compatible
BASE_URL  https://your-server/openai/v1
API_KEY   homelander
MODEL     claude-opus-4-8   # or gpt-* (mapped)

Anthropic SDK · raw

Drop-in for the Messages API.

endpoint
POST https://your-server/v1/messages
x-api-key: homelander

OpenCode · OpenAI SDK

Set the base URL, use any Claude model id.

openai sdk
base_url = "https://your-server/openai/v1"
api_key  = "homelander"

04 — Models

The whole roster.

Pick per-conversation in the studio, or by id from any client.

Fable 5claude-fable-5Newest. Vivid, long-form, creative.
Opus 4.8claude-opus-4-8Deepest reasoning. The heavy hitter.
Sonnet 4.6claude-sonnet-4-6Fast, balanced, everyday.
Haiku 4.5claude-haiku-4-5Quick, cheap, snappy.

05 — Access

Unlimited. Just not infinite.

No accounts. No credits. No sign-up. Everyone gets in — capped by a sliding per-IP rate limit (default 60 requests/min) so the subscription stays healthy.

no loginno creditsper-IP throttleone key: homelander

06 — Live telemetry

Watch it breathe.

The studio ships a real-time command-center dashboard: active users, live connections, requests/min, cost projection, cache tokens, latency p50/p95, per-model cost share and throughput charts.

Open the dashboard