Skip to content

Ideogenesis-AI/Ideogenesis-AI.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ideogenesis AI — Organization Landing Page

The official landing page for Ideogenesis-AI, hosted at ideogenesis.ai.

Overview

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.

Tech Stack

  • 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-pages to GitHub Pages

Development

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 deploy uses gh-pages --dotfiles to ensure dotfiles such as .nojekyll and CNAME are included in the push. GitHub Pages runs Jekyll by default, which silently strips directories beginning with _ (including Astro's _astro/ asset bundle) unless .nojekyll is present.

License

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.

About

Ideogenesis AI organization landing page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors