Orbital Access Layer

Ship tunnels like a space-grade edge network.

HTTP と TCP をひとつの制御面でまとめ、ブラウザ認証、CLI ログイン、公開ドメイン運用までを retproxy に集約しました。 ローカル開発の軽さを保ちながら、本番へ伸ばしやすい構成です。

Live Control Surface

One entrypoint for operators, developers, and tunnel clients.

HTTP + TCPHybrid forwarding
OAuth / EmailUnified identity
MariaDBPersistent control plane

Rapid Deploy

`docker compose up` から公開運用まで一直線。

ローカル開発、Cloudflare 前段、本番用の更新スクリプトまで同じリポジトリで扱えます。

Secure CLI Login

ブラウザ経由でもワンタイムコード交換でログイン。

長寿命トークンを URL に載せず、CLI 側で安全に受け取る構成にしています。

Flight Stack

Everything needed to expose a service, without bringing a whole platform team.

Control Plane

Next.js console, Auth.js identity, and MariaDB-backed state.

Edge Transit

Go server for control, HTTP gateway, and raw TCP relay.

Client Fleet

Windows / macOS / Linux CLI with browser login and tunnel orchestration.

Mission Flow

From local port to public route in three moves.

  1. Create an account or log in with OAuth, email link, or password.
  2. Run `retproxy login` to connect the CLI to your control plane.
  3. Launch `retproxy http 3000` or `retproxy tcp 25565` and watch tunnels appear in the console.