Skip to content

simplearyan/kenichi-solid

Repository files navigation

Kenichi Studio

Support on Ko-fi

A high-performance, professional web-based video editor prototype inspired by macOS aesthetics. Built with SolidJS, TypeScript, and Tailwind CSS.

🌐 Live Preview

Launch Latest Version

πŸ“š Version Archive

Explore Previous Versions (Selection Portal)

✨ Features

  • Modular UI Architecture: A responsive three-panel workspace with toggleable sidebars and a bottom-docked timeline.
  • High-Performance Rendering: Decoupled Canvas engine with a dedicated requestAnimationFrame loop for smooth 60fps previews.
  • Advanced Export Engine: Background video rendering (HD, 2K, 4K) using Web Workers and WebCodecs via mediabunny.
  • Export Control Center: Full control over the rendering process with Stop, Pause, and Resume capabilities.
  • Professional Toolset:
    • Source Modal: Interactive media trimming with touch-friendly scrubbers.
    • Hierarchical Tracks: Advanced track management with reordering, locking, and muting.
    • Ripple Editing: Intelligent clip shifting and automatic splitting for seamless edits.
  • Mobile-First Workspace: Adaptive layout with a scrollable navigation bar for editing on any device.
  • Multi-Track Audio Mixdown: Offline audio rendering using OfflineAudioContext for perfectly synced multi-track exports.
  • Media Ingestion: Support for importing Video, Audio, and Images with automatic metadata extraction.
  • Chroma Key & Pixel FX: Real-time green screen removal and color correction filters (brightness, contrast).
  • Motion Graphics: Keyframeless animation system with In, Out, and Loop states (Fade, Slide, Zoom, Rotate, etc.).
  • Advanced Styling & HUD:
    • Styling: Hardware-accelerated Border Radius and multi-parameter Drop Shadows for all visual layers.
    • Performance Monitoring: Real-time FPS counter and dynamic resolution tracking in the preview window.
    • Customization: Global Canvas background control (Transparent, Solid, Custom Colors).
  • Cinematic Color Grading: Professional-grade Exposure, Whites, Blacks, Saturation, Temperature, and Tint controls with hardware-accelerated rendering.
  • Flicker-Free Scrubbing: Advanced Frame Ghosting engine that eliminates black-frame glitches during timeline seeking and scrubbing.
  • Pro Typography: Granular control over Letter Spacing, Font Weight (300-900), and emoji-safe text animations.

πŸš€ Tech Stack

πŸ—οΈ Project Structure

kenichi-studio/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   β”œβ”€β”€ layout/       # Main workspace panels (Header, Panels, Grid)
β”‚   β”‚   └── modals/       # UI modals (Export, Source Ingestion)
β”‚   β”œβ”€β”€ engine/
β”‚   β”‚   β”œβ”€β”€ Renderer.ts       # Core rendering loop (Main & Offscreen)
β”‚   β”‚   β”œβ”€β”€ ExportEngine.ts   # Background export orchestration
β”‚   β”‚   β”œβ”€β”€ AudioEngine.ts    # WebAudio context management
β”‚   β”‚   β”œβ”€β”€ LayerManager.ts   # Layer manipulation logic
β”‚   β”‚   └── LayerRegistry.ts  # DOM-to-Canvas node mapping
β”‚   β”œβ”€β”€ store/                # Global SolidJS stores (projectStore)
β”‚   β”œβ”€β”€ workers/              # Background Web Workers
β”‚   β”‚   β”œβ”€β”€ mediabunny.worker.ts # Video encoding (MP4/WebM/MOV)
β”‚   β”‚   └── zip.worker.ts        # PNG sequence archiving
β”‚   β”œβ”€β”€ utils/                # Resizer, Math, and UI helpers
β”‚   β”œβ”€β”€ assets/               # Static assets and fonts
β”‚   └── index.tsx             # App entry point
β”œβ”€β”€ public/                   # Public static files (Favicon, etc.)
└── index.html                # HTML template with SEO optimizations

🎞️ Export Capabilities

The Kenichi Export Engine is designed for pro-grade background rendering:

  • Headless Pipeline: Renders to OffscreenCanvas without blocking the main UI thread.
  • Live Controls: Interactive Stop/Pause/Resume during the rendering loop.
  • Formats: Supports MP4 (H.264), WebM (VP9), MOV, and lossless PNG Sequences (ZIP).
  • Resolutions: Preset support for 720p, 1080p, 1440p (2K), and 2160p (4K).

πŸ“¦ Version History

v1.5.3 - Vector Shapes & Text-First Layering (Current)

  • Text-First Layering System: Implemented automated top-track routing for text clips with dedicated "Text Track" auto-insertion at the absolute top of the timeline (index 0).
  • Vector Shapes Engine: Added high-performance rendering for Rectangle and Circle primitives with full support for transforms, animations, and hardware-accelerated shadows.
  • Contextual UX Optimization: Reprioritized the properties panel to surface text and shape styling at the very top, eliminating scroll time for content and typography adjustments.
  • Timeline Identity System: Integrated color-coded clip identities, using a distinct Indigo identity for vector shapes to visually differentiate them from media and text clips.

v1.5.2 - Pro Pitch Black & Multi-Version Portal

v1.5.1 - Cinematic Engine & Grading Suite (Stable)

  • Professional Grading Suite: Full control over Exposure, Whites, Blacks, Saturation, and white balance (Temperature & Tint).
  • Frame Ghosting Engine: Implemented persistent per-layer buffering to eliminate visual flickers during timeline scrubbing and seeking.
  • Timeline UX Overhaul:
    • Active Track Highlighting: Dynamic visual feedback for selected tracks and lanes.
    • Content-Aware Labels: Timeline clips now dynamically display text content as titles.
    • Playback Persistence: Automatic resumption of playback after seeking or clip manipulation.
  • High-Fidelity Typography: Added support for Letter Spacing and granular Font Weight (300-900) selection.
  • Performance HUD v2: Consolidated filter pipeline into a single hardware-accelerated pass for smoother 60fps previews and mobile-safe exports.

v1.5 - Stylist & Performance HUD

  • Advanced Styling: Customizable Border Radius and granular Drop Shadows (Blur, Offset, Color) for Video, Image, and Text.
  • Canvas Customization: Global support for Transparent, Solid presets, and Custom hex backgrounds.
  • Performance HUD: Real-time FPS counter and dynamic resolution metadata tracking in the preview window.
  • Rendering Refinement: Implemented 'Shadow Caster' logic for rounded corners and flicker-free pausing via drift tolerance.
  • Custom UI Components: Replaced native browser dropdowns with premium, high-fidelity PropSelect and HeaderSelect components.

v1.4 - Mobile Studio & Export Control

  • Interactive Export: Added Stop, Pause, and Resume buttons to the Export Modal.
  • Mobile Workspace: Scrollable navigation bar for small screens (Timeline, Media, Clips, Props, Text, Shapes).
  • Unified Support: Integrated Ko-fi support for project sustainability.
  • Toolbar Optimization: Context-aware timeline tools that adapt to screen size.

v1.3 - Professional Toolset

  • Source Modal: Interactive media trimming with zoom-aware scrubbers.
  • Track Hierarchy: Drag-and-drop track reordering and track-level controls.
  • Ripple Mode: Intelligent clip shifting and professional splitting logic.
  • Audio Mastery: Advanced trim views and volume normalization.

v1.2 - Aesthetic Overhaul

  • Professional macOS-inspired dark mode design.
  • Responsive three-panel architecture with resizable dividers.
  • Animated sidebar transitions and dock-style timeline.

v1.1 - Stability & Resilience

  • Self-healing media registry for reliable rendering.
  • Wait-for-ready pipeline to prevent "Black Frame" glitches.
  • Improved async media loading and progress tracking.

v1.0 - Initial Foundation

  • Multi-track timeline supporting Video, Audio, Image, and Text.
  • Media Pool for asset management and ingestion.
  • Basic clip properties (Scale, Position, Rotation).
  • Core Browser-based rendering engine.

πŸ› οΈ Getting Started

Installation

npm install

Development

npm run dev

Build

npm run build

πŸ“œ License

MIT

About

A high-performance, professional web-based video editor prototype inspired by macOS aesthetics. Built with SolidJS, TypeScript, and Tailwind CSS.

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors