Schema-Driven
Define once, consume everywhere. Our model-agnostic approach ensures your data logic remains pure and portable.
The architect's choice for modern web ecosystems. Powered by Hono, Supabase, and the Model Context Protocol (MCP).
npm run setupSpecy treats your content as a living specification, serving it anywhere from static frontends to AI agents.
Define once, consume everywhere. Our model-agnostic approach ensures your data logic remains pure and portable.
Expose your specs via Model Context Protocol. Let AI agents understand your data architecture as natively as your frontend does.
Real-time block building with Incremental Static Regeneration. Performance of static with the power of dynamic editing.
We've solved the headless paradox. Developers get total control, while content managers enjoy a familiar, easy-to-use visual interface.
Specy leverages Cloudflare Secrets storage to ensure your API keys never touch the filesystem. All MCP tools are exposed through a secure, permissioned proxy layer.
// Security Config
export default defineConfig({
auth: SupabaseAuth(),
secrets: CloudflareWorkersKV(),
mcp: {
mode: 'secure-proxy',
roles: ['admin', 'editor']
}
});Our optimized 5-minute setup script handles everything from Workers to KV storage and R2 buckets automatically.
Prefer your own iron? Deploy the full Vite + React + Supabase stack in a single containerized environment.
Specy is licensed under EUPL v1.2. Unlike other open-source licenses, it protects your work from large tech corporations without forcing virality on your proprietary plugins or separate modules. It's the most business-friendly copyleft license available today.
Read our License Guide| Feature | Specy | WordPress |
|---|---|---|
| Layouts | Spec-Driven / Block Builder | Plugin-Dependent / Rigid |
| Plugins | Type-Safe / EUPL-Friendly | Fragmented Ecosystem |
| Security | Zero-Trust / Cloudflare Secrets | High OPEX Risk |
| Licensing | EUPL v1.2 (Interoperable) | GPL v2 (Restrictive) |
Join architects building the next generation of spec-driven applications. Fork us on GitHub today.