The official Blockstudio extension kit

Everything you need to build with Blockstudio.

Premium site templates, AI system instructions, and agent skills. By the makers of Blockstudio.

Launch price, $99 off

$249$349one-time
  • 70+ site templates
  • AI system instructions
  • Full, clean source code
  • Lifetime updates included
  • Access to every new resource

What's inside

Built to make you faster.

Premium site templates, AI system instructions, and clean source code. Everything you need to build better sites with Blockstudio.

Templates

Production-ready site templates

Drop-in site templates built with Blockstudio blocks. Beautifully designed, fully responsive, and ready to customize.

Agent Skills

AI-assisted development

System instructions and agent skills that make building with AI faster and more predictable.

/featureskill active
Add style.css
Add script.js interactions
Register new field types
Test inside block editor
Verify frontend output

Source Code

Clean, readable code

No obfuscation, no lock-in. Learn from it, extend it, make it yours.

<section useBlockProps>
<header class="py-16 text-center">
<p class="text-sm uppercase tracking-widest">
<?php echo $a['eyebrow']; ?>
</p>
<h1 class="text-5xl font-medium tracking-tight">
<?php echo $a['heading']; ?>
</h1>
<p class="mt-4 text-lg text-muted">
<?php echo $a['description']; ?>
</p>
</header>
<div class="grid grid-cols-3 gap-8">
<?php foreach ($a['posts'] as $post) : ?>
<article class="rounded-xl border">
<img src="<?php echo $post['image']; ?>" />
<h3><?php echo $post['title']; ?></h3>
</article>
<?php endforeach; ?>
</div>
<InnerBlocks />
<footer class="mt-16 border-t pt-8">
<nav class="flex items-center justify-between">
<a href="<?php echo $a['prev_url']; ?>">
<?php echo $a['prev_label']; ?>
</a>
<a href="<?php echo $a['next_url']; ?>">
<?php echo $a['next_label']; ?>
</a>
</nav>
</footer>
</section>

Updates

Lifetime access to everything

Every new template, skill, and resource we ship is yours. No subscriptions, no renewals.

1.4latest+12 templates · New skills
1.3Dark mode variants · CTA blocks
1.2Agent improvements · Bug fixes
1.1Portfolio templates

Pages

Drop in, not import

Plus templates use Blockstudio's file-based page system. Drop a template into your theme and the pages sync automatically. No database seeding, no XML imports, no manual setup.

my-theme/
├── style.css
├── blockstudio/
└── sections/
├── hero/
├── cta/
├── testimonials/
└── pricing/
└── pages/
├── home/
├── page.json
└── index.php
├── about/
├── page.json
└── index.php
└── services/
├── page.json
└── index.php

Pay once, build forever

Lifetime access to every template, agent skill, and line of source code, including everything we ship in the future. No subscriptions, no renewals, no hidden costs.

70+ site templates

Production-ready site templates built with Blockstudio blocks. Fully responsive, clean source code, and ready to customize.

AI system instructions

Context files that give AI assistants deep knowledge of Blockstudio's architecture, conventions, and best practices.

Launch price, $99 off

$249$349one-time
  • 70+ site templates
  • AI system instructions
  • Full, clean source code
  • Lifetime updates included
  • Access to every new resource

Team licenses coming soon.

FAQ

Have another question? Reach out to us at hi@blockstudio.dev