This is a simple and beautiful notepad:-)
Based on Bootstrap. Hosted on Heroku. Powered by Rails.
heroku config:set MAILER_DOMAIN=[...]
heroku config:set MAILER_USERNAME=[...]
heroku config:set MAILER_PASSWORD=[...]
heroku run rake db:migrate
heroku run rails console
Admin.create!({ :email => '...', :password => '...', :password_confirmation => '...' })It is released under the MIT License.