Kinko Showcase · self-contained

Kinko — Work, Prototypes & Animation

Everything built for Kinko in one package: app prototypes, the mascot animation system, and the design/engineering learnings behind them. No internet required — all fonts, libraries and assets are vendored locally.

How to open: serve this folder over a local HTTP server so the prototypes can fetch() their JSON/SVG assets, then open index.html.
Example: python3 -m http.server 8421 in this directory, then visit http://localhost:8421/. Opening files directly with file:// works for most static pages but the JSON-driven viewers need the HTTP server.
01

App Prototypes

Standalone, interactive product prototypes.

Life Simulator — exploration screens

Policy-gap exploration boards

02

Mascot Animation

The two headline pages requested: a gallery of all mascot poses, and a live illustration generator driven by JSON.

All animation viewers & tests

Source & pipeline

03

Learnings & Reference

Notes a future AI/teammate needs to understand what was built and why.

Docs