<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Andrew Zolotukhin</title>
    <description>The latest articles on DEV Community by Andrew Zolotukhin (@andrew_zol).</description>
    <link>https://dev.to/andrew_zol</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3978662%2Fdb599b79-7beb-4e66-b4d4-5ab770fdcbf1.png</url>
      <title>DEV Community: Andrew Zolotukhin</title>
      <link>https://dev.to/andrew_zol</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/andrew_zol"/>
    <language>en</language>
    <item>
      <title>I replaced my Telegram bot and Google Sheet with my own MCP enabled open-source finance app</title>
      <dc:creator>Andrew Zolotukhin</dc:creator>
      <pubDate>Thu, 11 Jun 2026 07:12:05 +0000</pubDate>
      <link>https://dev.to/andrew_zol/i-replaced-my-telegram-bot-and-google-sheet-with-my-own-mcp-enabled-open-source-finance-app-5hdi</link>
      <guid>https://dev.to/andrew_zol/i-replaced-my-telegram-bot-and-google-sheet-with-my-own-mcp-enabled-open-source-finance-app-5hdi</guid>
      <description>&lt;p&gt;For a long time, my personal accounting system was a small automation stack: a Telegram bot wizard collected transaction details, wrote rows into Google Sheets, and custom spreadsheet charts handled the statistics.&lt;/p&gt;

&lt;p&gt;It was a good setup because Telegram made capture fast and Sheets made analysis flexible. But every improvement also meant keeping bot prompts, spreadsheet columns, formulas, and charts aligned.&lt;/p&gt;

&lt;p&gt;I built xpenser to keep the useful parts of that workflow while moving the repetitive structure into a small web app: transactions, vendors, nested categories, currencies, dashboard periods, reports, Telegram workflows, and email summaries.&lt;/p&gt;

&lt;p&gt;The project also became a reference app for the stack behind it. The same schema-first TypeScript contracts drive validation, OpenAPI output, typed clients, React forms, auth-aware endpoints, telemetry, Telegram integration, and MCP access.&lt;/p&gt;

&lt;p&gt;This post walks through what shipped, what I deliberately did not build yet, and why chat/agent-friendly finance data needs careful permission wording.&lt;/p&gt;

&lt;p&gt;Outline:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The Telegram bot + Google Sheets origin story and the broader expense-tracking problem.&lt;/li&gt;
&lt;li&gt;Product scope: manual tracking and structured reporting first, not a bank-sync suite.&lt;/li&gt;
&lt;li&gt;Data model surfaces: transactions, vendors, categories, currencies, periods.&lt;/li&gt;
&lt;li&gt;App workflows: dashboard, reports, preferences, Telegram capture, email summaries.&lt;/li&gt;
&lt;li&gt;Developer surfaces: API keys, typed client, OpenAPI, Telegram.&lt;/li&gt;
&lt;li&gt;MCP access: why it is useful, why it should be treated as full account access.&lt;/li&gt;
&lt;li&gt;Self-hosting and open-source tradeoffs.&lt;/li&gt;
&lt;li&gt;Current limitations and what feedback would be useful.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;The app is live&lt;/strong&gt; at &lt;a href="https://xpenser.cleverbrush.com" rel="noopener noreferrer"&gt;https://xpenser.cleverbrush.com&lt;/a&gt; and the source is at &lt;a href="https://github.com/cleverbrush/xpenser" rel="noopener noreferrer"&gt;https://github.com/cleverbrush/xpenser&lt;/a&gt;. I would appreciate feedback on what you use today to track and analyze expenses, whether xpenser could replace or complement it, the README/self-hosting path, and whether MCP access feels useful enough to justify the risk surface.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>typescript</category>
      <category>webdev</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
