<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog on NAEOS — Declarative Platform Engineering System</title><link>https://naeos-foundation.github.io/naeos/blog/</link><description>Recent content in Blog on NAEOS — Declarative Platform Engineering System</description><generator>Hugo</generator><language>en</language><copyright>Copyright © 2026 NAEOS Foundation. All rights reserved.</copyright><lastBuildDate>Sun, 26 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://naeos-foundation.github.io/naeos/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started with NAEOS — From Spec to Code in 5 Minutes</title><link>https://naeos-foundation.github.io/naeos/blog/getting-started-with-naeos-from-spec-to-code-in-5-minutes/</link><pubDate>Sun, 26 Jul 2026 00:00:00 +0000</pubDate><guid>https://naeos-foundation.github.io/naeos/blog/getting-started-with-naeos-from-spec-to-code-in-5-minutes/</guid><description>&lt;p>NAEOS lets you describe your entire project — modules, services, APIs, dependencies — in a single YAML spec, then generates production-ready code for your chosen languages and platforms.&lt;/p></description></item><item><title>Governance &amp; Compliance in NAEOS: Built-In Policy, Audit, and SSO</title><link>https://naeos-foundation.github.io/naeos/blog/governance-compliance-in-naeos-built-in-policy-audit-and-sso/</link><pubDate>Sat, 25 Jul 2026 00:00:00 +0000</pubDate><guid>https://naeos-foundation.github.io/naeos/blog/governance-compliance-in-naeos-built-in-policy-audit-and-sso/</guid><description>&lt;p>Enterprise software projects face a growing list of governance requirements: policy enforcement, audit trails, access control, and regulatory compliance. Most teams bolt these on after the fact.&lt;/p></description></item><item><title>NAEOS v2.2.0 Release</title><link>https://naeos-foundation.github.io/naeos/blog/naeos-v2.2.0-release/</link><pubDate>Sat, 25 Jul 2026 00:00:00 +0000</pubDate><guid>https://naeos-foundation.github.io/naeos/blog/naeos-v2.2.0-release/</guid><description>&lt;p>We&amp;rsquo;re excited to announce the release of NAEOS v2.2.0! This release brings major new capabilities to the platform.&lt;/p>
&lt;h2 id="whats-new">What&amp;rsquo;s New&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Supabase Integration&lt;/strong> — First-class support for Supabase as a database backend. &lt;code>naeos supabase&lt;/code> commands for user management, Edge Function deployment, and storage operations.&lt;/p></description></item><item><title>Pipeline Engine Deep Dive: How NAEOS Transforms Specs Into Systems</title><link>https://naeos-foundation.github.io/naeos/blog/pipeline-engine-deep-dive-how-naeos-transforms-specs-into-systems/</link><pubDate>Mon, 20 Jul 2026 00:00:00 +0000</pubDate><guid>https://naeos-foundation.github.io/naeos/blog/pipeline-engine-deep-dive-how-naeos-transforms-specs-into-systems/</guid><description>&lt;p>Every time you run &lt;code>naeos run --input-file spec.yaml&lt;/code>, a 9-stage directed acyclic graph (DAG) pipeline fires up. Each stage is independently observable, extensible via plugins, and designed to handle specs of any scale.&lt;/p></description></item><item><title>AI-Driven Development with NAEOS: Teaching Your Assistants to Think in Architecture</title><link>https://naeos-foundation.github.io/naeos/blog/ai-driven-development-with-naeos-teaching-your-assistants-to-think-in-architecture/</link><pubDate>Wed, 15 Jul 2026 00:00:00 +0000</pubDate><guid>https://naeos-foundation.github.io/naeos/blog/ai-driven-development-with-naeos-teaching-your-assistants-to-think-in-architecture/</guid><description>&lt;p>AI coding assistants are powerful — but they&amp;rsquo;re working blind. When you ask GitHub Copilot to generate a function, it sees the file you&amp;rsquo;re in. When you ask Claude Code to refactor a module, it sees the directory you pointed it at. None of them see the architecture.&lt;/p></description></item><item><title>Why Declarative Engineering? The Case for Spec-Driven Development</title><link>https://naeos-foundation.github.io/naeos/blog/why-declarative-engineering-the-case-for-spec-driven-development/</link><pubDate>Fri, 10 Jul 2026 00:00:00 +0000</pubDate><guid>https://naeos-foundation.github.io/naeos/blog/why-declarative-engineering-the-case-for-spec-driven-development/</guid><description>&lt;p>Most engineering teams have a code generator somewhere. A script that scaffolds a new service, a template that stamps out a REST endpoint, a CI step that wires up boilerplate. These tools work — until they don&amp;rsquo;t.&lt;/p></description></item><item><title>NAEOS v2.1.0 Release</title><link>https://naeos-foundation.github.io/naeos/blog/naeos-v2.1.0-release/</link><pubDate>Wed, 01 Jul 2026 00:00:00 +0000</pubDate><guid>https://naeos-foundation.github.io/naeos/blog/naeos-v2.1.0-release/</guid><description>&lt;p>We&amp;rsquo;re excited to announce the release of NAEOS v2.1.0! This release brings significant improvements to the platform.&lt;/p>
&lt;h2 id="whats-new">What&amp;rsquo;s New&lt;/h2>
&lt;ul>
&lt;li>Enhanced NEIR model with expanded project structure support&lt;/li>
&lt;li>Improved AI compiler with better instruction set generation&lt;/li>
&lt;li>Performance optimizations across the pipeline&lt;/li>
&lt;li>Enhanced error messages and debugging support&lt;/li>
&lt;/ul>
&lt;h2 id="changelog">Changelog&lt;/h2>
&lt;p>For the full changelog, visit the &lt;a href="https://github.com/NAEOS-foundation/naeos/releases">GitHub Releases page&lt;/a>.&lt;/p></description></item><item><title>Building Microservices with NAEOS — A Step-by-Step Guide</title><link>https://naeos-foundation.github.io/naeos/blog/building-microservices-with-naeos-a-step-by-step-guide/</link><pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate><guid>https://naeos-foundation.github.io/naeos/blog/building-microservices-with-naeos-a-step-by-step-guide/</guid><description>&lt;p>In this tutorial, we&amp;rsquo;ll build a complete microservices application using NAEOS. You&amp;rsquo;ll learn how to define services, manage dependencies, generate code, and deploy.&lt;/p></description></item></channel></rss>