// The CMS built for developers

Your HTML.
Your Rules.

Drop any static HTML template into Homeplate and it becomes a fully functional CMS — with dynamic content blocks, smart data structures, routing, and forms. No rebuilds. No lock-in. No proprietary markup.

index.html
<!-- include shared partials -->
{{include:header.html}}

<section>
  <h1>{{block:hero_title}}</h1>
  <p>{{block:hero_body}}</p>
</section>

<div class="products">
  <div>{{data:view:featured_products}}</div>
</div>

{{include:footer.html}}
Content blocks live
42 products synced
HTML-first CMS
{{block:name}} Syntax
{{include:file.html}}
Data Blocks
Form Captcha
Email Routing
REST API
Template Marketplace
No Lock-in
Live Preview
HTML-first CMS
{{block:name}} Syntax
{{include:file.html}}
Data Blocks
Form Captcha
Email Routing
REST API
Template Marketplace
No Lock-in
Live Preview

From HTML to CMS
in three steps

01

Bring your HTML

Upload or connect any standard HTML website. Homeplate treats your existing markup as the template — no rewriting, no special framework required.

02

Embed your blocks

Drop {{block:name}} anywhere in your HTML for editable content, and {{include:file.html}} to compose reusable partials like headers and footers.

03

Publish with confidence

Your team edits content in a clean dashboard. Your HTML renders exactly as designed. Changes go live instantly or through your preferred workflow.

// your-site/index.html
file:///your-site/index.html
1 <!DOCTYPE html>
2 <html>
3   <body>
4     <h1>My Website</h1>
5     <p>Hello world</p>
6   </body>
7 </html>
Standard HTML — no special syntax needed
// embedding blocks & includes
file:///your-site/index.html
1 {{include:header.html}}
2 <h1>{{block:hero_title}}</h1>
3 <p>{{block:intro_text}}</p>
4 <div class="products">{{data:view:products}}</div>
5 {{include:footer.html}}
Inline blocks + reusable includes
// homeplate dashboard
page-title
My Website
intro-text
Hello world
Publish Changes
Preview

Everything a developer needs

Homeplate was built by developers who were tired of wrestling CMSes that wanted to own their codebase.

📄

HTML as Template

Any valid HTML file becomes a CMS template. No proprietary templating language to learn. Your markup stays yours.

✏️

Content Blocks

Embed {{block:name}} anywhere in your HTML. Rich text, images, markdown — your choice, rendered inline.

🗄️

Data Blocks

Define schemas for complex data. Products, team members, blog posts — structured collections that render into your HTML templates.

🧩

HTML Includes

Compose reusable partials with {{{include:file.html}}. Share headers, footers, and nav across every page with a single line.

🛡️

Form Captcha & Routing

Drop a Homeplate form tag into any HTML form. Captcha verification, spam filtering, and email delivery are handled automatically — zero backend code.

Automatic SEO

Homeplate automatically generates meta tags, title tags, and Open Graph tags for your pages. No more manual SEO work.

🔐

Role-Based Access

Developers control the schema. Content editors get a clean UI. Admins manage it all. Granular permissions built in.

🔌

REST API

Every content block and data collection is accessible via a clean REST API. Build headless, or server-render — it's your call.

🪝

Webhooks

Trigger builds, notify Slack, sync external systems. Content lifecycle events fire webhooks so your stack stays in sync.

Complex data.
Simple schemas.

Define a product schema once. Your HTML template loops over it. Editors add products through a clean UI. No database configuration required.

Products Blog Posts Team Members Events Testimonials Portfolios Custom Types
data block — "products"
👟

Air Runner Pro

SKU-0041 · In Stock

$129
🎒

Trail Pack 30L

SKU-0117 · In Stock

$89
🧢

Summit Cap

SKU-0098 · Low Stock

$34
Create custom Data Views → render with {{data:view:products}}

Forms that work.
Out of the box.

Drop a Homeplate action into any existing HTML form. Captcha verification, spam detection, and email routing happen automatically — no server, no backend, no configuration.

🤖
Automatic Captcha
Bot detection built in — no API keys, no third-party scripts to configure.
📧
Email Delivery
Submissions routed to any email address. Configure recipients per form.
📋
Submission Inbox
Every form submission stored in your Homeplate dashboard. Filter, export, review.
// contact.html — that's all you need
contact.html
1 <form action="{{form}}">
4
5   <input name="name" />
6   <input name="email" />
7   <textarea name="message"></textarea>
8
9   <button>Send</button>
10</form>
STATUS
✓ Captcha passed
DELIVERED TO
you@yoursite.com
"

Homeplate gave us the CMS flexibility we needed without making us rewrite our frontend. We tagged our existing HTML and went live in an afternoon.

— Jordan K., Lead Developer at Coastal Media Co.

Built for developers.
Not for plugins.

Homeplate isn't another theme engine. It’s a CMS that respects your HTML.

Homeplate
WordPress
Use any raw HTML template
✓ Native
Theme conversion required
No plugin dependency stack
✓ Built-in features
Plugins for everything
Automatic form handling + captcha
✓ Native
Plugin required
Structured data blocks
✓ Clean schema
Custom post types
You own your markup
✓ Always
Theme-dependent

Simple licensing.
Built to scale with you.

14-day full access trial. No credit card required.
License per production domain. Unlimited local & staging environments.

Solo
$59
one time · 1 production domain

Perfect for freelancers and single client projects.

  • 1 production domain
  • Unlimited local & staging
  • All features included
  • Content & data blocks
  • Smart URL routing
  • Forms + captcha
  • REST API access
  • Community support
  • 1 year updates
Start Solo →
Studio
$349
one time · up to 10 production domains

Designed for agencies and growing studios.

  • Up to 10 production domains
  • Unlimited local & staging
  • All features included
  • Content & data blocks
  • Smart URL routing
  • Forms + captcha
  • REST API access
  • Priority support
  • 1 year updates
  • 2 premium templates included
Start Studio →

No themes. No plugin stack. No proprietary markup. Just your HTML — powered by Homeplate.

Launch faster with pre-built templates

Professionally designed HTML templates built specifically for Homeplate. Drop them in. Add blocks. Ship.

Bold Template
Bold
Modern · Impactful · Clean
$19
Form Template
Form
Data-focused · Forms · Applications
$14
Premier Talent Template
Premier Talent
Portfolio · Talent showcase · Premium
$9
Explore Marketplace →
// get started

Your HTML deserves
a home

Turn any HTML into a structured CMS in minutes. No themes. No plugins. No compromises.

Start Free — No card required → Read the docs