FAQ
Questions you probably have.
Quick answers about how LiveSend works, security, plans, and limits.
How is LiveSend different from Vercel or Netlify preview links?
Vercel and Netlify are for deployed projects with a build step. They require a Git push, a framework, and config. LiveSend is for single HTML files: drop a file, get a permanent URL, track views. No build, no deploy, no config. If you have a static HTML output from an LLM, LiveSend gets it shareable in 30 seconds.Why use LiveSend instead of just sharing my Claude artifact link?
Claude artifact links expire (around 30 days), have no view tracking, no password protection, and no version history. With LiveSend you get a permanent URL, real-time analytics (opens, duration, country), access control, and the ability to update the content without breaking the link.Is my HTML safe? Can viewers attack my account?
Documents render inside a sandboxed iframe withsandbox="allow-scripts"only. That means scripts in your shared HTML can run, but they cannot access the parent page or your LiveSend account. There is no same-origin access. You can also delete any document permanently from your dashboard.Does the recipient need a LiveSend account to view my document?
No. They open your link, optionally enter their email if you require it, and view. Zero signup for viewers. If you enable password protection on a document, they enter the password once and get a 24h unlock cookie.What happens to my documents if I downgrade from Pro to Free?
Your existing documents stay live. Custom slugs already set on your URLs keep working. Passwords stay enforced on documents that already have one. You lose the ability to set new Pro-gated features on future documents (password, custom expiration, custom slug) and your analytics history drops back to 7 days.What file size do you support?
Up to 3MB per HTML file (6MB for Pro). That covers about 99% of LLM-generated HTML including embedded CSS, inline SVGs, and small base64 images. For larger assets, reference them via external CDN URLs inside your HTML.Can I edit a document after sharing it?
Yes, with Pro. Inline edit lets you tweak text directly in your dashboard without re-uploading. Every save creates a new version that you can roll back to. The shared URL always points to the latest version, so you never have to send a new link.Can I use my own domain?
Custom domains are on the roadmap. Today, all documents live atlivesend.io/v/...orlivesend.io/yourname/your-slugon Pro. Ping us if custom domain is a blocker for you.