Awesome
Pixelated User Agent
The Pixelated User Agent is the email client of the Pixelated ecosystem. It is composed of two parts, a web interface written in JavaScript (FlightJS and React) and a Python API that interacts with a LEAP Provider, the email platform that Pixelated is built on.
Here's a podcast that explains the project.
Pixelated is still in early development state!
Installing Pixelated as a Service
To run your own instance of Pixelated, follow these instructions: https://github.com/pixelated/puppet-pixelated#manual-installation
Installing Pixelated for Development
If you want to run and test it locally, then before you have to install the following dependencies:
- Vagrant, a tool that automates the setup of a virtual machine with the development environment;
- A vagrant compatible provider, e.g. Virtual Box;
- If you don't want to use vagrant, check the Developer-Setup-on-native-OS page.
Option 1: Run Pixelated User Agent against an existing LEAP provider
-
If you don't have access to an existing LEAP provider, you can create an account at Bitmask mail demo provider.
-
Clone the Pixelated User Agent repo and start the virtual machine (downloads 600MB, you may want get a coffee or tea in the meantime):
$ git clone https://github.com/pixelated/pixelated-user-agent.git $ cd pixelated-user-agent $ vagrant up
-
Log into the VM:
- You can access the guest OS shell via the command
vagrant ssh
run within thepixelated-user-agent
folder in the host OS. /vagrant
in the guest OS is mapped to thepixelated-user-agent
folder in the host OS. File changes on either side will reflect in the other.
$ vagrant ssh $ cd /vagrant
- You can access the guest OS shell via the command
-
Start the pixelated user agent:
$ pixelated-user-agent --host 0.0.0.0 --multi-user --provider=mail.bitmask.net
You also have other ways to start the user agent. Check the "Single User Mode vs Multi User Mode" page.
-
Go to localhost:3333 on your browser. You should see the login screen, where you can put your username and password created on step 1. Once you login, you'll see your inbox.
First time email sync could be slow, please be patient. This could be the case if you have a lot of emails and it is the first time you setup the user agent on your machine.
Option 2: Run Pixelated User Agent against a local LEAP provider
We suggest you to use the following instructions:
- Install Pixelated User Agent using Developer-Setup-on-native-OS page;
- Install a local LEAP provider using the LEAP Platform installation with vagrant instructions.
- Running user agent against a local LEAP provider
Contributing
You are most welcome to contribute to the Pixelated User Agent code base. Please have a look at the contributions guide.
If you want to contribute as a designer or XD, see the issues labeled 'Needs Prototype' for some ideas of where to start!
Useful links
And much more in our wiki pages