Mitja Rutnik / Android Authority
A couple of months in the past, I made a decision to take my family administration to the subsequent stage. I’d already gotten fairly good at maintaining with the fundamental chores, however I wanted a system to trace our household calendar, household targets, and family stock. Plus, I needed a option to customise the expertise for my household, pets, and the precise variety of rooms in my home.
I attempted a number of current family apps, and some got here near what I used to be in search of. Nonetheless, I needed one thing utterly tailor-made to my state of affairs, not simply one thing “shut sufficient.” That obtained me considering: may I make my very own answer? Loads of individuals are already utilizing AI instruments to study programming, or for easy vibe coding, so I dove in with Claude to see what I may construct, what partitions I’d hit, and whether or not this may very well be a greater match for my wants.
There have been a couple of methods to go about this, however I began with the only: a progressive internet app. Under, I’ll stroll by how I constructed it, what it does that different options can’t, and the place this method falls brief.
Have you ever ever used Claude or one other AI to make a personalized app?
11 votes
Why I didn’t use an current chore and family app
You would possibly surprise why I didn’t simply use one of many many chore or family administration apps that I attempted out. I got here shut, truly. I performed round with Cozi Household Organizer, OurHome, Sweepy, and some different apps, looking for the right answer. A few of these apps have been almost what I used to be in search of, however there was all the time one thing lacking.
Sweepy has a extremely customizable chores checklist that allows you to add distinctive duties and rooms to really tailor it to your private home, plus a good calendar system. What you gained’t discover is a family stock function. Cozi comes nearer there with a strong buying checklist system, however this aspect of the app is extra of an “add duties manually” form of affair. What I needed was a listing already crammed in with widespread family merchandise that I may then modify to my actual wants. The opposite downside I bumped into is that a few of the higher options required a subscription or premium improve.
I quickly realized that almost all of what I needed already existed, simply not in anyone app. So I got down to merge my favourite options right into a single family administration app. It’s been months since, and I exploit my customized app almost every single day. I’ve gone by many iterations now, however I nonetheless take into account the entire thing a piece in progress. That’s what I really like about it. If I discover one thing else I’d prefer to deal with, I don’t have to attend for a developer to resolve so as to add a function, as I’ve the facility to replace my customized app at will.
How I constructed my family administration app

I used to be going to make this into a correct Android app from day one utilizing Claude Code. I began by making a Google Sheet with all of the core options I used to be considering of and the way I needed it introduced; I crafted a reference doc, principally. From there, I dove proper in, but it surely didn’t take lengthy to determine this was going to be a gradual course of.
See, Claude can’t generate an Android app out of skinny air; it might solely assist with the coding course of. You’ll nonetheless want instruments like Android Studio, and there’s lots of handbook enter work with this methodology. This didn’t scare me off initially, and I truly obtained a (form of) working alpha construct out of it.
Whereas a progressive internet app is likely to be extra restricted than a real Android app, it is simpler than ever to construct them with Claude.
The issue is that after spending lots of time constructing it, it solely took me a couple of minutes of testing to understand it was nonetheless lacking many options — and that it might take me eternally to construct at this fee. I quickly realized that I wanted a option to construct fast prototypes that may let me shortly check out new concepts. So I turned to Claude to make me an online app as an alternative.
Evidently, this was a a lot simpler, user-friendly methodology. You don’t want a lot in the best way of additional instruments, and a easy back-and-forth vibe coding is all it actually takes.
The one draw back? The expertise was a bit clunky since I needed to open it in a browser instantly to make use of it. That’s once I determined to show it right into a progressive internet app. This meant utilizing Claude to generate a couple of different information like manifest.json (tells Android the app identify, icons, and colours) and service-worker.js (handles offline caching).
As soon as I had a useful prototype prepared, I then wanted a option to host the information so Chrome may acknowledge it as a PWA, because it gained’t acknowledge native information. There are a couple of methods to do that, together with utilizing an area server app or internet hosting the app on-line through one thing like GitHub. I selected the latter, which is simple to put in (you may even ask Claude for assist with this).
Limitations to customized apps made this manner
The primary model of my internet app was nonetheless lacking lots of options, although it was nearer than my earliest makes an attempt with an actual Android app. With time, every iteration obtained nearer to what I used to be truly in search of. Some options have been tougher to implement than others, in order that additionally meant studying new expertise, new instruments, and simply getting higher at considering exterior the field right here.
Syncing, for instance, was a tough nut to crack. A handbook file-based import/export function was straightforward sufficient so as to add as a stopgap, however that’s a very restricted manner to make use of a family app throughout a number of gadgets. My first answer was to put in the app on a pill we barely used anymore, then get a magnetic case that allow me stick it to the fridge as a household hub.
Inside a month or so, I had an app that tracked household spending, stock, and cleansing duties, with particular person tabs for every member of the family’s particular chores. I even obtained Google Calendar integration working and began experimenting with Firebase to construct a database for smoother cross-device syncing.
Claude’s PWA technology talents have limits, however there are workarounds for a few of these points.
The beauty of working with Claude — even on one thing so simple as a PWA — is how a lot you choose up concerning the app-building course of alongside the best way. It begins out fairly plug-and-play, however working across the base limitations of this methodology progressively makes you extra conversant in coding and different instruments.
You could ultimately hit a wall, although. Again-and-forth edits can burn by your utilization limits quicker than constructing an actual app with one thing like Claude Code, even when this route is quicker and simpler general. It’s additionally necessary you choose the appropriate mannequin. In my case, it was Opus (the model itself modified over time). And even if you happen to push PWAs to their limits, you’re going to seek out that the overall design and UI will all the time look considerably generic and fewer refined than an actual app.
You may work round that to some extent, however with out true coding, it’s going to all the time really feel a bit amateurish. You additionally gained’t be capable to formally publish these apps with out main modifications, like wrapping the net app in a shell with one thing like Capacitor or Cordova.
An actual Android app can be higher, however I nonetheless extremely suggest PWA apps

Pankil Shah / Android Authority
Now that I’ve spent a couple of months with my PWA, I’m prepared for a full rewrite. I’ve began utilizing Claude Code, Android Studio, and some different instruments to construct an actual app with web-based syncing and rather more. It’s not totally prepared, however I do have a take a look at construct, and to say it’s 1,000,000 miles forward of the unique is an understatement.
Some would possibly say I might have been higher off going straight to an Android app. I disagree, as I wouldn’t have gotten right here with out some coaching wheels first. As a substitute, a couple of months in, I’m on roughly my tenth construct of the PWA model and have a tough alpha of the native Android model. That form of fast prototyping would have been a lot tougher had I gone the standard route from day one. It’s nonetheless not the prettiest or most feature-complete app, but it surely works effectively sufficient for now, and it’s change into a enjoyable aspect mission.
Constructing PWAs made me extra assured with coding and improvement instruments, which makes this a greater studying course of, even when a local Android app will all the time present a greater expertise. The takeaway: in case you have a customized downside you need to clear up however aren’t fairly positive how one can get began, utilizing Claude to make a PWA is a superb start line. You’ll study quite a bit, and also you would possibly simply end up hooked on digging deeper. At the least that was my expertise.
Thanks for being a part of our neighborhood. Learn our Remark Coverage earlier than posting.
