Hi ,
Thought I’d share this here as I’ve been building my latest project with Elixir + Phoenix. The project is called Snipline ( https://snipline.io/ ).
It started off as a side project to help myself manage useful shell commands that I found on the web. I wanted to be able to search and copy commands easily and change paths and parameter options for each environment.
I chose to use Elixir and Phoenix for the API as I’ve been using this stack on other small projects for a while now and I really enjoy both the language and the framework. I’m also considering some real-time features in the future and I know I’m in good hands with Elixir.
I wrote in a bit more detail some of the pain points of the initial build here if anyone is interested.
Anyway, I’d love to hear some feedback on it if anyone’s interested!