Hacker News new | ask | show | jobs
by anondon 3518 days ago
Very nice!

A few questions:

- Where are you hosting this site?

- What is your tech stack?

- Do have any plan to build on this web app?

3 comments

Quite simple to work out some of this yourself:

>Where are you hosting this site?

    $ dig +short a www.createamemo.com
    memo-gen.herokuapp.com.
    us-east-1-a.route.herokuapp.com.
    23.23.225.163
> What is your tech stack?

    $ curl -I www.createamemo.com
    ...
    Server: WEBrick/1.3.1 (Ruby/2.2.4/2015-12-16)
    ...
So, it looks like it’s a Rails app hosted on Heroku.
wkhtmltopdf [0] is being used for generating PDFs.

[0] http://wkhtmltopdf.org/

The text editor used is Quill