Beta
PricingContactServicesAPI
Log inSign up free

Frequently Asked Questions

Everything you need to know about building web apps from your spreadsheets.

General

Love Spreadsheets turns your Google Sheets and Excel files into working web apps with AI. Upload a spreadsheet (or connect a Google Sheet), pick a template — dashboard, CRM, form, calculator, project tracker, or custom website — and get a live, hosted app in minutes. No coding, no infrastructure, no deploys.

No. Love Spreadsheets is fully no-code. You upload data, pick a template, describe what you want in plain English, and our AI builder ships a hosted app. If you ever get stuck, paid plans include Live Help — our team can hop in and tweak the app for you.

Our builder agent reads your data structure — tabs, columns, types — and generates a working single-page app plus a backend that proxies your data, runs scheduled jobs, handles uploads, serves chatbots, and processes webhooks. You guide it with prompts like "add a chatbot trained on this data" or "email me a weekly summary every Monday."

Excel (.xlsx), CSV, and Google Sheets — up to 20 MB. Calculator requires Excel with working formulas. CRM, Form, and Project Tracker work best with Google Sheets so the app can write back to them — you can even start from a blank Google Sheet and the AI will create the columns for you.

Yes. The Free plan is forever-free with no credit card — 1 project, 3 AI builder messages a month, and a live public URL. Enough to ship a real personal tool.

Most app builders make you configure forms, views, and logic by hand. Love Spreadsheets writes the app for you from a plain-English prompt — and gives you a real, customizable HTML app plus a backend underneath. You can ask for chatbots, scheduled emails, AI document parsing, webhooks, and user accounts the same way you ask for a chart.

Templates

Six: Dashboard (KPIs, charts, filters, optional chatbot over your data), CRM (pipeline view, add/edit/delete leads, follow-up automations), Form (web forms that save submissions to a Google Sheet, with optional AI parsing of uploaded files), Calculator (Excel formulas turned into a web tool), Project Tracker (kanban / timeline / calendar over a sheet of tasks), and Website (anything from a resume uploader to a data chatbot to a marketing landing page).

Yes. Every template has an optional prompt where you describe what you want. The more concrete the better — name the columns, the KPIs, the filters, the colors, even a brand or site you want it to feel like. After your app is built you can keep prompting it for revisions.

Yes, on any template. Just say "add a chatbot that can answer questions about this data" in your prompt. The chatbot runs on platform-managed Claude — no API keys needed — and can read (and optionally write) your connected Google Sheet.

Yes. Forms and Websites both support file uploads from end users (PDFs, docs, images). Storage is platform-managed — you don't configure S3 or buckets. You can also ask the AI to parse each upload — for example, "extract the candidate's name, role, and email from each resume and add a row to my sheet."

Yes. The same data can power a dashboard, a CRM, and a website — each template interprets your sheet differently. You can build multiple apps from one source of truth.

The AI adapts. A project tracker doesn't need a column literally named "Status" — it figures out which column is which. If your data is messy, the AI can clean and organize it as part of the build.

Features & Automations

Yes. Ask for things like "email me a weekly summary every Monday at 9am" or "send overdue task reminders every morning." Email is sent from info@lovespreadsheets.com (our verified sender). Recipients can be you, a fixed list, or a column of addresses from your sheet.

Yes. The builder adds inbound webhook routes to your backend — e.g., "when Stripe sends a payment_succeeded event, add a row to my Customers tab" or "when Slack pings this URL, summarize the message with AI and email me." If the webhook needs signature verification, provide the signing secret in your prompt.

Yes. Scheduled AI agents can scan rows, new uploads, or external feeds on a cron schedule — then summarize, classify, or report. Common shapes: "every Friday, summarize this week's new leads and email me" or "every morning, classify any new support tickets in the sheet."

Yes. End-user accounts (login, signup, members-only views) are supported — just mention it in your prompt ("gate this behind a login", "members area"). The auth flow is handled by a separate platform service; the AI builds the rest of the app on the assumption user context is available.

Yes, on Pro and above. Connect your domain (e.g., app.yourbusiness.com) via a CNAME record. Custom domains are managed separately from the build — you can swap or update the domain without rebuilding the app.

Yes — just provide the API key in your prompt. Google Sheets, AI (Claude), email send, and end-user file uploads are pre-managed and need no keys. Anything else (Stripe payments, Twilio SMS, custom in-house APIs) needs your key, which the builder inlines into your backend.

Yes. Every app lives at a real URL and embeds cleanly in any site via iframe — dashboards, forms, calculators, all of them. Combined with custom domains, you can white-label the entire experience.

Data & Security

Yes. All data is encrypted in transit (TLS) and at rest. We don't share your data with third parties. Each app's storage is scoped to its deployment.

On Free, apps are public-by-URL — only people with the link can see them. On Pro and above you can make apps private (login-gated) and put them on your own domain. Add end-user accounts for per-user data scoping.

For Google Sheets, we don't take a copy — the app reads (and writes, with your permission) your sheet live. For uploaded Excel/CSV files, we store only what's needed to serve your app. You can delete your apps and data at any time.

No. AI features in your generated apps are powered by platform-managed Claude (via Amazon Bedrock) — we handle billing and auth. You only need third-party API keys for non-managed services like Stripe or Twilio.

Yes. Delete any app from your dashboard at any time. For full data deletion across our systems, email support@lovespreadsheets.com.

Pricing & Billing

Yes — forever-free, no credit card. The Free tier includes 1 project, 3 AI builder messages a month, and a live public URL. Plenty to ship a real personal tool.

One request to the builder agent — a chat turn while you're building or revising, or one automated agent run. Reading data, viewing dashboards, and end-user activity on your published apps is unlimited and free.

Free: 1 project, 3 AI messages/mo, public websites only, email support. Pro: 5 projects, 50 AI messages, private websites, custom domains, Live Help included. Team: 10 projects, 100 AI messages, 5 seats, shared workspace. Business: 50 projects, 500 AI messages, 25 seats, custom support engagement. Every plan gets the full AI builder, scheduled automations, and integrations. See the pricing page for current rates.

On Pro and above, our team can hop in, look at your app, and tweak it for you — fix issues, add custom features, sharpen prompts. It's part of the product, not a fallback, so you can be ambitious with your asks.

Yes. Upgrades take effect immediately and we prorate the difference. Downgrades take effect at the start of your next billing cycle. We never delete your apps.

No, since we offer easy cancellation and a FREE tier, we do not offer refunds. We do provide FREE TRIALS to paid plans on a case by case basis. If you are interested, please contact admin@lovespreadsheets.com

All major cards via Stripe (Visa, Mastercard, Amex, Discover). Annual Business plans can pay by invoice or ACH — just reach out.

Yes. We offer fixed-price custom build packages starting at $497, delivered in days by our US-based engineers. See our Services page for tiers, or book a call to scope a custom build.

Technical

A single-page web app (HTML) hosted at a platform URL, plus a backend that handles data access, scheduled jobs, file uploads, webhooks, AI calls, and email sending. You never deploy or configure infrastructure.

Spreadsheet uploads are capped at 20 MB. End-user file uploads through your generated apps default to 5 MB each (PDF/DOCX by default; you can ask for other extensions or higher limits in your prompt).

Yes. Send the builder another prompt ("make the header red", "add a Friday digest email", "switch the dashboard to a calculator"). The agent edits your existing app in place — no redeploy, no re-upload.

Yes. All generated apps are responsive HTML and work on phones, tablets, and desktops. We don't ship native mobile apps.

Each app is currently built from a single spreadsheet or Google Sheet, but multi-tab workbooks are fully supported and the AI uses every tab. If you need to combine separate sources, merge them into one sheet first — or contact us.

Yes. Common patterns: resume parsing on submit (extract name/role/email and append a row), invoice extraction, contract clause review. The AI runs on platform-managed Claude — no setup needed.

From info@lovespreadsheets.com — our verified sender. The address is fixed at the platform level, but recipients are fully configurable (you, a fixed list, or a column of addresses from your sheet). You can also configure your email sending service by chatting with the bot.

Still Have Questions?

Reach out to us at support@lovespreadsheets.com and we will get back to you quickly.

Get Started Free