<?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: Zoltán Mogyorós</title>
    <description>The latest articles on DEV Community by Zoltán Mogyorós (@zoltanmogyoros).</description>
    <link>https://dev.to/zoltanmogyoros</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%2F3907918%2F7f82a4d3-08ff-4214-8bd0-a9616b1581b8.jpg</url>
      <title>DEV Community: Zoltán Mogyorós</title>
      <link>https://dev.to/zoltanmogyoros</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zoltanmogyoros"/>
    <language>en</language>
    <item>
      <title>From Cinema Manager to SaaS Founder: Building PitBook for European Auto Workshops</title>
      <dc:creator>Zoltán Mogyorós</dc:creator>
      <pubDate>Fri, 01 May 2026 18:03:05 +0000</pubDate>
      <link>https://dev.to/zoltanmogyoros/from-cinema-manager-to-saas-founder-building-pitbook-for-european-auto-workshops-f9i</link>
      <guid>https://dev.to/zoltanmogyoros/from-cinema-manager-to-saas-founder-building-pitbook-for-european-auto-workshops-f9i</guid>
      <description>&lt;p&gt;For 25 years, I worked in cinema operations across Hungary — selling tickets, distributing projection equipment, and helping bring live Metropolitan Opera screenings to local audiences.&lt;/p&gt;

&lt;p&gt;For the past several years, I've been teaching mathematics, digital culture, and IT at a vocational school in Kecskemét, while also running the school's IT infrastructure as system administrator. Somewhere along the way, I started building software seriously — and eventually began shipping my own products.&lt;/p&gt;

&lt;p&gt;Last week, I launched &lt;a href="https://pitbook.app" rel="noopener noreferrer"&gt;PitBook&lt;/a&gt; — a SaaS booking and tyre storage platform for auto and tyre service workshops, now live in 28 European countries.&lt;/p&gt;

&lt;p&gt;This is the honest story of how I got here, what the product actually does, and what I'm still figuring out.&lt;/p&gt;

&lt;p&gt;If you're a B2B SaaS founder, a developer working on multi-language platforms, or someone interested in the kind of unglamorous niches where software still creates real value — this might be worth your time.&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Most auto and tyre workshops across Europe still handle bookings by phone.&lt;/p&gt;

&lt;p&gt;In countries like Germany, Austria, Romania, and Hungary — where seasonal tyre changes are effectively mandatory — workshop owners spend hours every spring and autumn answering calls, writing appointments in notebooks, and trying to track which customer left which set of tyres in storage.&lt;/p&gt;

&lt;p&gt;Generic booking tools exist — Calendly, Setmore, Acuity. They're excellent at scheduling meetings. They don't solve how workshops actually operate.&lt;/p&gt;

&lt;p&gt;Specifically, they miss four critical realities:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tyre storage tracking&lt;/strong&gt; — knowing exactly where each customer's tyres are stored, across racks, zones, and seasons&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vehicle history&lt;/strong&gt; — workshops manage cars, not calendar events&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-bay scheduling&lt;/strong&gt; — 3–6 parallel workstations, not a single resource&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;True localization&lt;/strong&gt; — not translated UI, but market-native workflows and communication&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;PitBook is built around these four constraints.&lt;/p&gt;

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

&lt;p&gt;The product focuses on six core capabilities, shaped directly by vendor conversations:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Online appointment booking&lt;/strong&gt; — embeddable, mobile-first, available 24/7&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tyre storage management&lt;/strong&gt; — structured tracking by zone and position&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SMS reminders&lt;/strong&gt; — localized messaging with predictable cost control&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-location dashboards&lt;/strong&gt; — for chains and franchise operations&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lightweight CRM&lt;/strong&gt; — vehicles, customers, and service history in one place&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-currency subscription billing&lt;/strong&gt; — 11 currencies via Stripe, plus 28-language email and SMS templates&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Pricing is simple: 30-day free trial → €25/month (Pro). Optional €3/month "Guardian" tier for off-season data retention.&lt;/p&gt;

&lt;h2&gt;
  
  
  The tech stack
&lt;/h2&gt;

&lt;p&gt;I'm not a traditional engineer. I came to software through teaching IT and running my school's infrastructure — so my stack favors operational simplicity over trendiness.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js (App Router)&lt;/strong&gt; — server-rendered, SEO-friendly, powering 28 localized pages&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PostgreSQL&lt;/strong&gt; — scheduling and storage require relational structure&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stripe&lt;/strong&gt; — multi-currency subscription billing across 11 markets&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cloudflare&lt;/strong&gt; — caching, DNS, and global performance&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hetzner&lt;/strong&gt; — full infrastructure (~€30/month total)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;systemd, no Docker&lt;/strong&gt; — simpler operations for a single-developer SaaS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PWA instead of native apps&lt;/strong&gt; — installable, no app store friction, no duplicate codebase&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Deployment is intentionally minimal: build → sync → restart. No CI/CD pipeline, no Kubernetes — just something that works reliably and that I can debug at 2 AM if needed.&lt;/p&gt;

&lt;h2&gt;
  
  
  The hardest part: 28-language localization
&lt;/h2&gt;

&lt;p&gt;This is the part I underestimated the most.&lt;/p&gt;

&lt;p&gt;Localization in Europe is not just translation. It's:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Formatting&lt;/strong&gt; — dates, decimals, currencies&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Communication style&lt;/strong&gt; — formal vs direct vs warm&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Market expectations&lt;/strong&gt; — what feels professional in one country feels cold in another&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;German workshops expect formal communication. Romanian vendors respond better to direct, slightly warmer phrasing. Nordic markets prefer brevity. Southern markets expect more context and tone.&lt;/p&gt;

&lt;p&gt;To handle this, I built a multi-model review pipeline:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Claude&lt;/strong&gt; as the primary editor&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GPT-5, Gemini, and DeepSeek&lt;/strong&gt; as language-specific reviewers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each string passes through multiple AI passes, with disagreements flagged for manual review. It's slower than direct translation — but the output approaches native B2B copywriting quality at a fraction of the time and cost.&lt;/p&gt;

&lt;p&gt;Ironically, this localization system is more complex than the booking engine itself. And it's the part users will never notice.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where PitBook stands today
&lt;/h2&gt;

&lt;p&gt;Five days after the pan-European launch, May 2026:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;28 localized landing pages&lt;/strong&gt; — live, indexed, with proper hreflang&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Full core functionality&lt;/strong&gt; live&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;One paying customer&lt;/strong&gt; — my own tyre workshop in Hungary&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero customers (yet)&lt;/strong&gt; in Germany, Austria, Romania, and Poland&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The product works. The infrastructure holds. Dogfooding is real.&lt;/p&gt;

&lt;p&gt;What's missing is &lt;strong&gt;distribution&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm trying to figure out
&lt;/h2&gt;

&lt;p&gt;Over the next 90 days, I'm focused on one question:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How do you build trust market-by-market across Europe as a small team?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Country landing pages alone are not enough. I'm working through Google Business Profiles, B2B directory listings, country-specific content, and direct outreach to workshop networks. I'll be sharing what works and what doesn't, publicly, as I go.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm asking from this community
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Workshop owners (EU)&lt;/strong&gt; — would PitBook solve a real problem for you? What's missing?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;B2B SaaS founders&lt;/strong&gt; — how did you approach multi-country trust building?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Developers&lt;/strong&gt; — how do you handle localization at scale?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Anyone&lt;/strong&gt; — be brutal. Honest product critique welcome at &lt;a href="https://pitbook.app" rel="noopener noreferrer"&gt;pitbook.app&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Background
&lt;/h2&gt;

&lt;p&gt;I'm Zoltán Mogyorós, founder of Profi Szerviz Team Bt. in Kecskemét, Hungary.&lt;/p&gt;

&lt;p&gt;Previously and currently:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cinema operations across Hungary (1995–2020)&lt;/li&gt;
&lt;li&gt;Mathematics, digital culture, and IT teacher + system administrator (vocational school in Kecskemét)&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://naszdal.hu" rel="noopener noreferrer"&gt;Nászdal&lt;/a&gt; — Hungary's largest wedding vendor directory, 4,000+ businesses&lt;/li&gt;
&lt;li&gt;PitBook — built on the Nászdal infrastructure, applied to a different industry&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If this resonates, feel free to follow along. I'll keep sharing real numbers, what works, what doesn't, and how the GTM evolves.&lt;/p&gt;

&lt;p&gt;→ &lt;a href="https://pitbook.app" rel="noopener noreferrer"&gt;pitbook.app&lt;/a&gt; 🇪🇺&lt;/p&gt;

</description>
      <category>saas</category>
      <category>buildinpublic</category>
      <category>nextjs</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
