Go to file
2026-02-01 23:38:09 -08:00
apps crash log 2026-02-01 23:38:09 -08:00
bin start adding cli 2026-01-28 22:36:23 -08:00
docs /tool redirects 2026-01-30 20:39:01 -08:00
scripts build js in prod 2026-01-30 15:29:18 -08:00
src crash log 2026-02-01 23:38:09 -08:00
templates toes new --<template> 2026-01-30 12:25:06 -08:00
.gitignore spicy 2026-01-30 16:16:59 -08:00
.npmrc use npm.nose.space 2026-01-29 14:27:45 -08:00
bun.lock versions, rollback, clean 2026-01-30 22:13:34 -08:00
CLAUDE.md code 2026-01-30 18:21:37 -08:00
package.json versions, rollback, clean 2026-01-30 22:13:34 -08:00
README.md TOES_URL and TOES_HOST support 2026-01-30 17:00:07 -08:00
TODO.txt versions, rollback, clean 2026-01-30 22:13:34 -08:00
tsconfig.json toes new --<template> 2026-01-30 12:25:06 -08:00

🐾 Toes

Toes is a personal web server you run in your home.

Plug it in, turn it on, and forget about the cloud.

quickstart

  1. Plug in and turn on your Toes computer.
  2. Tell Toes about your WiFi by <using dark @probablycorey magick>.
  3. Visit https://toes.local to get started!

features

  • Hosts bun/hono/hype webapps - both SSR and SPA.
  • toes CLI for pushing and pulling from your server.
  • toes CLI for local dev mode.
  • https://toes.local web UI for managing your projects.
  • Per-branch staging environments for Claude.

cli configuration

by default, the CLI connects to localhost:3000 in dev and toes.local:80 in production.

toes config                              # show current host
TOES_URL=http://192.168.1.50:3000 toes list  # full URL
TOES_HOST=mypi.local toes list           # hostname (port 80)
TOES_HOST=mypi.local PORT=3000 toes list # hostname + port

set NODE_ENV=production to default to toes.local:80.

fun stuff

  • textOS (TODO, more?)
  • Claude that knows about all your toes APIS and your projects.
  • HTTPS Tunnel for sharing your apps with the world.
  • Charts and graphs in the webUI.

february goal

  • Corey and Chris are running Toes servers on their home networks, hosting personal projects and games.