Releases: JubaKitiashvili/onemore
Releases · JubaKitiashvili/onemore
v2.3.0 — Video Analysis with Gemini/OpenAI
Video Analysis — Record it. Recreate it.
Send a screen recording of any website or app, get a complete implementation blueprint.
New Features
Multi-Provider Video Analysis
- Google Gemini 3.1 Flash/Pro — native video analysis (~15s, ~$0.01/video)
- OpenAI GPT-4o — alternative provider (~$0.04/video)
- Built-in ffmpeg pipeline — free, no cloud dependency (~3.5min)
- Auto-fallback: Gemini → OpenAI → ffmpeg
Auto-Detect Project Stack
- Reads
package.jsonand auto-targets your stack - Supports: React Native, Expo, Next.js, React, Vue, Svelte, Flutter, SwiftUI, and more
- No need to specify platform — OneMore figures it out
Smarter Analysis (5/6 accuracy vs Apple TV+ source code)
- 4 critical interpretation rules for scroll-linked animations
- High-res composites (640px) for better frame analysis
- Layer detection, parallax rates, color-match transitions
- Hover state inference from component types
- Gesture/interaction detection
Dual Output
build-prompt.md— self-contained spec for any AI code assistantblueprint.md— detailed frame-by-frame analysis
New Files
README.md— full documentation with video prompting guidescripts/gemini_analyze.py— multi-provider video analysis (stdlib only, no pip deps)- Video Analysis section on landing page
Setup (Optional)
# Edit ~/.claude/skills/onemore/onemore.local.md
gemini_api_key: "AIzaSy..." # Get free key: aistudio.google.com/apikey
openai_api_key: "sk-..." # Optional alternativeWithout API keys, the built-in ffmpeg analysis works perfectly — completely free.
OneMore v1.0.0
OneMore v1.0.0 — Apple HIG Design Intelligence
One more thing your design needs.
What's included
- 700+ Apple HIG design rules across 34 CSV databases
- 13 framework stacks (SwiftUI, React, React Native, Flutter, Next.js, Vue, Svelte, Tailwind, shadcn/ui, NativeWind, UIKit, Nuxt, Astro)
- 11 AI platform integrations with auto-detect
- 7 export formats (Tailwind, CSS, SwiftUI, Flutter, SCSS, JSON, React Native)
- Redesign scanner with Expo/NativeWind detection
- Design system generator with reasoning
- Apple Product Page Animation Standard (from 25 apple.com page analysis)
Quick Start
npx onemore init