Uncensy Logo
Uncensy18+

About Uncensy

Learn what Uncensy is, how it works, and what powers the platform.

What is Uncensy?

Uncensy is an AI companion platform designed for adults (18+) that allows users to create, customize, and interact with virtual companions through text-based chat, AI-generated images, and AI-generated video. The platform is a web application accessible from any modern browser on desktop or mobile devices.

Users on Uncensy can build companions from scratch using the Fantasy Builder wizard, selecting attributes such as appearance, personality traits, backstory, and conversational style. Once a companion is created, users engage in real-time text conversations that are streamed token-by-token for a natural chat experience. Companions remember context within a conversation and respond based on the personality and behavioral parameters defined during creation.

Beyond text chat, Uncensy supports AI image generation, allowing companions to produce images within conversations. The platform also offers AI video generation for companion background animations. A public companion gallery lets users browse and interact with pre-made companions created by the Uncensy team, while a Discover feed presents companions in a vertical, swipeable format similar to short-form video platforms.

Uncensy is intended exclusively for users aged 18 and older. All users must confirm they meet this age requirement before accessing the platform.

Our Mission

Uncensy exists to provide a private, judgment-free space where adults can explore AI companionship on their own terms. The platform is built on the principle that users should have full control over who their companions are, how they behave, and what conversations look like, without arbitrary content restrictions beyond legal compliance.

Privacy is a foundational priority. Conversations between a user and their companions are private by default. Uncensy does not sell user data to third parties, does not use conversation content for advertising, and does not share individual chat logs with other users. The platform is designed so that the relationship between a user and their companion remains confidential.

Customization is central to the experience. Rather than offering a small selection of fixed characters, Uncensy gives users a multi-step creation wizard that covers visual appearance (face, body, hair, clothing), personality attributes, backstory, and behavioral tendencies. This allows users to craft companions that align with their specific preferences and interests.

The goal is to make AI companionship accessible, personal, and secure. Whether a user wants a casual conversation partner, a creative writing collaborator, or an immersive roleplay experience, Uncensy provides the tools to make that possible.

How It Works

Creating and chatting with an AI companion on Uncensy follows three steps:

1

Choose a Fantasy Style

Open the Fantasy Builder and select the type of companion you want to create. Options include realistic, anime, and other visual styles. You also choose ethnicity, age range, and general aesthetic direction. These selections determine the base parameters for AI image generation and companion appearance.

2

Customize Appearance and Personality

Fine-tune your companion across multiple dimensions. The wizard walks through face shape, body type, hairstyle, and clothing options. You then define personality traits, a character backstory, greeting message, and behavioral guidelines. The platform uses these attributes to generate a unique AI system prompt that governs how the companion responds in conversations.

3

Start Chatting

Once your companion is created, you enter a dedicated chat room. Messages are processed by AI language models and streamed back in real time, word by word. The companion maintains context throughout the conversation and responds according to the personality and scenario you defined. You can also request AI-generated images within the chat and interact with your companion through voice messages on supported subscription tiers.

Alternatively, users can skip companion creation entirely and browse the public companion gallery or the Discover feed to find and chat with pre-made companions. The gallery includes companions organized by category, while the Discover feed presents companions in a full-screen vertical scroll format with video previews.

Technology

Uncensy is built with a modern web technology stack and integrates multiple AI services to deliver its features. Below is an overview of the key technologies used across the platform.

AI Chat Models

Conversations are powered by large language models from two providers. The primary chat model is xAI Grok, which handles the majority of companion conversations. OpenAI GPT models are available as an alternative. The platform uses LangChain as an abstraction layer to manage model selection, prompt construction, and streaming. All chat responses are delivered via Server-Sent Events (SSE), which allows tokens to appear in real time as the model generates them.

AI Image Generation

Companion profile images and in-chat image generation use xAI Grok, a high-quality image generation model. When a user creates a companion or requests an image during a conversation, the platform sends a structured prompt to the xAI API and returns the generated image. Image generation consumes diamond credits, which are tracked per user.

AI Video Generation

Companion background videos and animated content are generated using BytePlus Seedance, an asynchronous video generation API. Video generation jobs are submitted to the API and tracked in a database table. When the video is ready, a webhook callback notifies the platform and the video is associated with the companion. Generated videos are compressed through a dedicated video compression microservice before being served to users.

Web Application Framework

The frontend and backend are built with Next.js 16 (React 19, TypeScript 5) using the App Router. The UI is styled with Tailwind CSS v4 and animated with Framer Motion. Client-side state management uses Zustand for global stores (authentication, chat, companions, credits, subscriptions, UI state).

Database and Authentication

All persistent data is stored in a Supabase PostgreSQL database. Supabase also handles user authentication (email/password and OAuth), real-time subscriptions for live features such as the support chat, and file storage for companion images and videos. Row Level Security (RLS) policies enforce that users can only access their own data.

Payments

All payment processing is handled by Stripe. This includes subscription billing for monthly plans, one-time diamond credit purchases, and companion creation fees. Uncensy does not store credit card numbers or payment credentials directly; all sensitive payment data is managed by Stripe.

Pricing Overview

Uncensy uses a tiered subscription model combined with a diamond credit system. Subscriptions unlock features and companion slots, while diamonds are an in-platform currency used for specific actions such as AI image generation and AI video generation.

Subscription Tiers

There are five tiers available. Free users receive 3 messages per day with no companion creation. Paid tiers unlock unlimited messaging, companion creation slots, and progressively more features:

  • Free -- No cost. 3 messages per 24-hour period. No companion creation. No diamond credits.
  • Starter ($4.99/month) -- Unlimited chat. 1 AI companion slot. 5 diamonds per month.
  • Pro ($9.99/month) -- Unlimited chat. 3 AI companion slots. NSFW content access. Image generation (uses diamonds). Voice messages. Video generation (uses diamonds). 10 diamonds per month.
  • Ultimate ($19.99/month) -- Unlimited chat. 10 AI companion slots. All Pro features. Priority support. Early access to new features. 20 diamonds per month.
  • Unlimited ($129.99/month) -- Unlimited chat. Unlimited AI companion slots. All Ultimate features. 500 diamonds per month. VIP priority support.

Feature Comparison

FeatureFreeStarterProUltimateUnlimited
Monthly Price$0$4.99$9.99$19.99$129.99
Daily Messages3UnlimitedUnlimitedUnlimitedUnlimited
AI Companion Slots01310Unlimited
Monthly Diamonds051020500
NSFW Content----YesYesYes
Image Generation----YesYesYes
Video Generation----YesYesYes
Voice Messages----YesYesYes
Priority Support------YesYes
Early Access------YesYes

Diamond Credit System

Diamonds are an in-platform currency included with paid subscriptions and also available for one-time purchase. Diamonds are consumed when using premium features such as AI image generation and AI video generation within companion chats. Each subscription tier includes a monthly diamond allotment that refreshes at the start of each billing cycle. Users who need additional diamonds beyond their monthly allotment can purchase diamond packs through the platform.

The first companion creation after a user tops up their account is free. After that, creating additional companions beyond subscription slot limits costs $5 per companion.

Privacy and Security

Uncensy is designed with user privacy as a core architectural requirement, not an afterthought. The following measures are in place to protect user data and conversations.

  • Encrypted conversations. All data transmitted between your browser and Uncensy servers is encrypted in transit using TLS. Database records are encrypted at rest. Conversation content is stored securely in a PostgreSQL database with Row Level Security (RLS) policies that enforce strict user-level access control, meaning no other user can access your conversations.
  • No data selling. Uncensy does not sell, rent, or trade user data to third parties. Conversation logs are not used for advertising or shared with data brokers. Third-party service providers (hosting, authentication, payment processing) are bound by confidentiality agreements.
  • Secure payment processing. All payments are processed by Stripe. Uncensy does not store credit card numbers, CVVs, or other sensitive payment credentials on its own servers. Stripe is PCI DSS Level 1 certified, the highest level of payment security certification.
  • Account deletion. Users can request account deletion at any time through their account settings. When an account is deleted, it enters a grace period during which the user can restore their account. After the grace period, all associated data, including profile information, conversation history, companion data, and payment records, is permanently purged from the system via an automated cleanup process.
  • Rate limiting and abuse prevention. The platform implements per-IP rate limiting (10 requests per minute) to prevent abuse. Anonymous users are additionally rate-limited to 3 requests per 24-hour window.

For a complete description of data collection practices, retention policies, and user rights, see the Privacy Policy.

Frequently Asked Questions

Is Uncensy free to use?

Yes. Uncensy offers a free tier that includes 3 messages per 24-hour period. No credit card is required to sign up. Paid subscriptions starting at $4.99/month unlock unlimited messaging, companion creation, and additional features.

What AI models does Uncensy use?

Uncensy uses xAI Grok as its primary chat model, with OpenAI GPT models available as alternatives. Image generation is powered by xAI Grok, and video generation uses BytePlus Seedance.

Are my conversations private?

Yes. Conversations are encrypted in transit and at rest. Row Level Security policies in the database ensure that only the account owner can access their conversation history. Uncensy does not sell or share conversation data with third parties.

What are diamonds?

Diamonds are an in-platform credit currency. They are included with paid subscriptions (5 to 500 per month depending on tier) and can also be purchased separately. Diamonds are consumed when using premium features such as AI image generation and AI video generation.

Can I delete my account?

Yes. Account deletion is available in account settings. A grace period allows account restoration if needed. After the grace period, all data is permanently removed.

What is the age requirement?

Uncensy is exclusively for users aged 18 and older. All users must confirm they meet this requirement. If it is discovered that a user is under 18, their account will be terminated and associated data deleted.

Contact

If you have questions about Uncensy, need help with your account, or want to report an issue, you can reach the team through the following channels:

  • Email: info@uncensy.com
  • In-app support chat: Available via the chat widget in the bottom-right corner of any page. The support chat connects you to a live agent or an AI assistant for immediate help.
  • Contact form: Contact page

For privacy-related inquiries, contact privacy@uncensy.com.

Ready to Get Started?

Create your first AI companion or browse the gallery to find one you like.

Uncensy Logo
Uncensy

Your perfect AI companion awaits. Experience intimate connections in a private, secure environment.

AVERIQ LTD

Company Number: HE484390

Agias Elenis 4, MICHAELIDES BUILDING, 1st Floor, Office #104, 1060 Nicosia, Cyprus

Uncensy

18+ Only. By using this service, you confirm that you are 18 years or older and agree to our Terms of Service.