<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/goeteia-a-page-that-compiles-itself-kasse7yko" -->

---
title: Goeteia — a page that compiles itself | daily.dev
description: Goeteia is a self-hosting Scheme implementation targeting the WebAssembly GC era. Its homepage is a live demonstration: the page&#x27;s own Scheme source code is...
canonical: https://daily.dev/posts/goeteia-a-page-that-compiles-itself-kasse7yko
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Goeteia — a page that compiles itself | daily.dev
og:description: Goeteia is a self-hosting Scheme implementation targeting the WebAssembly GC era. Its homepage is a live demonstration: the page&#x27;s own Scheme source code is...
og:url: https://daily.dev/posts/goeteia-a-page-that-compiles-itself-kasse7yko
og:image: https://api.daily.dev/og/posts/KassE7Yko.png
og:image:alt: Goeteia — a page that compiles itself
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Goeteia — a page that compiles itself

**[Hacker News](https://daily.dev/sources/hn)** · 7 min read · 0 upvotes · 0 comments

## Summary

Goeteia is a self-hosting Scheme implementation targeting the WebAssembly GC era. Its homepage is a live demonstration: the page's own Scheme source code is compiled to WebAssembly directly in the browser and mounted live. The hero section features a WebGL particle animation — dot-matrix glyphs that scatter and reassemble between the Latin 'GOETEIA' and the Greek 'Γοητεία' — driven by a vertex shader written as Scheme s-expressions. Visitors can edit the source, including the dot patterns, shader code, and colors, then press Run to re-render the page in real time.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://goeteia.dev/>

## Similar posts on daily.dev

- [Hoot: Scheme on WebAssembly — Spritely Institute](https://daily.dev/posts/hoot-scheme-on-webassembly-spritely-institute-sfvwbdf2t) · Hacker News · 0 upvotes · 0 comments
- [A new JS framework for old time's sake](https://daily.dev/posts/a-new-js-framework-for-old-time-s-sake-hyqs2phph) · Bytes by ui.dev · 1 upvotes · 1 comments
- [soegaard/webracket: The WebRacket language is a subset of Racket that compiles to WebAssembly](https://daily.dev/posts/soegaard-webracket-the-webracket-language-is-a-subset-of-racket-that-compiles-to-webassembly-rqv8dsjqo) · Hacker News · 4 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#webassembly](https://daily.dev/tags/webassembly), [#self-hosting](https://daily.dev/tags/self-hosting)

[View this post on daily.dev](https://daily.dev/posts/goeteia-a-page-that-compiles-itself-kasse7yko)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Goeteia — a page that compiles itself","url":"https://daily.dev/posts/goeteia-a-page-that-compiles-itself-kasse7yko","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/goeteia-a-page-that-compiles-itself-kasse7yko"},"datePublished":"2026-07-12T03:11:03.922Z","dateModified":"2026-07-12T03:11:32.338Z","description":"Goeteia is a self-hosting Scheme implementation targeting the WebAssembly GC era. Its homepage is a live demonstration: the page's own Scheme source code is...","image":"https://media.daily.dev/image/upload/s--foaA6JGU--/f_auto/v1722860399/public/Placeholder%2004","thumbnailUrl":"https://media.daily.dev/image/upload/s--foaA6JGU--/f_auto/v1722860399/public/Placeholder%2004","isAccessibleForFree":true,"articleSection":"Hacker News","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Hacker News","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/hn","url":"https://daily.dev/sources/hn"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/goeteia-a-page-that-compiles-itself-kasse7yko","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"webdev,webassembly,self-hosting","timeRequired":"PT7M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Hacker News","item":"https://daily.dev/sources/hn"},{"@type":"ListItem","position":3,"name":"Goeteia — a page that compiles itself"}]}
```

