RADIX WikiRADIX Wiki

Overview

Miow is a Web3 website builder on the Radix network, positioned by its authors as "Squarespace for Radix". Users connect their Radix wallet, assemble pages from a drag-and-drop block editor, and pay 100,000 XRD once to publish. The platform's published briefing states the price is a one-time payment per site with no subscription.

A published site is served from a path on the platform domain rather than from its own subdomain: the public sitemap lists every live site as miow.me/s/<slug>, and 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 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
  • Published sites: miow.me/s/<slug>
  • 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 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/<slug>; and store blocks price products in XRD, with Stripe available for fiat checkout.

Adoption is small and publicly measurable. As of 15 August 2026 the sitemap 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 — 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 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 lists twelve types:

BlockDescription
contentRich text HTML
columnsMulti-column container
infoboxNested block container
storeProduct grid with XRD checkout
statsMetric cards
testimonialQuote with attribution
galleryImage gallery
rssFeedRSS/JSON feed display
codeTabsTabbed code display
assetPriceRadix asset price widget
recentPagesDynamic page list
pageListStatic 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.

accoun...hjm8uqLast updated 1d agov2.0.04 revisionsVerified Aug 15, 2026