Skip to content

Public roadmap

This roadmap is generated dynamically from a Membrane program we wrote to fetch tasks from our public-roadmap list in Height.

That program uses the height driver, which simplifies interacting with Height’s API. Feel free to fork the program! Or if you’d like to set up something similar for a different tool (e.g. Linear), reach out to us on Discord—we’d be happy to help.

Tasks

  • todo

    Improve package search

    We’re currently only indexing the name of the package but ideally we’d index the description and perhaps even the code
    Feedback
  • todo

    Navigator address bar popover

    This bar doesn’t have enough room to show many grefs so it’s hard to understand where we are.
  • considering

    Support Membrane desktop client

    Some users prefer using an IDE that runs locally.
    For context, Membrane started as a VS Code extension. We moved to a Web-based IDE due to limitations inherent to being an extension, but Web-based IDEs have limitations too, particularly clashing keyboard shortcuts.
  • considering

    Integrate a copilot to the Web IDE

    Many developers won’t code without an LLM copilot these days. We should support using one. This could be via openvsx extensions like Codeium and Cody, or a hand-rolled Membrane copilot.
  • in-progress

    Easier Code Sharing

    Allow users to easily share programs with each other without having to git clone/push.
  • in-progress

    Interaction with log messages is confusing

    Clicking log messages is very unintuitive at the moment. Clicking on any log line should open the details panel. We could use Cmd/Ctrl+click to navigate to another program.
  • in-progress

    Dashboard

    Spatial canvas with interactive, customizable UI components backed by your Membrane Graph