Skip to main content

Overview

Wryft Premium unlocks exclusive features and customization options.

Premium Benefits

Custom Profiles

Profile banners and custom colors

Premium Badge

Show off your premium status

Custom Emoji

Upload custom emoji to servers

Larger Uploads

Upload files up to 100MB

HD Streaming

Stream in higher quality

Priority Support

Get help faster

Pricing

Premium pricing and payment processing coming soon via Polar.sh

Premium Features

Profile Customization

Profile Banners
  • Upload custom banner images
  • Animated banners (GIF support)
  • Banner positioning controls
Profile Colors
  • Custom accent colors
  • Gradient backgrounds
  • Theme customization

Custom Emoji

Upload custom emoji to your servers:
  • Up to 50 emoji per server (vs 10 for free)
  • Animated emoji support
  • Higher resolution (256x256 vs 128x128)

Larger File Uploads

Increased upload limits:
  • Attachments: 100MB (vs 25MB)
  • Avatars: 10MB (vs 5MB)
  • Banners: 20MB (vs 10MB)

Premium Badge

Show your premium status:
  • Gold badge on profile
  • Special badge in chat
  • Premium role color

Checking Premium Status

GET /api/users/:user_id
Response includes:
{
  "id": "...",
  "username": "user",
  "is_premium": true,
  "premium_since": "2024-01-01T00:00:00Z"
}

Premium API

Grant Premium

POST /api/users/:user_id/premium
{
  "duration_days": 30
}

Check Premium Status

GET /api/users/:user_id/premium

Coming Soon

  • Server boosting
  • Custom server URLs
  • Advanced analytics
  • Priority voice quality
  • Custom themes

Next Steps