Changelog

Latest updates, features, and improvements

v2.5.0

v2.5.0

New Features

  • Multi-language blog and changelog — Manage content in any of 30 languages from the admin. A Translations column shows at a glance which posts have which languages, with one click to start a missing translation. Language-aware public paths like /blog/zh/my-post, and matching translations are paired automatically to generate hreflang
  • Multi-language publishing API/client/v2/blog/publish now accepts a lang field, so translations can be published programmatically instead of only through Git sync
  • Rebuilt AI Gateway Playground — Every run is now a reproducible object rather than a throwaway request. Run history shows a thumbnail, status, duration and the actual amount charged; click any run to replay its result or refill its parameters and run it again
  • Cancel running jobs — Long-running generations (video, digital human) can be cancelled from the playground instead of running to completion once started
  • Request preview — Expand any set of parameters to see the exact JSON and cURL for the request you are about to send, generated from the same code path that submits it, and copy either one

Improvements

  • AI billing in USD — AI usage is now measured in dollars across two wallets: a one-time trial credit ($1 on signup, plus $5 on your first upgrade to Pro, never reset) and your purchased balance. A single call can draw from both. This replaces the previous mix of monthly credits and per-tool quotas
  • Cost before you run — The playground shows an estimated cost above the Run button, and the actual amount charged plus latency and provider after it completes
  • Chat history survives refresh — Playground chat transcripts are kept per model, so switching models or reloading the page no longer discards the conversation
  • Model-driven parameters — Image dimensions, video durations and similar limits now come from each model's own definition rather than being hardcoded, so models advertising larger sizes or wider duration ranges work immediately
  • Actionable errors — Failures now map to a next step: rate limits link to add credits or view usage, auth errors link to settings, invalid parameters are highlighted inline on the field that caused them, and timeouts explain that the job is still running in the background
  • Fewer false sending suspensions — Bounce and complaint rate thresholds now require a sample of at least 100 messages before they can trigger. Previously a single bounce in 20 messages read as a 5% bounce rate and could suspend a low-volume sender
  • Playground accessibility — Status and result regions announce updates to screen readers, run history is keyboard navigable, and Cmd/Ctrl + Enter submits

Documentation

  • Docs canonical URLs and sitemap now use the www host, matching the rest of the site
  • Homepage publishes Organization and WebSite structured data
v2.4.0

v2.4.0

New Features

  • AI Gateway — AI Stack is now AI Gateway. One API key for every AI modality — LLM chat, image generation, video creation, speech synthesis, OCR, transcription, voice cloning, and digital human
  • OpenAI-compatible endpoint/ai/chat/completions works with any OpenAI SDK or client. Just change the base URL
  • LLM Routing Strategies — 4 routing modes: Auto (AI picks the model), Direct (you choose), Tag-based (map labels to models), and Failover (automatic fallback chains)
  • Digital Human — New capability: generate talking-head videos from a photo and audio input
  • Image Editing — New capability: transform images with text instructions (inpainting, style transfer, outpainting)
  • Uncensored Models — Access to uncensored image and video generation models for creative professionals (no content filters)

Improvements

  • Unified billing — All AI modality usage consolidated into a single usage dashboard
  • Model discoveryGET /ai/models endpoint with type and provider filtering
  • Async task polling — Standardized GET /ai/tasks/{id} for all async capabilities (video, digital human)
  • Failover chains — Multiple relay providers per model with automatic fallback on failure

Documentation

  • Updated AI Gateway documentation with full API endpoint reference
  • New uncensored models usage guide
  • Blog post: "Introducing AI Gateway: One API Key for Every AI Modality"
v2.3.0

v2.3.0

New Features

  • Domain Registration (Beta) — Register domains directly from LiteStartup at Cloudflare wholesale prices with zero markup. Search availability, pay with PayPal, and get a fully configured sending domain in minutes — no manual DNS setup required
  • Automatic Domain Configuration — After registration, DNS records (SPF, DKIM, DMARC, MX), email routing, and AWS SES identity are set up automatically with real-time progress tracking
  • Domain Registration Payment — Secure PayPal integration for domain purchases with order tracking and status management

Improvements

  • Zero-config email sending — Registered domains are ready to send emails immediately after automatic setup completes
  • WHOIS Privacy — Free WHOIS redaction included with every domain registration
  • Real-time setup progress — Live status updates showing each configuration step (DNS records, email routing, SES identity) as it completes
v2.2.0

v2.2.0

New Features

  • AI Stack Full Modality — Complete suite of AI tools: Image to Text, Audio to Text, Text to Audio, Text to Image, Text to Video, Image to Video, Voice Clone, and LLM Router
  • Text to Image — Generate images from text prompts using Seedream 3.0. Multiple aspect ratios and styles supported
  • Text to Video — Generate videos from text descriptions. Asynchronous processing with status polling
  • Image to Video — Animate static images into short video clips. Upload an image and describe the motion
  • Voice Clone — Clone any voice from a short audio sample. Use cloned voices in Text to Audio for personalized speech
  • LLM Router — Intelligent model routing with four modes: Auto (AI-classified), Direct (explicit model), Tag Routes (tag-based), and Fallback (failover chain). Supports 10+ LLM providers

Improvements

  • LLM Router pricing display — Model selection dropdown now shows input/output prices per million tokens
  • Markdown response rendering — AI responses render with proper formatting: code blocks, tables, headers, bold, lists, and links
  • Response duration tracking — LLM Router shows response time instead of estimated cost for more actionable performance insight
  • Copy raw Markdown — Copy button captures the original Markdown content, not the rendered HTML
  • Async task architecture — All heavy AI tasks (video, image generation) use submit-then-poll pattern for reliable processing
  • Billing source tracking — Each AI tool now tracked separately in usage logs for better cost visibility
v2.1.0

v2.1.0

New Features

  • App Setup — New dashboard page to configure how each application (Website, Blog, Docs, Changelog) is accessed
  • Subdomain routing — Serve Blog, Docs, or Changelog on dedicated subdomains (e.g. blog.example.com). Pro plan required
  • Per-app access modes — Choose between Path, Subdomain, or Disabled for each application independently
  • Website disable — Option to disable the Website builder while keeping Blog, Docs, and Changelog active

Improvements

  • Centralized service constants — Service types and access modes defined in one place for easier future extension
  • SEO-safe mode switching — Automatic 301 redirects when switching from path to subdomain mode, preserving search engine rankings
  • Setup sidebar entry — Quick access via the new "Setup" menu item under Applications
  • Inline tips — Contextual guidance about access modes, website limitations, and SEO implications directly on the Setup page
v2.0.7

v2.0.7

LiteStartup Skill

Content publishing now fully skill-driven. Connect any AI editor and publish in one command.

  • Multi-binding support — one API key, multiple domains, each repo carries its own domain_slug
  • Four content types — blog (markdown), website (HTML), docs (LiteDocs), changelog (semver)
  • One-command syncls-sync.sh commits, pushes, and triggers production sync automatically
  • Incremental publishing — sha256-based diff, skip unchanged, confirm destructive
  • Native editor adapters — Claude Code, Codex, Windsurf, Cursor with structured rules
  • Tag sync — blog and changelog tags now properly associate with content

LiteStartup Skills package: https://github.com/litestartup-com/litestartup-skills

2.0.6

New Pricing: Simple, Transparent & Pay-as-You-Go

Why We're Changing

As LiteStartup grows from an email tool into a full build & growth platform, we wanted pricing that's as simple and transparent as the product itself. No hidden fees, no per-contact charges, no surprises.

New Plan Structure

We now offer two plans — Free and Pro. That's it.

Free Plan — $0/month

Perfect for hobbyists, evaluators, and side projects.

  • 5,000 emails/month with 200/day send limit
  • 1 GB storage & 1 GB bandwidth
  • 100 AI generations/month + 20 AI Agent sessions
  • 3,000 contacts, 1 domain, 20 mailboxes, 3 team members
  • 30-day data retention
  • All core products included: Workmail, Email Marketing, Transactional Email, Website, Blog, Live Chat, Help Desk, Docs, Changelog
  • When you hit a limit, usage pauses until next month

Pro Plan — $20/month (or $200/year — save $40)

For startups, SaaS companies, and growing businesses.

  • 50,000 emails/month with no daily limit
  • 20 GB storage & 10 GB bandwidth
  • 400 AI generations/month + 80 AI Agent sessions
  • Unlimited contacts & team members, 10 domains, 200 mailboxes
  • 100-day data retention
  • Everything in Free plus: SEO Automation, Marketing Automation, Warm-up, AI Content Assistant, AI Agent, AI Stack, Advanced analytics, Remove branding
  • Priority support with 12-hour response time

Pay-as-You-Go Overages (Pro Only)

Hit your Pro quota? No problem — usage continues at published unit prices, deducted from your balance.

Resource Price
Email (per 1,000) $0.40
Storage (per GB/month) $0.10
Bandwidth (per GB) $0.20
AI Content (per use) $0.01
AI Agent (per session) $0.05
AI Stack (per task) $0.03
AI RAG (per query) $0.02

Balance System

  • Top up anytime — minimum $5
  • Balance never expires and is shared across your team
  • Non-refundable — use it at your own pace

What's NOT Changing

  • No per-contact fees — ever. Free includes 3,000, Pro is unlimited.
  • No long-term contracts — cancel monthly plans anytime, yearly plans billed annually with discount.
  • All core products included in every plan — Workmail, Email Marketing, Transactional Email, Website, Blog, Live Chat, Help Desk, Docs, Changelog.
  • PayPal accepted. Stripe (credit/debit cards) coming soon.

Existing Users

We value our early adopters:

  • Existing Free users who activate a domain within 7 days of this announcement keep 10,000 emails/month — permanently.
  • Existing Pro users continue at $20/month with the new Pro quotas.
  • New users get the new pricing immediately.

Check your account page for a Grandfathered badge if you qualify.

FAQ

Q: What happens when I exceed my quota?
On Free, usage pauses until next month. On Pro, overages are deducted from your balance at unit prices.

Q: How much does email overage cost?
$0.40 per 1,000 emails. Sending 10,000 extra emails costs $4.00.

Q: Can I switch plans anytime?
Yes. Changes take effect immediately and billing is prorated.

2.0.5

Email Deliverability & Smart Protection

Why This Matters

Email deliverability is the #1 factor that determines whether your emails actually reach your audience. A single spike in bounces or spam complaints can damage your sender reputation for weeks.

Our new smart protection system works behind the scenes to keep your deliverability healthy — so you can focus on writing great emails instead of worrying about technical details.

What's New

Real-time Deliverability Monitoring

  • Live Dashboard — See your deliverability rate, bounce rate, and complaint rate at a glance from the Analytics page
  • Time Range Filters — View stats for Today, Yesterday, Last 7 Days, or Last 30 Days
  • Threshold Alerts — Visual warnings when your bounce rate exceeds 2.5% or complaint rate exceeds 0.05%, with critical alerts at 5% and 0.1%

Email Health Card (Home)

  • At-a-Glance Status — See your sending status (Normal, Warning, or Restricted) right on your dashboard
  • Today's Stats — Emails sent today, current deliverability rate, and daily sending limit
  • Quick Tooltip — Click the status badge to understand why your status changed and what to do

Smart Sender Protection

  • Automatic Reputation Scoring — Each sender email address gets a health score based on recent sending history
  • Bounce & Complaint Tracking — We automatically track bounces and complaints per sender to catch problems early
  • Sender Status Management — Senders with high bounce/complaint rates are automatically paused to protect your domain reputation
  • Gradual Recovery — Paused senders are placed on probation with reduced limits, then gradually restored as metrics improve

Recipient Protection

  • Smart Suppression — Invalid and complaining recipients are automatically suppressed across your account
  • Hard Bounce Prevention — Emails that hard bounce are never sent to the same address again
  • Complaint Handling — Recipients who mark your email as spam are immediately suppressed

Sending Rate Management

  • Adaptive Limits — Your daily sending limit grows automatically as your reputation improves
  • Trust Tiers — New accounts start with conservative limits that increase as you build a positive sending history
  • Per-Sender Controls — Individual sender addresses have independent rate limits to prevent any single sender from causing issues

Expected Results

With these protections in place, you can expect:

  • 95%+ deliverability rate for well-maintained contact lists
  • Near-zero complaint rates through automatic suppression
  • Faster warm-up with guided sending limits that grow with your reputation
  • Early warning before any deliverability issues become critical

Tips for Best Results

  1. Clean your contact list — Remove inactive subscribers regularly
  2. Use double opt-in — Ensure contacts actually want your emails
  3. Monitor your dashboard — Check the Email Health card daily
  4. Act on warnings — If you see a Warning status, review your recent campaigns for issues
  5. Respect the limits — Sending limits exist to protect your reputation; don't try to work around them
2.0.4

AI Stack: Image to Text

New Features

AI Stack

A new home for all your AI utilities, accessible from the sidebar under AI Stack.

Image to Text (OCR)

  • Upload or Paste URL — Drag & drop an image, browse your files, or paste an image URL
  • Supported Formats — JPG, PNG, BMP, WebP, and PDF (up to 8 MB)
  • Instant Extraction — AI-powered OCR extracts all text from your image in seconds
  • One-click Copy — Copy extracted text to your clipboard instantly
  • Line-by-line Details — View each recognized text line with confidence scores
  • Advanced Options — Fine-tune with pixel resolution and confidence threshold settings

Coming Soon

  • Speech to Text — Convert audio recordings to text
2.0.3

AI Agent

New Features

AI Chat Interface

  • Conversational Assistant — Chat with your AI agent to get quick answers about your account
  • @ Quick Commands — Type @ to access shortcuts for common queries:
    • @email.stats — Today's email activity
    • @campaign.list — Your recent campaigns
    • @contacts.count — Contact summary with tags
    • @domain.status — Domain verification status
    • @usage — Current plan usage overview
  • Smart Autocomplete — Suggestions appear as you type, with keyboard navigation
  • Conversation History — Chats are saved and organized by date, pick up where you left off

Chat Experience

  • Rich Formatting — Tables, code blocks, bold, lists, and more
  • Welcome Screen — Quick-start cards to help you explore
  • Keyboard Shortcuts — Press / to focus, Enter to send
  • Fully Responsive — Works great on desktop and mobile
2.0.2

Growth Automation

New Features

SEO Automation

  • AI Topic Generation — Automatically generate blog topic ideas based on your product and audience, with one-click approve or reject
  • AI Article Writing — Turn approved topics into full blog posts, ready to publish on your site
  • Auto-publish Pipeline — Schedule daily content generation and publishing on autopilot
  • Performance Tracking — Monitor article performance and let the AI learn what works best
  • XML Sitemap — Auto-generated sitemap for better search engine indexing

Marketing Automation

  • Cold Outreach Campaigns — Create targeted email campaigns with AI-personalized content for each prospect
  • Campaign Types — General, Product Outreach, Partnership, Link Building, Recruitment, or Event Invitation
  • Smart Follow-ups — Automatic multi-stage follow-ups with configurable intervals
  • Tag-based Import — Import prospects from your contacts by tag, with automatic deduplication
  • Send History — Track daily sending stats including initial emails and follow-ups
  • Reply Scoring — AI analyzes prospect replies to help you prioritize responses
2.0.1

Build Smarter, Grow Faster

What's New in V2

LiteStartup has been rebuilt around two core missions: Build and Grow.

We started as a lightweight email and application platform for startups. Now, with AI at the center of everything, we help you build products faster and grow your business smarter — all from one dashboard.

Build

  • Smart Email — AI-assisted composing, replying, and translating right inside your inbox
  • Applications — Website, blog, docs, changelog, and live chat — everything you need to ship and support your product
  • AI Stack — A growing toolkit of AI-powered utilities (starting with Image to Text, more coming soon)

Grow

  • SEO Automation — AI generates blog topics and articles on autopilot, helping you rank without the manual grind
  • Marketing Automation — Personalized cold outreach with smart follow-ups, powered by AI
  • Email Warm-up — Protect your sender reputation and land in the inbox, not the spam folder

AI Everywhere

  • AI Agent — Your personal assistant for quick data lookups, account insights, and platform navigation
  • AI Chat Sidebar — Draft, improve, and translate emails with a conversational AI panel
  • AI Stack — Dedicated space for AI tools that save you time every day

Our Mission

Help startups and solo founders spend less, build faster, and work smarter — with AI doing the heavy lifting.

1.13.2

AI Chat Sidebar Enhancements

Improvements & Fixes

  • Fixed: AI text inserted into email now keeps paragraphs and line breaks correctly
  • Fixed: Closing fullscreen email view no longer leaves a blank screen

New Helpful Features

Quick suggestion buttons (appear above the input box):

  • In reply: “Draft a reply”, “Make it shorter”, “More formal”, “Translate to Chinese”

  • When composing: “Draft this email”, “Improve writing”, “Add a call-to-action”, “More friendly”

  • General: “Help me write”, “Improve text”, “Translate”, “Summarize”

  • Added “Cancel” button while AI is generating → stop instantly if you change your mind

  • AI replies now support bold, italic, lists, and code formatting

  • Input box shows character count (turns red if over 2000 characters)

Smaller changes → faster and smoother experience overall.

1.13.1

AI Chat Sidebar

What’s New

AI Chat Sidebar

  • New side panel with AI chat — slide in from the right on any page
  • Keep chatting back and forth, AI remembers previous messages
  • When opened from email reply or compose, it already knows your email context
  • Every AI reply has “Insert into email” and “Copy” buttons
  • Clean chat look: your messages in color, AI in light gray
  • Type and press Enter to send (Shift+Enter for new line)
  • Shows loading animation while thinking
  • Press ESC or click outside to close

Fullscreen Email View

  • New expand button in email detail header
  • Fullscreen mode hides everything else → perfect for focused writing or reading
  • One click to go back to normal view
  • (Already full screen on phones, so button is hidden there)

Easy AI Access

  • “AI” button appears in the reply toolbar
  • “AI Assist” button shows when composing new emails

Behind the scenes

Small improvements to make things more stable and accessible.

1.13.0

Email Warm-up System

New Features

  • Automated Warm-up Plans — Automatically created when adding a new domain email with warm-up enabled
  • Three Strategies — Conservative (45 days), Moderate (30 days), and Aggressive (21 days) warm-up strategies
  • Health Monitoring — Real-time health score tracking based on delivery, bounce, and complaint rates
  • Auto-pause Safety — Plans automatically pause when bounce or complaint rates exceed thresholds
  • Daily Volume Scheduling — Gradual volume increase with per-day planned and actual send tracking
  • Seed Account System — Managed seed accounts for warm-up email delivery
  • Admin Dashboard — Dedicated admin panel for monitoring and managing all warm-up plans

Improvements

  • Domain email creation page now includes warm-up strategy selection for paid users
  • Mobile-optimized warm-up list with card layout and detail page with compact stats
  • Warm-up does not affect transactional email sending

Technical

  • Three new database tables: mail_warmup_plans, mail_warmup_schedules, mail_warmup_emails
  • Cron-based daily schedule execution with SES integration
  • Paid plan gating for warm-up features
1.12.1

Analytics Dashboard

New Features

  • Analytics Page — Dedicated analytics dashboard accessible from the sidebar
  • Email Volume Chart — Daily/weekly/monthly email volume trends
  • Delivery Metrics — Track delivery rate, bounce rate, and complaint rate
  • Home Stats Widget — Quick stats overview on the home dashboard

Improvements

  • Improved home page with at-a-glance statistics
  • Better date range selection for analytics queries
1.12.0

AI Assistant

New Features

  • AI Email Composer — Generate email drafts with AI assistance
  • Content Suggestions — Get subject line and body suggestions based on context
  • Tone Adjustment — Choose between professional, casual, and friendly tones

Technical

  • Integrated with OpenAI API for natural language generation
  • Streaming responses for real-time content generation
1.11.0

Notification API

New Features

  • Notification EndpointPOST /client/v2/emails/notification for sending notification emails
  • Notification Scope — Dedicated notification scope for API keys
  • Default Recipients — Omit to/from to use configured defaults or registration email
  • Whitelist Validation — Only user-provided emails are checked against the whitelist; defaults are always allowed

Improvements

  • API documentation added for the notification endpoint
  • Improved API response consistency across all endpoints

Breaking Changes

  • Notification endpoint returns messageId (RFC 5322) instead of emailId
1.10.1

JWT Token Authentication

New Features

  • JWT Tokens — Obtain access tokens via /auth/token endpoint
  • Token Refresh — Refresh expired tokens without re-authentication
  • Token Revocation — Revoke individual tokens or all active sessions
  • Session Management — View and manage active sessions from the dashboard
  • Token Info — Inspect token claims and expiration

Security

  • Short-lived access tokens with refresh token rotation
  • Secure token storage with hashed refresh tokens
1.10.0

Client API v2 Expansion

New API Endpoints

  • GET /client/v2/emails/receiving/{id} — Get inbound email detail
  • DELETE /client/v2/emails/receiving/{id} — Delete a received email
  • POST /client/v2/emails/receiving/{id}/reply — Reply to a received email
  • POST /client/v2/emails/receiving/{id}/forward — Forward a received email
  • GET /client/v2/emails/{id} — Get outbound email detail
  • DELETE /client/v2/emails/{id} — Delete a sent email
  • Attachment APIs — List, download, and delete attachments on received emails

Improvements

  • API documentation updated with all new endpoints
  • Improved error responses with consistent JSON format

Security

  • Domain-based email restrictions for API keys
  • Allowed domains whitelist enforced on send operations
Page 1 of 2