Design-forward frontend work: multi-page Astro concept sites and real-time browser GPU experiments.
Facetworks is where the visual and rendering work lives. Twelve of the repos are complete, multi-page concept sites built with Astro (static output, most of them JavaScript-free end to end), each with its own typographic and colour identity. Two are browser GPU experiments that run entirely client side, no server involved.
| Repo | What it is | Live |
|---|---|---|
| atlas | Stark monochrome with a cobalt accent, huge Archivo type, CSS-composed plates, and generated project pages. | atlas.signalizeai.org |
| cellar | Candlelit warm-dark in oxblood and gold, set in Cormorant italic, with a reservations flow. | cellar.signalizeai.org |
| fable | Warm-dark and playful: magnetic buttons, film grain, marquee, and a playground section. | fable.signalizeai.org |
| fathom | Built as a water column, with a linear depth scale in CSS and a temperature cast drawn as SVG from the same numbers the table prints. | fathom.signalizeai.org |
| frequency | Nocturnal duotone, oversized Bricolage type against mono liner notes, and album pages with computed runtimes. | frequency.signalizeai.org |
| halcyon | A warm-serif product story told on sticky scroll, around an ear cup composed purely in CSS. | halcyon.signalizeai.org |
| ledger | Trust-clean light theme, pine-green serif identity, tabular numerals, and an SVG balance chart. | ledger.signalizeai.org |
| nebula | Cosmic identity over an islands architecture: home, features, pricing, docs and changelog, blog, about. | nebula.signalizeai.org |
| pulse | Poster color-blocking on a neon triad, with a speakers grid, a three-day schedule, and ticket tiers. | pulse.signalizeai.org |
| quire | Type-led identity where the specimens are real text at real sizes: waterfalls, a glyph grid, and an axis table per family. | quire.signalizeai.org |
| sprout | Soft pastel blobs on mist white, with a phone mockup and habit-tracker UI composed entirely in CSS. | sprout.signalizeai.org |
| vantage | Editorial identity with a kinetic marquee, a horizontal work reel, and a custom cursor. | vantage.signalizeai.org |
| Repo | What it is | Live |
|---|---|---|
| Auralis | Domain-warped fractal noise through cosine palettes, WebGPU first with a matched WebGL2 fallback. | auralis.agentpostmortem.com |
| Mycelia | About 262,000 slime-mold agents sensing and steering in four GPU passes per frame, with no CPU in the loop. | mycelia.agentpostmortem.com |
Browse every repo at github.com/orgs/Facetworks/repositories. Filter a repo's issues by the good first issue label to find something small and self-contained.
Good places to start here: accessibility fixes (contrast, focus states, reduced motion), responsive layout bugs at odd viewport widths, Lighthouse and Core Web Vitals wins, and shader or performance tuning in Mycelia and Auralis.
Before opening a pull request, read the CONTRIBUTING.md in the repo you are changing (for example atlas/CONTRIBUTING.md). If a repo has none yet, open an issue describing the change first.