Postgres Explain Visualizer (dev) is designed to make EXPLAIN output easier to grok. It creates a graphical representation of the plan.
Pev is heavily influenced by the excellent explain.depesz.com.
Pev is written in angular 2 with TypeScript. It's based on angular2 seed and requires npm, gulp, tsd, and compass.
npm install
npm start
You may also need to install tsd and compass:
npm install tsd -g
gem install compass