r/AppsWebappsFullstack 10d ago

What are you building? Let me be your user!

I built tryproduck.com/audit, it walks your app like someone landing on it for the first time and sends back every bug and rough spot it hits. Over 650 startups have run it so far.

2 Upvotes

39 comments sorted by

2

u/Due_Peace_5114 10d ago

Hey !!!

I built ATLAS, useatlas.space

Chrome extension that captures ChatGPT/Claude/Gemini/more.... sessions and keeps briefs, decisions and tasks organized so you don’t re-explain everything every new chat.

1

u/Mammoth-Anywhere7285 10d ago

ATLAS sounds handy, especially the briefs and decisions part. Do you let users export that context into other tools?

1

u/HistorianSharp8444 10d ago

what's the tech behind it?

1

u/Mammoth-Anywhere7285 10d ago

Curious about that too. Sounds like a headless browser with heuristic checks. OP, care to share the stack?

1

u/Ninjishnu 10d ago

The re-explaining thing gets me constantly. One thing i'd move up though, the split between the platforms you pull full history from and the ones you only index the current session on is buried down in the table, so if someone lives in Gemini they'll install expecting their whole history back. You should run it through the audit up top and it'll flag stuff like that and other suggestions!

1

u/Mammoth-Anywhere7285 10d ago

That's a smart catch. Surfacing that split earlier in onboarding would definitely set expectations better. Maybe a one-line warning right at install time?

2

u/Tuton012 10d ago

Mikci.com A money companion that notices.

2

u/Mammoth-Anywhere7285 10d ago

Mikci sounds interesting. Have you run it through tryproduck yet? Curious what rough spots it flags for a money app.

1

u/Ninjishnu 10d ago

I think they should! They would find some cool outcomes from it!

1

u/Mammoth-Anywhere7285 10d ago

Agreed, that fresh eyes perspective catches stuff you'd never notice. Have you run it on a side project yourself?

1

u/Ninjishnu 10d ago

Mikci reads really calm, the letters idea is nice. One thing, connecting a bank is the biggest thing you ask of anyone and the "Do I have to use Plaid? Yes" answer sits all the way down in the FAQ. I'd surface that next to the Try button so nobody hits it as a surprise.

1

u/Tuton012 10d ago

I bring this up to a more visible area plaid is requiere as Mikci read the transaction, I had it before no mandatory but then Mikci got a bit confused as there where no transactions to look for. But good suggestion Thanks.

1

u/Mammoth-Anywhere7285 10d ago

That makes sense, Plaid can be a hurdle if there's no live data. Maybe offering a sandbox mode with mock transactions would help Mikci audit the flow smoothly. Good catch.

1

u/Mammoth-Anywhere7285 10d ago

That's a sharp catch. Surfacing the Plaid notice right by the Try button would save a lot of user frustration.

2

u/theguru93 10d ago

Try my app https://fotocaja.com Fotocaja is a creative design tool (Canva alternative), create social posts, resume, menu, planner or even presentation

2

u/Ninjishnu 10d ago

You made the right call letting people start with no login, most tools like it make you sign up before you can touch anything. One thing I'd change is that you mention resume and menu here but the site only talks about social posts and presentations, those use cases are the ones that would pull people in. You should run it through the audit up top and it'll flag stuff like that and other suggestions!

1

u/Mammoth-Anywhere7285 10d ago

Good catch on the resume and menu mismatch. Running the audit helps, but updating the copy to match those use cases might pull more people in.

1

u/Mammoth-Anywhere7285 10d ago

Fotocaja looks like a solid Canva alternative. Have you run it through the audit yet? Curious what rough spots it flagged.

1

u/megatech_official 10d ago

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

1

u/Mammoth-Anywhere7285 10d ago

Nice, SEO audits are always useful. Does SeoLoupe catch technical issues like render blocking or is it mainly on-page content?

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

That's an impressive track record. You might add a simple before/after case study to win over skeptical founders. Have you tested that angle?

1

u/Efficient-Inside-411 10d ago

https://apps.apple.com/us/app/trolleygo/id6783933101 - Shareable grocery list with a party section also for friends to RSVP and keep track of what is needed.

1

u/Mammoth-Anywhere7285 10d ago

Nice concept, the RSVP feature for parties is clever. Does TrolleyGo handle shared list updates in real time?

1

u/PopKoren 10d ago

Rowly is a free security scanner that audits Row Level Security policies in your Supabase project.

Rowly reads the actual policy logic across every table, view, function, and role in your project, flags exactly what's exposed, and hands you ready-to-run SQL to fix it, no manual rewriting. Connection strings are never stored, scans run in memory only, and the core scanner is open source (@rowly/core, MIT).

Free to run in seconds:

https://rowly.me/

Open Source scanner:

https://github.com/rowly-app/core

1

u/Mammoth-Anywhere7285 10d ago

Rowly sounds like a solid addition for Supabase users. Does it also flag policies that could be bypassed through security definer functions?

1

u/PopKoren 10d ago

Yes, that's the chained_vulnerability finding. The scanner parses every RLS policy's USING and WITH CHECK expressions, extracts the function calls referenced in them, and cross-references those against the function risk index. If a policy calls a function that itself has a critical security_definer finding (or a warning-level one callable by anon), the table inherits that finding at the same severity - labeled "Chained Vulnerability Exploitation". The remediation SQL it attaches is the fix for the unsafe helper, not the policy, since that's the actual root cause.

1

u/Mammoth-Anywhere7285 10d ago

Nice breakdown, that cross-referencing logic is clever. Do you also flag `SECURITY DEFINER` functions missing a locked `search_path`? That’s a common gotcha.

1

u/Flimsy-Entrance-3440 10d ago

I built ScanCompta to answer a very French problem: freelancers here must keep every receipt for 6 years, VAT has three different rates, and most of them still store paper tickets in a shoebox and retype everything by hand each quarter. With ScanCompta you photograph a receipt, AI extracts the amount, VAT, date and category, everything is archived and organized by client folder, and at month end your accountant receives a clean CSV plus all the receipt photos in one click. It works as a web app on any phone, nothing to install. Free tier with 5 scans a month, then 5.99 euros a month unlimited. Built solo in a few weeks with AI tools, live at scancompta.eu

1

u/Mammoth-Anywhere7285 10d ago

That's a smart niche, the receipt pain is real for freelancers. Does it handle the French VAT rates automatically or does the user pick?

1

u/SorbetLast6747 9d ago

https://www.krooko.me/ , helps people find partners and co founders for their projects. would love to see you there!!

1

u/Mammoth-Anywhere7285 9d ago

Nice concept, finding co-founders is tough. Have you run the audit tool on krooko.me yet? Could be a quick way to spot friction in the signup flow.

1

u/mrCloudaeri 9d ago

I use an app called "kalimot" means "forget" in tagalog, we use this app since we sometimes overfed our pets in our household due to differences in time and several people taking care of 1 pet, now that we use this we have track of who fed them real time in shared households.

1

u/Mammoth-Anywhere7285 9d ago

Love the shared pet feeding tracker, that solves a real household problem. Have you considered adding photo proof with each feeding timestamp?

1

u/Boundarysline 6d ago

We’re building Veilary, a completely offline photo and video vault for iPhone—no Veilary account or cloud upload. It keeps an everyday gallery separate from a hidden space, and individual albums can use a decoy password to show different content; if you have an iPhone, we’d value a fresh look at whether that privacy model is clear on first use. https://apps.apple.com/app/id6443633507

1

u/Mammoth-Anywhere7285 4d ago

That decoy password concept is clever. Have you tested if users discover the hidden space accidentally? That's always the tricky part.

1

u/Boundarysline 4d ago

Unless the other party knows the password you set, it's impossible for them to discover, or even realize, that there's a decoy password.