Not another chatbot wrapper. A personal AI assistant with built-in productivity tools, agent capabilities, and multi-provider AI support. Deploy it yourself, use your own API keys across Anthropic, Google, OpenAI, or OpenRouter, and own your data.
One-time purchase. Full source code. Lifetime updates.

Chat, tasks, habits, journal, workouts, focus timer, and weekly reviews. The AI has context on all of it.
Native support for Anthropic, Google, and OpenAI-compatible providers, plus OpenRouter for any other model. Switch mid-conversation. Agent mode and chat mode toggle. Per-message cost tracking.
Franklin Covey A/B/C priorities. Drag reorder within groups. Daily rollover. Recurrence. Project linking.
Weekly grid view. Streak tracking with sparklines. Completion rate badges. 30-day heatmap per habit.
Auto-saving editor. Mood tracking. AI writing prompts. Full-text search across all entries.
Reusable templates. Active workout tracking with sets. Volume stats, personal records, weekly averages.
Set goals and link them to tasks and habits. Track progress over time. The AI uses your goals to prioritize briefings and insights.
Pomodoro with circular progress. Link sessions to tasks. 7-day chart. Top tasks by focus time.
Tavily-powered search with AI summarization. Toggle per-message. Sources inline with citation linking.
Monthly calendar with activity dots per day. Click any day for a detail panel showing tasks, habits, journal, workouts, and focus sessions.
13 built-in tools the AI can invoke directly from chat. Create tasks, log habits, start focus sessions, search past conversations, and more. Mutation tools require your approval before executing.
Spending charts by day, week, month. Per-model cost breakdown. Monthly budget with threshold alerts.
Generate images through any configured image model. Gallery view with full history.
Manage API keys and provider configuration from the UI. Set per-user usage limits, encrypted key storage, and model definitions without touching env vars after the initial deploy.
Dark and light themes. Responsive design. Installable as a PWA on any device.

AI Chat
Multi-provider chat with agent mode, web search, and image generation.

Task Manager
Franklin Covey priorities with drag reorder and daily rollover.

Habit Tracker
Weekly grid, streaks, sparklines, and 30-day heatmap.

Workout Logger
Templates, active tracking, volume stats, and personal records.

Journal
Auto-saving editor with mood tracking and AI writing prompts.

Focus Timer
Pomodoro timer with task linking and 7-day focus charts.

Usage & Budgets
Spending charts by day, week, month with per-model breakdown.

Settings
Provider config, API keys, themes, and user preferences.
Switch to Agent mode and the AI fetches your productivity data on demand using tools — tasks, habits, streaks, focus sessions, past conversations. It doesn't just answer questions; it takes action and understands your priorities.
Are there any services out there that have prebuilt GitHub selling ability — like you can sell access to a GitHub repo and manage users?
Yeah, there are a few solid options. Polar is probably the most polished — it has a dedicated GitHub App that handles payments, granting collaborator access, revoking it when subscriptions lapse. Supports one-time purchases and subscriptions.
This Polar looks real interesting.
Given you're already building the Reddit bot and thinking about monetization, Polar is probably worth a look first since it's the most feature-complete for subscriptions. Want me to add a task to research one of these?
ⓘ The AI pulled “finish n8n Reddit bot” from the task list at A1 priority — the user never mentioned it in this conversation.
The pipeline basically writes itself:
13 built-in agent tools. The AI creates tasks, logs habits, searches conversations, and starts focus sessions — directly from chat.
Start every day with an AI-generated summary of your top tasks, habit streaks, goals progress, and upcoming focus areas.
The AI notices patterns across your data and surfaces insights without being asked — missed habits, task blockers, goal drift.
A fully-featured, production-ready AI assistant with every productivity tool built in. Deploy to your own infrastructure, connect your own API keys, and own everything outright.
Secure checkout via Stripe. Instant access after purchase.
Supabase and AI providers offer generous free tiers. You can run Daily Agent for months at essentially zero infrastructure cost.
After purchase you get a private GitHub repo invite. Clone it locally with git.
Create a free Supabase project. Run the included migration script to scaffold the full schema.
Copy .env.example to .env.local. Add your Supabase URL, anon key, and at least one AI provider key.
Run npm run dev for local development, or deploy to Vercel with one click. PWA is automatic.
Set your app name, logo, and accent color via environment variables. No code changes needed.
Add any OpenAI-compatible provider. Define models, pricing, and capabilities from the admin panel.
Customize the AI's personality, tone, and default behavior per user or globally.
Dark and light themes out of the box. CSS variables make adding custom themes straightforward.
Get the full source code and ship your own AI assistant today.
Get the Source Code — $50One-time purchase. Full source code. Lifetime updates.
You get the full Next.js source code for Daily Agent — every file, every component, every migration. It's not a template; it's a complete, production-ready app with chat, tasks, habits, journal, workouts, focus timer, goals, calendar, agent mode, usage tracking, and an admin panel.
Anthropic (Claude), Google (Gemini), OpenAI (GPT and o-series), and OpenRouter — which gives you access to hundreds of additional models. You can configure multiple providers simultaneously and let users switch between them.
Yes. You bring your own API keys. The cost depends on which models you use and how much. Anthropic, Google, and OpenAI all have generous free tiers or low-cost entry models. Daily Agent tracks your spending and lets you set monthly budgets.
One-time purchase, $50. You get the source code. No ongoing license fees, no per-seat pricing, no platform lock-in. Deploy it however you want.
The GitHub repo you're invited to will receive updates as new features ship. You pull them in when you want. There's no subscription required to keep getting updates.
Under 5 minutes if you already have a Supabase account. Clone the repo, fill in the .env.local file, run the migration, npm run dev. The hardest part is getting your API keys — and even that's fast.
Yes. Supabase Auth handles multi-user accounts out of the box. Each user has their own data, isolated by Row Level Security policies. The admin panel lets you manage users and set per-user usage limits.
Yes. The license allows you to rebrand and deploy it under your own name. Set your app name, colors, and logo via environment variables. You can charge your own users for access.
Yes. Daily Agent is a PWA — installable on iOS, Android, and desktop from the browser. The UI is fully responsive and optimized for touch on smaller screens.
The docs cover setup, admin configuration, user guide, and customization. If you're stuck, you can reach out directly. The codebase is TypeScript with consistent patterns throughout, so it's meant to be readable and extensible.