Early Beta — Now Accepting Teams

Robotics Infrastructure
for the Next Decade

10Things is the Robotics PaaS for next-generation hardware teams. Simulation-first. RL-native. 258,581+ lines of platform code ready for your robot.

6+
Active platform hubs
258k
Source lines shipped
4,644+
Tests passing
Robot Discovery Robot Learning CodeGen Hub Control Hub Deployment Hub Platform SDK 258,581+ Source Lines Isaac Sim Integration ROS2 Native 4,644+ Tests Robot Discovery Robot Learning CodeGen Hub Control Hub Deployment Hub Platform SDK 258,581+ Source Lines Isaac Sim Integration ROS2 Native 4,644+ Tests
// Why 10Things

Robotics teams are drowning in infrastructure debt

Every hour spent gluing ROS2 packages, wrangling simulation environments, and building one-off deployment scripts is an hour not spent building your actual robot. 10Things is the operating layer that handles all of it.

Six active hubs. One shared SDK. One platform that takes your hardware from URDF file to fleet deployment.

Explore the architecture →
🔩

Zero ROS2 glue code

Native ROS2 Humble/Iron integration. Ship logic, not boilerplate. The plumbing is handled.

🎮

Simulation-first by default

Every behavior runs in Isaac Sim before hardware. Full physics fidelity with domain randomization.

🤖

Multi-agent CodeGen

Planner → Coder → Reviewer pipeline generates production-ready ROS2 code tested in sim automatically.

📡

Fleet-ready from day one

CI/CD for robots. Canary deploys. OTA updates. Fleet telemetry. All built into Deployment Hub.

🛡️

Governance & compliance built in

Unified audit trail, RBAC, OTel tracing, and compliance pipeline across all hubs from the Platform SDK.

// Platform Architecture

Six hubs. One operating
system for robots.

Discover → Code → Train → Design → Deploy → Operate. Each hub is a production-grade service on the 10Things Platform SDK.

🔭

Discovery Hub

USDZ/URDF/CAD ingestion with automatic capability profiling. Mesh simplification, joint analysis, and physics contract generation.

CAD · URDF · USD · 66k LOC
🎮

Control Hub

GenAI-coached OpenArm Lab. IK calibration, teleoperation, Isaac Sim bridge, ROS2 training runs, and imitation learning from recordings.

Isaac Sim · ROS2 · 82k LOC
💻

CodeGen Hub

Multi-agent AI factory: Planner → Coder → Reviewer. Domain selector, quality gate with sandbox execution, and export to target hub.

7-agent pipeline · 66k LOC · 2,386 tests
🖥️

Interaction Builder

Node-graph workflow editor, 3D robot viewport, and NL-driven UX compilation. Deploys to Web, Mobile, ROS2 HMI, Slack, and Teams.

React + 3D · 6 channel targets
🚀

Deployment Hub

Full-lifecycle control plane. Model upload → policy check → canary → batch rollout → full deploy → instant rollback. 15 API routes.

FastAPI · CI/CD · OTA · 652 tests
🛡️

Governance + Admin

Planned: unified audit aggregation, token federation, privacy classification, compliance metrics, and tenant isolation across all hubs.

Planned · ISO compliance · RBAC
// 10Things Platform — Full Stack

6 Active Hubs · 2 Planned · 1 Shared SDK

All hubs are built on the Platform SDK — the shared foundation for data models, contracts, RBAC, audit, billing, and telemetry.

10Things Platform — 258,581+ source lines · 4,644+ tests · 8-layer architecture
Discovery HubCAD → URDF → USD
Control HubCoach · Train · Teleop
CodeGen HubAI Code Factory
Interaction BuilderWorkflow · 3D · UX
Deployment HubFleet · CI/CD · OTA
Admin ConsoleHealth · Users
↑↑↑ all hubs import from Platform SDK ↓↓↓
Platform SDK — Shared Foundation · Imported by all 6 hubs
Robot · Fleet · Mission · Deployment · Telemetry · CapabilityContract · audit · rbac · billing · comms · sessions
258,581+
Source lines
4,644+
Tests passing
8-layer
Architecture pattern
// Platform Metrics

Built, tested,
production-grade

Real numbers from real code. Not vaporware — a working multi-hub robotics platform with tests to prove it.

Platform Growth — Source Lines by Hub
Cumulative codebase scale across all active hubs
99.8%
Platform uptime SLA
↑ All-time high
8-layer
Consistent architecture across all hubs
↑ UI · API · Cross-Cutting · Managers · Models · Config · Dev/Test
Tests by Hub
Automated test coverage
// See It In Action

From URDF to deployed
in minutes

Watch the 10Things platform take a robot model through Discovery, CodeGen, sim training in Isaac, and fleet deployment — end to end.

Platform Demo — Discovery → CodeGen → Isaac Sim → Deploy
// How to Get Started

From hardware to
fleet in 4 steps

STEP 01
🤖

Connect Your Robot

Upload your STEP, URDF, or MJCF file. Discovery Hub profiles capabilities, simplifies meshes, and generates your physics capability contract.

Request access →
STEP 02
💻

Generate Code

Pick a domain (ROS2, USD, URDF, Isaac). CodeGen Hub's Planner→Coder→Reviewer pipeline writes, tests, and validates production code automatically.

See CodeGen Hub →
STEP 03
🎮

Train in Simulation

Control Hub runs RL training in Isaac Sim with domain randomization. Imitation learning from teleoperation recordings. Validated policy before any hardware touch.

See success rates →
STEP 04
🚀

Deploy to Fleet

Deployment Hub handles model upload, policy check, canary rollout, and full fleet deploy. Instant rollback. OTA updates. Telemetry dashboard.

Talk to us →
// Technology Stack

Built on the world's best
robotics infrastructure.

NVIDIA IsaacSimSimulation
Isaac Lab / RL TrainingRL Pipeline
ROS2 Humble / Iron / JazzyMiddleware
FastAPI + Gradio + ReactUI/API Layer
OpenUSD / URDF / MJCFRobot Formats
BehaviorTree.CPP v4Behavior
OTel + Prometheus + SQLiteObservability
Platform SDK (proprietary)Foundation
01# 10Things Platform SDK
02from tenthings import Platform
03
04# Connect your robot
05robot = Platform.connect(
06 urdf="./my_robot.urdf",
07 api_key=os.environ["TT_KEY"]
08)
09
10# Generate + train + deploy
11code = robot.codegen(domain="ros2")
12policy = robot.train(
13 task="pick and place",
14 sim_envs=4096, safety=True
15)
16robot.deploy(policy, fleet="all")
17# ✓ Deployed to 12 units (canary→full)
// Resources & Links

Everything to go
deeper

// Get In Touch

Let's talk about
your hardware

Two-person startup with a prototype or a 40-person team shipping product — we want to understand your stack and see if 10Things fits.

📍
Location
Austin, TX · Remote-first
We reply within 24 hours
🎉Done!