diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec4b3d9fe1e03f43b757f93c154e54263f87e3f8..04d4ebdaa6ce2ab533800ea3c6e3be87f47fe1b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ build:
   stage: build
   script:
     - ls -l
-    - gem install bundler
+    - gem install bundler -v 2.4.22
     - bundle install
     - bundle exec jekyll build -d public
     - echo "BUILD SUCCESSFULLY"
diff --git a/_introduction/welcome.md b/_introduction/welcome.md
index 07b6fd4cd822b052303f26b4ae3254bc3deb7f57..019339772eb8c5d3068fb53b706ca6936b93e30b 100644
--- a/_introduction/welcome.md
+++ b/_introduction/welcome.md
@@ -3,7 +3,7 @@ title: Welcome to Hive
 position: 1
 ---
 
-#### Welcome to the Hive Developer Portal!
+#### Hive Developer Portal
 
 This site is designed to aid those interested in developing applications on the  **[Hive](https://hive.io){:target="_blank"}** blockchain.
 
@@ -24,6 +24,6 @@ Our **tutorials** section will take you through the basics of interacting with H
 More detailed API specs are available in the **APPBASE API** section. Those apis are under development, so please read
 notes at the top of each section.
 
-You can find community resources, libraries, and more 'human' ways to get help and education in the **communities** section.
+You can find community resources, libraries, and more interactive ways to get help and education in the **Resources->Communities** section.
 
 The **glossary** has Hive specific terms that will help you understand documentation, whitepapers, and the speech of other hivers.
diff --git a/_quickstart/choose_library.md b/_quickstart/choose_library.md
index d3803048f6b72407ecf70c245b67d3e84ffd2a75..aea0cb2730b839ca440ecd74bdc40cc990902f05 100644
--- a/_quickstart/choose_library.md
+++ b/_quickstart/choose_library.md
@@ -1,9 +1,69 @@
 ---
-title: Choose Library
+title: SDK Libraries
 position: 1
 exclude: true
 ---
 
 Getting started to develop robust and feature rich **Hive** applications couldn't be easier. Accessing hive data is easy from various options depending on your infrastructure and objectives.
 
-Building a picture discovery app is a breeze with the [JavaScript]({{ '/tutorials/#tutorials-javascript' | relative_url }}) library. There is also a [Python]({{ '/tutorials/#tutorials-python' | relative_url }}) library available, [hive.blog]({{ '/services/#services-hive-blog' | relative_url }}), as well as many [community projects]({{ '/resources/#resources-overview' | relative_url }}) which could be beneficial for your Hive project.
+Building a web3 app is a breeze with the [JavaScript, check related tutorials]({{ '/tutorials/#tutorials-javascript' | relative_url }}). There is also a [Python tutorials]({{ '/tutorials/#tutorials-python' | relative_url }}) available, [hive.blog]({{ '/services/#services-hive-blog' | relative_url }}), as well as many [opensource projects]({{ '/resources/#resources-overview' | relative_url }}) which could be beneficial for your Hive project.
+
+---
+
+**Hive-JS** - [https://github.com/hive/hive-js](https://gitlab.syncad.com/hive/hive-js)
+
+Pure JavaScript Hive crypto library for node.js and browsers. Can be used to construct, sign and broadcast transactions in JavaScript.
+
+---
+
+**DHive** - [https://gitlab.syncad.com/hive/dhive](https://gitlab.syncad.com/hive/dhive)
+
+A Typescript Hive crypto library for node.js and browsers.
+
+---
+
+**Hive-TX-JS** - [https://github.com/mahdiyari/hive-tx-js](https://github.com/mahdiyari/hive-tx-js)
+
+Lightweight JavaScript library for creating and signing transactions.  Works with frameworks like Nativescript.  This library is a solution to such cases when other libraries are not working.  And also an alternative for *only* creating, signing, and broadcasting transactions.
+
+---
+
+**Radiator** - [https://github.com/inertia186/radiator](https://github.com/inertia186/radiator)
+
+Radiator is a Ruby API client to interact with the Hive blockchain.
+
+---
+
+**Beem** - [https://github.com/holgern/beem](https://github.com/holgern/beem)
+
+A python library to interact with the Hive blockchain. It includes the CLI tool beempy.
+
+---
+
+**Lighthive** - [https://github.com/emre/lighthive](https://github.com/emre/lighthive)
+
+A light python client to interact with the Hive blockchain.
+
+---
+
+**hive-php** - [https://gitlab.com/mahdiyari/hive-php](https://gitlab.com/mahdiyari/hive-php)
+
+A (real) PHP library for Hive blockchain
+
+---
+
+<!-- **HiveJ** - [https://github.com/marvin-we/steem-java-api-wrapper](https://github.com/marvin-we/steem-java-api-wrapper)
+
+An API Wrapper for Hive written in Java
+
+---
+
+**GoHive** - [https://github.com/go-steem/rpc](https://github.com/go-steem/rpc)
+
+Golang RPC client library for Hive
+
+---
+
+**HiveClientRS** - [https://github.com/cyberpunk-ventures/steem-client-rs](https://github.com/cyberpunk-ventures/steem-client-rs)
+
+Client library for Hive blockchain built with Rust -->
diff --git a/_quickstart/hive_full_nodes.md b/_quickstart/hive_full_nodes.md
index efe27bf19b1e6a132a83027c04e0a3af9e43d6aa..c1ca0152792c4aebcbc78256f960373993beed3f 100644
--- a/_quickstart/hive_full_nodes.md
+++ b/_quickstart/hive_full_nodes.md
@@ -19,16 +19,17 @@ Although `hived` fully supports WebSockets (`wss://` and `ws://`) public nodes t
       <tr><td>api.hive.blog</td><td>@blocktrades</td><td style="display: none;"></td></tr>
       <tr><td>api.openhive.network</td><td>@gtg</td><td style="display: none;"></td></tr>
       <tr><td>anyx.io</td><td>@anyx</td><td style="display: none;"></td></tr>
-      <tr><td>hived.privex.io</td><td>@privex</td><td style="display: none;"></td></tr>
       <tr><td>rpc.ausbit.dev</td><td>@ausbitbank</td><td style="display: none;"></td></tr>
+      <tr><td>rpc.mahdiyari.info</td><td>@mahdiyari</td><td style="display: none;"></td></tr>
+      <tr><td>api.hive.blue</td><td>@guiltyparties</td><td style="display: none;"></td></tr>
       <tr><td>techcoderx.com</td><td>@techcoderx</td><td style="display: none;"></td></tr>
-      <tr><td>rpc.ecency.com</td><td>@ecency</td><td style="display: none;"></td></tr>
       <tr><td>hive.roelandp.nl</td><td>@roelandp</td><td style="display: none;"></td></tr>
       <tr><td>hived.emre.sh</td><td>@emrebeyler</td><td style="display: none;"></td></tr>
       <tr><td>api.deathwing.me</td><td>@deathwing</td><td style="display: none;"></td></tr>
       <tr><td>api.c0ff33a.uk</td><td>@c0ff33a</td><td style="display: none;"></td></tr>
       <tr><td>hive-api.arcange.eu</td><td>@arcange</td><td style="display: none;"></td></tr>
-      <tr><td>api.pharesim.me</td><td>@pharesim</td><td style="display: none;"></td></tr>
+      <tr><td>hive-api.3speak.tv</td><td>@threespeak</td><td style="display: none;"></td></tr>
+      <tr><td>hiveapi.actifit.io</td><td>@actifit</td><td style="display: none;"></td></tr>
     </tbody>
   </table>
 </div>
@@ -37,32 +38,27 @@ Although `hived` fully supports WebSockets (`wss://` and `ws://`) public nodes t
 
 <script>
   $(document).ready(function() {
-    hive.api.getAccounts(['fullnodeupdate'], function(err, result) {
-      var fullnodeupdate = result[0];
-      var reportData = jQuery.parseJSON(fullnodeupdate.json_metadata).report;
-      var failingNodes = jQuery.parseJSON(fullnodeupdate.json_metadata).failing_nodes;
+    $.ajax({
+        url: "https://beacon.peakd.com/api/nodes"
+    }).then(function(data) {
       var reportRows = $('#report > table > tbody > tr');
       var tracked = [];
-      
       jQuery.each(reportRows, function(i, row) {
-        jQuery.each(reportData, function(j, r) {
+        jQuery.each(data, function(j, r) {
           var host = $(row).find('td:nth-child(1)').text();
           
-          if ( (r.node.indexOf(host) != -1 || !r.hive) && !tracked.includes(j) ) {
+          if ( r.name.indexOf(host) != -1 && !tracked.includes(j) ) {
             tracked.push(j);
           }
             
           with ( $(row).find('td:nth-child(3)') ) {
-            if ( r.node.indexOf(host) != -1 && !!r.hive ) {
-              html('Version: <code>' + r.version + '</code> ' + (r.history.ok ? '✅' : '⚠️'));
-            } else {
-              jQuery.each(Object.keys(failingNodes), function(k, f) {
-                if ( f.indexOf(host) != -1 ) {
-                  html('Failing â›”');
+            if ( r.name.indexOf(host) != -1 ) {
+                if (r.score == 0) {
+                    html('Failing â›”');
+                } else {
+                    html('Version: <code>' + r.version + '</code> ' + (r.score==100 ? '✅' : '<span title="'+r.score+'%">⚠️</span'));
                 }
-              });
             }
-            
             show();
           }
         });
@@ -76,15 +72,15 @@ Although `hived` fully supports WebSockets (`wss://` and `ws://`) public nodes t
       with ( $('#untracked_report') ) {
         empty();
         
-        if ( tracked.length != reportData.length ) {
+        if ( tracked.length != data.length ) {
           append("<p>Also see the following public nodes:</p><ul>");
           
-          jQuery.each(reportData, function(i, r) {
-            if ( !!r.hive && !tracked.includes(i) ) {
-              var host = r.node.split('https://')[1];
+          jQuery.each(data, function(i, r) {
+            if (!tracked.includes(i) ) {
+              var host = r.name;
               
               if ( !!host && host.length > 0 ) {
-                append('<li>' + host + ', version: <code>' + r.version + '</code> ' + (r.history.ok ? '✅' : '⚠️') + '</li>');
+                append('<li>' + host + ', version: <code>' + r.version + '</code> ' + (r.score==100 ? '✅' : '<span title="'+r.score+'%">⚠️</span>') + '</li>');
               }
             }
           });
@@ -97,8 +93,6 @@ Although `hived` fully supports WebSockets (`wss://` and `ws://`) public nodes t
 
 </script>
 
-For a report on the latest public full nodes, check the latest posts on [@fullnodeupdate](https://hive.blog/@fullnodeupdate) by [@holger80](https://hive.blog/@holger80).
-
 ### Private Nodes
 
 The simplest way to get started is by deploying a pre-built dockerized container.
diff --git a/_resources/client_libs.md b/_resources/client_libs.md
deleted file mode 100644
index 5d272bb897a95538f22828b487a2a28cec1ca7e6..0000000000000000000000000000000000000000
--- a/_resources/client_libs.md
+++ /dev/null
@@ -1,57 +0,0 @@
----
-title: Client Libraries
-position: 3
-canonical_url: client_libs.html
----
-
-**Radiator** - [https://github.com/inertia186/radiator](https://github.com/inertia186/radiator)
-
-Radiator is a Ruby API client to interact with the Hive blockchain.
-
----
-
-**Hive-JS** - [https://github.com/hive/hive-js](https://gitlab.syncad.com/hive/hive-js)
-
-Pure JavaScript Hive crypto library for node.js and browsers. Can be used to construct, sign and broadcast transactions in JavaScript.
-
----
-
-**Hive-TX-JS** - [https://github.com/mahdiyari/hive-tx-js](https://github.com/mahdiyari/hive-tx-js)
-
-Lightweight JavaScript library for creating and signing transactions.  Works with frameworks like Nativescript.  This library is a solution to such cases when other libraries are not working.  And also an alternative for *only* creating, signing, and broadcasting transactions.
-
----
-
-**DHive** - [https://gitlab.syncad.com/hive/dhive](https://gitlab.syncad.com/hive/dhive)
-
-A Typescript Hive crypto library for node.js and browsers.
-
----
-
-**Beem** - [https://github.com/holgern/beem](https://github.com/holgern/beem)
-
-A python library to interact with the Hive blockchain. It includes the CLI tool beempy.
-
----
-
-**hive-php** - [https://gitlab.com/mahdiyari/hive-php](https://gitlab.com/mahdiyari/hive-php)
-
-A (real) PHP library for Hive blockchain
-
----
-
-<!-- **HiveJ** - [https://github.com/marvin-we/steem-java-api-wrapper](https://github.com/marvin-we/steem-java-api-wrapper)
-
-An API Wrapper for Hive written in Java
-
----
-
-**GoHive** - [https://github.com/go-steem/rpc](https://github.com/go-steem/rpc)
-
-Golang RPC client library for Hive
-
----
-
-**HiveClientRS** - [https://github.com/cyberpunk-ventures/steem-client-rs](https://github.com/cyberpunk-ventures/steem-client-rs)
-
-Client library for Hive blockchain built with Rust -->
diff --git a/_resources/overview.md b/_resources/overview.md
index 161e387e06229a7bd2ff9591150ed426fae96e55..ecd64f855a327a5fe113a167b866ed8bafed49c0 100644
--- a/_resources/overview.md
+++ b/_resources/overview.md
@@ -5,5 +5,5 @@ canonical_url: overview.html
 ---
 
 Hive has an active developer community that is constantly innovating on the blockchain. 
-While the their presence on this page doesn't constitute endorsement, 
+While their presence on this page doesn't constitute endorsement, 
 it's likely a few of these projects could be beneficial for your Hive idea.