Free supplement & medication tracker for real routines. Built with AI; sharing the prompts, mistakes, and release lessons behind it.

Joined April 2026
19 Photos and videos
Two things live here: ๐ŸŒฑ Sorted โ€” a free iOS app to track what you take, log doses, spot overlaps, and see what's running low. Calm, not clinical. ๐Ÿ› ๏ธ Build Lab โ€” $0.99: exactly how I shipped it as a non-developer with AI. Sprout keeps me honest.
1
1
3
121
half my timeline today is rediscovering that an AI works best off plain markdown it can read and maintain. i've run a scrappier version the whole time. every feature starts as a written brief before the model touches code. here's the path from a one-line idea to that brief.
3
everyone's posting about apple shipping reviewers and agent skills into xcode this week. the whole reason that works is structure. here's one of the actual prompts i lean on โ€” not a vibe, a full brief the model has to answer before it touches anything.
10
a lot of the "AI builds it, you just judge it" talk this week matches how I work. the prompt I lean on most doesn't write code. it runs a critical-audit pass over a finished feature, grading it from a few expert angles and flagging where it's thin before anything ships.
8
a prompt from the Build Lab I run before anything ships. it's a release checklist the model walks top to bottom โ€” every screen state, every permission, the empty case, the offline case โ€” and it has to report what it skipped, not just what passed.
10
a prompt from the Build Lab I run when a feature already looks done. it scores the thing out of 100 from three personas โ€” app dev, ML SME, educator โ€” graded as a full app, not an MVP, and has to hand back the biggest gaps with the number.
17
a feature-scoping prompt from the Build Lab. before any code it forces three columns: in scope, out of scope, and the reason for each. half my best calls were just things I moved into the out column.
1
16
a card from the Build Lab's prompt library. the weak ask is "build me a supplement tracker." the full prompt turns the same idea into a product brief, with non-goals, before any code gets written.
1
20
Sorted is a free supplement tracker on iOS. inside it is the Build Lab: every prompt, decision, test habit, and mistake from building the app, written up as lessons you can use to ship your own. the app is free. the how-it-was-built is $0.99. that's the whole business model.
1
27
I'm not a developer. I built a supplement tracker with AI and shipped it. the code took a few weeks. deciding what the app refuses to do took months. that second part turned out to be the whole product. ๐Ÿงต
1
1
24
that one rule made every other call for me. no "recommended" dose. no streak guilt. no "your body will thank you." just your own data, plus government reference numbers with the source attached.
1
2
18
funny part: it feels more trustworthy because it does less. people notice when an app isn't quietly upselling them on their own health. it's free. I'm building the rest in public, follow along if that's your thing ๐ŸŒฑ
2
18
Building Sorted as a non-developer, #2: The hardest part wasn't the code. It was deciding what the app refuses to do. It logs what you take and shows you the facts. It will never tell you what to take or whether your stack is "good." Saying no is a feature. ๐ŸŒฑ
1
32
I'm not a developer. Last month I shipped a real app to the App Store โ€” built with AI. It's a free supplement tracker called Sorted. It even has a tiny pea mascot, Sprout, who judges my code. I'm going to show exactly how I built it โ€” every prompt, every mistake. (#1)
1
2
280
A thing I underestimated building Sorted: help is product design. When the same questions kept repeating, the fix wasnโ€™t a longer FAQ. It was a searchable help surface with task paths and plain-language answers.
1
2
52
Product prompts should narrow the work before they expand it. Weak: add flexible logging. Better: where should unscheduled intake live so it does not blur scheduled reminders or today's history? The second prompt protects against feature sprawl.
1
1
50
The least flashy screen in the app might be the one I trust most. Before anything else, it says what the product is and what it is not. Building a health-adjacent app with AI taught me this quickly: boundaries belong in the product, not buried in a doc.
2
48
Sorted's Insights screen starts with a practical question: what will interrupt the routine? Before overlap charts or richer analysis, it flags refill timing. Builder lesson: analysis gets better when it starts with the next decision, not the most impressive metric.
1
43