Cosmos Browser

Cosmos Browser

Connect to the Internet through SMS without data or Wi-Fi

2 followers

Launch tags:
Tech
Launch Team

What do you think? …

Krish Dholakiya
These guys (@stestefanfan, @therealbrohith, @justicetsuh, and Shreyas Raman) built this in 36 hours at MHacks. They also recently turned down VC money in favor of bootstrapping/staying open source. Kudos guys!
Rohith Varanasi
Hi all, I'm Rohith. I wrote the backend! Feel free to ask questions and make pull requests :)
Ben Basche
@therealbrohith This is huge for Africa
Ty Martin
How does it work? Sounds interesting.
Krish Dholakiya
@tymrtn in their words: “So we created a web browser app. the app sends a text to our twilio backend which is the url you want. then the backend gets the HTML of that url, it minifies it, compresses it with the GZIP compression algorithm, encodes it in Base64 and then sends the data stream as a series of text messages to the phone which then get read and the browser renders the HTML.“
Ty Martin
@krrishd awesome. What kind of speed can one expect (noting that getting any internet by sms is already amazing)?
Clark Wimberly
@tymrtn it says that the messages come back at the rate of 3 per second, so I guess it really depends on how long that Base64 string is and how many messages it gets split into.