EveryDev.ai
Subscribe
Home
Tools

3,121+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. FableCut
    FableCut icon

    FableCut

    Video

    A zero-dependency browser-based non-linear video editor with a JSON timeline that AI agents can drive via MCP, REST, or direct file editing.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT license. Self-host with Node 18+ and a Chromium-based browser.

    Engagement

    Available On

    Web
    CLI
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    VideoMCP ServersAutonomous Systems

    Alternatives

    video-useHyperFramesMainframe
    Developer
    Ronak ParmarVadodara, IndiaEst. 2024

    Listed Jul 2026

    About FableCut

    FableCut is an open-source, Premiere-style non-linear video editor that runs entirely in the browser and exposes its entire timeline as a single JSON document. Built by ronak-create and released under the MIT license, it is designed from the ground up to be operated by AI agents — including Claude Code and Claude Desktop — while a human watches the timeline update live. The project has no npm dependencies and starts with a single node server.js command.

    What It Is

    FableCut sits at the intersection of a capable browser video editor and an AI-agent control surface. The core idea, as the README describes it, is that "the project file is the interface": project.json describes media, clips, tracks, effects, keyframes, and transitions, and any process that can write JSON can edit video. The open browser UI hot-reloads within approximately 150 ms via server-sent events, so a human and an agent can work on the same timeline simultaneously. It supports 4 video tracks and 3 audio tracks, drag/trim/split/snap, undo/redo, multi-select, beat and cue markers, real decoded audio waveforms, and canvas aspect presets for 16:9, 9:16 reels, 4:5, and 1:1.

    AI Agent Control Surfaces

    FableCut exposes three equivalent ways for an agent to drive the editor:

    • MCP server — a bundled, zero-dependency stdio MCP server registers with Claude Code or Claude Desktop via one command. Tools include fablecut_status, fablecut_docs, fablecut_get_project, fablecut_set_project, fablecut_patch_project, fablecut_import_media, and fablecut_analyze_reference. The surface is described as "token-efficient by design": agents patch the timeline with small ops rather than round-tripping the whole document.
    • Direct file editing — read project.json, modify, bump the revision counter, write. The UI live-reloads automatically.
    • REST API — GET/PUT /api/project, POST /api/upload, GET /api/library, and a server-sent events stream at /api/events.

    Conflict-safe concurrent editing is built in: a revision counter causes conflicting writes to return a 409 instead of silently overwriting changes, and the UI surfaces agent-write conflicts as a toast notification.

    Visual and Motion Capabilities

    Beyond the agent-first architecture, FableCut ships a substantial set of editing features:

    • Look: 12 one-click filter presets (cinematic, teal-orange, noir, vintage, cyberpunk), adjustment layers, full grade controls (brightness/contrast/saturation/hue, temperature/tint, blur, vignette, animated film grain), blend modes, per-edge cropping, corner radius, flip H/V, chroma key with spill suppression, and in-browser AI background removal via MediaPipe.
    • Motion: keyframe animation on ~25 properties with easing, speed ramps with time-remapped audio, camera shake, RGB-split/chromatic aberration, and 17 transitions including glitch and pop.
    • Text: kinetic captions (typewriter, word-pop, word-slide, karaoke, letter-pop, wave, bounce, shake), neon glow, Google Fonts loaded by name, gradient fills, outline, background pills, and soft shadows.
    • Animated SVG clips: a first-class svg clip kind where CSS @keyframes-animated SVGs render frame-accurately in preview and export; agents can author their own vector overlays as plain .svg files.

    Reference Video Remake

    A standout feature is the reference-video analyzer (analyze.js / POST /api/analyze / fablecut_analyze_reference MCP tool). Given a reference edit, it returns an edit blueprint: shot boundaries, music beats and BPM, a loudness curve, per-shot energy, the drop, and the reference's music track extracted into the project's media folder. The README describes the workflow as: give an agent a reference reel, have it call fablecut_analyze_reference, receive the blueprint, and rebuild the structure shot-for-shot with the user's own footage. This requires no extra dependencies beyond ffmpeg for decoding.

    Update: v1.3.0 — Reference Remake + Demo Video

    The latest release, v1.3.0 (published 2026-07-09), is titled "FableCut v1.3.0 — reference remake + demo video," indicating the reference-video analysis and remake workflow is a recent addition to the project. The repository was created in July 2026 and last pushed on 2026-07-09, showing active early development. The project had accumulated 315 stars and 18 forks within days of creation, reflecting strong early community interest in the AI-agent-driven editing concept.

    FableCut - 1

    Community Discussions

    Be the first to start a conversation about FableCut

    Share your experience with FableCut, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT license. Self-host with Node 18+ and a Chromium-based browser.

    • Full browser-based NLE editor
    • MCP server for AI agent control
    • REST API and SSE live updates
    • All editing, grading, motion, and text features
    • Reference video analyzer

    Capabilities

    Key Features

    • Browser-based non-linear video editor (Premiere-style)
    • JSON timeline as the primary interface (project.json)
    • MCP server for AI agent control (Claude Code, Claude Desktop)
    • REST API and server-sent events for live UI updates
    • 4 video tracks + 3 audio tracks
    • Drag, trim, split, snap, undo/redo
    • Timeline multi-select with rubber-band marquee
    • Beat and cue markers with edge snapping
    • Real decoded audio waveforms on clips
    • Canvas aspect presets (16:9, 9:16, 4:5, 1:1)
    • 12 one-click filter presets
    • Adjustment layers
    • Full grade controls (brightness, contrast, saturation, hue, temperature, tint)
    • Vignette and animated film grain
    • Blend modes, fit modes, per-edge cropping, corner radius, flip H/V
    • Chroma key (green screen) with spill suppression
    • AI background removal via MediaPipe (in-browser)
    • Keyframe animation on ~25 properties with easing
    • Speed ramps with time-remapped audio
    • Camera shake and RGB-split/chromatic aberration
    • 17 transitions including glitch and pop
    • Kinetic captions (typewriter, word-pop, word-slide, karaoke, letter-pop, wave, bounce, shake)
    • Neon glow text effect
    • Google Fonts loaded by name
    • Animated SVG clips with frame-accurate rendering
    • Reference video analyzer (shot boundaries, BPM, energy, music extraction)
    • Edit blueprint generation for reference remake
    • Asset library (elements, sound FX, SVG, fonts)
    • Fast export via browser compositor + ffmpeg (CRF-18 MP4)
    • MediaRecorder fallback export
    • Conflict-safe concurrent editing via revision counter
    • Zero npm dependencies
    • Live-reloading UI via server-sent events (~150ms)

    Integrations

    Claude Code
    Claude Desktop
    MCP (Model Context Protocol)
    ffmpeg
    MediaPipe
    Google Fonts
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate FableCut and help others make informed decisions.

    Developer

    Ronak Parmar

    ronak-create builds FableCut, a zero-dependency browser-based non-linear video editor designed for AI agent control. The project exposes a JSON timeline interface controllable via MCP, REST, or direct file editing, enabling AI agents like Claude to drive video editing workflows. FableCut is released as open-source software under the MIT license.

    Founded 2024
    Vadodara, India
    1 employees
    Read more about Ronak Parmar
    WebsiteGitHubLinkedIn
    1 tool in directory

    Similar Tools

    video-use icon

    video-use

    An open-source tool that lets you edit videos with AI coding agents like Claude Code by reading transcripts and generating final.mp4 outputs.

    HyperFrames icon

    HyperFrames

    An open-source framework for turning HTML, CSS, media, and seekable animations into deterministic MP4 videos, built for AI coding agents and automated pipelines.

    Mainframe icon

    Mainframe

    Mainframe turns AI agent work into shareable videos your team can watch, narrated in your voice and branded to your company.

    Browse all tools

    Related Topics

    Video

    AI tools that generate or edit video — from text-to-video and animation to avatars, dubbing, and short-form clips.

    74 tools

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    136 tools

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    323 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions