File size: 1,184 Bytes
4759a9f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66309d3
4759a9f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66309d3
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---

title: Annator Atom Full
emoji: ⚛️
colorFrom: green
colorTo: blue
sdk: docker
app_port: 7860
pinned: false
---


# Annator Atom — full stack (HF Docker)

Single Space process on port **7860**:

| Path | Content |
|------|---------|
| `/login.html` | Login / register UI |
| `/` | AIMONEYFLOW client portal (Vite, fast) |
| `/clients/` | Existing client HTML dossiers (Kliendibaas) |
| `/dashboard.html` | Client dashboard |
| `/api/*` | ATOM FastAPI backend (`main_api_app`) |
| `/docs` | OpenAPI |
| `/api/hf/status` | Space health + mode |

## Stack choices

- **Frontend:** AIMONEYFLOW (`FrontEND/AIMONEYFLOW/aimoneyflow`) — static Vite build (~200ms), not the heavy Next.js Command Center.
- **Backend:** `ATOM/atom/backend` with HF-slim requirements (no torch/transformers).
- **DB default:** SQLite at `/app/data/atom.db` (override with Space secret `DATABASE_URL` → Neon).

## Secrets / variables (optional)

- `DATABASE_URL` — Neon Postgres connection string
- `OPENAI_API_KEY`, `ANTHROPIC_API_KEY`, `DEEPSEEK_API_KEY`, …
- `ALLOWED_ORIGINS` — CORS list

<!-- last_local_sync: 2026-07-30 06:41 UTC login+neon-ready -->