<?xml version="1.0" encoding="UTF-8"?>
<!-- Aelithon Journal - RSS feed.
     This lets people follow new journal posts in a feed reader, and helps
     search engines discover new writing quickly.

     TO ADD A NEW POST: copy one <item> block below, put it at the TOP of the
     list (newest first), and update the title, link, guid, pubDate and
     description. pubDate must look like: Fri, 01 May 2026 09:00:00 +0000 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Aelithon Journal</title>
        <link>https://aelithon.com/</link>
        <atom:link href="https://aelithon.com/feed.xml" rel="self" type="application/rss+xml" />
        <description>Notes on the apps we build at Aelithon and the thinking behind them.</description>
        <language>en</language>
        <lastBuildDate>Fri, 01 May 2026 09:00:00 +0000</lastBuildDate>

        <item>
            <title>Why we built Aelithon</title>
            <link>https://aelithon.com/journal-why-aelithon.html</link>
            <guid>https://aelithon.com/journal-why-aelithon.html</guid>
            <pubDate>Fri, 01 May 2026 09:00:00 +0000</pubDate>
            <description>Every Aelithon app starts with one question - does this genuinely make someone's life better? The vision behind the brand and the standard we hold ourselves to.</description>
        </item>

        <item>
            <title>Building Aqua</title>
            <link>https://aelithon.com/journal-building-aqua.html</link>
            <guid>https://aelithon.com/journal-building-aqua.html</guid>
            <pubDate>Wed, 01 Apr 2026 09:00:00 +0000</pubDate>
            <description>From personalised AI goals to Family Mode and premium sound design - how Aqua was built to feel like a wellness companion, not a reminder bot.</description>
        </item>

        <item>
            <title>The stack behind Aqua</title>
            <link>https://aelithon.com/journal-architecture.html</link>
            <guid>https://aelithon.com/journal-architecture.html</guid>
            <pubDate>Sun, 01 Mar 2026 09:00:00 +0000</pubDate>
            <description>Flutter, Firebase, Cloud Functions and adaptive backend automation - how we built Aqua to be production-ready from day one.</description>
        </item>
    </channel>
</rss>
