HypeTask
Voice-first, AI-powered task manager for Android. Speak naturally; Claude turns it into structured task changes.
Live · Android
Summary
HypeTask is a gamified, AI-driven productivity app designed and built end to end. It reimagines task management around voice: instead of tapping through forms, you say things like "mark the API task done" or "bump the design review to Thursday," and Claude parses the speech into structured task changes with a one-tap confirmation.
Why it exists
Traditional task managers front-load friction. Every capture is a form, every update is a navigation exercise, and the cost of keeping the list honest is high enough that most people stop. HypeTask makes voice and AI the primary input so the capture cost drops to "say it." It's also a working testbed for practical LLM integration: prompt design, structured output parsing, and keeping API keys server-side.
Features
- Voice capture speak a task; Claude parses title, priority, domain, and due date
- Voice update mode Claude fuzzy-matches your words to the right task and previews the change
- HypeCheck AI triage across the whole list: suggested priorities and next actions in one tap
- Standup flows + gamification morning and evening review rituals, XP, themed backgrounds, a graveyard for finished work
- Offline-first local SQLite is the source of truth, with debounced push sync to the cloud
How it works
Everything runs locally first: SQLite holds the data, so the app stays fast and fully functional without a connection, and changes sync up to Supabase when one exists. All Claude API calls are proxied through a Supabase Edge Function, keeping the key server-side and out of the shipped APK rather than calling the model directly from the client. Auth is email/password plus a persistent guest mode for instant local use.
Stack
- React Native + Expo TypeScript, Expo Router, Zustand, NativeWind
- SQLite + Supabase offline-first local store, push sync to Postgres + Auth
- Claude API via a Supabase Edge Function proxy
- Jest + EAS Build unit tests, type-checks, standalone APK distribution
Status
Live. Android, personal use, distributed as a standalone APK.