Finished:
1. Updated landing
Next steps:
1. Fix critical bugs (like images on landing)
2. Instruction how to add on home screen
3. Photo scan
4. Maybe translation (idk, I have questions about value)
Feedbacks:
1. Don't want to register because don't understand benefits
2. Want a scan of the receipt or product
3. Want application
4. Want interface on my lang
For blogging platform I'm using hashnode, because you can launch blog/documentation in minutes on your own domain with saving SEO
I think 5 minutes for blog is good invest, ofc then I need publish some posts in this blogs, but this take 15-30 min's for post
#blog#buildinpublic
Also experimenting with AI Vision - today I scanned a receipt and parsed it with several models. Only Qwen2.5 could handle Cyrillic - its only mistake was "Macaron" (meaning pasta) when it should have been "Macaroon" (the dessert). π
#ai#QwenImage#buildinpublic
After 43 users & 3 feedbacks, I want to rebuild my MVP: move core feature on landing before registration - some users don't won't login (share data) with Google account, and add receipt scan, because it's really hard to add one by one item with text
#buildinpublic#mvp
Currently I partly solve my problem with food waste, but I need some features: scan product by photo & scan receipt (experimenting with this) https://t.co/lBrZyfS3ad
What's new:
β 1-click Feedback Form (Tell us what to build next!)
π Push Notifications LIVE (Never miss an expiry again!)
π Try it: https://t.co/nMXStvE9eu
#BuildInPublic#MVP#FoodTech#ZeroWaste#SoloFounder
My build & deploy routine
1. Build all docker images with bake
2. Push all images to remote registry
3. ssh [email protected]
4. cd app && docker compose up -d
Agree with other's - CI/CD for MVP is overhead, sometimes I think docker is also overhead π
#BuildInPublic#MVP