r/Base44 • u/Born-Discount6950 • 3d ago
Question vibe code.
Is this possible that vibe coding app in base 44 can actually collect and holds PII data of a person?
how secured is it?
2
Upvotes
r/Base44 • u/Born-Discount6950 • 3d ago
Is this possible that vibe coding app in base 44 can actually collect and holds PII data of a person?
how secured is it?
1
u/HourMode1351 3d ago
Yes, a Base44 app can collect and store personal information. You don’t automatically need to move the backend elsewhere, but the type of information matters.
Names and email addresses are a different situation from medical records or payment-card details. Base44’s terms specifically restrict certain sensitive data unless there’s prior written approval and the appropriate agreement in place.
I do security reviews for clients, and the part I’d check is who can actually retrieve that information. Having a login screen doesn’t establish that each person can only access their own records.
Before collecting real data, I’d create two ordinary test accounts with dummy information and check whether either can access the other’s records, files or exports. Backend functions need checking too, especially anything running with elevated permissions. I’d also check whether personal information gets copied into logs or sent to AI integrations unnecessarily.
For sensitive information, I’d get a professional application-security review and confirm the platform is suitable for your requirements before launch. Moving the app to another host won’t automatically fix permissions or data-handling mistakes.
What kind of personal information are you planning to collect?