Declarative forms — preset waitlist wires to Code Designer API.
.mud source
::: form contact action=/api/waitlist.php
field name text label="Your name" required
field email email label="Email" required
field message textarea rows=4
submit: Join Waitlist
:::
HTML output
5.7
callout
Admonitions — notetipwarningcanondanger
.mud source
::: callout canon
**Deployed realities only.**
Do not document vaporware in canon .mud files.
:::
::: callout warning
**Unverified build.** QA pending SoftRadix review.
:::
HTML output
Deployed realities only. Do not document vaporware in canon .mud files.
Unverified build. QA pending SoftRadix review.
5.8
cta
.mud source
::: cta
title: Ready to get muddy?
body: Join the Code Designer waitlist.
button: [Join Waitlist](waitlist.html) primary
:::
::: tabs
tab: Hardware
- Raspberry Pi 5
- Chromium kiosk
tab: Network
- futurevision.live
- flipzine.live
:::
::: accordion
item: What is .mud?
MarkUpDown — documentation notation.
item: What is N.O.N.?
NEXT Object Notation — n-o-n.space
:::
HTML output
Raspberry Pi 5
Chromium kiosk
futurevision.live
flipzine.live
What is .mud?
MarkUpDown — documentation notation.
What is N.O.N.?
NEXT Object Notation — n-o-n.space
5.19 · 5.20
gallery / flip
.mud source
::: gallery columns=2
- assets/markupdown-hero.png | MarkUpDown
- assets/code-designer-icon.png | Code Designer
:::
::: flip
left: |
# Cover story
Inspired Cafe pilot
right: |
## Cast
- Dr. D · Gemzy
:::
HTML output
Cover story
Inspired Cafe pilot
Cast
Dr. D · Gemzy
6. Executable blocks (++)
.mud source
++ export manifest
html "dist/page.html"
pdf "print/page.pdf"
code "src/generated/"
++ N.O.N. hub config
hub
name "FutureVision Live"
port 3000
::: non
hub
name "FutureVision Live"
port 3000
:::