Pricing
Buy the source. Own the system.
Choose an Individual or Team licence. Both unlock DOM Studio source access, generated examples, and the living documentation workflow.
Individual
For one maker building with DOM Studio in their own products.
Limited offer
one-time · lifetime v1 access
- Generated Vue source shown before you copy
- Private source repo and downloadable releases
- Copy, import, or vendor with git subtree
- Portable docs for your own app components
- Use in your own personal and commercial products
- Lifetime access to DOM Studio v1 releases
Team
For a company or client-facing team sharing DOM Studio source.
one-time · lifetime v1 access · team licence
- Everything in Individual
- Unlimited team seats inside your company
- Client-project licence for customer codebases
- App blocks for admin, billing, settings, and onboarding
- Private examples and implementation notes
- Architecture review for your component workflow
Source access
See the code before you bring it home.
DOM Studio access shows the generated source that powers each component or block. It is built from DOM Studio primitives, so the code you preview is the code you can copy, edit, and document inside your own app.
- Generated from DOM Studio primitives
- Uses DomForm and headless behaviours
- Ready to copy into src/pages
- Documented automatically when added
<script setup>
import { DomButton, DomForm } from '@getdom/studio/vue';
const schema = {
title: 'Invite teammate',
fields: [
{ name: 'email', type: 'email', label: 'Email', required: true },
{ name: 'role', type: 'select', label: 'Role', options: ['Admin', 'Editor'] },
],
};
</script>
<template>
<dom-dialog>
<DomButton slot="trigger">Invite teammate</DomButton>
<DomForm :schema="schema" submit-label="Send invite" />
</dom-dialog>
</template>What's included
A component library you can fold into your product.
Source-first delivery
Every paid component is visible as generated source. Copy it into your app, import it as a package, or vendor the whole workspace with git subtree.
Portable living docs
Bring the DOM Studio documentation engine into your own product. It discovers local components, examples, props, and usage notes automatically.
Editable generated apps
Generated screens are built from the same headless primitives, DomForm, and Vue components you can inspect and change.
Theme ownership
Styles are token driven and designed to be copied. Your app owns the CSS variables, spacing, radius, and final look.
Compare
Choose the licence that matches how you ship.
| Feature | Individual | Team |
|---|---|---|
| Generated source preview | ✓ | ✓ |
| Private source releases | ✓ | ✓ |
| Copy and subtree workflow | ✓ | ✓ |
| Portable docs engine | ✓ | ✓ |
| Use in your own products | ✓ | ✓ |
| Unlimited team seats | — | ✓ |
| Client-project licence | — | ✓ |
| Architecture review | — | ✓ |
FAQ
Questions, answered.
Get the source and make it yours.
Buy once for DOM Studio v1 access. Copy components into your app, vendor the workspace with git subtree, and keep the living docs close to the code.
14-day refund. No subscription required.