About
Features
13 Platforms - Instagram, TikTok, YouTube, LinkedIn, Pinterest, X/Twitter, Facebook, Threads, Bluesky, Snapchat, Google Business, Reddit, Telegram
Visual Calendar - See all your scheduled content at a glance
Smart Queue - Set up posting times and let LateWiz handle the rest
Media Uploads - Support for images and videos up to 5GB
Platform-Specific Settings - TikTok privacy, YouTube titles, Pinterest boards, and more
Dark Mode - Easy on the eyes, day or night
Open Source - MIT licensed, self-host anywhere
Quick Start
Option 1: One-Click Deploy (Recommended)
Click the "Deploy with Vercel" button above, enter your Late API key, and you're done.
Option 2: Local Development
# Clone the repository
git clone https://github.com/getlate-dev/latewiz.git
cd latewiz
# Install dependencies
npm install
# Copy environment variables
cp .env.example .env.local
# Add your Late API key to .env.local
# LATE_API_KEY=sk_...
# Start the development server
npm run devOpen http://localhost:3000 in your browser.
Option 3: Docker
# Using Docker Compose
docker-compose up -d
# Or build and run manually
docker build -t latewiz .
docker run -p 3000:3000 -e LATE_API_KEY=sk_... latewizGetting a Late API Key
Sign up at getlate.dev
Go to API Keys
Create a new API key
Copy the key (starts with
sk_)
