Made by @kilianvalkhof
- 💻 Polypane - Develop responsive websites and apps twice as fast on multiple screens at once
- 🖌️ Superposition - Kickstart your design system by extracting design tokens from your website
- 🗒️ FromScratch - A smart but simple autosaving scratchpad
Demo Facebook Messenger (bot) interactions without showing personal chats. Hides the sidebar automatically.
By default the sidebar is hidden. Press Ctrl + b
or Cmd + b
or the menu to toggle it on and off. Use Messenger like you normally do.
Recent downloads for macOS, Windows and Linux available on the website or the releases page on Github
git clone https://github.com/Kilian/messenger-demo-viewer.git
cd messenger-demo-viewer
npm install
To run development version:
npm run dev
To create packaged excecutables for all platforms:
npm run package
To create an installer:
# for windows (exe)
npm run dist:win
# for mac (dmg) only available on mac.
npm run dist:mac
# for linux (deb and tar)
npm run dist:lin
Messenger demo viewer is licensed under ISC. It is not affiliated with Facebook or Messenger.