LerretOpen editor

Roadmap

18 ideas

What’s next

Where Lerret can go from here. A direction, not a set of promises. What has already shipped is in the changelog.

Next up

Small steps from what already ships.

6
  • Video

    GIF export

    Animated mockups as a GIF, for READMEs, docs and chat apps that will not play video.

    Already there. Video export already renders every frame to a canvas. A GIF is a second encoder on the same frames.

  • Video

    Faster video export

    Shorter waits on long or high-resolution renders.

    Already there. Each frame is drawn from scratch today. Most of a frame does not change between two moments, so the unchanged parts can be reused.

  • Video

    Exit animations

    Blocks that leave the way they arrived, to close a clip cleanly.

    Already there. Entrances are in the timeline already. An exit is the same move run the other way.

  • Editor

    Custom watermark

    Your own logo in the corner of an export, in place of none.

    Already there. The export pipeline can already place a mark that scales with the canvas. It needs an upload and a position control.

  • Teams

    Share a theme

    Send a saved look as a link, so a team exports in one style.

    Already there. Themes are already saved to an account. Sharing one is a public, read-only copy.

  • Editor

    Blur and pixelate brushes

    Paint over an email address or an API key, not only box it out.

    Already there. The annotation toolbar has the tools laid out. They need a paint layer under them.

Planned

Bigger pieces with a clear shape.

6
  • Video

    Screen recordings inside a device

    Drop a screen recording into a phone or laptop frame and export it as video.

    Already there. The video exporter builds each frame from layers for this reason: the recording goes under the bezel, the device on top.

  • Devices

    App Store and Play Store sets

    One design, exported at every screenshot size a store listing asks for.

    Already there. The device catalogue and the canvas sizes are data. A set is a list of sizes run through the existing export.

  • Capture

    Browser extension

    Capture the tab you are on and open it in the editor, already framed.

    Already there. The editor already takes a capture from a URL. An extension supplies the image from the open tab instead.

  • Integrations

    Render API

    Send a screenshot and a template, get a finished mockup back. For release pipelines and bots.

    Already there. A versioned API route exists, and a project is plain JSON checked against a schema, so a template plus an image is a complete request.

  • Teams

    Team workspaces

    Shared drafts, shared themes and one bill, with a seat per person.

    Already there. Accounts, cloud drafts and per-feature access are in place per person. A workspace groups them.

  • Editor

    Community templates

    Publish a layout you made and start from one someone else did.

    Already there. Templates are data, and the gallery already renders from a list.

Exploring

Worth doing, not yet designed.

6
  • Integrations

    Figma plugin

    Send a frame from Figma to a device mockup without exporting it first.

  • Integrations

    AI assistant and MCP server

    Ask for "three phones on a dark gradient, tilted" and get an editable project back.

    Already there. A project is validated JSON. Anything that can write that JSON, a model included, can author a design.

  • Editor

    Desktop app

    The editor as an installed app, working offline with local files.

    Already there. Editing and export already run entirely in the browser, with no server round trip.

  • Devices

    More devices

    Foldables, Android tablets, TVs and car displays.

    Already there. A device is one entry in a catalogue, and each new one gets its own landing page.

  • Devices

    Glare and reflections

    A light sweep across the glass, still or animated.

  • Editor

    Other languages

    The editor and the site in more than English.