<?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>Piphia Blog</title>
        <link>https://piphia.ai/blog</link>
        <description>Piphia Blog</description>
        <lastBuildDate>Sat, 20 Jun 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[A local-first notes app with built-in AI agents]]></title>
            <link>https://piphia.ai/blog/launch</link>
            <guid>https://piphia.ai/blog/launch</guid>
            <pubDate>Sat, 20 Jun 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Today we're sharing the first public preview — a local-first notes app where]]></description>
            <content:encoded><![CDATA[<p>Today we're sharing the first public preview — a <strong>local-first</strong> notes app where
your data stays on your machine and the AI runs offline.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-it-is">What it is<a href="https://piphia.ai/blog/launch#what-it-is" class="hash-link" aria-label="Direct link to What it is" title="Direct link to What it is" translate="no">​</a></h2>
<p>It's a markdown notes app with a few things bolted on that, together, make it feel
different:</p>
<ul>
<li class=""><strong>Your notes are plain markdown files.</strong> Structured data lives in local SQLite.
No accounts, no cloud lock-in — open the same vault in another markdown tool and
it's all still there.</li>
<li class=""><strong>Databases on SQLite.</strong> Notion-style typed fields, multiple views over the same
rows, relations with two-way sync, server-side rollups, and cells an agent can
fill in.</li>
<li class=""><strong>Plugins inside notes.</strong> Drop a kanban board, calendar, chart or graph into a
note with a <code>view</code> fence — every embed reads and writes your data live over one
universal contract.</li>
<li class=""><strong>Built-in agents.</strong> Talk to AI in a console; it reads your notes and databases,
calls tools, runs scheduled automations, and can delegate to sub-agents — all on
<strong>local models</strong> by default.</li>
<li class=""><strong>A Python SDK.</strong> Author custom tools, sub-agents and automations, and drive
your notebook and ideas graph programmatically.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="try-it">Try it<a href="https://piphia.ai/blog/launch#try-it" class="hash-link" aria-label="Direct link to Try it" title="Direct link to Try it" translate="no">​</a></h2>
<ul>
<li class=""><a class="" href="https://piphia.ai/download">Download</a> for macOS, Windows, Linux or mobile.</li>
<li class=""><a class="" href="https://piphia.ai/docs/quick-start">Quick start</a> — your first ten minutes.</li>
<li class=""><a class="" href="https://piphia.ai/docs/python-sdk/quickstart">Python SDK</a> — build your own tools.</li>
</ul>
<p>This is an early preview; expect rough edges and fast iteration. Feedback welcome.</p>]]></content:encoded>
            <category>release</category>
            <category>launch</category>
        </item>
    </channel>
</rss>