Skip to content

Nodebb vs Wordpress vs Other

General
4 3 112 1
  • So I have started a Bible Repair/Rebinding business. I repair Bibles and then rebind them with genuine leather. I can also repair other kinds of books and such as well. I am at some point after I break even, wanting to make a website for my business. I know I can use Wordpress + WooCommerce for an instant get up and running solution. I am kind of tired of the Wordpress environment because it is so locked in and most of the plugins you need to pay for, which is understandable even if I find ways or uses for them where you can just use the free portion to get done with what you want.

    I was thinking of looking into Nodebb with an eCommerce open source software to integrate into Nodebb. I am curious what other’s recommendations are and ideas in regard to this. Do I stick with what is fast and easy to setup like the Wordpress way or go the Nodebb + whichever open source would work best with it way?

    I know there are stuff out there like shopify and those types of platforms, but I have heard many stories that as you grow the more plugins and such that you need and the cost goes up with it and you are locked into their proprietary setup and such.

    Thank you all for all the input! I appreciate it!!

  • So I have started a Bible Repair/Rebinding business. I repair Bibles and then rebind them with genuine leather. I can also repair other kinds of books and such as well. I am at some point after I break even, wanting to make a website for my business. I know I can use Wordpress + WooCommerce for an instant get up and running solution. I am kind of tired of the Wordpress environment because it is so locked in and most of the plugins you need to pay for, which is understandable even if I find ways or uses for them where you can just use the free portion to get done with what you want.

    I was thinking of looking into Nodebb with an eCommerce open source software to integrate into Nodebb. I am curious what other’s recommendations are and ideas in regard to this. Do I stick with what is fast and easy to setup like the Wordpress way or go the Nodebb + whichever open source would work best with it way?

    I know there are stuff out there like shopify and those types of platforms, but I have heard many stories that as you grow the more plugins and such that you need and the cost goes up with it and you are locked into their proprietary setup and such.

    Thank you all for all the input! I appreciate it!!

    @Madchatthew I think it really depends on the specific business model - for example, if you are selling directly via the site, then WordPress and Woocommerce make much more sense than NodeBB will owing to the complexity, and available components.

    I love the idea of this business, and it’s a skill that not many people have these days.

    If it were me, I’d go WordPress/Woocommerce, and then perhaps use NodeBB for a community around the product being sold. NodeBB currently doesn’t lean itself very well towards selling, unless you are offering subscriptions. Here, you are selling manufactured and essentially bespoke service, which would instantly lend itself to more established products.

  • @Madchatthew I think it really depends on the specific business model - for example, if you are selling directly via the site, then WordPress and Woocommerce make much more sense than NodeBB will owing to the complexity, and available components.

    I love the idea of this business, and it’s a skill that not many people have these days.

    If it were me, I’d go WordPress/Woocommerce, and then perhaps use NodeBB for a community around the product being sold. NodeBB currently doesn’t lean itself very well towards selling, unless you are offering subscriptions. Here, you are selling manufactured and essentially bespoke service, which would instantly lend itself to more established products.

    @phenomlab this makes a lot of sense and I could maybe see having a community on the website, where as you are saying Nodebb could come into play and possibly move the facebook business page to in the future or slowly over time. Then in the meantime use the tools that are already made for selling and featuring products and such.

    This makes a lot sense. I like to ask though in case there is anything I am missing.


Related Topics
  • Upgrade issues

    Solved Configure nodebb
    2
    1
    2 Votes
    2 Posts
    786 Views
    Use this code git fetch # Grab the latest code from the NodeBB repository git checkout v3.x git reset --hard origin/v3.x And you will have the latest version without specifying it https://docs.nodebb.org/configuring/upgrade/
  • WP / Woocommerce Mystery

    Solved Configure wordpress
    23
    1
    12 Votes
    23 Posts
    4k Views
    @Panda said in WP / Woocommerce Mystery: Just back to my other question, have you ever used Shopify? It insists on a templating language to use any custom js. Not personally as never had any need, however, I do know that it uses Liquid for JS templating. It’s written in Ruby and is used to generate dynamic content on shop fronts. There’s zero reason as to why it wouldn’t work with data supplied by 3rd party API’s, although WordPress code won’t natively work for obvious reasons, and as such, this code would need to be re-written. The JS part will likely work with minor modification, but not the PHP file in it’s current form.
  • Nodebb design

    Solved General nodebb
    2
    1 Votes
    2 Posts
    844 Views
    @Panda said in Nodebb design: One negative is not being so good for SEO as more Server side rendered forums, if web crawlers dont run the JS to read the forum. From recollection, Google and Bing have the capability to read and process JS, although it’s not in the same manner as a physical person will consume content on a page. It will be seen as plain text, but will be indexed. However, it’s important to note that Yandex and Baidu will not render JS, although seeing as Google has a 90% share of the content available on the web in terms of indexing, this isn’t something you’ll likely lose sleep over. @Panda said in Nodebb design: The “write api” is preferred for server-to-server interactions. This is mostly based around overall security - you won’t typically want a client machine changing database elements or altering data. This is why you have “client-side” which could be DOM manipulation etc, and “server-side” which performs more complex operations as it can communicate directly with the database whereas the client cannot (and if it can, then you have a serious security flaw). Reading from the API is perfectly acceptable on the client-side, but not being able to write. A paradigm here would be something like SNMP. This protocol exists as a UDP (UDP is very efficient, as it is “fire and forget” and does not wait for a response like TCP does) based service which reads performance data from a remote source, thus enabling an application to parse that data for use in a monitoring application. In all cases, SNMP access should be “RO” (Read Only) and not RW (Read Write). It is completely feasible to assume complete control over a firewall for example by having RW access to SNMP and then exposing it to the entire internet with a weak passphrase. You wouldn’t do it (at least, I hope you wouldn’t) and the same ethic applies to server-side rendering and the execution of commands.
  • Nodebb as blogging platform

    General blog
    10
    5 Votes
    10 Posts
    3k Views
    @qwinter I’ve extensive experience with Ghost, so let me know if you need any help.
  • NodeBB vs Flarum for a non developer

    Solved General
    17
    10 Votes
    17 Posts
    3k Views
    @marusaky That’s really easily done. I think the docs need updating for the latest release. Did you land up on the 18.x train ?
  • WordPress site

    General wordpress
    118
    10 Votes
    118 Posts
    29k Views
    @jac said in WordPress site: It’s Wordpress OUT, and Ghost IN it seems! *preference based . Even County’s site uses Wordpress . Although that does serve it’s purpose.
  • NodeBB - Created pages not found?

    General
    20
    3 Votes
    20 Posts
    4k Views
    @jac Exactly. Hard point to argue.
  • NodeBB vs Discourse

    Chitchat nodebb discourse board
    25
    6 Votes
    25 Posts
    7k Views
    @phenomlab said in NodeBB vs Discourse: Hetzner eh ? I use them also. In fact, Sudonix is hosted in Nuremberg yes i’m also at hetzner, i have been a customer there for years with a reseller account for domains. My VPS that I host there are also in Nuremberg