Logo Lanfrica

cleanthing6-jpg/wratty-studio

Record type:

software
Creator:
cle
Host:
AI-powered music creation platform for African artists. Create beats, mixes, and artwork with zero budget. # WrattyStudio 🎡🎨 AI-powered music creation and artwork generation platform built for African artists. ## ✨ Features - **🎡 AI Music Generation** - Create beats with Hugging Face MusicGen - **🎨 AI Artwork Generator** - Generate album covers with Pollinations.ai - **🎚️ Mix & Master Suite** - Professional audio processing - **πŸ’³ Payment Integration** - Paystack/Flutterwave for African markets - **πŸ‘₯ Multi-tier System** - Free & Pro tiers with monthly credits - **πŸ“± Responsive Design** - Beautiful UI with Tailwind CSS & Framer Motion - **πŸ” Secure Auth** - Supabase authentication with social login - **πŸ“Š Project Management** - Save, organize, and manage all creations ## πŸš€ Quick Start ### Prerequisites - Node.js 18+ - Supabase account - Hugging Face API token - Paystack account (for payments) ### Installation ```bash # Clone repository git clone github.com cd wratty-studio # Install dependencies npm install # Setup environment variables cp .env.example .env.local # Edit .env.local with your API keys # Run development server npm run dev ``` Open localhost in your browser. ## πŸ“ Project Structure ``` src/ β”œβ”€β”€ app/ β”‚ β”œβ”€β”€ (auth)/ # Authentication pages β”‚ β”œβ”€β”€ (dashboard)/ # Dashboard layout & pages β”‚ └── api/ # API routes β”œβ”€β”€ components/ β”‚ β”œβ”€β”€ layout/ # Sidebar, navbar β”‚ β”œβ”€β”€ ui/ # Reusable UI components β”‚ β”œβ”€β”€ suites/ # Creation suite components β”‚ └── shared/ # Shared components β”œβ”€β”€ hooks/ # Custom React hooks β”œβ”€β”€ lib/ β”‚ β”œβ”€β”€ ai/ # AI API integrations β”‚ β”œβ”€β”€ payments/ # Payment processing β”‚ └── supabase/ # Supabase client & utilities └── styles/ # Global styles ``` ## πŸ› οΈ Tech Stack - **Frontend**: Next.js 14, React 18, TypeScript - **Styling**: Tailwind CSS, Framer Motion - **Database**: Supabase (PostgreSQL) - **Auth**: Supabase Auth - **AI**: Hugging Face MusicGen, Pollinations.ai - **Payments**: Payst …

Licenses