# SaaSQuickStart > Production-ready SaaS boilerplate with multi-tenant auth, Stripe billing, role-based access, API keys, webhooks, and a full admin dashboard. Ship faster. SaaSQuickStart is a production-ready SaaS platform. This file helps AI agents and LLM-powered tools discover its public pages and free browser-based tools. ## Pages - [SaaSQuickStart — Ship Your SaaS, Not the Plumbing](https://saasquickstart.dev/): Production-ready Go + React SaaS boilerplate: multi-tenant auth, Stripe & LemonSqueezy billing, RBAC, API keys, webhooks, background jobs, and a full admin dashboard. - [Pricing — SaaSQuickStart SaaS Boilerplate](https://saasquickstart.dev/pricing): Simple pricing for the SaaSQuickStart boilerplate. Start free, upgrade as you grow. Multi-tenant auth, billing, RBAC, and admin included on every plan. - [Use Cases — What You Can Build with SaaSQuickStart](https://saasquickstart.dev/use-cases): B2B SaaS, AI/LLM products, PLG apps, internal tools — see what you can ship on the SaaSQuickStart boilerplate and the plumbing it saves you. - [Docs & API Reference — SaaSQuickStart](https://saasquickstart.dev/docs): Developer documentation and REST API reference for SaaSQuickStart: authentication, billing, webhooks, API keys, and integration guides. - [Changelog — SaaSQuickStart](https://saasquickstart.dev/changelog): What's new in SaaSQuickStart — new features, improvements, and fixes shipped to the SaaS boilerplate. ## Free Tools (58) - [A/B Test Calculator — Statistical Significance & P-Value](https://saasquickstart.dev/tools/ab-test-calculator): Determine if your A/B test results are statistically significant. Enter visitors and conversions for control and treatment to get p-value, confidence level, relative lift, and a clear pass/fail verdict. - [AI Model Comparison 2025 — GPT-4o vs Claude vs Gemini vs Llama](https://saasquickstart.dev/tools/ai-model-comparison): Side-by-side comparison of top AI models: context window, input/output pricing, strengths, and best use cases. GPT-4o, Claude 3.5 Sonnet, Gemini 1.5 Pro, Llama 3, Mistral, and more. Updated 2025. - [API Key Generator — Design Keys Like Stripe & OpenAI](https://saasquickstart.dev/tools/api-key-designer): Generate API keys with custom prefix (sk_live_, pat_, lsk_), length, and character set. Shows entropy in bits. Get Go, TypeScript, and Python generation code. Inspired by Stripe (sk_live_) and OpenAI (sk-) formats. - [Base64 Encoder & Decoder — Encode & Decode Online](https://saasquickstart.dev/tools/base64-encoder-decoder): Encode text or files to Base64, or decode Base64 strings back to text. Supports standard Base64 and URL-safe Base64url (no +, /, = padding). Free, instant, private — nothing uploaded. - [SaaS Churn Rate Calculator — Revenue Churn, CLV & Annual Impact](https://saasquickstart.dev/tools/churn-calculator): Calculate monthly churn rate, annual churn rate, revenue churn (MRR churn), and customer lifetime value (CLV). See the real dollar impact of losing customers and how reducing churn by 1% affects ARR. - [WCAG Color Contrast Checker — AA & AAA Accessibility Test](https://saasquickstart.dev/tools/color-contrast-checker): Check if your foreground and background colors meet WCAG 2.1 accessibility standards. Shows contrast ratio, AA compliance (4.5:1 normal, 3:1 large text), and AAA compliance (7:1). Includes color picker. - [Cron Expression Builder — Visual Cron Job Generator & Tester](https://saasquickstart.dev/tools/cron-expression-builder): Build cron expressions visually with hour-range, weekday, and interval options. Supports expressions like */30 9-16 * * 1-5. See plain-English description, next 5 run times, and copy instantly. - [CSV Column Remover — Remove & Delete Columns from CSV](https://saasquickstart.dev/tools/csv-column-stripper): Upload any CSV file, select which columns to remove, preview the result, and download a clean file. Works with Excel exports, database dumps, and any comma-separated file. No data leaves your browser. - [cURL Command Builder — Generate curl Commands Online](https://saasquickstart.dev/tools/curl-builder): Build curl commands visually. Select HTTP method, add request headers, body, and authentication (Bearer token, Basic auth, API key header). Live curl output updates as you type. Copy as formatted multi-line command. - [Text Diff Checker — Compare Two Texts & Find Differences Online](https://saasquickstart.dev/tools/diff-checker): Compare two blocks of text line by line to see exactly what changed. Added lines highlighted green, removed lines red. LCS-based algorithm (same as git diff). Copy unified diff output. Nothing leaves your browser. - [Docker Image Size Estimator — Optimize Before You Build](https://saasquickstart.dev/tools/docker-size-estimator): Estimate Docker image size before running docker build. Choose from 16 real base images (alpine, debian, node, python, golang), add layers for packages and app code, compare single vs multi-stage builds. Get reduction tips. - [.env File Parser — Validate & Export dotenv Variables](https://saasquickstart.dev/tools/env-parser): Paste your .env file to detect duplicate keys, unquoted values with spaces, and invalid key names. Secrets auto-masked. Export as bash source, Docker --env-file, or JSON. Works with dotenv, direnv, and Docker Compose. - [EXIF Metadata Remover — Strip GPS & Camera Data from Photos](https://saasquickstart.dev/tools/exif-privacy-cleaner): Remove EXIF metadata from JPEG photos before sharing online. Strips GPS coordinates, camera model, serial number, lens info, and timestamps. 50+ fields cleared. Free, instant, private — runs in your browser. - [Google Search Operator Builder — Advanced Search Query Generator](https://saasquickstart.dev/tools/google-search-operator-builder): Build advanced Google searches without memorizing syntax. Combine site:, filetype:, intitle:, inurl:, exact phrases, OR, exclusions, and before:/after: date filters, then copy the query or run it on Google. - [SHA Hash Generator — SHA-256, SHA-512 Online](https://saasquickstart.dev/tools/hash-generator): Generate SHA-1, SHA-256, SHA-384, and SHA-512 cryptographic hashes of any text or file. Uses the browser's native Web Crypto API — nothing is uploaded to any server. - [Hreflang Tag Generator — Multilingual & International SEO](https://saasquickstart.dev/tools/hreflang-tag-generator): Generate valid hreflang link tags for multilingual and multi-region pages, including x-default. Paste your language/region codes and URLs to get copy-ready tags. - [HTML Table to JSON / CSV — Scrape Tables from Any Webpage](https://saasquickstart.dev/tools/html-table-extractor): Paste HTML from any webpage and extract tables as clean JSON or CSV. Works with Wikipedia, sports stats, financial data, and any HTML source. Handles multiple tables and nested headers. No upload needed. - [HTTP Status Codes — When to Use 200, 404, 429, 500](https://saasquickstart.dev/tools/http-status-codes): Complete HTTP status code guide for REST APIs. When to use 200 vs 204, 400 vs 422, 401 vs 403, 404 vs 410, 429 rate limiting, and 5xx errors. Quick decision guide + searchable by code or description. - [JSON Formatter & Validator — Beautify & Minify JSON Online](https://saasquickstart.dev/tools/json-formatter): Format and beautify JSON with proper indentation, validate JSON syntax, or minify JSON for production. Paste your JSON and get instant results with error highlighting. - [JWT Payload Builder — Design JWT Claims Without Signing](https://saasquickstart.dev/tools/jwt-claims-builder): Design your JWT payload visually. Toggle standard claims (iss, sub, aud, exp, iat, nbf, jti), add custom claims (role, tenantId), and see the base64url token structure. Includes a Go jwt-go signing code snippet. - [JWT Decoder — Decode JSON Web Tokens Online](https://saasquickstart.dev/tools/jwt-decoder): Paste any JWT and instantly decode the header and payload. See all claims, expiry countdown, issued-at time, and signature algorithm. No data sent to any server — runs entirely in your browser. - [Keyword Density Analyzer — Word & Phrase Frequency Checker](https://saasquickstart.dev/tools/keyword-density-analyzer): Paste any text to see keyword density — single words plus two- and three-word phrases with counts and percentages. Optionally ignore stop words. Spot keyword stuffing and check on-page SEO focus. - [Link Rotator / Traffic Splitter — A/B Test URL Redirect](https://saasquickstart.dev/tools/link-rotator-generator): Split traffic between multiple URLs by weight (60/40, 33/33/33, or any ratio). Generates a self-contained HTML redirect page to host free on GitHub Pages, Netlify, or Cloudflare Pages — no server needed. - [LLM API Cost Calculator — GPT-4o vs Claude vs Gemini Pricing](https://saasquickstart.dev/tools/llm-cost-calculator): Compare LLM API pricing across GPT-4o, Claude 3.5 Sonnet, Gemini 1.5 Pro, Llama 3, and Mistral. Enter prompt and completion token counts to see cost per request, per 1K, and per 1M requests side by side. - [Markdown to HTML Converter — Free Online MD to HTML](https://saasquickstart.dev/tools/markdown-to-html): Convert Markdown to clean HTML instantly. Supports headings, bold, italic, lists, fenced code blocks, blockquotes, and links. Live preview + raw HTML output. Copy and paste into any CMS or rich-text field. - [Meta Robots & X-Robots-Tag Generator — noindex / nofollow Builder](https://saasquickstart.dev/tools/meta-robots-generator): Generate the robots meta tag and X-Robots-Tag HTTP header. Toggle noindex, nofollow, noarchive, nosnippet, max-snippet, and max-image-preview, then copy the tag or header. - [Meta Tag & Open Graph Preview — Google, Twitter, LinkedIn](https://saasquickstart.dev/tools/meta-tag-preview): Preview how your page looks in Google search results, Twitter/X cards, LinkedIn, and Facebook share previews. Enter title, description, and OG image URL to see live side-by-side previews. - [MongoDB ObjectID Decoder — Extract Timestamp from ObjectID](https://saasquickstart.dev/tools/mongodb-objectid-decoder): Decode any MongoDB ObjectID to extract its embedded creation timestamp, random bytes, and counter. See exactly when a document was created without a separate createdAt field. Also generates new ObjectIDs. - [MRR & ARR Calculator — Monthly Recurring Revenue for SaaS](https://saasquickstart.dev/tools/mrr-calculator): Calculate MRR and ARR from multiple subscription plans. Add plans with subscriber counts to get total Monthly Recurring Revenue, Annual Recurring Revenue, ARPU, and a 12-month growth projection. - [Number Base Converter — Decimal, Hex, Binary, Octal Online](https://saasquickstart.dev/tools/number-base-converter): Convert numbers between decimal (base 10), hexadecimal (base 16), binary (base 2), and octal (base 8). Type in any field to update all others. Shows grouped binary and bit length. Supports up to 64-bit values. - [OpenAPI Validator — Validate Swagger YAML & JSON Specs](https://saasquickstart.dev/tools/openapi-validator): Paste your OpenAPI 3.x or Swagger 2.0 YAML or JSON and instantly catch missing required fields, undocumented operations, missing operationId, and code-gen blockers. No upload required — runs entirely in your browser. - [Secure Password Generator — Strong Random Passwords Online](https://saasquickstart.dev/tools/password-generator): Generate cryptographically secure passwords with custom length (8-128 chars), uppercase, lowercase, numbers, and symbols. Bulk generate up to 50 at once. Uses crypto.getRandomValues() — nothing stored or transmitted. - [Percentage Calculator — % Change, Of, Increase & Decrease](https://saasquickstart.dev/tools/percentage-calculator): Calculate percentage change between two numbers, find what percentage one number is of another, increase or decrease a value by a percentage. Multiple calculation modes with step-by-step explanations. - [AI Prompt Template Builder — Reusable Prompts with {{Variables}}](https://saasquickstart.dev/tools/prompt-template-builder): Build reusable AI prompt templates with {{variable}} placeholders. Fill in variables, preview the final prompt, and copy instantly. Save templates to localStorage. Works with ChatGPT, Claude, Gemini, and any LLM. - [API Rate Limit Calculator — Design Rate Limits by Plan Tier](https://saasquickstart.dev/tools/rate-limit-calculator): Design API rate limits per plan tier. Calculate requests/second, burst capacity, daily and monthly quotas. Compare token bucket, fixed window, and sliding window algorithms. Generates 429 response header examples. - [Reading Time Estimator — How Long to Read Any Article](https://saasquickstart.dev/tools/reading-time-estimator): Paste any article, blog post, or document and instantly get reading time at slow, average, and fast speeds. Also shows word count, character count, sentence count, and estimated API cost for LLMs. - [Regex Tester & Explainer — Test Regular Expressions Online](https://saasquickstart.dev/tools/regex-tester): Test regular expressions with live match highlighting, capture groups, and named groups. Get a plain-English explanation of common patterns. Supports JavaScript regex syntax with flags (g, i, m, s). - [robots.txt Generator — Block Crawlers & AI Bots Online](https://saasquickstart.dev/tools/robots-txt-generator): Generate a robots.txt file visually. Add allow/disallow rules per user-agent, block AI crawlers (GPTBot, CCBot, Claude-Web), set your sitemap URL, and download the ready-to-use file. - [Startup Runway Calculator — Months of Runway & Burn Rate](https://saasquickstart.dev/tools/runway-calculator): Calculate how many months of runway your startup has left. Enter cash balance and monthly burn rate to see runway in months, breakeven point, and what-if scenarios for cutting burn or adding revenue. - [SaaS Metrics Calculator — NRR, LTV/CAC Ratio, Payback Period](https://saasquickstart.dev/tools/saas-metrics-calculator): Calculate Net Revenue Retention (NRR), LTV/CAC ratio, and CAC payback period. Industry benchmark bands show whether your SaaS metrics are world-class, good, or at-risk. Used by founders and finance teams. - [Schema Markup Generator — JSON-LD Structured Data for SEO](https://saasquickstart.dev/tools/schema-markup-generator): Generate valid JSON-LD structured data for Organization, Article, Product, FAQ, and Breadcrumb schema. Fill in the fields and copy a ready-to-paste script tag for rich results in Google. - [JWT Secret Generator — Generate JWT_SECRET & .env Keys](https://saasquickstart.dev/tools/secret-generator): Generate cryptographically secure secrets for JWT_SECRET, JWT_REFRESH_SECRET, AUTH_SECRET (NextAuth), WEBHOOK_ENCRYPTION_KEY, and SESSION_SECRET. Hex, Base64, Base64url output. Equivalent to openssl rand -hex 32. - [Semver Calculator — Bump Semantic Version Numbers Online](https://saasquickstart.dev/tools/semver-calculator): Parse and bump semantic version strings (major, minor, patch, pre-release). Compare two semver strings and understand npm, Go, and Cargo version range implications. Shows next release version instantly. - [Sitemap.xml Generator — Free XML Sitemap Builder](https://saasquickstart.dev/tools/sitemap-xml-generator): Paste your URLs and generate a valid sitemap.xml with lastmod, changefreq, and priority. Copy or download the file to submit to Google Search Console. Runs entirely in your browser. - [URL Slug Generator — Title to SEO-Friendly URL Converter](https://saasquickstart.dev/tools/slug-generator): Convert any title, heading, or text into a clean, SEO-friendly URL slug. Handles special characters, accents, spaces, and non-ASCII. Supports batch processing of multiple titles at once. - [Sprint Capacity Calculator — Agile Story Points & Team Velocity](https://saasquickstart.dev/tools/sprint-capacity-calculator): Calculate your team's real sprint capacity in hours and story points, accounting for availability, vacation, and meeting overhead per member. Get a recommended story-point budget for Scrum sprints. - [SQL Formatter & Beautifier — Format SQL Queries Online](https://saasquickstart.dev/tools/sql-formatter): Paste messy SQL and get cleanly indented, keyword-uppercased SQL instantly. Handles SELECT, INSERT, UPDATE, DELETE, JOINs, GROUP BY, ORDER BY, AND/OR conditions, and CTEs. No data leaves your browser. - [Stripe Fee Calculator — Processing Fees & Net Payout](https://saasquickstart.dev/tools/stripe-fee-calculator): Calculate exact Stripe processing fees for any charge amount. See net payout for US, international, ACH, SEPA, UK, EU, and AU cards. Includes reverse calculator: what to charge to receive a specific net amount. - [Stripe Proration Calculator — Upgrade & Downgrade Mid-Cycle Cost](https://saasquickstart.dev/tools/stripe-prorations-calculator): Calculate what Stripe charges when a customer upgrades, downgrades, or changes seat count mid-billing cycle. Shows credit for unused time, charge for new plan, net amount, and the exact Node.js Stripe API call. - [Timezone Converter — World Clock & Time Zone Converter Online](https://saasquickstart.dev/tools/timezone-converter): Convert a time from any timezone to multiple world timezones simultaneously. Covers 30+ cities: UTC, New York, London, Tokyo, Sydney, Singapore, Dubai, and more. Handles DST automatically via the IANA timezone database. - [AI Token Counter — GPT-4, Claude & Gemini Token Calculator](https://saasquickstart.dev/tools/token-counter): Count tokens in your text for GPT-4, Claude, and Gemini. See token count, word count, character count, and estimated API cost per model. Supports system prompts, conversation history, and long documents. - [TOTP 2FA Generator — QR Code for Google Authenticator & Authy](https://saasquickstart.dev/tools/totp-generator): Generate TOTP secrets and authenticator QR codes to test your 2FA implementation. Scan with Google Authenticator or Authy and watch the live 6-digit code update every 30 seconds. RFC 6238. Nothing leaves your browser. - [Unix Timestamp Converter — Epoch Time to Date Online](https://saasquickstart.dev/tools/unix-timestamp-converter): Convert Unix epoch timestamps to human-readable dates and back. Live current timestamp, timezone selection, and common reference timestamps (Unix epoch, Y2K, Y2K38). Supports milliseconds and seconds. - [URL Encoder & Decoder — Percent-Encode & Decode Online](https://saasquickstart.dev/tools/url-encoder-decoder): Encode special characters in URLs (percent-encoding) or decode %xx encoded strings back to readable text. Supports encodeURIComponent and full URI encoding. Handles unicode, spaces, and special characters. - [UTM Link Builder — Google Analytics 4 Campaign URL Generator](https://saasquickstart.dev/tools/utm-link-builder): Build GA4 UTM campaign tracking URLs instantly. Add utm_source, utm_medium, utm_campaign, utm_term, and utm_content parameters and copy the tracking link. Preview the full URL before sharing. - [UUID & ULID Generator — Generate v4 UUIDs Online](https://saasquickstart.dev/tools/uuid-ulid-generator): Generate cryptographically secure UUID v4 and ULID identifiers instantly. Bulk generate up to 100 at once, copy all, and choose your preferred format. Uses crypto.getRandomValues(). - [Webhook Signature Verifier — Debug Stripe, GitHub, Shopify HMAC](https://saasquickstart.dev/tools/webhook-signature-verifier): Debug webhook HMAC-SHA256 signature failures for Stripe, GitHub, Shopify, or any provider. Paste payload, secret key, and signature header — computed vs received shown side by side. Nothing leaves your browser. - [Business Days Calculator — Count Working Days Between Dates](https://saasquickstart.dev/tools/working-days-calculator): Count business days between any two dates, excluding weekends and public holidays. Supports US Federal holidays, UK Bank Holidays, and custom holiday lists. Perfect for SLA deadlines, sprint planning, and delivery estimates. ## Engineering Notes (6) - [Engineering Notes — How SaaSQuickStart Is Built](https://saasquickstart.dev/engineering): Deep-dive engineering notes on how SaaSQuickStart works internally — webhook delivery, multi-tenant data isolation, and more. Written from the real code. - [System Architecture — SaaSQuickStart Engineering](https://saasquickstart.dev/engineering/architecture): The architecture of SaaSQuickStart: entry points, the request lifecycle through the middleware chain, the backend module map, the frontend provider stack, and the key flows. - [Auth Token Lifecycle & Silent Refresh — SaaSQuickStart Engineering](https://saasquickstart.dev/engineering/auth-tokens): How SaaSQuickStart renews expired JWT access tokens invisibly: a 30-min access token, a 7-day rotating refresh token, and concurrent requests queued behind a single refresh in client.ts. - [Billing Subscription Lifecycle — SaaSQuickStart Engineering](https://saasquickstart.dev/engineering/billing-lifecycle): The six-state subscription machine (none/active/canceling/paused/past_due/canceled) that governs paid access, and the Stripe/LemonSqueezy events that drive each transition. - [Multi-Tenant Data Isolation — SaaSQuickStart Engineering](https://saasquickstart.dev/engineering/tenant-isolation): How SaaSQuickStart keeps one customer's data from another: two independent layers — membership-checked tenant resolution plus a per-query tenantId filter, guarded by a CI audit. - [Webhook Delivery — SaaSQuickStart Engineering](https://saasquickstart.dev/engineering/webhook-delivery): How SaaSQuickStart delivers signed webhooks: HMAC-SHA256 signatures, SSRF-guarded transport, a 10s timeout, and durable retries (1m/5m/30m) that survive a restart. ## API - [API Reference](https://saasquickstart.dev/docs): REST API for authentication, billing, webhooks, and API keys. - [OpenAPI 3.0 spec](https://saasquickstart.dev/api/docs/openapi.json): Machine-readable schema for every endpoint — use this to auto-generate client SDKs or tool/function definitions.