Blog (Content Publishing Node)
<div class="post-category"><span class="cat-badge cat-nodes">Nodes</span></div>
<p class="lead"><strong>The Blog node is the content publishing surface of the 1BZ ecosystem. It powers both long-form articles and this Knowledge Base, and it cross-posts automatically to Dev.to and Hashnode.</strong></p>
<h2>Overview</h2>
<p>Hosted at https://blog.1bz.biz on PHP and MySQL, the blog accepts posts via an authenticated API. Posting limits are tier-gated: Admin is unlimited, Pro posts 5 articles per month, Basic posts 1 per month.</p>
<h2>Key components</h2>
<ul><li>PHP front end with MySQL storage</li><li>POST /api/publish.php with API key auth</li><li>Auto cross-post to Dev.to and Hashnode</li><li>Featured image upload via /api/upload.php</li><li>KB upsert endpoint (this seeder) for idempotent facts</li></ul>
<h2>Related</h2>
<ul><li>[RAG Knowledge Base](/post.php?slug=rag-knowledge-base)</li><li>[Ecosystem Overview](/post.php?slug=ecosystem-overview)</li></ul>
Powered by BizNode™