Launch week:$129(reg. $199)with codeSHIPNOWยท ends May 16
DuoKit

Flutter + Firebase boilerplate

I built this for my wife's
childcare business.
Now it ships 5 verticals.

DuoKit is the production-ready Flutter + Firebase boilerplate I extracted from 18 months of running a real two-app product (parent + nanny). Swap one constant to retarget โ€” childcare, pet care, tutoring, eldercare, home cleaning.

Lifetime updates ยท Spark-plan friendly ยท iOS + Android

Everything a real two-sided service app needs

No half-finished features. Each piece is wired into both apps and documented for swapping out.

๐Ÿ“ฑ

Two apps, shipped separately

Provider app + client app, separate iOS/Android bundles, separate App Store listings. No role-switching mess.

๐Ÿ”ฅ

Firestore on the free tier

Designed to run on Firebase's free Spark plan for typical small-business loads. Tight security rules included.

๐ŸŽจ

5 vertical presets

Childcare, pet care, tutoring, eldercare, cleaning. Sections rename and disable themselves automatically.

๐Ÿ’ฐ

Generic billing rules

Custom bonuses (Christmas, Eid, performance, year-end), monthly fees, leave deductions. Currency-agnostic.

๐ŸŒ

Type-safe i18n

slang codegen, English shipped, hooks for any locale. No hard-coded strings (lint-enforced).

๐Ÿ””

Push + threaded messages

FCM tokens, scheduled notifications, 10-minute message correction window, read receipts.

Real screens, real app

Captured from the boilerplate running on iPhone 17 Pro, signed into a fresh Firebase project. No mockups.

Branded sign-in

Branded sign-in

Google Sign-In, your wordmark, your accent color. Plug in your Firebase project and ship.

Provider dashboard

Provider dashboard

At-a-glance per-dependent stats and a 6-button Quick Actions grid that adapts to the active preset.

Attendance + leave

Attendance + leave

Month calendar, two-color leave overlays for provider and dependent, one-tap leave entry.

Billing settings

Billing settings

Studio info, bank info, prepaid/postpaid billing cycle, payment-due-day picker โ€” all in one screen.

8 themes, swap on tap

8 themes, swap on tap

Eight Morandi-soft palettes ship by default. Persisted per-user. Edit `app_theme.dart` to add your own.

Splash + native launch

Splash + native launch

Cream-on-cream native launch screen with the boilerplate logo. flutter_native_splash + flutter_launcher_icons configured.

Swap one constant. Retarget the app.

kActivePreset in lib/config/activity_presets.dart decides which daily-log sections appear and what they're called. Click a preset to preview.

const ActivityPreset kActivePreset = childcarePreset;

Default preset โ€” every section enabled.

๐ŸผFeeding
๐ŸŒ™Sleep
๐Ÿ‘ถDiaper
๐Ÿ“ธActivities
๐ŸŒก๏ธTemperature

What you get

One zip download. Open in VS Code, run two flutter run commands, you're live.

provider_app/

iOS + Android Flutter app for the service provider.

  • โœ“Daily activity logging (5 sections, configurable)
  • โœ“Monthly billing with custom bonus rules
  • โœ“Medication orders + administration log
  • โœ“Attendance / leave calendar
  • โœ“Push notifications, threaded messages, photo capture
  • โœ“Studio profile, bank info, payment reminders

client_app/

iOS + Android Flutter app for the client.

  • โœ“Read-only daily-log view + check-in/out
  • โœ“Monthly bill view with payment status
  • โœ“Add their own records (feeding, sleep, etc.)
  • โœ“Threaded messages back to the provider
  • โœ“Invite-code binding flow
  • โœ“8 themes, locale-ready

firebase/

Backend you deploy in 5 commands.

  • โœ“Firestore security rules โ€” provider/client authorization
  • โœ“Composite indexes for the queries that need them
  • โœ“Storage rules โ€” photo upload paths
  • โœ“Optional Cloud Functions (invite-code, account deletion)
  • โœ“Reference functions/index.js with package.json
  • โœ“Honest README on Spark vs Blaze trade-offs

Documentation

Four buyer-facing docs, ~850 lines total.

  • โœ“README.md โ€” what's in the box
  • โœ“SETUP.md โ€” fresh-clone to running app
  • โœ“CUSTOMIZATION.md โ€” 9 sections, least-invasive first
  • โœ“ARCHITECTURE.md โ€” code map + Firestore schema + design rationale

One-time price. Lifetime updates.

Buy it once, use it on as many of your own apps as you want.

DuoKit ยท Launch week

$129

$199

USD ยท one-time ยท use code SHIPNOW ยท ends May 16

  • โœ“Full source for both Flutter apps
  • โœ“Firebase rules, indexes, optional Cloud Functions
  • โœ“5 vertical presets out of the box
  • โœ“4 docs (~850 lines) โ€” README, SETUP, CUSTOMIZATION, ARCHITECTURE
  • โœ“Unlimited use in your own commercial apps
  • โœ“Free updates (v1.x)
  • โœ—Redistribution as a template not allowed
Buy at $129 on Gumroad โ†’

Secure checkout via Gumroad ยท Instant download

FAQ

What does the boilerplate include exactly?

Two complete Flutter apps (provider + client), Firebase security rules and indexes, optional Cloud Functions, and ~850 lines of documentation. Everything you need to ship a two-sided service app.

Can I run this on Firebase's free Spark plan?

Yes for the core app. Two features (invite-code binding + account deletion) need Cloud Functions which require Blaze. Free-tier Blaze usage for a small business is typically $0/month. firebase/README.md walks through the trade-off.

How do I switch from childcare to pet care / tutoring / eldercare?

Open lib/config/activity_presets.dart in both apps. Change `kActivePreset = childcarePreset` to `petCarePreset` (or any of the 5 presets). The daily-log sections rename and disable themselves automatically. Custom presets are a 30-line copy-edit.

Does it support iOS + Android?

Both, out of the box. The boilerplate uses Flutter for shared mobile code. iOS and Android folders are configured with the right bundle IDs (`com.duokit.provider` / `com.duokit.client`) โ€” change them once and you're done.

What about web or desktop?

The Flutter projects can be set to build web/macOS/Windows/Linux too, but the boilerplate is mobile-first and the UI is tuned for phone screens. We recommend dropping the desktop folders unless you have a specific use case.

How is billing handled?

Per-dependent fee settings: monthly fee + meal fee + custom bonuses. Bonuses are a generic `BonusRule` (id, label, amount, payment month) so you can add Christmas, Eid, summer/winter, year-end, performance, etc. โ€” whatever fits your market.

What languages does it support?

English ships out of the box. The slang i18n framework is wired in โ€” you copy en.i18n.json to zh-TW.i18n.json (or any locale), translate the values, and re-run codegen. No hard-coded strings (lint-enforced).

Can I get a refund?

Yes โ€” Gumroad's 14-day refund policy applies. Email me with your purchase ID.

Is there a license restriction?

Use it in unlimited commercial apps you ship. Don't redistribute the source as a template or course material.