motd — milestone

what's built

Terminal-aesthetic social platform. Everything happens in a terminal UI — no chrome, no nav bars. Commands in, text out.

the shell

auth

profiles

posts & feed

post lifecycle

discovery

media

hidden moderation (/kill)

bookmarks

docs

account management

api

All endpoints return { ok: true, data: {...} } or { ok: false, error: "..." }.

POST   /api/auth/register
POST   /api/auth/login
POST   /api/auth/logout
GET    /api/auth/me

GET    /api/profile/search?q=
GET    /api/profile/:username
PUT    /api/profile

POST   /api/filter
GET    /api/filter

POST   /api/posts
GET    /api/posts/feed          (public, auth optional)
GET    /api/posts/search?q=&archive=
GET    /api/posts/:id
GET    /api/posts/:id/thread

POST   /api/avatar
GET    /api/avatar/:username

POST   /api/media/upload
GET    /api/media/:id
GET    /api/media/:id/thumb
GET    /api/media/:id/large
GET    /api/media/:id/ascii

POST   /api/bookmarks
DELETE /api/bookmarks
GET    /api/bookmarks?type=

GET    /api/docs
GET    /api/docs/:name

GET    /api/categories

DELETE /api/account

GET    /api/commands

tech

← Open motd.social terminal