Your ambition is not the bottleneck.
Your infrastructure is.
Hoody is the foundation between you, your agents,
and everything you'll ever build.
Every terminal, desktop, database, filesystem, and AI agent inside your machine is an HTTPS endpoint. 19 services, auto-detected, auto-secured. Rent bare metal instantly. Spawn unlimited containers. Everything just works — and yes, you can run inside
The Abstraction
Every Linux primitive is now an HTTPS endpoint
Terminal
Run commands, get JSON. Multiple sessions. Multiplayer. Fire-and-forget or wait for output.
HTTP never changes. Neither does your foundation. Anymore.
Use Hoody from anything.
A browser tab, a shell, a Telegram chat, an AI agent, a $2 IoT board — they all speak HTTP. That's the only requirement.
os.hoody.com
Your agentic WebOS, in the browser
Hoody Workspaces
The main way to use Hoody. A floating-window operating system in your browser. Terminals, files, code, agents -- all as draggable panels. Multiplayer. Runs on your server.
Learn More$ ssh hoody.com
> Connected. Welcome to Hoody.
> Your machine is ready.
# You're in. Full WebOS in your terminal.
# Same state as the browser version.
$ hoody ai chat "What can you do?"
> I can deploy apps, manage files,
> run desktop software, query databases,
> and more. What would you like?
$ hoody snapshot create --name checkpoint
> Saved in 1.2s. You can always come back.
ssh hoody.com
Full graphical WebOS streamed to any terminal on Earth via Hoody SSH rendering. Sign up, auth, and desktop -- all in your shell. Three words.
Learn More$ hoody containers list
NAME STATUS SERVICES
dev running 15/15
blog running 15/15
$ hoody ai chat "Deploy my blog"
> Creating containers...
> Blog live at https://blog.myapp.com
$ hoody files list /home
app/ scripts/ data.db
$ hoody snapshot create --name stable
> Saved. Full state.
$ hoody proxy alias add myapp.com
> TLS provisioned. Live instantly.
# 820 commands. Tab-complete everything.
Hoody CLI
Drives containers, files, terminals, displays, AI, snapshots -- everything. Agents use it too. Install once, automate forever.
Learn Moreimport { HoodyClient } from "@hoody-ai/hoody-sdk";
const client = new HoodyClient();
// List your containers
const list = await client.api.containers
.listContainers();
// Ask AI -- no keys needed
const res = await fetch(
'https://ai.hoody.icu/api/v1/chat/completions',
{ method: "POST",
headers: { Authorization: "Bearer container-abc" },
body: JSON.stringify({
model: "claude-opus-4-6",
messages: [...]
}) }
);
// Snapshot your work
await client.api.containers
.createContainerSnapshot(id, {
alias: "stable"
});
// 870 methods. Apache 2.0.
@hoody-ai/sdk
TypeScript SDK. Pure HTTP fetch() under the hood. Works in browsers, edge workers, Deno, Bun. Apache 2.0. Zero native bindings.
Learn More@hoody.com
Hand this address to Claude, GPT, Gemini, or any agent. It fetches a skill file and instantly learns your entire 495-endpoint infrastructure.
Embed Anywhere
Drop a live terminal, desktop, file manager, or AI agent into Notion, Slack, your docs, or your own app. It is just an HTML tag.
HTML5 Displays
Run Firefox, VS Code, Blender -- any desktop app -- live in your browser. Firefox inside Firefox. Multiplayer. Embeddable.
Chat Apps
NEWConnect your workspace agent to Telegram (live now) or WhatsApp (coming soon). Chat with your AI, manage sessions, run commands -- all from your phone's chat app.
Hoody is HTTP. Any device, any language, any agent that can make an HTTP request can control your entire machine. No SDK required. No client to install. Just HTTP.
This is not an upgrade. This is what building was supposed to feel like.
Six things that used to be painful. Now they're a URL.
Build a full app in 2 hours
Describe what you want. AI spawns 3 containers (frontend, API, database), writes the code, tests live at real URLs. You iterate for 2 hours. Happy? Snapshot all three. Point your domain. Production.
# what changed
- Days of setup: Docker Compose, CI/CD, staging env, DNS, SSL certs. A week before anything is live.
+ Describe it. AI builds it. Test at real URLs. Snapshot. CNAME. Production in 2 hours.
Build me a Twitter clone with React frontend,
Express API, and PostgreSQL database.
Use separate containers for each.
> Planning architecture...
> Spawning container: frontend
> Spawning container: api
> Spawning container: db
> All 3 ready in 4.2 seconds.
> Writing code... Tests passed. 47/47.
https://proj-frontend-http-3000.containers.yourserver.hoody.icu
https://proj-api-http-8080.containers.yourserver.hoody.icu
> Production live.
Hoody Exec: Instant APIs
File = endpoint. Zero frameworks. Zero config.
Next.js-style routing. Built-in Database object, $ shell helper, and AI agent. Every script is also a CLI command.
Localhost = Production
localhost:3000https://proj-dev-http-3000.containers.yourserver.hoody.icu/Start any server on any port. Hoody detects it and gives it a public HTTPS URL with valid TLS. Automatic. No tunnels. No ngrok.
“Stop configuring. Start creating. The infrastructure should materialize from your imagination, not the other way around.”
The WebOS to orchestrate your new life.
Not a dashboard. A full operating system in your browser. Every desktop app runs live -- and more. 25 agent tools, full git, 60+ cloud backends, multiplayer. All on YOUR bare-metal server. (so much more)
Workspace overview screenshot
38 built-in capabilities across 3 layers
25 built-in tools. Orchestrator mode. Code, Architect, Debug, Ask modes.
Multi-container AI coordination. Delegates tasks across containers.
Persistent knowledge storage across tasks. AI-suggested entries.
Extend with GitHub, Slack, Jira, custom tools.
Claude, GPT, Gemini, Groq, Mistral... Container-based auth.
bash, read, write, edit, grep, glob, browser, image gen, MCP, and more.
Create, track, and manage tasks. Todos per session.
Built-in and custom prompt templates. Fetch skills from URLs.
VS Code editor with syntax highlighting and IntelliSense.
Run git commands via terminal. Agent executes git operations.
Drop a script in scripts/, it becomes a live HTTPS endpoint. Agents call it via HTTP. Auto-generated OpenAPI spec.
Split-pane terminals with drag-and-drop tabs.
Search and execute commands. Navigate anywhere fast.
Agent applies targeted patches. Review changes inline.
Monaco language features. Diagnostics and autocomplete.
Persistent scripts via Exec. Long-running processes via Daemon.
25 built-in tools. Orchestrator mode. Code, Architect, Debug, Ask modes.
Multi-container AI coordination. Delegates tasks across containers.
Persistent knowledge storage across tasks. AI-suggested entries.
Extend with GitHub, Slack, Jira, custom tools.
Claude, GPT, Gemini, Groq, Mistral... Container-based auth.
bash, read, write, edit, grep, glob, browser, image gen, MCP, and more.
Create, track, and manage tasks. Todos per session.
Built-in and custom prompt templates. Fetch skills from URLs.
VS Code editor with syntax highlighting and IntelliSense.
Run git commands via terminal. Agent executes git operations.
Drop a script in scripts/, it becomes a live HTTPS endpoint. Agents call it via HTTP. Auto-generated OpenAPI spec.
Split-pane terminals with drag-and-drop tabs.
Search and execute commands. Navigate anywhere fast.
Agent applies targeted patches. Review changes inline.
Monaco language features. Diagnostics and autocomplete.
Persistent scripts via Exec. Long-running processes via Daemon.
S3, GDrive, Dropbox, OneDrive, Azure, MEGA...
Manage credentials and secrets. Container-scoped access.
Full system state in 1-5 seconds. Fork. Rollback.
Network-level rules. Allow/block ports per container.
Query databases. KV store. Time-travel queries.
Background processes with auto-restart. Managed via HTTP.
Custom domains, aliases, TLS auto-provisioned.
Service health, memory, request throughput.
Run Firefox, VS Code, Blender in the browser.
Tree view, search, 60+ cloud backend connections.
Every panel is an iframe. Embed in docs, Slack, anywhere.
Keybinds, themes, models, permissions. Customizable.
Light, dark, custom. Full appearance customization.
Every keyboard shortcut is customizable.
Browser alerts, sounds, in-app toasts. Per-session.
Chronological event stream. See everything that happened.
Share URL = shared OS. Real state, not screenshare.
Chat with your workspace agent from Telegram. Manage sessions from your phone.
Full OS from your phone. Browser or SSH. Same state.
Group-based access control. Granular per-service.
API tokens for team access. Create, revoke, scope.
Share any surface. Real shared state, not screenshare.
Open source. On your server. Under your control.
Hoody Workspaces is open source and runs on YOUR bare-metal machine. Your data never leaves your server. No third-party cloud. No telemetry. No trust required -- verify the code yourself. In a world where breaches happen weekly, your OS should be something you own, audit, and control. Agents can programmatically open panels, arrange layouts, switch windows, and build entirely custom interfaces -- all via the same Kit HTTP surface.
Built on the protocol that never moves.
Technologies come and go. HTTP stays.
HTTP invented
HTTP/1.1 -- still used today
AWS launches EC2
Docker launches
Kubernetes launches
HTTP/2
HTTP/3 + QUIC
Hoody: Linux as HTTP + Agentic
Protocols died. Platforms pivoted. HTTP did not move.
Bare Metal
Real processors. No shared hypervisors. No noisy neighbors. The machine is yours.
Instant Snapshots
Full system state captured in 1-5 seconds. Not just code -- everything. Restore, fork, branch.
Auto-Versioned Files
Every file modified on the filesystem is versioned automatically. Browse any version. Nothing is ever lost.
Unguessable URLs
24-character hex identifiers. Never in Certificate Transparency logs. 2.5 trillion years to guess.
Your Keys, Your Data
AES-256 LUKS encryption at rest. Realm isolation. Zero-knowledge architecture.
Machines That Last
Not ephemeral functions. Not spot instances. Dedicated bare-metal servers that run until you stop them.
Simple pricing
Bare-metal servers. Unshared machines. Yours forever.
Not VMs on shared hypervisors. Real processors, real RAM, real NVMe -- dedicated to you. Unlimited containers, unlimited projects, unlimited domains -- one machine, one price. Cut your infrastructure cost by 50x.
FREE MACHINE
VirtualGreat for hobbies, learning, and side projects. For production workloads, we recommend upgrading to your own dedicated bare-metal server.
$0
No credit card. No trial. No expiry.
DEDICATED BARE METAL
From $29.90/mo
7 regions. Instant delivery. We handle the servers +updates
Order to live in minutes. Not days. Try it now -- no commitment.
Browse ServersHOODY AI
Pay-as-you-go
300+ models. No markup. No API keys.
Performance
Direct hardware access. No virtualization overhead. Full CPU, RAM, and NVMe at native speed.
Isolation
No noisy neighbors. No shared kernel. No resource contention. The machine is physically yours.
Permanence
Flat rate. No per-container fees. No cold starts. Machines run until you stop them.
AI World Is Moving too Fast. Your Foundation Should Not.
New AI every week. New agents every month. The industry makes you rip out the foundation and start over. We removed the friction instead.
Hoody is bare metal over HTTP -- 14 built-in services, unlimited containers, fully yours. No shared resources. No expiration date. Just your machine, running your way.
No friction between you and your next startup. Your weekend project. Your desktop. Your agents. Your forever machines. Whatever comes next -- it speaks HTTP, so it speaks Hoody.
And everything does. Because we wrapped every Linux primitive -- every terminal, every filesystem, every database, every display, every AI model -- into a URL you can open, share, embed, or hand to an agent.
There is so much more. Better get started.
We cannot even begin to describe everything here. Create an account, or just tell your favorite AI agent -- it will figure out the rest.