PictureThis alternatives
Photograph a plant, get its name and how to keep it alive.
4 of its 5 core features can be rebuilt with AI. Here is one, working, below.
- They makeRevenue estimate on Sensor Tower
- $12M a month
- You pay
- $40 a year
- AI can rebuild
- 4 of 5 core features
Try it
Visual demo only. Copy the prompt below to get the app.
Build it yourself
Real files on your machine, a real database, and it is yours. This one carries the interface as well — the layout, the colours and the shape of the real app, read off its own screens.
Each opens with the prompt loaded and waiting — nothing is sent until you press enter. It is copied at the same time, in case the app is not installed.
Build me a local plant care app I own, to replace PictureThis. - A web app I run on my own machine: a single Node process serving one page, data in a SQLite file next to it. - Model it properly: species with care details, my plants referencing a species, watering events, and journal entries whose photos are resized with sharp into photos/ and stored by path. The watering interval belongs to my plant, not the species. - Identification is the whole product, and with a terminal I can have it: post the photo to the Pl@ntNet API or a vision model, key from .env, cached against the photo's hash so nothing is paid for twice. - Care details are asked once too: when a species is new, ask the model for water, light, soil, temperature, toxicity to pets and common problems, then store it. - Watering due dates derived from the last event and the plant's interval, never a stored counter. - A nightly cron job that emails me what is due, which a browser page cannot do because on Tuesday morning it is closed. - One command to export the collection and journal to CSV, one to back up the database. - Binds to localhost only. No accounts, no telemetry. The only calls out are identification and the care lookup, both costing per call. - Skip: the encyclopaedia of hundreds of thousands of species, and asking a botanist. - Include a README with setup, where the key goes, and where the photos live. ## Look and feel PictureThis's own, and the ground is the first thing to get right: a light warm grey, never white. The cards sit on top of it in white with generously rounded corners, no border and barely a shadow — the contrast between card and ground is doing all the work. One green, used sparingly and used vividly. It is the round camera button raised out of the middle of the bottom bar, the full-width pill button at the foot of a plant page, the active tab label and the short bar underneath it. Everything else is black text on white, or grey. The bottom bar has five slots — For You, Diagnose, the camera, My Plants, More — and the camera is a filled green circle sitting proud of the bar rather than an icon inside it. A plant page opens on three text tabs, Overview, Care and Explore, the active one green above a stubby green underline. Under them, section headings in heavy black with a quiet ellipsis at the right margin, then a white card of rows: a small grey label, the value in black underneath it, a chevron at the end of the row, hairline rules between. Facts stack label over value, never side by side. In a list of plants the common name leads, in black, with the latin name under it in grey italic — never the other way round and never on the same line. The label-over-value pattern is for facts like Light or Soil, not for names. Section headings are large and bold. Lists of plants scroll sideways as cards with the photo on top and the name beneath.
Did this prompt work for you?
Thanks — that tells us whether to rewrite it.
More subscriptions die every week.
New apps and the prompts that replace them, as they land. One email, no spam.
Free forever · unsubscribe in one click · your address is never shared
Feature by feature
Every feature, whether AI can rebuild it, and what you would be signing up to keep running if you did. The paid app does that last column for you, and that is most of what the money buys.
| Feature | Core | AI can rebuild | You'd maintain |
|---|---|---|---|
| Name a plant from a photoPaste the photo into ChatGPT or Claude and ask. It is the same answer PictureThis gives you, from a chatbot you already have open. | Yes | Yes | Your chatbot has to be open |
| Care instructions: water, light, soil, temperatureThe care advice for a monstera is not secret. Ask once, paste it into your own list, and it never needs asking again. | Yes | Yes | You type the plants you own, or ask the AI once |
| Watering reminders on a scheduleScheduled reminders are not available to a page. | Yes | No | Only while the page is open |
| A collection of the plants you own | Yes | Yes | Nothing |
| Diagnose a sick plant from a photoSame photo, different question. Ask what is wrong with the leaf and what to do about it. | Yes | Yes | Your chatbot has to be open |
| An encyclopaedia of hundreds of thousands of speciesThe model already knows the species. This is knowledge, not a database call. | No | Yes | You would look things up yourself |
| Warnings for weeds and plants toxic to petsAlso knowledge the model has. | No | Yes | Only for the plants you added |
| A journal of photos showing a plant growing | No | Yes | Nothing |
| Ask a botanistA real person answering is a real person being paid. | No | No | There is nobody on the other end |
What you give up
- pointing a camera at anything green and being told what it is
- diagnosing a sick leaf from a photo
- an encyclopaedia of hundreds of thousands of species
- reminders that reach you when the page is shut
Why people still pay
Everything except the identification is a list and a calendar, and you can have both for nothing. The camera is the product, and unlike code, a model looking at every photo you take costs somebody money every time you use it.
Or use one somebody already built
Free and open source. No prompt, no building, no subscription.
- Pl@ntNet
- Identification from a photo, free and no paywall, run by French research institutes. Your photos help train it, which is the deal instead of money. (web, ios, android)
- Seek by iNaturalist
- Points the camera at plants, insects and animals and names them on the spot. Free, no account needed, from a non-profit. (ios, android)
Other apps people are freeing
Questions
- Can AI really replace PictureThis?
- 4 of its 5 core features, yes. The demo above is what one prompt produced. What it cannot do is on this page too.
- What does PictureThis cost?
- About $40 a year on the PictureThis Premium plan. A handful of identifications, then the paywall. Care details and the diagnosis tool are premium.
- Is there a free alternative to PictureThis?
- Yes: Pl@ntNet, Seek by iNaturalist. They are listed below, and they are somebody else's finished work rather than yours.