---
title: "Miow"
url: "https://radix.wiki/ecosystem/miow"
version: "2.0.0"
updated: 2026-08-15
last_verified: 2026-08-15
license: CC-BY-4.0
license_url: "https://creativecommons.org/licenses/by/4.0/"
---

# Miow

## Overview

**Miow** is a Web3 website builder on the [Radix](/contents/tech/core-protocols/radix-engine) network, positioned by its authors as "Squarespace for Radix". Users connect their [Radix wallet](/contents/tech/core-protocols/radix-wallet), assemble pages from a drag-and-drop block editor, and pay 100,000 [XRD](/contents/tech/research/radix-economic-model) once to publish. The platform's published briefing states the price is [a one-time payment per site with no subscription](https://miow.me/llms.txt).

A published site is served from a **path** on the platform domain rather than from its own subdomain: the public [sitemap](https://miow.me/sitemap.xml) lists every live site as `miow.me/s/`, and [miow.me/s/blockspace-capital](https://miow.me/s/blockspace-capital) serves one such site. The same payment also releases the site as a downloadable Next.js project; the [deployment guide](https://miow.me/guide) covers self-hosting it on Supabase and Vercel behind a custom domain, which is the route to a domain of one's own.

- **Platform:** [miow.me](https://miow.me)
- **Published sites:** `miow.me/s/`
- **Price:** 100,000 XRD per site, one-time
- **Payment:** native XRD wallet transaction (Radix Wallet required)

## Status and Adoption

The platform is live and the path from wallet connection to a published page works end to end. Sign-in is [Radix ROLA](/contents/tech/core-protocols/radix-connect) wallet-signature authentication; the builder places the block types listed below on a twelve-column grid with per-block style controls; publishing serves the result at `miow.me/s/`; and store blocks price products in XRD, with [Stripe available for fiat checkout](https://miow.me/llms.txt).

Adoption is small and publicly measurable. As of 15 August 2026 the [sitemap](https://miow.me/sitemap.xml) listed **eleven published sites**, and most carry builder-default names — several `untitled-site-*`, a `test-site-*`, and repeated variants of the same project name — so the figure reads as development and demonstration work rather than as third-party production deployments. It is the honest measure available from outside: the platform publishes no user or revenue figures, and a site published under a custom domain via the export route would not appear in this sitemap at all.

## Formant Design System

Miow's distinguishing feature is **Formant**, a parametric design system. Thirteen continuous parameters — [hue, chroma, lightness curve, radius, spacing, weight contrast, line height, shadow depth, animation speed, glass effect, noise texture, grain size and border width](https://miow.me/llms.txt) — are fed to a `deriveTheme()` function that computes roughly fifty CSS custom properties, so a site's whole visual identity follows from a handful of sliders rather than from hand-written CSS.

Colour is computed in [OKLCH](https://oklch.com/) rather than sRGB, which is what makes the parameters behave predictably: in a perceptually uniform space the same chroma value reads as equally vivid across every hue, so moving the hue slider does not silently change how saturated the palette looks. The system ships with presets as starting points.

## Block Types

Miow builds pages from the same typed-JSON block model this wiki uses, so a block is a small object with a type discriminator rather than a stored fragment of markup. The platform's [published briefing](https://miow.me/llms.txt) lists twelve types:

| Block | Description |
| --- | --- |
| `content` | Rich text HTML |
| `columns` | Multi-column container |
| `infobox` | Nested block container |
| `store` | Product grid with XRD checkout |
| `stats` | Metric cards |
| `testimonial` | Quote with attribution |
| `gallery` | Image gallery |
| `rssFeed` | RSS/JSON feed display |
| `codeTabs` | Tabbed code display |
| `assetPrice` | Radix asset price widget |
| `recentPages` | Dynamic page list |
| `pageList` | Static page references |

Each block additionally carries grid position and style, which is what the drag-and-drop canvas edits — the same block objects rendered on a linear wiki page here become positioned cards on a Miow canvas.

## External Links

- [miow.me](https://miow.me) – the platform
- [Installation & Deployment Guide](https://miow.me/guide) – self-hosting an exported site
- [sitemap.xml](https://miow.me/sitemap.xml) – the live index of published sites
- [llms.txt](https://miow.me/llms.txt) – the platform's own briefing (features, pricing, stack)
- [AGENTS.md](https://miow.me/AGENTS.md)
