EchoPages

EchoPages is a single-binary web service built with the Crystal programming language. It allows users to submit HTML content and receive a unique URL to access it, making it possible for sharing and testing HTML snippets. The service utilizes SQLite as its database backend.

Requirements

Build from source

Live Demo

Experience EchoPages in action by visiting our live demo:

EchoPages Live Demo

Access Details

Please note that this is a shared account for demonstration purposes only. Do not store any personal or sensitive information.

Contributing

  1. Fork it (https://github.com/mamantoha/echo_pages/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors