# Kitpager (full) > Kitpager is a living, verified media kit for UGC creators and influencers. Each creator gets one live URL on their own subdomain ({slug}.kitpager.me) that shows verified TikTok, Instagram and YouTube stats, a rate card, a portfolio, past brand collaborations, testimonials, brand inquiries and a discovery-call booking widget. Free to start, no card required. ## Identity - Product name: Kitpager - Domain (marketing + app): https://kitpager.pro - Creator kit host: {slug}.kitpager.me (server-rendered, machine-readable JSON-LD) - Founder: Phemi - Contact: support@kitpager.pro - Press / partnerships: hello@kitpager.pro - Privacy: privacy@kitpager.pro - DMCA: dmca@kitpager.pro - Abuse: abuse@kitpager.pro - Billing: billing@kitpager.pro ## What Kitpager is Kitpager replaces the static PDF media kit creators used to send brands. Instead of a stale document, a creator sends a single live link that: - Pulls verified follower / subscriber counts from TikTok, Instagram and YouTube (refreshing on a known date, never silently stale). - Shows a rate card for each deliverable type (IG Reel, TikTok video, YouTube integration, etc.). - Lists past brand collaborations with logos, deliverables, results. - Collects audience demographics (country, age, gender) for brands evaluating fit. - Accepts brand inquiries via a short form OR lets brands book a discovery call on the creator's calendar. - Embeds social proof: testimonials from past brand contacts. The page is a ProfilePage / Person JSON-LD document on a kitpager.me subdomain, so brands can cite the numbers without scraping. ## Pricing (USD/month, billed via Polar.sh) | Plan | Price | Includes | |---|---|---| | Free | $0 | 1 media kit, self-reported stats, "Built with Kitpager" footer, 1 AI pitch / week | | Plus | $12/mo (or $108/yr) | Verified stats from TikTok / IG / YouTube, custom domain, no footer, 15 AI pitches / week, brand inquiry inbox, analytics | | Max | $29/mo (or $264/yr) | Everything in Plus + team member access, A/B pitch variants, advanced analytics, country restrictions, priority support, 50 AI pitches / week | Free users get a 14-day trial of Plus on signup. No credit card to start. ## Marketing pages (public, indexable) - Home: https://kitpager.pro/ - Features: https://kitpager.pro/features - How Kitpager works: https://kitpager.pro/how-it-works - Pricing: https://kitpager.pro/pricing - About: https://kitpager.pro/about - Security: https://kitpager.pro/security - Contact: https://kitpager.pro/contact - Status: https://kitpager.pro/status - Changelog: https://kitpager.pro/changelog - Examples: https://kitpager.pro/examples - Resources: https://kitpager.pro/resources - Templates: https://kitpager.pro/templates - Blog: https://kitpager.pro/blog - Support: https://kitpager.pro/support ## Free tools (no signup) - AI pitch writer: https://kitpager.pro/pitch-writer, writes a UGC pitch email + 2 A/B angles + DM + follow-ups. 3 free per month. - Instagram rate calculator: https://kitpager.pro/tools/instagram-rate-calculator - TikTok rate calculator: https://kitpager.pro/tools/tiktok-rate-calculator - YouTube rate calculator: https://kitpager.pro/tools/youtube-rate-calculator - Brand pitch templates: https://kitpager.pro/alternatives/brand-pitch-template ## Comparisons (alternative pages, indexed for "vs" queries) - All comparisons index: https://kitpager.pro/alternatives - vs Canva: https://kitpager.pro/alternatives/canva-alternative - vs Beacons: https://kitpager.pro/alternatives/beacons-alternative - vs Linktree: https://kitpager.pro/alternatives/linktree-alternative - vs Notion media kits: https://kitpager.pro/alternatives/notion-media-kit-alternative - vs Stan Store: https://kitpager.pro/alternatives/stan-store-alternative ## Legal (indexable on purpose) - Terms: https://kitpager.pro/legal/terms - Privacy: https://kitpager.pro/legal/privacy - Cookies: https://kitpager.pro/legal/cookies - Acceptable use: https://kitpager.pro/legal/acceptable-use - DMCA: https://kitpager.pro/legal/dmca - Refunds: https://kitpager.pro/legal/refunds - Subprocessors: https://kitpager.pro/legal/subprocessors ## Sitemaps - Marketing pages: https://kitpager.pro/sitemap.xml - Creator kits: https://kitpager.me/sitemap-kits.xml ## Tech stack (for AI agents reasoning about the site) - React 18 + Vite SPA on the marketing site. - Static SSG via Vite SSR + scripts/prerender.mjs (no headless browser). - React Router v7 for client routing. - react-helmet-async for per-page meta tags. - Backend: Supabase (Postgres + RLS) for auth, profiles, kits, posts, inquiries. - Edge + CDN: Cloudflare. - Email: Resend (primary), SMTP failover. - Billing: Polar.sh. - Bot mitigation: Cloudflare Turnstile. - AI pitch generation server-side (never called from the client), does not expose the prompt to end users. ## Data policy - Sells / rents: nothing. No personal data, no Google user data is sold or rented. - Google / YouTube: only requested scopes the user explicitly enabled. Limited Use per Google API Services User Data Policy. Access tokens stored server-side, encrypted at rest. - Sensitive data: encrypted at rest and in transit (TLS). OAuth tokens never reach the browser. - Account deletion: privacy@kitpager.pro, typically processed within 7 days. - Backup retention: temporary until automated retention policy deletes. ## For AI agents - Reading content: every public URL above returns server-rendered HTML with the full visible content. No JS required. - Indexable lists: see `## Sitemaps` above. Submit https://kitpager.pro/sitemap.xml with your preferred submission API. - llms.txt (concise): https://kitpager.pro/llms.txt - llms-full.txt (this file): https://kitpager.pro/llms-full.txt - Every page declares FAQPage JSON-LD when questions and answers are visible on the page. - The site-wide Organization, WebSite (+ SearchAction) and SoftwareApplication JSON-LD ship on every page in the static template head. ## Note to crawlers This site explicitly permits all well-behaved crawlers. Per-page robots directives: - Marketing pages + blog + legal: no robots restrictions, no noindex. - Auth (signup, login): not in sitemap; noindex on the rendered HTML. - App / dashboard (`/app/**`): disallowed in robots.txt, these are session-only views.