Harrisonl
Hey Guys,
Im pretty keen on creating an open source project to really show off the power of elixir/phoenix but not 100% sure on what I should be building.
Some Idea’s:
-
Web Scraper web interface:
So a locally installed server which allows anyone really to scrape data from a website. They can then set up endpoints where they want this data to be sent to/create an api. Possible concerns with this one are the legalities + there is already something similar called Portia -
Blogging Platform for Developers
Bit more of a Generic one but a static site generator like Jeklly with a more developer focused approach. E.g. syntax highlighting out of the box, slick admin user interface, integrations with things like slack/github etc. -
Background Process
Some sort of background process that does X. Not really sure exactly what but If anyone has any ideas that would be great.
Would love to hear some more ideas if anyone has any!
Trending in Discussions
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixir-ls
- #ai
- #elixirconf-us
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 9- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
AstonJ
Have a look at this thread @Harrisonl
I like this idea… but not a static site generator, Phoenix is fast enough for it to be hosted imo. So I’d be more interested in something more dynamic than Jekyll, with commenting and the ability to extend it perhaps (a bit like Wordpress). Who knows a Wordpress killer might be written in Phoenix
Harrisonl
Oh cheers for the link, I’ll have a look through them!
In regards to the blog - I was wondering if you knew what the speed difference would be with having SSR via Phoenix vs Nginx service gzipped html?
bobbypriambodo
Yes please! Less Jekyll but more like hosted Medium/Wordpress for developers
Harrisonl
Looks like this is the popular opinion on what I should build:
@bobbypriambodo @AstonJ
So just to clarify:
What about comments?
Should it automatically ship with something like disqus already integrated?
Or should I roll my own comment system. It would be cool if discourse had their own comment system
AstonJ
I don’t tbh, I haven’t deployed an Elixir app myself yet.
Are the integrations for commenting? If so Twitter / fb / google are three must haves (while the blog might be used by devs the general population may want to comment) and GH too of course.
I’d suggest roll your own comments plus support for disqus with the ability to change between them at any time (like u can with WP).
And don’t forget some sort of import tool - I’d love to just import my wordpress posts (with their disqus comments) easily. I really don’t want to lose my comments.
Harrisonl
Integrations were going to be different in that sense. I was thinking more of like (Comment received → Post comment to slack), (Github → If a post was about a project have a widget displaying information regarding the project). They were just some off the bat ideas.
When you say are the integrations for commenting were you referring to like create my own commenting system and allow people to comment using their Social + GH accounts?
In regards to importing - I agree. Definitely going to need to import from the bigger platforms if there is any hope of adoption.
I created a repo + trello skeleton if you want to check it out (trello at the bottom of the readme)
Github
Eiji
What do you think about voting system I suggested?
), so I can’t help now, but it could be helpful for me and other beginners.
I think that advanced filtering with it could be really interesting.
I currently don’t have a time for it (I’m working on 3 projects and think about
1_000moreOvermindDL1
For note, Discourse has built in support for acting like a commenting system in a blog (even a static site blog!). ^.^
Kurisu
Oh great! I was googling on how to add
commentsfeature to a Phoenix website and found this topic. This is perfect for me since I will be deploying aDiscourseforum anyway.