home/productivity/create-demo-app

Create Demo App

GPTClaudeDeepSeek··1,188 copies·updated 2026-07-14
create-demo-app.prompt
<!--
  PROMPT: Create the TaskVault Demo App
  USE WHEN: You want to scaffold a complete Android demo app that exercises all 40 skills
            in the claude-zero-to-hero-android repo.
  HOW TO USE:
    1. Open a new empty Android project in Android Studio (Empty Activity, Kotlin, min SDK 26)
    2. Open Claude Code (or paste this into Claude Chat with the skill files attached)
    3. Paste this entire prompt
    4. Claude will scaffold the full app structure layer by layer
-->

# Build TaskVault — a complete Android demo app that exercises all 40 skills

## App concept

**TaskVault** is a personal productivity app where users create tasks, attach photos, pin tasks to their location, get reminders via push notifications, and sync everything offline-first. A premium tier unlocks advanced features. The app is multi-module, MVI, Compose-only, and demonstrates every skill in this repo working together.

## Skills to apply

Apply ALL of the following skills exactly as written. Do not deviate from their patterns:

**Architecture:**
`android-module-structure`, `android-presentation-mvi`, `android-compose-ui`, `android-navigation`,
`android-di-koin`, `android-build-logic-gradle`

**Data & async:**
`android-data-layer`, `android-error-handling`, `android-coroutines-flow`, `android-room-database`,
`android-datastore-preferences`, `android-workmanager`, `android-paging-offline-sync`,
`android-security-encryption`, `android-network-monitoring`

**Platform & capabilities:**
`android-auth-security`, `android-permissions-device-apis`, `android-deep-links`,
`android-notifications-push`, `android-media-playback-camera`, `android-app-startup-bootstrap`,
`android-file-storage-sharing`, `android-background-location-geofencing`,
`android-foldables-adaptive-ui`, `android-in-app-purchases`, `android-feature-flags`,
`android-text-input-forms`, `android-dynamic-feature-modules`, `android-image-loading-coil`,
`android-maps-location-ui`, `android-widgets-shortcuts`, `android-deep-links`,
`android-localization-accessibility`

**Quality & release:**
`android-testing`, `android-screenshot-testing`, `android-instrumentation-testing`,
`android-analytics-logging`, `android-crash-reporting`, `android-performance-profiling`,
`android-obfuscation-r8`, `android-ci-cd-release`

---

## Module structure

Follow `android-module-structure` exactly. Create these modules:

when to use it

Community prompt sourced from the open-source GitHub repo Shekhar23/claude-zero-to-hero-android-KMP (no explicit license). A "Create Demo App" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

Shekhar23/claude-zero-to-hero-android-KMP · no explicit license