Skip to main content

How I built FisEvents

A twelve-part series on the decisions, trade-offs, and slow grind of building a multi-tenant event SaaS over 22 months. New posts every Monday and Thursday.

By Christian Zanchetta4 of 12 posts live

  1. Coming

    i18n as positioning, not cosmetics

    Most apps that advertise 'available in X languages' have shipped a chore, not a strategy. How i18n done from day one let me add a third language in one hour with one JSON file.

  2. Coming

    Pay-per-publish vs subscription

    SaaS pricing wisdom says 'always subscription.' It is right 80% of the time. The other 20% is where FisEvents lives — and the pricing model disqualifies most competitors for my user.

  3. Coming

    Anatomy of a production Stripe flow

    Every Stripe tutorial ends at the happy path. Real payment flows handle webhook failures, expired sessions, reconciliation crons, and the parts no tutorial covers.

  4. Coming

    GDPR as a product feature

    Most SaaS treats GDPR as a legal layer painted on after the product is built. That is GDPR theater. Done properly, GDPR is five places the user actually touches.

  5. Coming

    The SEO mistakes most developers make

    The first 80% of SEO lives in the code, not in the copy. Five mistakes I shipped to production — including the one where staging environments leak into Google.

  6. Coming

    From magic link to zero friction auth

    Social login buttons do not reduce friction — they displace it. Why I removed every social login from FisEvents and what it simplified.

  7. Coming

    PWA instead of a native app

    'We need a native app' is one of the most expensive sentences spoken in a SaaS meeting. Why I would skip the app store again — and what a PWA actually buys you.

  8. Coming

    Product-as-marketing

    Most marketing strategy sessions are attempts to invent claims the product cannot deliver. FisEvents was built so the product itself makes the marketing claims — structurally, in code.

How I built FisEvents · The series | FisEvents