Claude Code, Cursor, Codex … Give it the address of the recipe and say what you want.
Open your AI coding agent in an empty folder
Paste a request like this
Read https://www.ortho-earth.com/llms.txt and follow "Build with it".
Make me a web page with a 3D globe that shows the 10 most populous
cities of the world as red dots. When I click a dot, show the city's
name and population. Start the view looking at Asia.
It installs, writes the code and checks it in the browser. Then run npm run dev and look.
Tested: an AI agent given only this request built and verified the page on its first run.
Look
Open any demo — nothing to install. Drop your own GIS file onto the globe; it is read in your browser and never uploaded.
Map engine · GPL-3.0ortho-earthThe globe itself: WebGPU with a WebGL2 fallback, real-scale terrain, and base map, vectors and 3D cities drawn together through a worker pipeline.Parquet draws big data, Gint thinks, and nothing is exaggerated.Overview日本語npm
Data format · MITGeoPBFA compact binary format for geometry, and a converter that runs in the browser: 18 formats in, 14 out, with GDAL-free support for Japanese coordinate systems. It does not keep an index — partial reads are GeoParquet's job.Overview日本語npmTry it
Vector engine · GPL-3.0GintThe intelligence layer: shared-edge topology in a GPU-readable form — instant identify, choropleths and level of detail straight on the GPU.Overview日本語
Elevation · MITAltPBFElevation tiles in Protocol Buffers — three zoom tiers from GEBCO and ALOS, delta-coded and deflated for fast terrain.Overview日本語
3D models · MITglbconvConverts GLB to glTF, OBJ, PLY, STL, USDZ and 3D Tiles in the browser, keeping each model's place on the Earth.npm