# LiveSend > LiveSend is a SaaS that turns AI-generated HTML (from Claude, ChatGPT, v0, Cursor, Lovable, Bolt, and other LLMs) into permanent shareable links with view tracking, password protection, custom expiration, inline editing, and version history. Think DocSend, but built for AI-generated documents. ## What problem it solves - Claude artifact links expire after about 30 days and have no analytics. - Vercel and Netlify preview URLs require a Git push, a build step, and change on every deploy. - Sharing a raw HTML file via Drive or Slack feels unprofessional and offers no tracking. LiveSend lets you drop a single HTML file (or paste from an LLM), get a permanent URL like `livesend.io/v/abc123`, and immediately see who opens it, from where, and for how long. ## Core features - **Permanent URLs**: yours forever, never expire. Custom slug on Pro (`livesend.io/yourname/your-slug`). - **Real-time analytics**: views, unique visitors, average read duration via heartbeat tracking, country detection via edge headers. 7 days history on Free, 90 days on Pro. - **Password protection** (Pro): one-click toggle, bcrypt-hashed passwords, 24h unlock cookie for viewers. - **Custom expiration** (Pro): auto-expire on a specific date and time, or toggle the link Online/Offline instantly. - **Inline edit** (Pro): edit document text directly in the dashboard without re-uploading. Every save creates a new version that can be rolled back to. - **Email notifications** (Pro unlimited, Free 1 doc): pinged via Resend when someone opens your document. - **Version history**: every upload or inline edit creates a new version. Roll back any time. Public URL always points to the latest active version. - **Security**: documents render in sandboxed iframes, without `allow-same-origin`. Your HTML can run scripts, open links in a new tab and submit forms, so a "book a call" button works. It cannot access the parent page, your LiveSend session or your cookies. ## Plans - **Free**: 3 documents, 7-day analytics, public links only, LiveSend watermark on viewer. - **Pro**: $15/month or $12/month billed yearly ($144/year, 20% discount). Unlimited documents, 90-day analytics, all Pro features, no watermark. ## Pages - [Home](https://livesend.io): product overview, features, pricing - [FAQ](https://livesend.io/faq): security, comparisons (vs Vercel, vs Claude artifacts), downgrade behavior, file size limits - [Pricing](https://livesend.io/#pricing): Free vs Pro plan details - [Terms of Service](https://livesend.io/legal/terms) - [Privacy Policy](https://livesend.io/legal/privacy) - [Legal Notice](https://livesend.io/legal/mentions-legales) ## Tech stack (for context) - Next.js 16 (App Router, Server Actions), React 19, TypeScript, Tailwind v4 - Supabase (Postgres + Row Level Security, auth via magic link and password) - Stripe (subscriptions with monthly/yearly toggle, Customer Portal) - Resend for transactional emails - Vercel hosting ## Target users - Indie developers sharing v0 / Lovable / Bolt prototypes with stakeholders before deploying - Designers sending Claude-generated mockups that look interactive - Product managers and consultants delivering one-shot HTML reports or dashboards - AI builders showing off Claude artifacts and GPT outputs with proper analytics ## Compared to alternatives - **vs Vercel/Netlify previews**: LiveSend skips the build step. Drop HTML, get a link in 30 seconds. No Git, no framework, no config. - **vs Claude artifact links**: LiveSend URLs are permanent, tracked, password-protectable, and editable. - **vs DocSend**: LiveSend is built for raw HTML documents, not PDFs. Inline edit means you fix typos without re-uploading. - **vs sharing via Google Drive**: LiveSend has analytics, access control, and a clean URL. ## Contact - Email: contact@nanoscale-studio.com - Publisher: Nanoscale Studio (France) - Repo: https://github.com/samuelrousseau/livesend