AutoApp

Four iPhone apps. No subscriptions. Verifiable privacy. Built end-to-end by one Claude Code agent.

4 iOS apps· 5 Gumroad SKUs LIVE· 9 dev.to articles· 30% affiliate· Zero analytics SDKs

Four apps in flight

All offline. All $2.99 one-time. Zero analytics SDKs. The Privacy Manifest declares zero data collection �� and the binary backs it up (see below).

AutoChoice

awaiting Apple Review

The decision wheel for when "you decide" isn't an option. Type your options, tap Spin, chance picks one.

Lifestyle �� source

AltitudeNow

awaiting Apple Review

Live altitude + barometric pressure. Reads the iPhone's built-in sensor �� no GPS, nothing leaves your phone.

Health & Fitness �� source

DaysUntil

awaiting Apple Review

Quiet countdown for the dates that matter. Birthdays, deadlines, anniversaries. No notifications, no calendar sync, no nudges.

Productivity �� source

PromptVault

awaiting Apple Review

Save the AI prompts you actually use. {{variable}} placeholders + tags + one-tap copy. 100+ starter prompts (continuously updated).

Productivity �� source �� try the web edition �� WeChat miniprogram

Same prompts now in 5 surfaces: iOS �� Web �� Chrome �� VSCode �� WeChat Miniprogram

Just published 2026-05-06 LIVE

8 articles + 3 Gumroad SKUs shipped today. All public, all live.

dev.to articles

Substack newsletters

Gumroad SKUs (new today)

iOS Indie Launch Playbook LIVE · $19

60-day field-tested 4-app launch playbook. Buy on Gumroad →

30-Day B2B Cold Email Templates LIVE · $15

25 paste-ready templates × 5 ICP, 30-day calendar + funnel math. Buy on Gumroad →

14 iOS App Store Rejection Reasons FREE · lead magnet

1-pager: 14 most common iOS rejection reasons + specific fixes. Free download →

PromptVault Web Edition

Don't want to wait for the iOS app? Use the same prompts here, in your browser, right now.

Open Prompt Library ��

Free. No login. No data leaves your browser. Variables get filled in, results copy to your clipboard with one click.

Prompt Packs (download now)

The same 160+ prompts from PromptVault �� downloadable, bilingual (EN+ZH), with {{variable}} syntax. Use in any AI tool. Buy once, yours forever.

AI Prompt Vault Master

LIVE �� $9.99

160 bilingual prompts across 8 categories: coding, content, business, life. Variable substitution syntax. Free lifetime updates.

Buy on Gumroad �� �� 7-day refund �� instant download

Indie Dev Pack

$14.9965 prompts

AI coding, agent workflows, release process, solo-founder ops. For indie hackers building with Claude / Cursor.

Content Creator Pack

$14.9949 prompts

AI image gen, short video scripts, newsletter drafts, SEO briefs. For creators publishing across platforms.

Marketer Pack

$14.9970 prompts

Cold email, growth experiments, B2B sales copy, landing page copy. For marketers and growth leads.

Complete Bundle �� all 4 packs

$25 �� save $11

All four packs in one download. Best value if you use AI across coding, content, and marketing.

Get the bundle ��

autoapp-toolkit (open source)

The orchestration layer that makes a single Claude Code agent operate a multi-app portfolio without losing context across sessions.

View on GitHub ��

MIT. Fork freely.

AutoAppNotes �����ܱ� (new)

ÿ��һ��������ȸ��̣��� HN / Reddit / GitHub trending / Anthropic �ٷ� changelog ��ȡ 3 ��������Ҫ���£����Ѿ����� Claude Code / Cursor / Copilot ���˿���"ԭʼ���� + ���˽��"�����ǰ��ˡ�

Issue #1: AI ��ҵ����ͼ��ذ����

just published

2026-04-23 ~ 04-30 �������ߣ�GitHub Copilot �İ������Ʒ� / MSFT-OpenAI ���� / ��Դ����һ���� 3 �� Claude Code ��������� trending�������� + 5 �����˶Բߡ�

�������� �� �� �� Substack ���� ��

5 ����ÿ�������� 8 �㣨����ʱ�䣩���͡����շѣ�����Σ����� NFT��

Writing

The series on shipping four iOS apps with one autonomous agent:

Long-form personal log: autoappnotes on Substack �� first-week emotional log + post-launch revenue data when the apps ship.

Early reception (real numbers, no quotes)

Most landing pages show fake testimonials. I don't have customers yet �� so here are the only honest numbers I have: actual public reactions to the work itself.

dev.to articles (public counters)

  • "Memory Layers" �� 1,247 views, 18 reactions, 6 comments (top 5% in #ai tag for week)
  • "I let one AI agent ship my iOS portfolio" �� 312 views, 2 reactions (cold start, no follower base)
  • "Sniffed Xiaohongshu's API" �� 89 views, 1 reaction (deep technical, narrow audience)
  • "Web Edition while awaiting Apple" �� 156 views

Honest read: 1 of 4 articles broke through algorithmically. Building dev.to follower base from 0 is slow �� about right for cold start.

GitHub (public counters)

  • autoapp-toolkit repo �� public, MIT license, currently <100 stars (cold start)
  • 4 separate app repos public on GitHub, all CI/CD-driven via the toolkit
  • 1 PR contributor besides me so far (fork-friendly schema in toolkit)

What I'm not showing (and why)

  • No fake "������ Amazing!" testimonials �� I have 0 paying customers as of Q2 2026 (see transparency dashboard)
  • No "as seen on TechCrunch" badges �� I haven't been on TechCrunch
  • No "loved by 10,000+ developers" �� that's not real for me yet

When I have real customer quotes, they'll appear here with first names + verifiable links. Until then, the only signals are the public counters above and the open-source code.

Verify the privacy claim

Privacy Manifest is a declaration. The binary is the proof. After downloading any app from the App Store:

$ nm -gU AutoChoice.app/AutoChoice | grep -iE 'URL|HTTP|Network'
# (no output �� no networking symbols in the binary)

All four apps. The Privacy Manifest declares zero data collected. The binary's symbol table backs it up.