Friday
Memory-aware AI assistant for any website. Drop in. We remember the visitor. You see why.
Install
<script src="http://localhost:3030/widget.js"
data-key="frd_dev"
async></script>That's the whole install. Friday lives in the bottom-right of every page, knows the site's content, and remembers returning visitors.
Status
- Skeleton (M0): shipped
- Extremis + Peekr integration (M1): wired
- LLM streaming (M2): stubbed — see
app/api/widget/chat/route.ts - Ingestion (M3), Dashboard (M4), Billing (M5): see ROADMAP
Live demo on this page
The widget is loaded below — click the pill in the corner to try it. The reply is a stub until Anthropic is wired in (M2). Streaming, cookies, spans, and Extremis calls are real.
Endpoints
- POST /api/widget/init — handshake
- POST /api/widget/chat — streamed RAG turn (SSE)
- POST /api/widget/forget — GDPR clear
- POST /api/ingest/webhook — CMS push
- GET /dashboard — customer dashboard (placeholder)