# Ox Alpha Rebuilt My 3D Globe Dashboard on OpenRouter

> I ran Ox Alpha in OpenCode on my 3D globe test. One prompt, a working Three.js page, and a live demo at hqman.me/demo/global-view-pro.

- Author: AI Kai
- Published: 2026-08-25
- Updated: 2026-08-25
- Topic: AI Dev Tools
- Tags: ox-alpha, opencode, openrouter, threejs, frontend
- Canonical: https://hqman.me/blog/ox-alpha-globe-test/

Ox Alpha rebuilt my 3D globe dashboard from one prompt and one reference image.

I ran it in OpenCode. Same test I use on other models: one screenshot, one prompt, a dark logistics dashboard with a real Three.js globe. [Fable 5 already passed it](https://hqman.me/blog/fable-5-one-shot-globe/). I ran the same check on Kimi K3. This time the model was Ox Alpha on OpenRouter.

The result held up. A working Three.js page. Smooth zoom. A solid globe texture. A layout close to the reference. I did a few manual tweaks after the model pass. Not many. Then I shipped it.

Live demo: [hqman.me/demo/global-view-pro/](https://hqman.me/demo/global-view-pro/)

[Watch the Ox Alpha demo on X](https://x.com/hqmank/status/2092186027708547198)

[![Ox Alpha 3D globe dashboard demo with Global View, route markers, and live statistics](https://hqman.me/media/blog/ox-alpha-globe-test/ox-alpha-globe-demo.webp)](https://x.com/hqmank/status/2092186027708547198)

## Why Ox Alpha Is Everywhere

OpenRouter said Ox Alpha is its biggest model launch so far. In the first 3 full days, the chart shows 11.6T tokens. That is 2.6x the next launch on the list, Qwen 3.6 Plus.

OpenRouter also said Ox Alpha is on track for close to 6 trillion tokens in a single day. The `ori` path they posted is:

```sh
ori [your favorite harness] --model stealth/ox-alpha
```

I did not treat that chart as a quality score. Traffic can spike for a cheap, fast, or mysterious model. I wanted to know whether it could rebuild a frontend I already trust.

![OpenRouter chart showing Ox Alpha as the biggest model launch, 11.6T tokens in the first 3 days](https://hqman.me/media/blog/ox-alpha-globe-test/openrouter-ox-alpha-launch.webp)

## How I Ran It

I used OpenCode. One reference screenshot. One prompt. A static webpage: Three.js, React, Tailwind. No npm.

The prompt asked for a pixel-close rebuild of the Global View dashboard, a real 3D Earth, and a bottom panel that stays collapsed on first load. It also told the model to use Chrome MCP, compare against the original screenshot, and debug until the page matched.

Ox Alpha produced a working page. The globe rotated. Zoom felt smooth. Route tags such as USA, COL, and AA-845 landed in the right kind of layout. The stats panel, 3D/2D toggle, and zoom controls were all there.

After that I made a few human edits. Back and forth, but short. Spacing, the collapsed handle, a couple of visual misses. Then it was done.

Try the live page: [hqman.me/demo/global-view-pro/](https://hqman.me/demo/global-view-pro/)

## The Prompt

This is the full prompt I gave OpenCode, including the extra constraints:

```
I want to build this HTML page as a single web page using Three.js, React, and Tailwind CSS.

Please recreate the reference image as closely as possible, with a high-fidelity, realistic, polished dashboard style. The page should look almost exactly like the screenshot, including the dark futuristic layout, the large 3D Earth, the sidebar, the top title, route markers, statistics area, zoom controls, and all major UI elements.

The 3D Earth must be implemented with Three.js, not as a static image. It should look realistic, support smooth mouse dragging, and feel highly interactive. The globe interaction is very important. Users should be able to rotate it smoothly with the mouse, and the visual effect should feel premium and responsive.

One important change: the bottom panel that covers part of the Earth in the screenshot should be collapsed by default. It should not block the globe when the page first loads. Add a small button or handle at the bottom. When the user clicks it, the bottom panel should slide up and show the activities table and the risk card, matching the style of the screenshot. The panel should also be collapsible again.

The popup panel under the image must stay collapsed by default. Do not expand it on first load.

Please focus on making the final page visually close to the image, with strong attention to layout, spacing, colors, typography, shadows, glass effects, smooth animations, and interaction performance. The final result should feel like a production-quality logistics dashboard, not a rough demo.

Call Chrome MCP yourself to verify the page against the original screenshot until it is pixel-perfect. Keep it simple. Do not use npm. This is a static webpage.

Use Chrome MCP to debug it yourself until the page is perfect.

Use other pages in this directory as references.
```

## Against Fable 5 and Kimi K3

On this test, I did not see a large gap between Ox Alpha, Fable 5, and Kimi K3.

Fable 5 set a high bar for one-shot frontend work. Kimi K3 stayed in that range for me. Ox Alpha got into the same conversation on a Three.js page with real interaction, run through OpenCode.

This is one frontend test. Long refactors, tool use, and repo edits can still diverge from a globe demo. I would pick a model by the task.

If you want the original Fable 5 prompt and live page, use the [3D globe writeup](https://hqman.me/blog/fable-5-one-shot-globe/). The Ox Alpha demo is here: [hqman.me/demo/global-view-pro/](https://hqman.me/demo/global-view-pro/)

## Sources

- [Live Global View demo](https://hqman.me/demo/global-view-pro/)
- [Ox Alpha demo video](https://x.com/hqmank/status/2092186027708547198)
- [OpenRouter: Ox Alpha token volume](https://x.com/OpenRouter/status/2091912024922177562)
- [OpenRouter: live Ox Alpha tracking](https://x.com/OpenRouter/status/2091912038264275103)
- [OpenRouter: ori harness](https://x.com/OpenRouter/status/2091912049999970543)
- [Fable 5 one-shot globe test](https://hqman.me/blog/fable-5-one-shot-globe/)
