Server-less message sharing

Sergey Royz
1 min readMay 16, 2019

--

Recently I’ve been thinking about how to turn a computer into a big sticky-note which you can leave on the table or share.

I came up with an idea which does not require any storage on a backend. It is a single-page web application which displays a message encoded into the URL itself. To make things more fun I added support for text and image as well as markdown.

In order to display the message the server just needs to serve static content with some javascript capable of decoding the message.

The source code can be found here.

Example: https://zjor.github.io/graffiti/?m=aXsidCI6IldlIE5BU0EgYW5kXG53ZSBrbm93IGl0IiwiaSI6Imh0dHBzOi8vZGV2ZWxvcGVycy52aWRlby5pYm0uY29tL2ltYWdlcy9leGFtcGxlLWNoYW5uZWwtbmFzYS5qcGcifQ==

Happy messaging!

--

--

Sergey Royz
Sergey Royz

Written by Sergey Royz

Co-founder and CTO of a crypto startup. A full-stack software engineer with a passion for creating innovative tech solutions that make a difference.

No responses yet