Static website for Ant Ling, built with vanilla HTML, CSS, and JavaScript for optimal performance and SEO.
Official Website: https://ant-ling.com
Ant Ling is the core foundation model series of Ant Group's Artificial General Intelligence (AGI) initiative. We are committed to building and sharing cutting-edge foundation model capabilities, believing that the development of intelligence must move towards openness, sharing, and scalability.
The production site is in the dist/ folder. No build step required!
# Using Node.js
npm run serve:nodeThen visit: http://localhost:8000
ling-site/
├── dist/ # ✨ Production-ready static files
│ ├── index.html # Root with language detection
│ ├── en/index.html # English version
│ ├── zh/index.html # Chinese version
│ ├── css/styles.min.css # Compiled Tailwind CSS
│ ├── js/main.js # Interactive features
│ ├── favicon.ico # Favicon (ICO format)
│ ├── favicon.png # Favicon (PNG format)
│ └── CNAME # Custom domain
├── .github/workflows/ # GitHub Actions for deployment
└── package.json # Minimal package file (no dependencies)
- ✅ Pure HTML/CSS/JavaScript - No build step
- ✅ Excellent SEO - All content in HTML
- ✅ Dark theme design
- ✅ Responsive (mobile/tablet/desktop)
- ✅ Multi-language (EN/ZH)
- ✅ Fast loading (< 150KB)
- ✅ Auto-deployment via GitHub Actions
When you push to the ai branch, GitHub Actions automatically deploys the dist/ folder to GitHub Pages.
See .github/workflows/deploy-gh-pages.yml for details.
# Copy to any static host
cp -r dist/* /path/to/hosting/- English: Edit
dist/en/index.html - Chinese: Edit
dist/zh/index.html - Styles:
dist/css/styles.min.css - Scripts:
dist/js/main.js
- Hugging Face: https://huggingface.co/inclusionAI
- Model Scope: https://modelscope.cn/organization/inclusionAI
- GitHub: https://github.com/inclusionAI
For detailed documentation, see STATIC_SITE_README.md
© 2026 Ant Ling Technologies, All rights reserved