Community Guidelines
NEONCRUSH is a place to be bold — not a place to be bullied. Here's how we keep the scene safe for everyone.
Respect everyone
Every avatar is a real person. Be kind. Compliments yes, cruelty no.
Zero tolerance for harassment
No bullying, threats, hate speech, or repeated unwanted contact. Violations get accounts removed.
Consent is everything
No pressuring anyone for anything — interactions, photos, info, or contact. 'No' means stop.
No disrespect
Slurs, body-shaming, sexual harassment, or demeaning behavior have no place here.
Protect yourself
Block anyone who makes you uncomfortable — instantly and silently. They won't be told.
Report anything
If something feels wrong, report it. Our team reviews every report confidentially.
What happens when you report
- Your report goes straight to our moderation team — confidentially.
- We review the avatar, the behavior, and any past reports.
- Outcomes range from a warning, to avatar removal, to permanent account suspension — depending on severity.
- Repeat or severe violations get zero second chances.
How NEONCRUSH protects you
The technical safeguards running quietly behind every tap, swipe, and message.
AI text moderation
Every DM, post, and bio is screened by an AI moderator before it's saved. Slurs, threats, sexual harassment, and underage content are blocked at the source.
Row-Level Security (RLS)
Your data is locked to your account at the database level. Other users cannot read your private messages, wallet, or inventory — even if the app code had a bug.
Authentication & sessions
Sign-in uses industry-standard JWT sessions over HTTPS. Passwords are never stored in plain text, and Google sign-in is supported for one-tap security.
Verified payments
Coin purchases run through Stripe. Webhook signatures are cryptographically verified, so credits can only be granted by Stripe itself — never spoofed.
Block & report tools
Blocking is instant and silent — the other user is never notified. Reports go straight to moderation with the full context of the offending content.
Rate limits & abuse guards
Spam, mass-messaging, and bot abuse are throttled automatically. Repeat offenders are auto-flagged for human review.
Full Security & Safety Report
Active protections live in production — read every section below.
1. Identity & Authentication
- Sign-in methods: Email + password, and Google OAuth (one-tap).
- Session security: Industry-standard JWT tokens delivered over HTTPS only. Tokens auto-refresh and expire on inactivity.
- Password handling: Passwords are never stored in plain text — they're salted and hashed by the auth provider. The app itself never sees raw passwords.
- Anonymous sign-ups: Disabled. Every account is tied to a verified email or Google identity.
- Build-before-signup flow: Users can sculpt an avatar as a guest. The draft is held in their own browser's sessionStorage only — it never touches our servers until they sign up and explicitly save.
2. Database Privacy — Row-Level Security (RLS)
Every sensitive table in the database is locked down at the Postgres level with RLS policies. Even if app code had a bug, the database itself refuses to return data the user isn't allowed to see.
Protected tables include:
direct_messages— only sender and recipient can readuser_wallets— only the wallet owner can read their coin balanceuser_inventory— items owned are private to the ownercrushes,couples,matches— only the people involvedcart_items,apartment_rentals,walk_thru_requests— owner-scopeduser_blocks— only the blocker can see who they've blockedreports— only moderators and the reporter can read
Roles are stored in a separate user_roles table with a SECURITY DEFINER has_role() function — preventing the classic privilege-escalation bug of storing roles on the profile.
3. Content Moderation (AI-Powered)
Every piece of user-generated text is screened by an AI moderator before it's saved to the database, with a server-side trigger as a second line of defense.
Moderated surfaces:
- Direct messages
- Posts and lifestyle feed entries
- Profile bios and avatar names
- Voice intro text
Blocked categories:
- Harassment, bullying, threats
- Hate speech and slurs
- Sexual harassment
- Underage content (zero tolerance)
- Impersonation and spam
- Dox / personal info leakage
If content is flagged, the user gets an instant toast explaining the reason — the message is never persisted.
4. Payments — Stripe Integration
Coin purchases run through Stripe. We never see or store credit card numbers.
Cryptographic safeguards:
- The Stripe webhook verifies every event signature using
STRIPE_WEBHOOK_SECRETbefore crediting any coins. - Idempotency: each Stripe event ID is recorded in
processed_stripe_eventsso a replay attack can't double-credit a wallet. - Coin grants happen via a
SECURITY DEFINERSQL function — the webhook can credit, but no client can.
What this means: No one can spoof a fake purchase to inflate their wallet. Coins only come from a verified Stripe payment, a daily login claim, or a gift from another verified user.
5. Community Safety Tools
| Tool | Where | What it does |
|---|---|---|
| Block | Profile menu, DM header | Instant, silent. Blocks DMs, crushes, and visibility both ways. The blocked user is never notified. |
| Report | Profile menu, DM header | Sends a confidential report to moderation with reason + context. |
| Safety Tips | Onboarding & profile | Plain-English reminders about consent, privacy, and scams. |
| Bot labels | Every AI persona | Bots are clearly marked — they flirt, but can't meet IRL. |
| Walk-Thru toggle | Profile | Users opt in to receive in-person tour requests; off by default. |
6. Community Guidelines (Zero-Tolerance List)
These behaviors lead to immediate avatar removal or permanent suspension:
- Harassment, bullying, or threats of any kind
- Slurs or hate speech (race, gender, orientation, disability, religion)
- Sexual harassment or non-consensual sexual content
- Body-shaming or demeaning behavior
- Impersonating another person or brand
- Soliciting minors or pretending to be a minor
- Sharing another user's personal info ("doxxing")
- Coercion — pressuring anyone for contact, photos, money, or coins
- Scams (off-platform payment requests, fake giveaways)
- Repeated unwanted contact after being told to stop
7. Your Personal Safety Checklist
- ✅Never share real-life contact info, passwords, or payment details inside DMs.
- ✅Block first, ask later — if someone makes you uncomfortable, block them. No explanation required.
- ✅Report screenshots aren't required — moderation can pull the original messages from logs.
- ✅Coins are virtual. Anyone asking you to send them outside the app or trade for real money is scamming you.
- ✅Bots are labeled. AI personas can flirt, but they can't meet you in real life.
- ✅Trust the toast. If a message gets blocked by moderation, that's a signal — not a glitch.
8. What Happens When You Report
- Your report goes straight to the moderation team — confidentially.
- We review the avatar, the behavior, and any past reports.
- Outcomes scale with severity: warning → avatar removal → permanent suspension.
- Repeat or severe violations get zero second chances.
9. Infrastructure Hardening
- HTTPS everywhere — all traffic is TLS-encrypted.
- No secrets in client code — API keys for Stripe, AI moderation, etc. live only in server-side secrets storage.
- Edge functions verify JWTs by default; public webhooks verify provider signatures instead.
- Rate limiting & abuse guards on DMs, crush sends, and report filings to prevent spam and griefing.
- Audit trail — coin transfers, reports, and moderation actions are all logged with timestamps.
Your safety checklist
- ✓Never share real-life contact info, passwords, or payment details inside DMs.
- ✓Block first, ask later — if someone makes you uncomfortable, block them. No explanation needed.
- ✓Report screenshots aren't required — our team can pull the original messages from moderation logs.
- ✓Coins are virtual. Anyone asking you to send them outside the app or trade them for real money is scamming you.
- ✓Bots are labeled. AI personas are marked clearly — they can flirt, but they can't meet you in real life.
Card Museum disclosure & ownership
Every NEONCRUSH member is automatically issued two collectible cards — one Gold Editionand one Hologram Edition — engraved with the name they joined under, the date and time of their arrival in Paradise City, and a unique card number. These cards are placed inside the public Paradise City Museum, viewable by every member of the avatar community.
By creating an account and accepting the Museum disclosure modal, you acknowledge that NEONCRUSH owns and operates the Paradise City Museum and every card image and card record contained within it, and you grant NEONCRUSH a perpetual, worldwide, royalty-free, transferable license to display, reproduce, and exhibit your cards inside the Museum and across NEONCRUSH surfaces. You retain ownership of your underlying account and avatar; NEONCRUSH retains ownership of the Museum, the card artwork, and the card collection as a curated work.
Acceptance is timestamped and stored as a permanent record. Terms version v1.0-2026-04-27.
Visit the Museum