FUTURA House OS
Sign inApply
Widgets

The house, on your site.

Three embed types, one iframe each. Everything under /embed/* is served with frame-ancestors *, so it can be iframed from any domain — Webflow, Framer, WordPress, plain HTML.

1 · Live calendar

/embed/calendar

The current week with capacity states, straight from the booking system. Filter to one pillar with ?cat=tech|health|cafe|social. Designed for 400–1000px wide.

<iframe src="http://localhost:3400/embed/calendar" style="width:100%;border:0;" height="560"></iframe>

2 · Exit blocks

All 10 blocks →

Ten conversion sections — hero, stats, events, pricing, testimonial, FAQ, referral, newsletter, guest pass, exit intent. Same pattern, different slug. Example with the stats band:

<iframe src="http://localhost:3400/embed/block/stats-band" style="width:100%;border:0;" height="200"></iframe>

3 · Event card

/embed/event/:id

One event, one card — date, capacity, ticket price and a booking CTA that jumps to the house. Swap the id for any published event (members-only events show a private placeholder; unlisted ones embed fine). Designed for 360–640px wide.

<iframe src="http://localhost:3400/embed/event/e-founders" style="width:100%;border:0;" height="340"></iframe>
Heads-up: widgets inherit the dark Futura theme by design — they look best on light hosts as a contrast band, or set your section background to #141210 for a seamless blend.