GiantessZone.net and similar websites represent a niche but vibrant part of the online cultural landscape. They serve as hubs for like-minded individuals to explore specific fantasies, appreciate artistic works, and engage with a community that shares their interests. The appeal of giantess content highlights the diversity of human imagination and the various ways in which people seek to express and engage with fantasy.
-- Users (extends Supabase/Auth0 user) users: id, username, email, birth_date, is_verified, is_creator, created_at-- Content items (unified for art/stories/videos) content: id, user_id, title, description, type (art/story/video), file_url, thumbnail_url, tags[], is_paid, price, views, likes, created_at giantesszone.net
-- Subscriptions subscriptions: id, subscriber_id, creator_id, tier_id, start_date, end_date, status GiantessZone
-- Tips / Purchases transactions: id, buyer_id, seller_id, content_id, amount, stripe_payment_id, created_at -- Users (extends Supabase/Auth0 user) users: id, username,
-- Reports & Moderation reports: id, content_id, reporter_id, reason, status, resolved_by, resolved_at
graph LR
A[User uploads content] --> BAWS Rekognition
B -->|NSFW > 0.9| C[Auto-reject & notify user]
B -->|Score 0.5–0.9| D[Human review queue]
B -->|Safe| E[Auto-publish]
D --> FAdmin decision
F --> G[Approve]
F --> H[Delete & warn user]