<?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: Taxocat</title>
    <description>The latest articles on DEV Community by Taxocat (@taxocat).</description>
    <link>https://dev.to/taxocat</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%2F3774327%2Fcfcccb76-7bed-4be6-b5c8-5cdb8d11c1e4.png</url>
      <title>DEV Community: Taxocat</title>
      <link>https://dev.to/taxocat</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/taxocat"/>
    <language>en</language>
    <item>
      <title>I built a free tool to automate monthly tax declarations for freelancers in Georgia 🇬🇪</title>
      <dc:creator>Taxocat</dc:creator>
      <pubDate>Sun, 15 Feb 2026 18:00:16 +0000</pubDate>
      <link>https://dev.to/taxocat/i-built-a-free-tool-to-automate-monthly-tax-declarations-for-freelancers-in-georgia-4388</link>
      <guid>https://dev.to/taxocat/i-built-a-free-tool-to-automate-monthly-tax-declarations-for-freelancers-in-georgia-4388</guid>
      <description>&lt;p&gt;Every month, individual entrepreneurs in Georgia go through the same routine:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Look up the official exchange rate for each foreign-currency payment&lt;/li&gt;
&lt;li&gt;Fill in the Revenue Service declaration form on rs.ge&lt;/li&gt;
&lt;li&gt;Double-check cumulative turnover against the 500k GEL threshold&lt;/li&gt;
&lt;li&gt;Submit and hope you didn't mess anything up&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I've been doing this for a while and finally got tired of it. So I built &lt;strong&gt;Taxocat&lt;/strong&gt; — a free web app that handles the entire flow.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Multicurrency income tracking&lt;/strong&gt; — add income in USD, EUR, GBP, etc. The app fetches the official Revenue Service exchange rate automatically for each transaction date.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;One-click declarations&lt;/strong&gt; — generates and submits the monthly declaration in the exact format rs.ge expects.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI assistant&lt;/strong&gt; — ask questions about Georgian tax rules, registration deadlines, and thresholds in plain language.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mobile PWA&lt;/strong&gt; — install from the browser, works on any device.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Who it's for
&lt;/h2&gt;

&lt;p&gt;Georgian individual entrepreneurs (PE) registered under Small Business Status — the 1% flat tax regime on turnover up to 500,000 GEL. Especially useful for freelancers invoicing foreign clients in multiple currencies.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;p&gt;Here's what's under the hood:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Layer&lt;/th&gt;
&lt;th&gt;Tech&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Frontend&lt;/td&gt;
&lt;td&gt;SvelteKit, Tailwind CSS 4, shadcn-svelte, PWA&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Backend&lt;/td&gt;
&lt;td&gt;Go, GraphQL (gqlgen)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Database&lt;/td&gt;
&lt;td&gt;PostgreSQL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AI&lt;/td&gt;
&lt;td&gt;Google Gemini&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Auth&lt;/td&gt;
&lt;td&gt;JWT + Google OAuth&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h3&gt;
  
  
  Why SvelteKit?
&lt;/h3&gt;

&lt;p&gt;I wanted something fast, lightweight, and great for SEO (the app has a blog and landing pages that need to rank). SvelteKit's SSR + the compiled output made it a natural fit. Tailwind 4 + shadcn-svelte gave me a polished UI without fighting a component library.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why Go + GraphQL?
&lt;/h3&gt;

&lt;p&gt;Go gives me a single binary deployment with minimal memory footprint. gqlgen generates type-safe resolvers from the schema, so the API contract stays tight between frontend and backend. The whole API runs comfortably on a small VPS.&lt;/p&gt;

&lt;h3&gt;
  
  
  The AI assistant
&lt;/h3&gt;

&lt;p&gt;The built-in chat uses Google's Gemini model with a system prompt grounded in Georgian tax context — registration rules, declaration formats, deadlines, turnover limits. It's not a general-purpose chatbot; it's scoped to answer the specific questions a Georgian PE would ask.&lt;/p&gt;

&lt;h2&gt;
  
  
  Challenges I ran into
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Exchange rates are tricky.&lt;/strong&gt; The Revenue Service publishes official rates, but the format and availability aren't always consistent. I built a rate provider that caches and falls back gracefully.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Localization × 3.&lt;/strong&gt; The app runs in English, Russian, and Georgian. Georgian script (მხედრული) has its own typographic quirks — line heights, font rendering, and text length all behave differently. Tailwind helped keep things consistent.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PWA on iOS.&lt;/strong&gt; Safari's PWA support is... improving. Push notifications, app install prompts, and service worker behavior all needed workarounds.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it out
&lt;/h2&gt;

&lt;p&gt;🔗 &lt;a href="https://taxocat.com" rel="noopener noreferrer"&gt;taxocat.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's free, no credit card required. Available in EN / RU / KA.&lt;/p&gt;

&lt;p&gt;If you're a freelancer or PE in Georgia, I'd love to hear what's missing or what could be better. And if you're a dev, I'm happy to answer questions about the stack.&lt;/p&gt;

&lt;p&gt;Thanks for reading! 🐱&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>webdev</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
