<?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://piphia.ai/blog</id>
    <title>Piphia Blog</title>
    <updated>2026-06-20T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://piphia.ai/blog"/>
    <subtitle>Piphia Blog</subtitle>
    <icon>https://piphia.ai/img/favicon.svg</icon>
    <entry>
        <title type="html"><![CDATA[A local-first notes app with built-in AI agents]]></title>
        <id>https://piphia.ai/blog/launch</id>
        <link href="https://piphia.ai/blog/launch"/>
        <updated>2026-06-20T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Today we're sharing the first public preview — a local-first notes app where]]></summary>
        <content type="html"><![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>
        <author>
            <name>The team</name>
        </author>
        <category label="release" term="release"/>
        <category label="launch" term="launch"/>
    </entry>
</feed>