Cook, sleep, bathe, move, and grow plants in a single daylit volume β a design study, and an honest, cited resource for anyone thinking about building a dome.
π Live site β crs48.github.io/dome
AI-generated concept (Grok Imagine) β the whole one-room idea in a single frame.
No hallways, no spare rooms. A dome collapses a house into a single volume, and every function shares the same light:
| ⬑ Shell | 5/8-sphere geodesic, translucent panels, a central oculus skylight |
| β Move | Gymnastic rings, a climbing-net loft, wall bars, open floor |
| β¦ Nourish | A perimeter kitchen and plants along the glazed band |
| βΎ Rest | Floor cushions and a round, softly sunken bed |
| β Bathe | A freestanding tub, out in the daylight |
| β Light | Biophilic daylight from every angle |
The vibe lives in the AI-generated concept art and films β 15 "dollhouse" cutaways and slow interior fly-throughs, all made with Grok Imagine. They're the high-fidelity look at the one-room dome. Click a frame to watch on the live site:
GitHub READMEs don't autoplay relative-path video, so these are poster frames linking to the live gallery, where all 15 films play.
Alongside the films, the design was blocked out in Blender one layer at a time β a bare shell, then a floor, a kitchen, furniture, rings, and plants. Rough, low-fi work-in-progress, shown honestly:
Plenty of sites sell domes; few compare them honestly. Full per-method pros/cons, uncertainty flags, and sources live on the Build Methods page.
| Method | Cost | Insulation | DIY | Light | Best use |
|---|---|---|---|---|---|
| Aircrete (Domegaia) | ~$1β2/sq-ftΒ·in (material) | ~R-2/in realistic (marketed ~R-6 disputed) | High | Opaque | Cheap DIY off-grid shell, dry climate |
| Shotcrete / Monolithic | ~$130β250/sq ft | ~R-30β60 + mass | Low | Opaque | Max disaster resistance, long life |
| Timber geodesic | ~$120 (DIY) β $350/sq ft | High (R-30+); no mass | High | Opaque + skylights | DIY warm insulated home |
| Polycarbonate geodesic | Kit ~$3kβ30k | ~R-2.8 (5-wall); poor | High | Translucent | Greenhouse, sunroom, glamping |
| Glass geodesic | Kit ~$4kβ20k+ | Worst (~R-3β8) | Low | Transparent | Views, glamping, sunroom |
| Binishell (air-formed) | Shell $10β30/sq ft (prototypes) | Mass; needs insulation | No | Opaque | Rapid concrete shells (w/ engineering) |
| Bioceramic (Geoship) | GTM ~$90kβ380k | Vendor claim (unverified) | No | Opaque (luminous) | Health/eco early-adopter kit |
| Earthbag / SuperAdobe (CalEarth) | Cheapest materials; labor-heavy | Low (mass β insulation) | Highest | Opaque | Ultra-low-cost DIY, desert climates |
Four honest caveats about dome living: β leaks are the defining dome problem (seams, hubs, no drainage plane); β‘ sealed high-gain shells sweat without ventilation; β’ curved walls are hard to furnish (expect built-ins); β£ resale, financing, insurance, and code all take extra work.
A curated, live-verified (July 2026) directory out to the best dome projects on the internet β the full annotated version is on the Resources page.
- Bioceramic / next-gen: Geoship
- Aircrete: Domegaia Β· Aircrete Harry Β· Steve Areen's dome
- Geodesic kits: Pacific Domes Β· Natural Spaces Domes Β· Timberline Geodesics Β· Ekodome Β· Growing Spaces Β· Biodomes Β· FDomes Β· Intershelter
- Monolithic / concrete: Monolithic Dome Institute Β· Binishells
- Earthbag: CalEarth
- Fuller & theory: Buckminster Fuller Institute · Montreal Biosphère · Eden Project
- Inspiration: HjertefΓΈlger Nature House Β· Domerama
- Geometry / software: Desert Domes calculator Β· Acidome calculator Β· Blender Geodesic Domes add-on Β· Zip Tie Domes
This is a static Astro 5 site styled with Tailwind CSS v4.
npm install # install dependencies
npm run dev # local dev server
npm run build # type-check + static build to dist/
npm run preview # preview the built dist/ under the /dome/ base
npm run posters # regenerate video poster frames (needs ffmpeg)Every push to main is built and published to GitHub Pages by
.github/workflows/deploy.yml
(withastro/action β actions/deploy-pages). Because it's a project page
served from /dome/, astro.config.mjs sets base: '/dome', and hand-written
links and public/ assets are routed through import.meta.env.BASE_URL.
βββ .github/workflows/deploy.yml # GitHub Pages CI
βββ astro.config.mjs # site + base:/dome + responsive images
βββ public/videos/ # 15 AI concept films (+ posters/)
βββ src/
β βββ assets/photos/ # AI concept stills (Grok Imagine) β <Picture>
β βββ assets/renders/ # Blender 3D-study PNGs β <Image>/<Picture>
β βββ content/ # methods.yaml + projects.yaml (content collections)
β βββ components/ Β· layouts/ Β· pages/
β βββ lib/ # base-URL helper + media manifest
βββ design/ # .blend source files (downloadable)
βββ docs/explorations/ # the exploration that specced this site
- Code β MIT (see
LICENSE). - All media & prose β the author's own work, CC BY-NC 4.0 (see
LICENSE-CONTENT). This covers the AI concept art & films (src/assets/photos/,public/videos/) made with Grok Imagine, the Blender renders (src/assets/renders/) and.blendsources (design/), and the written prose.