Files
thoughts/thoughts-backend/README.md
Gabriel Kaszewski e1bb7dde1f
Some checks failed
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
lint / lint (pull_request) Has been cancelled
test / unit (pull_request) Has been cancelled
test / integration (pull_request) Has been cancelled
chore: update compose.prod.yml (worker+nats external), CI builds frontend, deprecate thoughts-backend
2026-05-15 01:32:09 +02:00

18 lines
582 B
Markdown

# ⚠️ DEPRECATED — thoughts-backend (v1)
> **This directory is the original v1 implementation and is no longer maintained.**
> It will be removed in a future release.
## Use v2 instead
The active codebase lives at the **repository root** (`/crates/`). It is a complete rewrite with:
- Hexagonal (Ports & Adapters) architecture
- Full ActivityPub federation
- Remote actor discovery and profile browsing
- NATS JetStream event bus
- Clean REST API with content negotiation
- Next.js frontend (`/thoughts-frontend/`)
Do not build, run, or modify anything in this directory.