278d47c7934c4f17b7f1c4466f09a849b6b8ca53
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Reelkit
Desktop UI for assembling weekly "Best-of" video reels from WhatsApp clips. Shows the Clip-Auswahl (clip selection) screen: browse transcribed clips, review AI recommendations, pick what goes into the reel, and reorder via drag-and-drop.
Installation
npm install
Development
npm run dev
Build for production
npm run build
Tech Stack
- React 18
- Vite 6
- Plain CSS with CSS custom properties (oklch color space)
- Inter Tight + JetBrains Mono (Google Fonts)
Project Structure
src/
main.jsx — React entry point
App.jsx — Main app: clip list, sidebar, sticky footer
TweaksPanel.jsx — Floating tweaks panel (theme, density, export settings, …)
styles.css — All styles via CSS custom properties
Description
Languages
JavaScript
75.4%
CSS
23.7%
HTML
0.9%