AI app templates
Complete applications built around a model API rather than demos that wrap a chat endpoint. Each one ships the prompt layer, the subscription gate and the error handling that a real AI app needs on the day the API returns a 429.
12 templates · from $11 · full source code

AstroAI
AI astrology, tarot and numerology app covering Western and Vedic systems with full birth chart generation.

ChefAI
AI recipe generator with meal planning and calorie tracking in one complete Flutter application.

Prep AI
AI interview coach powered by OpenAI and Gemini, with mock interviews and personalised feedback.

DocuMind AI
Chat with PDFs and scan documents with OCR in a single AI-powered Flutter app.

Brand AI
AI business name and branding generator producing names, taglines and brand identities for Android and iOS.

PostAI
AI social media caption generator and content creator for Android and iOS, built with Flutter.

Wander AI
Smart AI travel planner that builds day-by-day itineraries, budgets and destination guides.

LinguaAI
AI language learning app with lessons, practice drills and conversational tutoring built in Flutter.

Recall AI
Flashcard app with AI card generation, spaced repetition scheduling and in-app subscription monetization.

CalmAI
AI mental health and wellness companion with mood tracking, journaling and guided support sessions.

NourishAI
AI-powered calorie counter and nutrition tracker. Scan meals, log macros and follow daily nutrition goals.

AI Menu & Post Generator
Android Native (Jetpack Compose) app using OpenAI API. MVVM architecture for generating menus and social posts.
Your API key does not belong in the app
A key compiled into a mobile binary is extractable, and it will be extracted — decompiling an APK is a single command. Anything shipping a key in the client is charging your account for whoever finds it. The safe shape is a small proxy you control that holds the key, enforces per-user rate limits and can be rotated without an app release. Check which shape a template uses before you publish, not after the first bill.
Monetization is the actual product
Every AI feature has a marginal cost per use, which makes a free tier an unbounded liability. The templates worth buying already have the subscription plumbing in place — a paywall, a usage counter and a store-side entitlement check — because retrofitting billing around a feature that was free is substantially more work than building the feature was.