The official landing page for Ideogenesis-AI, hosted at ideogenesis.ai.
This repository contains the source for the Ideogenesis AI organization website. The site covers the organization's research on AI-driven discovery in quantum many-body physics, and the open-source simulation stack — Yuzuha, Nicole, and Alice — that underpins it.
- Astro v5 — static site generator
- Vanilla CSS with custom properties — no framework overhead
- Canvas API — animated quantum lattice background
- Self-hosted fonts via
@fontsource - Deployed manually via
gh-pagesto GitHub Pages
npm install
npm run dev # local dev server at http://localhost:4321
npm run build # production build → dist/
npm run preview # preview production build locally
npm run deploy # build and publish to GitHub Pages (gh-pages branch)
npm run deployusesgh-pages --dotfilesto ensure dotfiles such as.nojekyllandCNAMEare included in the push. GitHub Pages runs Jekyll by default, which silently strips directories beginning with_(including Astro's_astro/asset bundle) unless.nojekyllis present.
Copyright © 2026 Changkai Zhang. All rights reserved.
This repository and its contents are proprietary. No part of this software may be reproduced, distributed, or transmitted in any form or by any means without the prior written permission of the copyright holder. See the LICENSE file for details.