chatbot-template/components/chat
dmitry.galkin 22a172e92d Add Umami analytics, subscription tiers, tool-call metering
- Analytics: <Analytics /> in root layout loads umami when NEXT_PUBLIC_UMAMI_* env are set
- Subscription: free/pro tiers in Postgres, daily quotas (10msg/5tool free, 1000/500 pro)
- Chat route: checkAndConsume(chat_message) gate before streamText, 429 when exhausted
- Tool metering: getWeather wrapped with withLimit decorator that deducts tool_call quota
- Pricing page at /pricing with upgrade button
- /api/billing/checkout posts to EGBE payment gateway, /api/billing/webhook verifies HMAC and upgrades user on checkout.session.completed
- UsageBadge in chat header polls /api/usage every 15s
- Dropped now-unused entitlements.ts
2026-05-25 17:27:08 +04:00
..
app-sidebar.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
auth-form.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
chat-header.tsx Add Umami analytics, subscription tiers, tool-call metering 2026-05-25 17:27:08 +04:00
data-stream-handler.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
data-stream-provider.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
greeting.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
icons.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
message-actions.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
message-editor.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
message-reasoning.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
message.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
messages.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
multimodal-input.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
preview-attachment.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
preview.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
shell.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
sidebar-history-item.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
sidebar-history.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
sidebar-toggle.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
sidebar-user-nav.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
sign-out-form.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
slash-commands.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
submit-button.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
suggested-actions.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
toast.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
usage-badge.tsx Add Umami analytics, subscription tiers, tool-call metering 2026-05-25 17:27:08 +04:00
visibility-selector.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00
weather.tsx Initial commit: EGBE chatbot template 2026-05-25 14:54:04 +04:00