Alive is an open source browser-based Framer editor for rapid prototyping with a hint of Invision. A Sketch plugin makes it easy to upload typical Framer layers to the server.
- [Download] (https://github.com/tomger/alive-server/archive/master.zip) (Node.js & React project)
- Run
npm install
to install dependencies - Run
npm start
to start the web server and the "Create react app" live environment. - Install the Sketch plugin to upload an artboard to your local server. The plugin will open a specific project on http://localhost:3001/edit/[sketch page id] automatically.
If that sounds scary, check out this screencast of an older version of the web editor.
- The server accepts Framer JSON and PNG assets through HTTP POST
- The web client can edit and compile CoffeeScript for each artboard.
- Navigate through code by clicking on artboard previews.
- Autocomplete for Framer framework and layer names.
- Invision style point and click hotspots with artboard previews.
- Sharing using a read-only ID.
- Figma asset syncing (as background cloud service)
- Authentication / safer sharing
- More point & click FlowComponent transitions
- Improved autocomplete
- Point & click drawing of click targets