managarten/apps/guides
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
..
apps feat(guides): Phase 3 — Hono/Bun server for web import and guide sharing 2026-03-31 21:29:59 +02:00
package.json feat(guides): add mana guides app — step-by-step playbook app 2026-03-31 20:12:36 +02:00