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
  • 2 Votes
    11 Posts
    2k Views
    Thanks for your inputs ️
  • 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.
  • Issues with 2nd NodeBB installation

    Solved General
    22
    3 Votes
    22 Posts
    4k Views
    @cagatay yes, that will be fine. Just watch for potential caching conflicts as you will have two sites writing to the one instance of iframely.
  • what does sound/mute button do?

    Solved Customisation nodebb
    20
    1
    9 Votes
    20 Posts
    3k Views
    @crazycells Yeah, looking at the plugin itself, that’s a hard coded limit [image: 1653494282106-3d6dbc10-185b-4102-9470-0c2731a10750-image.png] I’ll probably remove that… eventually…
  • 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.
  • Fontawesome 5

    Unsolved Customisation fonts css nodebb
    14
    1 Votes
    14 Posts
    3k Views
    @pwsincd hi. Just following up on this thread (I know it’s old) but was curious to understand if it’s still an issue or not ?
  • [NodeBB] Import custom Font

    Solved Customisation custom fonts nodebb css
    12
    3 Votes
    12 Posts
    3k Views
    @cagatay you’ll need to define this in the body tag (or another element if you want greater or more granular targets) - for example body { font-family: "Poppins"; font-size: 16px; } Essentially, you use the font-size CSS directive.
  • [NODEBB] Welcome Message

    Solved Customisation css html nodebb
    20
    2
    13 Votes
    20 Posts
    5k Views
    @DownPW the ‘js’ code for the banner takes the time from the client, so what it displays really depends on the regional settings for the operating system. I’ve not seen this issue myself but would like to see some examples of screenshots if possible.