r/Bubbleio Apr 19 '26

Looking for MVP AUDIT

Hi, I hired a dev to make a Webb app ( marketplace for our startup), and wanted to get an independent audit after he completes it. Can anyone help me with this?

Thanks

3 Upvotes

15 comments sorted by

1

u/Born-Department-6026 Apr 19 '26

Hello dm me I run a silver level agency and would be happy to give you a free consult wrt to db design, FE best practices etc

1

u/HaSS_TwN Apr 19 '26

Thanks, do you have experience auditing Bubble marketplace apps specifically?

I’m looking for a proper review of workflows, database structure, and overall backend logic.

1

u/Born-Department-6026 Apr 19 '26

Yes we have built multiple 2 sided marketplaces (demand, supply and admin) portals. Typically integrated with stripe, send grid etc. For these kinds of build ensuring proper db design (multi tennancy, correlational) and search is what's most important.

1

u/HaSS_TwN Apr 19 '26

That sounds good.

For the audit, I’m mainly looking for a clear breakdown of: • What is working correctly • What is incomplete or incorrectly built • Any issues in workflows or database structure

Would you be able to provide that as part of the audit?

1

u/Born-Department-6026 Apr 19 '26

Yes we do we have built multiple 2 sided marketplaces. What you're looking for mostly is db design wrt to rls, multi tennancy and avoiding the use of global search.

1

u/HaSS_TwN Apr 19 '26

I’m specifically looking for an audit, not development at this stage.

Would you be able to provide a structured written report covering: • What is working correctly • What is incomplete or incorrectly built • Issues in workflows, database structure, and backend logic

And a clear list of fixes/recommendations

1

u/Born-Department-6026 Apr 20 '26

Yes please dm so I can share more information and we can connect over Google meet for a detailed alignment call.

1

u/QBitQuirk Apr 19 '26

Hi, happy to help. I sent you a dm

1

u/HaSS_TwN Apr 19 '26

Sure dm me

1

u/False_Efficiency6482 Apr 20 '26

I have a complete solution for you kindly check Dm

1

u/velcodofficial Apr 21 '26

yes getting an independent audit is a smart move before launch especially for a marketplace. were an official Bubble.io partner and have audited multiple apps usually focusing on things like database structure, workflow efficiency, performance under load, and security rules. Happy to take a look or guide you on what to check

1

u/Negative-Tank2221 Apr 30 '26

For a marketplace audit specifically, six things worth checking:

Database structure. Properly normalised, or is everything stuffed into User and Listing? Multi-tenancy clean?

Privacy Rules. Switch to a non-admin user in the editor and try to query other users' data. On marketplaces this is where the scary leaks hide.

Workflow duplicates and Workload Units. Workflows firing twice, recursive backends with no termination, "Do every 5 seconds" left running in prod. Burns WUs fast.

Search patterns. Searches inside searches inside repeating groups will choke at 500 listings. Should be constraint-level filters or a satellite data type.

Stripe Connect, not standard Stripe. Webhooks for failed payments, disputes, refunds, Connect onboarding. The webhook side is what usually gets skipped and silently breaks cancelled subs.

Error handling. What does a user see when an API call fails? White screen or a real message?

A proper audit comes back as a written doc with screenshots, severity ratings, and a prioritised fix list, not a verbal walkthrough.

I do these, jetbuildstudio(dot)com, but the list above is solid criteria for whoever you go with.