Qeeebo.com - AI curated Question Answer Website (w/ Hugo Technology)

Hello Hugo Community :slight_smile:

Thank you firstly for all the help in prior posts to help get us to the place we are with the Qeeebo development. We have officially launched our Beta v0.4 website: https://www.qeeebo.com

The backstory: We initially worked with Hugo out of the box but right away started to feel the pain of the taxnomony system and other global elements when trying to process 500,000 or 1 million pages at once. Currently we have a 150 million page website to deploy so there had to be changes done to accomplish this.

We first cached all partials where we could and streamlined the layouts to not call for global elements so essentially we did not make hugo re-check all 1 million pages per run when trying to build a page.

Another step we took is to create our own taxnomy system apart from hugo which took the stress of big builds. You can see by the below example we can get 7k aprox files rendering in a 6 seconds!

We will be loading question segments at 100,000 questions per build. We have also setup a sqlite local database to handle topic managment and question slug duplication checking, etc.

So for all pages and topic categories etc created we are using Hugo as the SSR to create the minified html pages.

As a co-founder and dev team leader for Qeeebo I cannot express how exciting and enjoyable it is to use Hugo.

For those interested you can read our whitepaper here: A Technical Whitepaper on Qeeebo: Scalable, Static, AI-Assisted Knowledge Infrastructure

We are still beta and have 1-2 months of work before full deployment, we would love feedback and we will be highlighting that we use Hugo technology in other showcases and site reviews.

Onwards to the journey to 500+ million questions!

PS will we get a free hugo hat devs if we can get Qeeebo to millions of pages and be the officially biggest hugo site :slight_smile: ?