import { createFileRoute } from "@tanstack/react-router"; import { buildPageSeo } from "@/lib/seo"; export const Route = createFileRoute("/_marketing/pricing")({ head: () => buildPageSeo({ title: "Pricing", description: "OpenSEO is free to self-host. The managed service is $10/month and includes Usage Credits.", path: "/pricing", titleSuffix: "OpenSEO", }), component: Pricing, }); function Pricing() { return ( <> {/* Headline */}
Base Plan
$10/month
Usage Credits
add-onCredits are consumed as you use the app. We use powerful providers for AI and SEO data. We bill based on usage of those APIs and charge a small premium.
Deploy OpenSEO yourself via Docker or Cloudflare Workers. Bring your own API keys and pay DataForSEO and other API providers directly.
View on GitHub