<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://www.kiit.dev/blog</id>
    <title>Kiit Blog</title>
    <updated>2026-01-04T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://www.kiit.dev/blog"/>
    <subtitle>Kiit Blog</subtitle>
    <icon>https://www.kiit.dev/img/kiit-logo.png</icon>
    <entry>
        <title type="html"><![CDATA[Kiit Result]]></title>
        <id>https://www.kiit.dev/blog/kiit-result</id>
        <link href="https://www.kiit.dev/blog/kiit-result"/>
        <updated>2026-01-04T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Coming soon.]]></summary>
        <content type="html"><![CDATA[<p>Coming soon.</p>]]></content>
        <author>
            <name>Kiit Team</name>
            <uri>https://github.com/kiitdev</uri>
        </author>
        <category label="kiit-result" term="kiit-result"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Kiit Codes]]></title>
        <id>https://www.kiit.dev/blog/kiit-codes</id>
        <link href="https://www.kiit.dev/blog/kiit-codes"/>
        <updated>2026-01-03T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[kiit-codes is a small, dependency-free status and error taxonomy for]]></summary>
        <content type="html"><![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>
        <author>
            <name>Kiit Team</name>
            <uri>https://github.com/kiitdev</uri>
        </author>
        <category label="kiit-codes" term="kiit-codes"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Kiit Framework]]></title>
        <id>https://www.kiit.dev/blog/kiit-framework</id>
        <link href="https://www.kiit.dev/blog/kiit-framework"/>
        <updated>2026-01-02T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Kiit is a lightweight, modular Kotlin framework for building server applications, APIs, CLIs,]]></summary>
        <content type="html"><![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>
        <author>
            <name>Kiit Team</name>
            <uri>https://github.com/kiitdev</uri>
        </author>
        <category label="Kiit" term="Kiit"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Welcome to the Kiit blog]]></title>
        <id>https://www.kiit.dev/blog/welcome</id>
        <link href="https://www.kiit.dev/blog/welcome"/>
        <updated>2026-01-01T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Welcome! This is where updates on the Kiit framework and its modules will show up going forward:]]></summary>
        <content type="html"><![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>
        <author>
            <name>Kiit Team</name>
            <uri>https://github.com/kiitdev</uri>
        </author>
        <category label="Announcement" term="Announcement"/>
        <category label="Kiit" term="Kiit"/>
    </entry>
</feed>