← CommsLink

Ships

Every product on CommsLink is designed and shipped to production by an AI — live, most days. This is the raw record, generated straight from the commit history. No hand-picking, no polish: 2,359 ships and counting.

Reading this as an AI or a script? The complete record fits in a single request: /changelog.txt (all 2,359 ships, plain text) or /changelog.json (structured). This page shows 100 at a time.
All · 2,359CommsLink Chat · 686Carrier00 · 581Platform · 559Atlas · 271CommsLink Markets · 125Landing · 77AI-vertizing · 22Virtual Office · 14Terminal Agent · 14ai-npc · 6Forum · 3CommsLink Sounds · 1
Jul 10, 2026
Atlasv0.0.21289809f0

Atlas: underground = shared electric PIPES not train tracks — dedup segments (one pipe per grid segment, no overlap), 3x deeper, solid glowing lines, centerline routes (v0.0.21)

Atlasv0.0.20af2c56bd

Atlas: subway rides the GRID — client links route on the road grid (off-grid page spurs onto it) + render as tracks underground following the routed path, sharing segments (v0.0.20)

Atlasv0.0.199840dd17

Atlas: client links as a SUBWAY — page->endpoint connections become rails-with-ties ramping under the city, glowing up through the ground (replaces the pink lines) (v0.0.19)

Atlasv0.0.18c5c2bf11

Atlas: click a line to see what it connects + clients as houses (pyramid roofs) + client HTTP roads in a distinct pink color (v0.0.18)

Atlasv0.0.17be6f0696

Atlas: FIX handlers/actions buried inside 2x-taller buildings (lift roof members to new roof) + scatter unconnected clouds along the border instead of a vertical stack (v0.0.17)

Atlasv0.0.169e0e38a4

Atlas: fix camera orbit (fallback to a changed node when no explicit focus) + diff inspector panel on click (transparent, X to close) + bundled architecture guide for teaching AI (v0.0.16)

Atlasv0.0.159ff7e73c

Atlas: edge routing v3 — exit to NEAREST road (short on-ramp, more corners), lanes within road width (overlap ok), enter buildings from closest road point; verified 0 off-road interior vertices on real data (v0.0.15)

Atlasv0.0.1414f52ffa

Atlas: FIX edge routing — route per-grid on each grid's real roads, cross between grids only on a shared avenue (the two grids have different scales; merging their coords put lines on non-existent roads) (v0.0.14)

Atlasv0.0.13db714938

Atlas: full Manhattan edge routing — turn at street corners (node → vertical street → avenue → target street), per-street lanes (v0.0.13)

Atlasv0.0.1267286d9e

Atlas: wire street-routed edges — reads/writes/calls run orthogonally along avenues in parallel lanes, shown at rest (v0.0.12)

Atlasv0.0.115abc9754

Atlas: bloom glow (UnrealBloomPass) + street curbs glow with dashed center + 2x module/datastore height; routeEdges module + tests (not yet wired) (v0.0.11)

Atlasv0.0.1073a95b1e

Atlas: neon Tron streets (glowing centerlines) + scale modules & datastores by line count (v0.0.10)

Atlasv0.0.9bcdf9aea

Atlas: Tron pass — neon additive edge outlines per element (fill stays semantic) + deeper background for contrast (v0.0.9)

Atlasv0.0.85ea9d1c5

Atlas: milestone celebrations — fireworks + chime + banner on commit (green) / push (blue), with a mute toggle (v0.0.8)

Atlasv0.0.7e17ca020

Atlas: changed nodes signal via GOLD borders + gold titles (fill color untouched); distinctive isometric icon + colored status bar/tab (v0.0.7)

Atlasv0.0.6ced09a8e

Atlas extension: always-visible launchers — Activity Bar icon + Status Bar button (no file needed) (v0.0.6)

Atlasv0.0.5e4896465

Atlas activity: district-level glow + clickable cycle pill + Changes list panel (navigate the diff through the map, v0.0.5)

Atlasv0.0.4cb4f4c88

Atlas extension: live git-activity layer — glow uncommitted-change nodes amber + orbit the file being edited (v0.0.4)

Atlasa471e3cf

Medusa (Shopify) + Medplum (healthcare/FHIR) importers — file-based + Express parsers, pinned meta.domain grouping

Atlas2cc04333

Add Cal.com (Calendly) tRPC gallery example + tRPC router-grouping fix (skip generic procedures/handlers dirs)

Atlas3f33c612

TRPC importer — procedures→endpoints (query=read, mutation=write) + Prisma access; extract Documenso (267 procedures) as a real tRPC gallery example (7 tests)

Atlas0d24db4d

Model picker in chat — <AtlasViewer models> dropdown; extension enumerates vscode.lm models (Copilot exposes Claude/GPT) + user key, routes ask() to the chosen model

Atlasv0.0.2fac0b12e

Chat fallback — editor model (Copilot) → user's own OpenAI-compatible API key → graceful msg, so 'Ask your architecture' works for anyone (incl. Cursor/no-Copilot); map always works with no LLM

Atlasda5f6e44

Atlas ext: add map-icon button to the editor toolbar; README leads with the user flow (install → click map icon → see your open project)

Atlas978903f7

VS Code/Cursor extension scaffold (packages/atlas-vscode) — thin host+webview shell reusing the extractor + <AtlasViewer>; builds both bundles, F5-launchable

Atlas6b439810

Extract shared <AtlasViewer> (canvas+sidebar+chat) from page.tsx — page now injects graph+ask; the single-codebase seam for the VS Code/Cursor extension

Atlas074f0585

Detect S3 asset buckets referenced in next.config.js → the commslink-assets bucket now shows on the CommsLink map (web reads from S3)

Atlas1ed80238

Atlas vision: guiding light — local MVP, 'watch the agent build' live diff+camera, live telemetry (cars on roads) seam, terminal-context awareness

Atlasb8f7b5dd

Atlas roadmap: extension strategy (big-3 editors, no fork), ladder business model, thin-shells-over-shared-core

Atlasb1563dd2

Webhook endpoints badged distinctly (WEBHOOK) in module contents + detail, so they're identifiable when clicking a domain

Atlas6e760b57

Clickable domain buildings (module → lists its endpoints/handlers/actions) + reconcile Cursor outline-toggle onto EC2

Jul 9, 2026
Atlas00bc3d2b

Next.js API-route importer + monorepo Prisma discovery → extract dub (bit.ly) as first REAL company: 194 pages, 175 API routes, 116 tables, full-stack

Atlasd763dc15

Fix invisible page-phantoms bloating api container (exclude client nodes from backend zone); AWS account always shown as foundation border; pages served-by web module (removed nonsensical Users->page); reverted off-grid compaction

Atlas5f34087b

Users node + page-load 'requests' edges (the basic HTTP GET-page requests, distinct from API calls) + compact off-grid block (api container 382→224 deep)

Atlas6929fe7e

Atlas docs: full-stack front-end city (Next.js client extraction)

Atlasa150d8b0

Full-stack — front-end extractor (Next.js routes + client API calls) renders the CLIENT as its own city outside the gates, wired to the backend endpoints

Atlasa89d5feb

AWS account is a dashed BORDER (not a plane) — servers stay their own cities, databases on their own separate plane

Atlas7bacb9bd

Lambdas off the EC2 — serverless base = AWS account (not EC2), no container box for managed resources, each Lambda/compute gets its own raised plane

Atlas08e811ec

De-clutter grants (drop bold roads → quiet lines + guarded-vault checkpoint) + MMO/AI-training/AI-RAG gallery examples

Atlas30f8c857

Atlas docs: grant-roads + checkpoints, EC2/ECS/Fargate compute, containment model

Atlas70d97c60

Grant roads + police checkpoints (DUI barricade + flashing cruiser to vaults) + EC2/ECS/Fargate compute

Atlas2b55d8d8

Atlas docs: record CDK importer, AWS city vocabulary, telemetry opt-in-overlay decision

Atlasf47b8b7c

CDK-as-TypeScript importer — Lambdas as tents, IAM grants as roads (AWS-native extraction + city vocabulary)

Atlas2e1a3f1d

Docs: bring README lab-suite update from PR #3 onto main (Atlas CITY-1g preserved)

Atlas78df4512

Atlas CITY-1g: externals as clouds (outbound, over consumers); webhooks as helicopters; clouds pickable

Atlas277f608d

Atlas CITY-1f: helipads (air network) — buildings that call out get a fenced pad; helicopters on islands

Atlasa8b533b4

Atlas CITY-1e: remove fake harbor; external islands sized by dependency count, routes on focus

Atlas8fa44265

Atlas CITY-1d: table road grid + orphan-table sorting (unused tables off to the side)

Atlas03441585

Atlas CITY-1c: buildings = modules (endpoints=doors, handlers=machines, actions=people); off-grid inside container; uniform roads

Atlasa9ebbc56

Atlas CITY-1b: street grid between blocks + off-grid module sorting (stateless districts detached)

Atlasb1afe1c4

Atlas CITY-1a: quiet edges + data avenue + coastline (mainland + offshore island externals)

Atlas248001f2

Atlas CITY-0: generic model + example-architecture gallery (serverless/3-tier/event-driven)

Atlasb83877dc

Atlas CITY-0: generic city-role model + doc plan

Atlas11031a07

Atlas UI: scale fog + clip planes to scene so buildings stay visible when zoomed out

Atlasa05b94f7

Atlas UI: infra nesting (EC2 host + containers, tables grouped in mysql)

Atlasc3e8ccb1

Infrastructure layer — EC2 host + containers from docker-compose

Atlas2ded612b

Docs: Atlas Phase 4 (talk to your architecture) shipped — end goal met

Atlas7f75b34b

Atlas Phase 4: talk to your architecture (GraphRAG /api/v1/atlas/ask + chat panel)

Atlase4757840

Atlas Phase 3: self-updating architecture doc at /atlas/architecture

Atlas0deb7108

Atlas Phase 3: living architecture doc generator (graph → Markdown)

Atlas2d6ce26b

Docs: Atlas Phase 2b (handler nodes + LLM tier) shipped

Atlas3db89b89

Atlas Phase 2b: handler nodes + LLM-inferred edges on the 3D map

Atlase814effe

Atlas Phase 2b: handler nodes + Tier-2 LLM edge extraction (grounded, provenance-tagged)

Atlasdda72681

Docs: Atlas Phase 2 external-services slice shipped

Atlase493f150

Atlas Phase 2: external services on the 3D map (arteries out of the system)

Atlas130d7405

Atlas Phase 2: external-service extraction from adapters (Stripe/Polly/Grok/Anthropic/AWS/…)

Atlasc2cc01b7

Docs: mark Atlas Phase 1 (3D map at /atlas) done

Atlase4659409

Atlas Phase 1: 3D architecture map at /atlas (nested districts, data-flow highlight)

Atlas5dfdb64e

Nested-district layout unit test

Atlasaafe565f

Atlas Phase 0: deterministic graph substrate (endpoints/actions/datastores + provenance)

Atlas606dc553

Add Atlas app card + about page to landing

← NewerPage 3 of 3Older →

Generated 2026-07-16 from git across all CommsLink repos · page 3/3, showing 201271 of 271 Atlas ships · complete record: /changelog.txt · /changelog.json.