<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Kiit Blog</title>
        <link>https://www.kiit.dev/blog</link>
        <description>Kiit Blog</description>
        <lastBuildDate>Sun, 04 Jan 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <item>
            <title><![CDATA[Kiit Result]]></title>
            <link>https://www.kiit.dev/blog/kiit-result</link>
            <guid>https://www.kiit.dev/blog/kiit-result</guid>
            <pubDate>Sun, 04 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Coming soon.]]></description>
            <content:encoded><![CDATA[<p>Coming soon.</p>]]></content:encoded>
            <category>kiit-result</category>
        </item>
        <item>
            <title><![CDATA[Kiit Codes]]></title>
            <link>https://www.kiit.dev/blog/kiit-codes</link>
            <guid>https://www.kiit.dev/blog/kiit-codes</guid>
            <pubDate>Sat, 03 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[kiit-codes is a small, dependency-free status and error taxonomy for]]></description>
            <content:encoded><![CDATA[<p><a class="" href="https://www.kiit.dev/docs/kiit-codes">kiit-codes</a> is a small, dependency-free status and error taxonomy for
application outcomes — extensible codes, protocol mappings, validation, typed exceptions, and
optional <code>Result&lt;T, E&gt;</code> integration.</p>
<!-- -->
<p>This post is a placeholder — a proper deep dive into the taxonomy, the design reasoning behind
it, and how to use it is coming soon. In the meantime, see the <a class="" href="https://www.kiit.dev/docs/kiit-codes">docs</a>.</p>]]></content:encoded>
            <category>kiit-codes</category>
        </item>
        <item>
            <title><![CDATA[Kiit Framework]]></title>
            <link>https://www.kiit.dev/blog/kiit-framework</link>
            <guid>https://www.kiit.dev/blog/kiit-framework</guid>
            <pubDate>Fri, 02 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Kiit is a lightweight, modular Kotlin framework for building server applications, APIs, CLIs,]]></description>
            <content:encoded><![CDATA[<p>Kiit is a lightweight, modular Kotlin framework for building server applications, APIs, CLIs,
and jobs. Adopt one module at a time.</p>
<!-- -->
<p>This post is a placeholder — a proper introduction to the framework, its philosophy, and how
the modules fit together is coming soon.</p>]]></content:encoded>
            <category>Kiit</category>
        </item>
        <item>
            <title><![CDATA[Welcome to the Kiit blog]]></title>
            <link>https://www.kiit.dev/blog/welcome</link>
            <guid>https://www.kiit.dev/blog/welcome</guid>
            <pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Welcome! This is where updates on the Kiit framework and its modules will show up going forward:]]></description>
            <content:encoded><![CDATA[<p>Welcome! This is where updates on the Kiit framework and its modules will show up going forward:
design decisions, release notes, and the occasional deeper dive into how a module works.</p>
<!-- -->
<p>To start, there are three modules worth knowing about:</p>
<ul>
<li class=""><strong>Kiit Framework</strong> — the overall project this all lives under.</li>
<li class=""><strong><a class="" href="https://www.kiit.dev/docs/kiit-codes">kiit-codes</a></strong> — a status and error taxonomy for application outcomes.</li>
<li class=""><strong>kiit-result</strong> — a <code>Result&lt;T, E&gt;</code> type built on top of that same taxonomy.</li>
</ul>
<p>More posts coming soon.</p>]]></content:encoded>
            <category>Announcement</category>
            <category>Kiit</category>
        </item>
    </channel>
</rss>