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
source-images/Original archive images.public/fuji/Canonical deployable Fuji Atlas frames used by the/fujiroutes.public/gallery/Optimized gallery variants for the broader gallery pipeline.scripts/generate-fuji-manifest.mjsScanspublic/fuji, reads metadata overrides, generatessrc/data/fuji-images.ts.scripts/fuji-category-seed.jsonManual curation source of truth for category and metadata overrides.src/data/fuji-images.tsGenerated typed manifest consumed by the app.src/app/fuji/page.tsxMain Fuji Atlas gallery route.src/app/fuji/film/page.tsxFilm mode route.src/app/fuji/curate/page.tsxStatic curation workflow.
- 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
/Original gallery shell./fujiMain curated Fuji Atlas experience with chapter rail, masonry gallery, and lightbox./fuji/filmHorizontal cinematic presentation mode for walkthroughs and recordings./fuji/curateKeyboard-assisted static tagging workflow for visual classification./filmCompatibility alias that redirects to/fuji/film./curateCompatibility alias that redirects to/fuji/curate.
Install dependencies:
npm installStart the app:
npm run devBuild the app:
npm run buildLint the codebase:
npm run lintRegenerate the Fuji manifest after updating public Fuji assets or curation metadata:
npm run fuji:manifestValidate the gallery asset pipeline:
npm run gallery:validateRebuild the broader optimized gallery variants:
npm run gallery:buildThe curation flow is static and file-based.
- Open
/fuji/curate - Classify images visually
- Export the JSON seed from the UI
- Paste it into
scripts/fuji-category-seed.json - Run
npm run fuji:manifest
Keyboard shortcuts in /fuji/curate:
1Five Lakes2Golden Reflections3Blue Night4Digital Twin Fuji5AgriTech Fuji6Pastoral Fuji7Floral Fuji8Sea of Clouds9Torii Paths0Tokyo Crossing
This project is deployed on Vercel.
Current live URL:
GitHub repository:
Generated for this archive and committed with the README so the project page can show a small editorial set.
![]() |
![]() |
![]() |
![]() |
![]() |
- 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.
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 |




