Documentation
Browse FTP directories through a modern web UI — Astro client + Express API.
Projects
- ftp-seer-client — Astro + Tailwind UI (https://ftp-seer-client.vercel.app)
- ftp-seer-api — Express backend (ftp-seer-api.vercel.app)
Quick start
git clone https://github.com/m3yevn/ftp-seer-client cd ftp-seer-client && npm install && npm run dev # API (separate repo) git clone https://github.com/m3yevn/ftp-seer-api cd ftp-seer-api && npm install && npm start
API overview
REST endpoints for listing FTP directories (see ftp-seer-api README for full reference).
GET /health GET /ftp/list?host=...&user=...&password=...
Rebirth checklist
- ✅ Client landing + demo (Astro)
- ✅ Docs page (this page)
- ⬜ Unified dark theme across client + API docs
- ⬜ npm publish CLI helper (optional)