YT-TechDev logoYT-TechDevPortfolio & Blog
HomeAboutProjectsLabBlogContact
YT-TechDev logoYT Tech DevBlog Portfolio

A personal portfolio and engineering blog focused on frontend development, interactive UI, React Three Fiber, and practical product building.

Next.jsTypeScriptR3FSupabaseCloudFlarevercel

Site

  • Home
  • About
  • Projects
  • Blog

Explore

  • Lab
  • Portfolio
  • Contact

Focus

  • Frontend
  • React Three Fiber
  • Design Notes

© 2026 YT Tech Dev. All rights reserved.

Built withNext.js, Tailwind CSS, and Supabase.

ENOriginalJA日本語

Projects

Projects & Case Studies

A collection of product ideas, frontend experiments, creative coding systems, and architecture-focused projects. The homepage presents these as interactive previews, while this page keeps the details readable and structured.

Index

Interactive PortfolioTraceraftR3F Particle Skill SystemBlog Content PlatformLINE Assistant Replacement

Portfolio / Frontend

Interactive Portfolio

Current

A motion-driven personal portfolio built with Next.js, Framer Motion, React Three Fiber, and particle-based interaction design.

This portfolio is designed as an interactive entry point rather than a traditional static landing page. The top page focuses on visual presentation, motion, and creative frontend expression, while the supporting pages provide readable project, lab, blog, and about content.

Next.jsTypeScriptTailwind CSSFramer MotionR3F

Highlights

  • Interactive homepage without a traditional header.
  • Horizontal content phase for projects and blog entries.
  • Server-first page structure for readable supporting pages.
  • Motion and 3D effects used as part of the visual identity.

SaaS Concept

Traceraft

Prototype

A developer-focused proof-of-work concept for recording development traces, progress, and technical decisions.

Traceraft is a product concept for developers who want to keep a clear record of their engineering process. The idea focuses on turning everyday development activity into structured, shareable evidence of technical work.

Product DesignNext.jsSupabaseArchitecture

Highlights

  • Designed around proof-of-work for individual developers.
  • Explores how development progress can be organized and presented.
  • Focuses on clarity, trust, and technical decision history.
  • Kept intentionally small to avoid over-engineering at the MVP stage.

Creative Coding

R3F Particle Skill System

Experimental

A handmade particle morph system that transforms skill icons into interactive visual experiences using React Three Fiber.

The skill section uses React Three Fiber to create an interactive particle stage. Instead of only listing technologies as text, each selected skill can be represented through particle motion and handmade icon point generation.

React Three FiberThree.jsTypeScriptCanvasSVG

Highlights

  • Uses particles as a visual representation of technical skills.
  • Explores handmade point generators for icon-like shapes.
  • Connects UI state with WebGL-style rendering behavior.
  • Demonstrates frontend thinking closer to game-engine style updates.

Full-stack / Content

Blog Content Platform

Active

A lightweight blog system using Supabase, server-side data fetching, and Cloudflare R2 assets.

The blog system is designed to keep the public portfolio lightweight while still allowing structured content, image assets, and detailed technical writing. Supabase is used for data storage, while Cloudflare R2 handles image assets.

Next.jsSupabaseCloudflare R2TypeScript

Highlights

  • Public-read content model for portfolio articles.
  • Server-side data fetching for blog detail pages.
  • Cloudflare R2 used for hosted image assets.
  • Designed without Prisma to keep the MVP architecture simple.

Automation / AI

LINE Assistant Replacement

Planning

A replacement plan for a long-running LINE Messaging API and GAS automation app.

This project explores how an existing LINE Messaging API and Google Apps Script automation app could be redesigned with a more modern architecture. The original app has continued running for years, making it a useful case for thinking about replacement strategy.

LINE Messaging APIGASAutomationAI

Highlights

  • Based on a real long-running automation app.
  • Includes scheduled messages, weather data, logs, and page jumps.
  • Explores how AI features could be added to an existing workflow.
  • Useful as a bridge between legacy automation and modern application design.