SanityPress for Professionals πŸ€΅β€β™‚οΈ

For just $10/mo, get access to advanced modules and internationalization (i18n) tooling and more!

🧱 Pro modules

The Creative module

Easily create Bento Box layouts.

Pricing list module

Compare and contrast your pricing tiers.

Search module

Find content inside page and/or blog post documents.

i18n

🌐 Internationalization

Translate pages and blog posts

Add translations to your documents, right from your Sanity Studio.

Language Switcher

Easily switch between different languages.

SEO-Ready

Auto-generated hreflang meta tags, sitemaps and RSS feeds.

Clean URLs and Auto-redirects

No translation found? No worries, SanityPress will redirect to the original document.

Generous Pricing

For 2 cups of β˜• a month, get access to all premium features of SanityPress!

πŸ–€ SanityPress
Freeto use

Includes:

  • Access to the open-sourced SanityPress codebase
  • Publishing pages and blog posts
  • All non-Pro modules
  • Global modules (common modules across multiple pages)
    • * only (All paths)
  • Navigation menus
  • Redirects
πŸ€΅β€β™‚οΈ SanityPress Pro
$10/month

Includes:

  • All features of SanityPress (free version)
🧱 Pro modules
  • Creative module (Bento boxes, etc)
  • Pricing list module
  • Schedule module (schedule-able content)
  • Search module
🌐 Internationalization
  • translatable Page and Blog post documents
  • auto-generated hreflang meta tags for SEO
  • Language Switcher component
  • clean routing and automatic redirects
Other
  • Global modules for specific paths
    • eg. docs/* etc

Frequently asked questions

Can I use SanityPress for free?

Yes, you can build and deploy websites and blogs with the SanityPress starter template for free.

Upgrading to the paid subscription of SanityPress Pro gives you access to high-functioning modules and internationalization (translatable pages and blog posts) and more. We strongly believe it's well worth the $10/month, compared to other enterprise starter templates.

Why can't I publish my documents? I'm seeing a purple "Upgrade" button.

The document you're trying to publish includes a Pro feature that requires a subscription.

In order to resume publishing, either pay for a subscription OR remove the Pro content (likely a module or a translated document). Check the popup in your Sanity Studio for details.

What's included in the subscription?

You'll simply receive a license keyβ€”unique to youβ€”that you'll be able to use in a single instance of SanityPress.

The license key unlocks all features of SanityPress Pro.

How do I use the license key?

Simply, pass your license key into the official SanityPress plugin as follows in your project:

sanity.config.ts
  • export default defineConfig({
      plugins: [
        // ...
        sanitypress({
          licenseKey: process.env.NEXT_PUBLIC_SANITYPRESS_PRO_LICENSE_KEY!
          singletonTypes: ['site'],
          defaultLang: 'en',
        }),
      ],
    })

    Don't forget to add the environment variable to your deployment service (i.e. Vercel or Netlify), too!

    Can I use the same license key across multiple SanityPress projects?

    No. Currently, license keys are single-use only and will only enable Pro features for one SanityPress project at a time.

    Do license keys expire?

    Nope! Subscribe once, use SanityPress Pro forever!

    Help, I've lost my license key!

    No fret! Send an email to info@sanitypress.dev and we'll get you sorted out.

    Can I get a refund?

    Yes, you can request a refund within 60 days of your purchase. Feel free to reach out via email.

    Refunds can take up to 10 days to appear on your statement.