managarten/apps/guides/apps
Till JS e624756d66 feat(guides): Phase 3 — Hono/Bun server for web import and guide sharing
- POST /api/v1/import/url — extract URL via mana-search, generate guide with mana-llm
- POST /api/v1/import/text — convert raw text/markdown to structured guide
- POST /api/v1/import/ai — generate guide from AI prompt
- POST /api/v1/share + GET /api/v1/share/:token — shareable guide links (7-day TTL, in-memory MVP)
- Uses Claude Haiku via mana-llm for structured JSON guide generation

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 21:29:59 +02:00
..
server feat(guides): Phase 3 — Hono/Bun server for web import and guide sharing 2026-03-31 21:29:59 +02:00
web feat(guides): collection selector in guide modal, quick inline step add 2026-03-31 21:26:07 +02:00