DEV Community

Harrison Kugler πŸš€πŸ„
Harrison Kugler πŸš€πŸ„

Posted on

Confuzed Beginner

Hi everyone πŸ‘‹ I am new here, and really struggling with my new project. It is 5am so I will keep this short.

Last I built this side project using Wordpress last year CryptoCoinResources.com

I am trying to build a version 2 with Product Hunt like functionality

I am currently using the following:

SailsJS
VueJS
Undecided on DB but I am comfortable with Firebase/s3

I am wondering if there is an easier 'stack' / approach.

I want the site to have the basic functionality of PH, upvotes, login, submissions, follows, etc.

Thank you in advance for your help.😊

Top comments (2)

Collapse
 
ben profile image
Ben Halpern

Product Hunt (and dev.to) are Ruby on Rails apps.

Sails is a Node framework inspired by Rails, but is probably a bit less mature. Between Sails, Django, Rails, Phoenix and others, each ecosystem basically has its version of this kind of framework.

I feel like Rails, being about the most mature, would probably lead to fewer hiccups, but it really depends.

Firebase strikes me as possibly unnecessary compared to the more "standard" postgres, but that might just be me being out of touch with what the cool kids are doing these days.

The stack you chose seems perfectly suited. I'd suggest trying to scope down the project's features. That's probably where your biggest wins will come from. No stack is universally "easier" than another.

Collapse
 
harrisonkugler profile image
Harrison Kugler πŸš€πŸ„

Thank you doesn't cover it, I will post my progress! I definitely need to scope down for the first iteration.