ZyVOP Logo
Content That Connects
SeriesAI NewsWhy ZyVOPJoin Discord
ZyVOP Logo
Content That Connects

Empowering developers and creators with cutting-edge insights, comprehensive tutorials, and innovative solutions for the digital future.

Content

  • Categories
  • Tags
  • Badges
  • Leaderboard
  • Write Article
  • Newsletter

Company

  • About Us
  • Why ZyVOP
  • API Documentation
  • Write for Us
  • Contact

Connect

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • DMCA Policy
  • Code of Conduct

© 2026 ZyVOP. Crafted with care for the developer community.

Made with ❤️ by the ZyVOP team
All systems operational
Home🏝 Animal-Island-UI

🏝 Animal-Island-UI

kai guo
kai guoguokaigdg
August 5, 2026
3 min read
🏝 Animal-Island-UI
Article

🏝 Animal-Island-UI

animal-island-ui

A React UI component library inspired by Animal Crossing: New Horizons

StarsLicense: CC BY-NC 4.0npmVersionStarsCoverageTestsComponentsAccessibility

guokaigdg%2Fanimal-island-ui | TrendshiftFeatured|HelloGitHub

English | 简体中文

Introduction

This project is a lightweight UI component library built with React + TypeScript. The design style is inspired by Nintendo's "Animal Crossing: New Horizons" game interface, created for personal front-end technical practice and component development learning.

All visual elements, layouts, icons, and animations are independently designed and implemented, without directly using any official Nintendo art materials, code, or resource files.

🎉 Vue Version

  • animal-island-vue

Preview

  • Online Preview (PC) animal-island-ui-pc

  • Online Preview (Mobile) animal-island-ui-mobile

🚀 Use AI to Generate animal-island-ui Pages (No Coding Needed)

Non-developer and don't want to write code yourself? Use the one-click prompt — no npm, no build step.

4 steps:

  1. Copy the prompt block from docs/one-click-prompt.md.

  2. Paste into any AI tool that can fetch URLs (Cursor / Claude / ChatGPT / Gemini / v0 / Bolt) and send.

  3. The AI asks what page you want — reply in one phrase (e.g. "personal blog", "product list", "FAQ").

  4. Save the index.html it returns and double-click to preview.

Using an AI coding agent (Claude Code / Codex / Cursor)? Install the animal-island-ui-style skill instead:

skills add guokaigdg/animal-island-ui

Installation

npm install animal-island-ui

Quick Start

⚠️ Important: Please make sure to import the styles with import 'animal-island-ui/style', otherwise the components will have no styles or fonts!

import { Button, Card } from 'animal-island-ui';
import 'animal-island-ui/style';
function App() {
    return (
        <div>
            <Button type="primary">Start Adventure</Button>
            <Card color="app-blue">Welcome to the deserted island!</Card>
        </div>
    );
}

Documentation

Routed by audience and scenario (English primary; Chinese mirrors under docs/zh-CN/):

Document

Purpose

docs/design-system/

🎨 Canonical design definition (single source of truth) — tokens, design rules, pixel-exact per-component specs, CSS variable template.

skills/animal-island-ui-style/

🤖 Installable Agent skill (skills add guokaigdg/animal-island-ui) — React project usage + standalone-HTML generation, with per-component props references.

docs/one-click-prompt.md

🚀 One-click prompt for non-developers — paste one bootstrap prompt, the AI fetches the specs itself and returns a ready index.html.

docs/design-prompts.md

Prompts for design/image tools (v0 / Figma AI / Midjourney / DALL-E), linking to the canonical spec files.

docs/development/

Development guide for this repository — structure, component development, coding standards, testing, build contract.

docs/adr/

Architecture decision records.

AGENTS.md

Entry point for coding agents working in this repository.

CONTRIBUTING.md

Contributing guide.

Local Development

# Clone the repository
git clone https://github.com/guokaigdg/animal-island-ui.git
cd animal-island-ui
# Install dependencies
npm install
# Start Demo development server
npm run dev
# Build component library
npm run build
# Build Demo site
npm run build:demo

Usage Cases

Preview

Project

Description

animal-island-new-tab

Animal Island New Tab

Animal Crossing style new tab page

ac-site-template

ac-site-template

Animal Crossing themed personal website template

HiKid

HiKid

English learning app for children

android-ui

AnimalIslandUI

Animal Crossing style Android UI library

ItbugShop

ItbugShop

Liang Diandian's Blog

KidsMathQuest

KidsMathQuest

Math practice for elementary school

animal_island_flutter

animal_island_flutter

Animal Crossing style Flutter UI library

animal-island-blog

animal-island-blog

Animal Crossing style blog

island-life-journal

Island Life Journal

Island Life Photo Journal

Animal-Crossing-BGM-Player

Animal Crossing BGM Player

ambience clock + hourly music

animal-island-ui-taro-port

animal-island-ui-taro-port

Taro & WeChat Mini Program

portal-os

portal-os

Animal desktop blog

Awesome-splatoon3

Awesome-splatoon3

Splatoon 3 resource station

callai

callai

Cozy AI window-warming alarm (Tauri desktop + CLI)

Acorn

Acorn

Acorn Astro Theme

villager-test

villager-test

无人岛性格测试

Notes

  • This project is intended for personal learning, research, and non-commercial demonstration only. Any form of commercial use, resale, or profit-making activities is prohibited.

  • Not to be used in any commercial product, enterprise project, external service, or paid template.

  • Users are solely responsible for any risks arising from the use of this component library.

Copyright and Disclaimer

  • This project is not an official Nintendo product and has no association, authorization, or cooperation with Nintendo Co., Ltd.

  • The game name included in the project name is only a descriptive reference to the style and does not constitute trademark use or brand association.

  • All interface styles are merely design inspiration references and do not constitute reproduction or infringement of the original work.

  • If the copyright holder believes that related content is suspected of infringement, they can contact via email, and I will make rectifications or deletions immediately.

Contact

For any questions or copyright-related communications, please contact via Issue or email.

License

Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) — see the LICENSE file for the full text.

  • Commercial use: PROHIBITED.

  • Permitted (non-commercial): personal learning, research, evaluation, testing, and non-commercial display.

  • Attribution required: must retain the original copyright notice and license declaration.

  • The author is not responsible for any legal issues or losses caused by the use of this library.

kai guo

kai guo

guokaigdg

guokaigdg

Comments (0)

Login to post a comment.