The website for myalicia — the tangible example of humorphism.
This site is the spiritual home of the project. The codebase is the technical home. The site explains why; the repo explains how. Visitors come here to understand what relationship-shaped AI means and to see the diagrams; they leave to clone the repo.
npm install
npm run devOpen http://localhost:4321 in your browser.
npm run buildOutput goes to dist/. Deploy that folder to any static host.
src/
├── pages/ # one .astro file per route
│ ├── index.astro # the manifesto + diagrams + CTA to repo
│ ├── philosophy.astro
│ └── architecture.astro
├── components/ # reusable pieces (e.g. the loops diagram)
├── layouts/ # page layouts
└── styles/ # global CSS
public/
└── diagrams/ # exported SVG diagrams
Recommended: Netlify or Cloudflare Pages — both have free tiers, drag-and-drop deploys from a GitHub repo, and automatic HTTPS for custom domains.
To point myalicia.com at the deploy: in your domain registrar, set the DNS A or CNAME record to your hosting provider. Both Netlify and Cloudflare have one-click instructions.