Prompt template

Habit tracker prompt — copy, paste, build

A clean prompt that produces a focused habit tracker — daily check-ins, streak math, weekly heatmap, and reminders. Tuned to keep the A4 manifest small so the first build returns in under five minutes.

The prompt

Build a native iOS and Android habit tracker with: (1) onboarding to add the first three habits with frequency (daily, weekly, custom days), (2) a home screen showing today's habits with check-in toggles, (3) a streak counter per habit with a "best streak" badge, (4) a weekly heatmap showing completion density across all habits, (5) per-habit detail screen with notes and history, (6) push reminders at user-set times. Use Expo, React Navigation, twrnc for styling, and AsyncStorage for offline-first storage. Keep the design minimal: large tap targets, single-color accents, dark mode by default.

Variants

Lite

Build a habit tracker with three habits, daily check-ins, and a streak counter. No reminders.

Pro

Build a habit tracker with unlimited habits, custom frequencies, streaks, weekly heatmap, mood tagging, push reminders, and a "share streak" image generator.

What you get

  • Expo + React Native project ready for Snack live preview
  • Habit creation with frequency picker
  • Daily check-in toggles with haptic feedback
  • Streak counter with best-streak badge
  • Weekly heatmap visualization
  • Configurable push reminders

Screens included

  • Onboarding
  • Home
  • Habit detail
  • Heatmap
  • Settings

Why this prompt works in AppGenie

Habit apps need pixel-precision and dark-mode polish. AppGenie's twrnc styling pipeline plus diff-aware patches lets you nudge spacing, colors, and copy in chat without breaking the streak math.

Related prompts

Habit tracker prompt — FAQ

Can the habit tracker work offline?

Yes. Check-ins, streaks, and history all live in AsyncStorage. The app is fully usable without a network connection.

How do I add a fourth habit type after generation?

Open the project in the builder and ask "add a meditation habit type with a built-in 5-minute timer." The diff-aware pipeline updates the habit picker and the detail screen without re-running the whole project.

Ready to ship a habit tracker?

Paste this prompt into AppGenie. The diff-aware multi-agent pipeline produces a real Expo + React Native project you can preview live, iterate in chat, and own end-to-end.