Security Disclaimer

1. Authentication Scope

This website is operated by Universal Network Development LLC (“U.N.D Industries”). It uses Supabase for account authentication, with Cloudflare Turnstile (CAPTCHA) and rate limiting protecting the sign-in, sign-up, and reset flows. Passwords are hashed server-side using bcrypt — never stored in plaintext. That said, this is a consumer creative-technology platform, not a financial, medical, or enterprise security service.

While authentication is real and passwords are protected, this site is not designed or audited as a high-security service. Do not use it to store sensitive personal data, financial credentials, or anything requiring bank-grade security protection.

2. Password Security

Your password is hashed using bcrypt before being stored in Supabase's database. This means:

  • Your plaintext password is never stored or logged anywhere.
  • Supabase's authentication system handles the hashing and verification process.
  • Row Level Security (RLS) ensures users can only access their own data.

Still, use a unique password not shared with other services — standard practice for any online account.

3. Infrastructure

Account credentials and contact messages are stored in a Supabase-managed Postgres database on AWS servers located in the US East region by default. Supabase is a third-party infrastructure provider; this site does not operate its own servers. The frontend code is served statically from GitHub Pages and communicates with Supabase via its public client library.

Account credentials and contact messages are actively stored in the Supabase database. The frontend communicates with Supabase via its public client library using Row Level Security to restrict data access.

4. User Responsibility

By using this site's account or contact features, you acknowledge that:

  • You will not enter financial information, government IDs, medical data, or other sensitive personal information.
  • You will use a unique password not shared with other services.
  • You are solely responsible for the information you choose to submit.

5. No Liability

U.N.D Industries is not responsible for any damages, data loss, or consequences resulting from a user entering sensitive data on this site contrary to the warnings stated here. This site is a consumer creative-technology platform and is provided as-is with reasonable effort but no security guarantees beyond those described above.

6. Intended Use

This site is a consumer creative-technology platform. Its account system exists to support community features, not to protect highly sensitive data. No financial, medical, legal, or enterprise-grade security is implied or guaranteed.

7. Data Collection Modes

Logged-in users may select a data collection mode in their dashboard:

  • Standard (default): Only data you actively submit is stored. No passive collection, no behavioral tracking, no analytics.
  • Advanced: Your preference is saved and enables optional personalization features as they become available. Advanced mode does not add third-party services, trackers, or analytics of any kind.

Neither mode weakens the security of your account credentials. Passwords are always hashed with bcrypt regardless of mode. Your setting can be changed or revoked from your dashboard at any time.