https://labellens.com/ is an AI product label ingredient analysis webapp to help you make healthier product choices. Multilingual capable, with English translation provided by default (I live in Japan, so this is really helpful identifying Ultra Processed Foods and avoiding certain ingredients for the family). You can save ingredients in a watchlist to get alerts when scanning products, as well as research anything with the included Labellens AI Assistant. It's in soft beta now. You can register and try it out with free credits (verify email to get the credits - Appwrite in action there!).

Currently deployed as a webapp but can deploy to other formats as Quasar is fully cross platform deployable.

It does things a little differently from the big players in this niche area, like yuka. Some of the Appwrite features it currently uses: • Full auth flows using email (other methods coming soon) • Camera integration with image uploads to storage (for OCR) • Credit based system for AI service usage • Full subscription payment flows (Lemonsqueezy/Fastspring coming soon) • Full one time payment flow for AI credit top ups (Lemonsqueezy/Fastspring coming soon) • Cloud functions for core functionality for payments and AI (label recognition and RAG Assistant). • Collections for CRUD of scanned products and AI product assistant research reports

Lots more Appwrite functionality to integrate in the future, this is just a basic set of features atm.

I have a few apps using Appwrite in development, based on the Quasar + Appwrite Saas framework that I developed for Labellens. See https://www.quapp.dev/ for more info on that.