Skip to content

Your ambition is not the bottleneck.

Your infrastructure is.

Hoody is the foundation between you, your agents,

and everything you'll ever build.

Scroll to discover
home / hero
Linux as HTTP + Agentic

Every terminal, desktop, database, filesystem, and AI agent inside your machine is an HTTPS endpoint. 14 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

Live Embedded DisplayTerminal
Terminal

Terminal

Shell sessions/api/v1/terminal/execute

Run commands, get JSON. Multiple sessions. Multiplayer. Fire-and-forget or wait for output.

Endpoints19

POST /api/v1/terminal/execute

GET /api/v1/terminal/result/:id

GET /api/v1/terminal/history/:id

GET /api/v1/terminal/sessions

GET /api/v1/terminal/screenshot

GET /api/v1/terminal/raw

GET /api/v1/system/processes

GET /api/v1/system/resources

POST /api/v1/system/process/signal

POST /api/v1/terminal/sessions -- create session

DELETE /api/v1/terminal/sessions/:id

POST /api/v1/terminal/sessions/:id/resize

WS /api/v1/terminal/sessions/:id/ws -- live stream

GET /api/v1/terminal/sessions/:id/buffer

POST /api/v1/terminal/sessions/:id/write

GET /api/v1/terminal/sessions/:id/status

POST /api/v1/terminal/sessions/:id/signal

GET /api/v1/system/env

GET /api/v1/system/info

400+
HTTP endpoints
19
Built-in services
<3s
Container boot
Unlimited
Containers per machine

HTTP never changes. Neither does your foundation. Anymore.

home / rethink
What this changes

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.

hoody -- new way of life

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.com

https://proj-api-http-8080.containers.yourserver.hoody.com

 

> Production live.

Vibe-code -- 1/7

Hoody Exec: Instant APIs

File = endpoint. Zero frameworks. Zero config.

scripts/api/users.ts/api/users
scripts/api/todos/[id].ts/api/todos/42
scripts/news.js/news

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.com/

Start any server on any port. Hoody detects it and gives it a public HTTPS URL with valid TLS. Automatic. No tunnels. No ngrok.

:3000:8080:5432:443any port

Stop configuring. Start creating. The infrastructure should materialize from your imagination, not the other way around.

home / workspaces
Hoody Workspaces

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.png
app.hoody.com/w/my-dev-environmentMy Dev EnvironmentDASHBOARDBUILDDEPLOYDOCSterminal~/projects/api$git statusOn branch main$bun run build Compiled successfully Done in 2.4s$curl api.hoody.icu/health200{ "status": "ok" }$deploy --prod[hoody]pushing to edge...$<>codeserver.tsroutes.ts1234567891011import { serve } from"hoody"// every panel is a URLconst app = serve({port: 3000,fetch(req) => {return new Response("computers as URLs");}});export default app;displayubuntu-22.04 · 1080pLIVEMozilla Firefox — hoody.comhttps://hoody.com/workspacesGET STARTEDfiles/home/dev/projectssearch...NAMESIZEMODIFIEDsrc2m agopublic1h agonode_modules3d agopackage.json1.2 KB5m agotsconfig.json612 B1d agoREADME.md3.4 KB2w ago.env.local284 B5m agobun.lock84 KB5m ago4 panels·terminal · code · display · filesedge: fra-112msHTTP/3

38 built-in capabilities across 3 layers

AI Agent

25 built-in tools. Orchestrator mode. Code, Architect, Debug, Ask modes.

Orchestrator

Multi-container AI coordination. Delegates tasks across containers.

Memory Bank

Persistent knowledge storage across tasks. AI-suggested entries.

MCP Servers

Extend with GitHub, Slack, Jira, custom tools.

300+ AI Models

Claude, GPT, Gemini, Groq, Mistral... Container-based auth.

25 Tools

bash, read, write, edit, grep, glob, browser, image gen, MCP, and more.

Task Manager

Create, track, and manage tasks. Todos per session.

Slash Commands

Built-in and custom prompt templates. Fetch skills from URLs.

Monaco Editor

VS Code editor with syntax highlighting and IntelliSense.

Git Integration

Run git commands via terminal. Agent executes git operations.

Instant APIs

Drop a script in scripts/, it becomes a live HTTPS endpoint. Agents call it via HTTP. Auto-generated OpenAPI spec.

Terminal

Split-pane terminals with drag-and-drop tabs.

Quick Actions

Search and execute commands. Navigate anywhere fast.

Diff Editing

Agent applies targeted patches. Review changes inline.

Code Intelligence

Monaco language features. Diagnostics and autocomplete.

Background Workers

Persistent scripts via Exec. Long-running processes via Daemon.

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.

SDK: await client.workspaces.layout.open()CLI: hoody workspaces open --panels terminal,codeHTTP: POST /workspace-1/layoutAgent: "Open terminal and code side by side"
25
Agent tools
60+
Cloud backends
15
Kit services built in
300+
AI models
SYSTEM:The OS managing containers IS a container. Same snapshots. Same versioning. No hidden control plane.
Try Workspaces
home / permanence
Permanence

Built on the protocol that never moves.

Technologies come and go. HTTP stays.

1991

HTTP invented

1999

HTTP/1.1 -- still used today

2006

AWS launches EC2

2013

Docker launches

2014

Kubernetes launches

2015

HTTP/2

2022

HTTP/3 + QUIC

2026

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.

home / pricing

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 dramatically.

Hoody Server
Hoody AI

FREE MACHINE

Virtual

Great 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.

2 cores
4 GB RAM
80 GB storage
100 Mbit/s
All 14 services
Unlimited containers
Unlimited snapshots

DEDICATED BARE METAL

From $29.90/mo

7 regions. Instant delivery. We handle the servers +updates

Up to 64 cores
Up to 768 GB RAM
Up to 4 TB NVMe
Up to 1 Gbit/s
Unlimited containers
Custom domains (CNAME)
Instant provisioning

Order to live in minutes. Not days. Try it now -- no commitment.

HOODY AI

Pay-as-you-go

300+ models. Transparent 5% markup. No API keys.

Transparent 5% markup over provider cost
Container-based auth
Zero API keys in code
Claude, GPT, Gemini, Groq...
MCP client built in
Or bring your own providers
Zero restrictions
Official partners
OVHCloud
Hetzner

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.

home / manifesto

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.

home / start

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.

or Hoody
Or just paste @hoody.com into any AI agent.