Skip to content

zrt219/Fuji

Repository files navigation

Fuji Atlas

Fuji Atlas is a Next.js gallery system for a curated Fuji / Japan image archive.

It is built as a cinematic portfolio surface rather than a generic asset grid. The project includes:

  • a full gallery route at /fuji
  • a film-mode entry button on the main Fuji hero
  • a presentation reel at /fuji/film
  • a static curation dashboard at /fuji/curate
  • an image pipeline that keeps original files separate from deployable public assets
  • duplicate-aware asset generation so duplicate source images are not uploaded into the public gallery

Live deployment: fuji-byzrt.vercel.app Main Fuji entry: fuji-byzrt.vercel.app/fuji

What is in the repo

  • source-images/ Original archive images.
  • public/fuji/ Canonical deployable Fuji Atlas frames used by the /fuji routes.
  • public/gallery/ Optimized gallery variants for the broader gallery pipeline.
  • scripts/generate-fuji-manifest.mjs Scans public/fuji, reads metadata overrides, generates src/data/fuji-images.ts.
  • scripts/fuji-category-seed.json Manual curation source of truth for category and metadata overrides.
  • src/data/fuji-images.ts Generated typed manifest consumed by the app.
  • src/app/fuji/page.tsx Main Fuji Atlas gallery route.
  • src/app/fuji/film/page.tsx Film mode route.
  • src/app/fuji/curate/page.tsx Static curation workflow.

Current archive state

  • 122 source files in the local archive
  • 95 canonical deployable Fuji Atlas frames
  • 27 duplicate source copies excluded from public deployable assets
  • 0 uncategorized Fuji Atlas frames after curation

Primary category system:

  • Fuji Five Lakes
  • Golden Reflections
  • Blue Night
  • Digital Twin Fuji
  • AgriTech Fuji
  • Pastoral Fuji
  • Floral Fuji
  • Sea of Clouds
  • Torii Paths
  • Mountain Temples
  • Tokyo Crossing
  • Lantern Alleys
  • Backstreets
  • Heritage Art

Routes

  • / Original gallery shell.
  • /fuji Main curated Fuji Atlas experience with chapter rail, masonry gallery, and lightbox.
  • /fuji/film Horizontal cinematic presentation mode for walkthroughs and recordings.
  • /fuji/curate Keyboard-assisted static tagging workflow for visual classification.
  • /film Compatibility alias that redirects to /fuji/film.
  • /curate Compatibility alias that redirects to /fuji/curate.

Local development

Install dependencies:

npm install

Start the app:

npm run dev

Build the app:

npm run build

Lint the codebase:

npm run lint

Image and manifest workflow

Regenerate the Fuji manifest after updating public Fuji assets or curation metadata:

npm run fuji:manifest

Validate the gallery asset pipeline:

npm run gallery:validate

Rebuild the broader optimized gallery variants:

npm run gallery:build

Curation workflow

The curation flow is static and file-based.

  1. Open /fuji/curate
  2. Classify images visually
  3. Export the JSON seed from the UI
  4. Paste it into scripts/fuji-category-seed.json
  5. Run npm run fuji:manifest

Keyboard shortcuts in /fuji/curate:

  • 1 Five Lakes
  • 2 Golden Reflections
  • 3 Blue Night
  • 4 Digital Twin Fuji
  • 5 AgriTech Fuji
  • 6 Pastoral Fuji
  • 7 Floral Fuji
  • 8 Sea of Clouds
  • 9 Torii Paths
  • 0 Tokyo Crossing

Deployment

This project is deployed on Vercel.

Current live URL:

GitHub repository:

Ukiyo-e studies by zrt

Generated for this archive and committed with the README so the project page can show a small editorial set.

zrt ukiyo-e study 1 zrt ukiyo-e study 2 zrt ukiyo-e study 3 zrt ukiyo-e study 4 zrt ukiyo-e study 5

Notes

  • The repo currently includes original source images and generated verification screenshots, so it is heavier than a minimal deploy-only repo.
  • User-facing taxonomy is based on Japanese place-worlds and visual systems, not source filename provenance.
  • The Fuji Atlas lightbox is designed to keep the preview image dominant, with compact overlay metadata and optional detail expansion.

On-Chain Systems Portfolio

Core XRPL EVM systems plus related public product and AI repositories from the same portfolio.

Project Description Status
ZUC Mine Command Center On-chain uranium mining operations dashboard with real-time reserve tracking, miner registry, and direct contract interaction through a frontend-only control surface. Live
U235 Fuel Cycle Deterministic XRPL EVM fuel-cycle pipeline that tracks uranium batches from ore to enriched fuel rod with full on-chain traceability. Live
ISR Network In-situ recovery control system with on-chain asset tracking, lifecycle state transitions, and operator-facing industrial simulation. Live
Dark Matter Farm XRPL EVM staking protocol with three orbit tiers, lock-period yield mechanics, and event-driven reward emissions. Live
Cohr Lab Semiconductor laser fabrication lifecycle modeled as an immutable on-chain state machine from crystal growth to final pigtail. Live
ForgeX Foundry-powered XRPL EVM deployment console that combines a natural-language UI, Node CLI orchestration, and realtime shader-based visuals. Live
DatumX Verification protocol for AI-transformed industrial data with deterministic lineage, validator review, and XRPL EVM finalization. Live
Ethex Lottery Game Foundry plus Next.js betting workflow that modernizes the EthexLoto lifecycle for XRPL EVM reviewer-facing execution. Public Repo
3DMoonX Cinematic lunar industrial-base experience that combines Blender source assets with a React Three Fiber web runtime. Live
Unknown002 Browser-based 3D engineering viewer for a nuclear-electric propulsion spacecraft concept with staged prompt-pack support. Public Repo
AI Engineering Evidence Engine Interactive evidence dashboard that turns local engineering proof into a reviewer-facing systems narrative. Live
Build Doctor Codex-style build diagnosis harness for failed Next.js and Vercel builds with deterministic failure analysis. Live
AI Gateway Failover Playground Public-facing sandbox for request routing, provider fallback, and resilient AI gateway behavior. Live
Enterprise Agent Workflow Studio Public-facing studio for approval-gated enterprise agent workflows, risk scoring, and audit-oriented design. Live
Resume Evidence RAG Auditor Public-facing proof surface for claim verification, evidence retrieval, and grounded resume bullet generation. Live
AI Resume Tailor Service Static Vercel-ready application for evidence-backed resume, cover-letter, and job-packet tailoring. Live
Fuji Cinematic Next.js Fuji gallery atlas for portfolio storytelling and visual system design. Live
AI Agents for Beginners Lesson repository for getting started building AI agents. Public Repo
Agentic RAG Memory Digital Twin Edge System Public-facing landing page for an agentic RAG, memory, and digital-twin edge-system portfolio project. Live

About

Fuji Gallery Atlas as a fresh Next.js App Router project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors