๐ Twinkle AI "UnOfficial" Website
This repository contains a static HTML website showcasing the Twinkle AI community and their projects. The site serves as a landing page for the Taiwanese Traditional Chinese language model research community.
Simply open the HTML file in a browser:
open index.html
Or use a local HTTP server for better development experience:
python -m http.server 8000
# Then visit http://localhost:8000
- Terminal-themed UI with dark background (#0a0a0a) and yellow accents (#ffd500)
- Animated background particles floating upward
- Typing effect animations for dynamic text
- Responsive design with mobile-first approach
- Bilingual support with Traditional Chinese / English language toggle
- Language-specific typography - Open Huninn Font for Traditional Chinese, Cabin for English
- Custom SVG icons replacing emoji throughout the interface
- Mascot display in terminal window format
- Website favicon using official Twinkle AI logo
- Interactive terminal-style windows with colored header dots
- Hero Section: Community introduction and branding with mascot display
- Mission: Philosophy and goals of the Twinkle AI community with custom icons
- Core Projects: LLM Lab and Twinkle Eval frameworks with custom SVG icons
- Models & Datasets: Formosa-1 series and various datasets with custom icons
- Quick Start: Getting started with repositories
- Community Links: Discord, GitHub, and Hugging Face profiles
This is a completely self-contained static website with no build process required. All styling and JavaScript is inline in index.html
for simplicity.
For notebook development and tutorials, see the AGENTS.md file for detailed setup instructions using uv
and marimo notebooks.
- Follow the STYLEGUIDE.md for notebook development and Traditional Chinese content standards
- Adhere to our CODE_OF_CONDUCT.md for respectful community interaction
index.html
- Main website file (static HTML with embedded CSS and JavaScript)AGENTS.md
- Detailed development guidance and architecture documentationSTYLEGUIDE.md
- Development and content style guidelinesCODE_OF_CONDUCT.md
- Community behavior guidelinesassets/
- Custom SVG icons and mascot imagesmarimo_notebook/
- Marimo notebooks for Gemini API tutorialsjupyter_notebook/
- Original Jupyter notebooksofficial_image/
- Official Twinkle AI logos and brand assets (includes favicon)official_link/
- Official platform links and resourcesfaq/
- FAQ and community information in Traditional Chinese