Back to selected work

CASE STUDY / INDEPENDENT PRODUCT RESEARCH / PRIVATE ACCESS

KotoNexus

A living knowledge hub that connects Japanese study, university notes, schedules and JLPT preparation in one system.

Private, authenticated product. This case study uses real screenshots and does not provide product access.

KOTONEXUS / DASHBOARD
The dashboard is the product’s center: schedule, activity, study progress and a living knowledge graph in one space.
Context
Independent product research by Yuki Tech
Focus
Full-stack architecture, product UX and secure operations
Status
Private · Deployed on Vercel
Selected stack
Next.js · TypeScript · D3.js · Auth.js · Neon PostgreSQL · Drizzle ORM · Zustand

PRODUCT WALKTHROUGH

One system, five connected views.

Move through the chapters or use the indexed navigator. The presentation uses real screenshots; it does not simulate the private product.

KOTONEXUS / SCREEN INDEX
Overview

The immersive dashboard makes the connected system visible at a glance.

Overview

Study data was distributed across KotoFlow, KotoNotes and KotoJun. KotoNexus brings vocabulary, university notes and schedules together without erasing the purpose of each source.

The immersive dashboard makes the connected system visible at a glance.

Connected ecosystem

Server-side proxies orchestrate source APIs while Auth.js, Google OAuth and an allowlist restrict access. Neon PostgreSQL persists assessment releases, sessions, responses and mastery history.

A D3.js force-directed graph connects apps, notes, vocabulary and JLPT levels.

JLPT preparation

The study catalog spans N5 through N1 and sits alongside independently created mock assessments. It is not an official JLPT product and does not reproduce the proprietary official scoring model.

Study material is organized by level without implying official affiliation.

Assessment engineering

Versioned independent datasets are compiled deterministically, validated before publication and released immutably. Session state is authoritative on the server, with authenticated delivery controls for listening and image assets.

Assessment setup communicates level, structure and constraints before a session starts.

Study experience

Focused vocabulary and notes views add search, review and progress context around the central dashboard, preserving the identity of each learning source.

Anime-based vocabulary is organized for retrieval and deliberate review.

Overview

Study data was distributed across KotoFlow, KotoNotes and KotoJun. KotoNexus brings vocabulary, university notes and schedules together without erasing the purpose of each source.

The immersive dashboard makes the connected system visible at a glance.

SYSTEM

Orchestration with explicit security and persistence boundaries.

SOURCE APPS

KotoFlow · KotoNotes · KotoJun

SERVER PROXIES

Environment-based secrets remain server-side

PERSISTED STATE

Neon PostgreSQL · Drizzle ORM

ALLOWLISTED ACCESS

Auth.js · Google OAuth

WHAT IT DEMONSTRATES

Independent product research treated like a production system.

Full-stack orchestration

Multiple source models connected through deliberate server and data boundaries.

Product UX

Complex study material made navigable through a strong visual hierarchy.

Security-minded delivery

Allowlisted authentication, server-only secrets and protected assessment assets.

Operational rigor

Deterministic releases, validation and authoritative session state.