Skip to content

cherishwins/music

Repository files navigation

White Tiger Studio

White Tiger Studio

AI-Powered Music & Brand Generation for the TON Ecosystem

Telegram Bot Live Demo Built on TON

FeaturesDemoTech StackQuick StartArchitecture


The Problem

Meme coin creators on TON need:

  • Professional branding (but can't afford designers)
  • Viral music/anthems (but aren't musicians)
  • Trust verification (to prove they won't rug)

White Tiger solves all three.


Features

AI Music Generation

Generate custom tracks for your token launch in seconds using ElevenLabs' music API.

Music Generation

  • Custom genre, mood, and tempo
  • Voice cloning support
  • Viral-optimized for TikTok (140 BPM, hook-first)
  • $0.50 per track

Minter Credit Score (RUG SCORE)

"The Equifax of Memecoins" - Know before you ape.

Rug Score

Analyzes any TON wallet or token and returns:

  • Score (0-1000) with letter grade (A+ to F)
  • Risk Level (LOW / MEDIUM / HIGH / CRITICAL)
  • Component Breakdown:
    • History (35%) - Minter's track record
    • Safety (40%) - Mint authority, LP locks, honeypot detection
    • Behavior (25%) - Wallet age, patterns

Live API:

curl https://creative-hub-virid.vercel.app/api/minter-score/EQBZenh5TFhBoxH4VPv1HDS16XcZ9_2XVZcUSMhmnzxTJUxf

Brand Forge

Complete meme coin brand package in one click.

  • Token name & ticker generation
  • Color palette & visual identity
  • Logo concept prompts
  • Social media templates
  • Bio copy for Twitter/TG
  • $0.25 per package

5 Payment Rails

Rail Status Network
Telegram Stars Live Telegram
TON Connect Live TON
x402 USDC Live Base
Coinbase Onramp Ready Multi-chain
Stripe Ready Fiat

Live Demo

Product Link
Telegram Bot @MSUCOBot
Web App creative-hub-virid.vercel.app
Rug Score /rug-score
Brand Forge /brand

Tech Stack

Frontend

Next.js TypeScript Tailwind Framer Motion

Backend & AI

Vercel ElevenLabs xAI Anthropic

Blockchain

TON TonAPI DYOR

Database

Turso Qdrant


Architecture

┌─────────────────────────────────────────────────────────────────┐
│                        WHITE TIGER STUDIO                        │
├─────────────────────────────────────────────────────────────────┤
│                                                                  │
│  ┌──────────────┐  ┌──────────────┐  ┌──────────────┐          │
│  │   TELEGRAM   │  │   WEB APP    │  │   API        │          │
│  │   Mini App   │  │   Next.js    │  │   Routes     │          │
│  └──────┬───────┘  └──────┬───────┘  └──────┬───────┘          │
│         │                 │                 │                   │
│         └────────────┬────┴────────────────┘                   │
│                      │                                          │
│              ┌───────▼───────┐                                  │
│              │  PAYMENT HUB  │                                  │
│              │  Stars │ TON  │                                  │
│              │  x402  │ Card │                                  │
│              └───────┬───────┘                                  │
│                      │                                          │
│    ┌─────────────────┼─────────────────┐                       │
│    │                 │                 │                        │
│    ▼                 ▼                 ▼                        │
│ ┌──────┐       ┌──────────┐      ┌──────────┐                  │
│ │Music │       │Rug Score │      │Brand     │                  │
│ │Gen   │       │API       │      │Forge     │                  │
│ └──┬───┘       └────┬─────┘      └────┬─────┘                  │
│    │                │                 │                         │
│    ▼                ▼                 ▼                         │
│ ElevenLabs     TonAPI +          xAI Grok +                    │
│                DYOR.io           Claude                         │
│                                                                  │
└─────────────────────────────────────────────────────────────────┘

Quick Start

# Clone the repo
git clone https://github.com/cherishwins/music.git
cd music/creative-hub

# Install dependencies
pnpm install

# Set up environment
cp .env.example .env
# Add your API keys (see .env.example for required keys)

# Run locally
pnpm dev

# Open http://localhost:3000

Required API Keys

Service Purpose Get it at
ELEVENLABS_API_KEY Music generation elevenlabs.io
TONAPI_KEY Blockchain data tonconsole.com
XAI_API_KEY Image generation x.ai
TELEGRAM_BOT_TOKEN Telegram bot @BotFather

Roadmap

Completed (December 2025)

  • AI Music Generation (ElevenLabs)
  • Minter Credit Score API
  • Brand Forge
  • 5 Payment Rails (Stars, TON, x402, Onramp, Stripe)
  • Voice Cloning
  • Viral Intelligence (4,832 hip-hop vectors)
  • TonAPI + DYOR.io Integration

In Progress

  • MemeSeal - On-chain proof of predictions
  • SealBet - Prediction markets ("Will it rug?")
  • Insurance Products

Future

  • Governance Token
  • B2B API Licensing
  • Multi-chain Expansion

The Vision

Short-term: Be THE trust layer for TON meme coins

Medium-term: Prediction markets settled by our proprietary Minter Credit Score

Long-term: "Polymarket of TON" with integrated music/brand creation


Repository Structure

music/
├── creative-hub/          # Main Next.js application
│   ├── src/
│   │   ├── app/           # Pages + API routes
│   │   ├── lib/           # Core integrations
│   │   │   ├── minter-score.ts   # Credit scoring algorithm
│   │   │   ├── tonapi.ts         # TON blockchain client
│   │   │   ├── dyor-api.ts       # Trust score integration
│   │   │   ├── music.ts          # ElevenLabs music gen
│   │   │   └── x402.ts           # Payment middleware
│   │   └── components/    # React components
│   ├── scripts/           # Lyric intelligence pipeline
│   └── docs/              # Technical documentation
│
├── CLAUDE.md              # AI assistant instructions
└── README.md              # You are here

Links

Resource URL
Live App creative-hub-virid.vercel.app
Telegram @MSUCOBot
API Docs /api/health

Support & Grants

This project is supported by the TON ecosystem. We're actively seeking:

  • STON.fi Grant Program - Applied
  • TON Foundation Grants
  • Strategic Partnerships

White Tiger
Built with by the White Tiger team
Making meme coins less ruggable, one score at a time.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors