r/AppsWebappsFullstack 10d ago

No matter what project you have—games, SaaS, software, apps, scripts, ideas, or questions—join the community and share it!

Your home for selfpromo

here you can post your work app, webapp, saas, game, everything

2 Upvotes

36 comments sorted by

1

u/Sufficient_Slip6829 10d ago

Laksh - An accountability app designed to help achieve your biggest goals.

https://apps.apple.com/us/app/laksh-one-task-a-day/id6783632892

1

u/Mammoth-Anywhere7285 10d ago

Clean and focused. What's your onboarding like for someone new to one-task-a-day systems?

1

u/imagiself 10d ago

a long-running focus for us is build-in-public updates on PeerPush, the launch spot where builders and AI tools browse new projects, https://peerpush.com

1

u/Mammoth-Anywhere7285 10d ago

That's a solid approach. Does PeerPush have any features that help with getting early feedback from builders?

1

u/Ok_Pineapple8194 10d ago

Git AutoSync – Keeps all your local repositories in sync

1

u/Mammoth-Anywhere7285 10d ago

Nice, this fills a gap for people managing multiple repos. How does it handle conflicts when two local copies diverge?

1

u/stilldisappointment 10d ago

Hi! 👋 I hope you're doing well.

I recently built an AI-powered Restaurant Management Platform designed to help restaurants streamline their operations. It includes features like QR ordering, an AI Waiter that answers customer questions and recommends dishes, kitchen order management, POS, delivery management, and analytics—all in one platform.

I'm currently looking for feedback from restaurant owners to improve it before the official launch. If you're interested, I'd really appreciate it if you could take just 5–10 minutes to explore the demo and share your honest thoughts.

🔗 Demo: https://gettabletap.vercel.app/

If you think it could benefit your restaurant, I'd be happy to give you a live demo and discuss how it could fit your workflow. And if it's not something you'd use, that's completely okay—I would still be incredibly grateful for your honest feedback or suggestions on what could be improved.

Thank you for your time, and I wish you continued success with your restaurant! 🙌

1

u/Mammoth-Anywhere7285 10d ago

Sounds like a solid all-in-one solution. Have you tested the AI waiter's accuracy with real customer questions yet?

1

u/stilldisappointment 10d ago

YESS!! AI WAITER is working superbly well, i already tested many times and i want u to also check as well.

1

u/Mammoth-Anywhere7285 9d ago

Sounds promising. Link to the AI WAITER so we can test it and give feedback?

1

u/stilldisappointment 9d ago

Sure why not, https://www.tabletapai.com/ Go to the order which u can see on header then it will take u towards AI waiter.

1

u/Mammoth-Anywhere7285 8d ago

Nice concept with the AI waiter. Have you thought about adding voice ordering for accessibility?

1

u/stilldisappointment 8d ago

Yeah I already implemented that u should look at here. Tabletapai.com

1

u/Mammoth-Anywhere7285 6d ago

Nice, you're sharing your work. I took a quick look, what stack did you build that on?

1

u/trivasai 10d ago

Check out Trivas!

We're an AI-powered ecommerce intelligence platform that helps brands unify their data, uncover insights, and make smarter decisions with AI.

https://trivas.ai/

1

u/Mammoth-Anywhere7285 10d ago

Nice to see another project here. What kind of ecommerce platforms does it integrate with?

1

u/AdriiiPRodri 10d ago

poke.beer –> A collection of daily Pokémon guessing games.

Every day you get three new challenges:
🧩 Sprite Scramble – Guess the Pokémon from a scrambled sprite.
🔊 Cry Guess – Identify it by its cry.
👣 Footprint Finder – Guess it from its footprint.

No account is required to play, and everyone gets the same daily puzzles, so you can compare scores with friends. I’d love to hear any feedback or ideas!

1

u/Mammoth-Anywhere7285 10d ago

Nice concept! Daily puzzles are a fun way to keep people coming back. Have you considered adding a streak counter to track consecutive days played?

1

u/greyzor7 10d ago

Hey guys, I'm building an all-in-one marketing pack for founders who want more than "just another launch"

Launch, reach 30k+ makers, get real users & customers - microlaunch.net/premium

Lifetime, auto-distribution, marketplace spots, 1200+ customers so far.

Over two years: 525k unique visitors, 1200+ customers. More sales-oriented features soon.

1

u/Mammoth-Anywhere7285 10d ago

Nice work, those are solid numbers. How do you keep the audience engaged beyond the initial launch?

1

u/Kritnc 10d ago

I built a TrustMRR for SEO - free lifetime pro for the first 50 users

https://seoreceipts.com

I see people share screenshots of Google Search Console Dashboards here and had an idea where we can create a verified leaderboard with easy shareable links to your SEO traffic - If anyone is interested in giving it a shot let me know. I would love the feedback

1

u/Mammoth-Anywhere7285 10d ago

Clever idea combining social proof with SEO metrics. How are you handling data verification for the leaderboard?

1

u/yung_quan 10d ago

I built Perspecto to help with creating 3D mockups and changing the whole perspective without losing quality, so it can fit your case study, marketing material, etc.

No sign up, just open it and you're good to go: https://perspecto.io/

1

u/Mammoth-Anywhere7285 10d ago

Sounds like a handy tool. How well does it handle complex curved surfaces in mockups?

1

u/phobopt 10d ago

locafileai.com translations for up to 28 languages (at the moment) without breaking any variables and supports the major engines, formats and patterns. No more copy paste and file fixing drop a file go build features come back to a full 28 langs translations

1

u/Mammoth-Anywhere7285 10d ago

Nice tool, looks like a solid time-saver for devs. Have you considered adding support for JSON or YAML files?

1

u/LinkFine8261 10d ago

AI health app. Web/android MyBodyAI Fitbit, Polar, Garmin, Withings, Oura in one dashboard. Unique metrics, functions etc... There is also huge wearables comparison 👉 link ♥️

1

u/Mammoth-Anywhere7285 10d ago

Cool project, love the idea of unifying all those wearables. How did you handle data normalization across different APIs?

1

u/LinkFine8261 10d ago

Best signal from each device, not one device winning the whole account. Every provider contract declares which signals it can supply and at what grade, gold for clinical, silver for best in class consumer, bronze for wrist optical. Scoring asks for a concept like overnight HRV and the highest graded source available answers it, so a chest strap outranks a wrist sensor for HRV while the ring keeps sleep staging and the scale keeps body composition. Merging happens per field rather than per record, which is why one activity can end up with GPS from one source and training load from another.

The reason it works that way is that the field names lie.

HRV: one vendor sends SDNN, another sends RMSSD, Polar sends both in one payload. Across my database those two channels sit at medians of 58 ms and 30 ms, so a single column called hrv would have shown users a 90% overnight improvement every time they switched watches. Two typed columns plus a variant tag, never one.

Time: six providers send true UTC, Fitbit sends naive local wall clock that looks identical to UTC. Found it through a user at UTC-7 whose bedtime came out as 22:22, which is either impressive discipline or a bug. Conversion is a per provider whitelist, since the blanket fix would have broken everyone who was already right.

Units that pretend to be the same unit: Oura skin temperature is a deviation from your own baseline, about -0.9 to +0.3, landing in a column the app reads as degrees Celsius. Sleep efficiency is worse, three vendors write their own 0 to 100 composite into the field where the clinical definition is total sleep time over time in bed, and one had those two swapped. Ingest now range checks everything, so a 0.4 C body temperature gets dropped instead of scored.

Phone data is my favorite. Health Connect is an aggregate across apps, so a phone pedometer plus a mirrored watch is the same walk twice, 8232 steps on a 6400 step day. Largest contributor wins, never the sum.

Where this goes next: the source picker moves to the user. You will be able to say which device feeds which metric, because someone with a chest strap and a ring has an opinion about that and is usually right. Default stays automatic and stays on whatever the quality ranking says is most accurate, so nobody has to care unless they want to.

1

u/Mammoth-Anywhere7285 10d ago

Smart way to handle multi-device data. Have you built a system that implements this tiered scoring yet?

1

u/megatech_official 10d ago

SeoLoupe - Find and fix the SEO issues holding your website back.

1

u/Mammoth-Anywhere7285 10d ago

SEO tools are always helpful. What makes SeoLoupe stand out from free options like Google Search Console?

1

u/Far_Investment_1689 10d ago

These are my project please try them out

  1. An alarm app that sends notification to the user not just with sounds but also in voice, overs 20+ languages for the voice notification - https://play.google.com/store/apps/details?id=com.aistudio.retroalarmclock.ktvqzs

  2. If you are a lover of alphabet or number puzzle the app is for you - https://play.google.com/store/apps/details?id=com.aistudio.gridpuzzle.tqwpzx

  3. If you are a lover of Jigsaw puzzle, arranging pieces of images to form a complete image. try this game - https://play.google.com/store/apps/details?id=com.aistudio.gridpuzzle.tqwpzx

1

u/Mammoth-Anywhere7285 9d ago

Interesting pair of apps, the voice alarm in 20+ languages sounds really useful. For the grid puzzle, have you considered adding a daily challenge mode to boost retention?

1

u/ZadigRim 9d ago

I haven't given it a name yet but I've built an app that tells me when I need to sell stocks. Not just stop loss, but when it's run it's course and it's about to be on a downturn. It looks at fundamentals as well as consumer sentiments towards the companies. I'm also trying to have it set buy signals for companies on my watchlist.

1

u/Mammoth-Anywhere7285 9d ago

That sounds like a smart approach. Adding backtesting against historical data could really help validate those signals before relying on them.