Skip to content
MISSION ARCHIVE CASE FILE № 001

A bakery built on stone-ground flour, slow fermentation, and stubborn craft — and the website that finally lets the world taste it.

Simply
Sourdough.

A field report by ORB IT Solutions · Middletown, Ohio

Simply Sourdough — About page
◉ TX-01 · ABOUT
Plate 01 · simplysourdough.org/about
ClientSimply Sourdough
EngagementE-commerce · Branding · SEO
LocationMiddletown, Ohio
TimelineJan 2025 — ongoing
StackSvelteKit · Rust · Stripe
Status◉ Live in production

Simply Sourdough is a female-run microbakery in Middletown, Ohio—the kind of operation whose differentiator is unambiguous: real ingredients, real fermentation, no shortcuts. Bread you'd recognize as bread. By late 2024, demand had outpaced their "text messages and Venmo" beginnings. They needed a better way to take orders and came to us looking for a solution.

The brief was simple: "Build us a beautiful storefront that tells our story, takes orders, and gets out of our way." We delivered an e-commerce experience that is a reflection of their brand. Every pixel, intentional: from the color palette to the product photography, from the checkout experience to the email confirmations. The result is a storefront that drives repeat orders, builds customer relationships, and gives this microbakery the infrastructure needed for a thriving e-commerce business.

Throughout the project, we iterated closely with the team—designing logos, refining UX, integrating payment processing, and ensuring the platform could scale with their growth. Now they have a solution with no lock-in, complete autonomy over their customer data and own their digital presence.

23
days
Duration from kickoff to MVP launch, maintaining weekly calls with the client throughout to ensure alignment.
17
months
Ongoing premium maintenance, to improve and expand the solution, as Simply Sourdough's need for more features grew.
$0
platform tax
No platform lock-in, full autonomy over their digital future. Avoided Shopify-class fees on the unit economics of each item sold.
100%
client ownership
Brand assets, CMS, analytics, customer list — all owned by Simply Sourdough. We built it, they keep it. Forever.
Simply Sourdough homepage hero
SS-02 · PLATE 02· The homepage. Live countdown to the next ordering window above the fold — every visit answers "when can I get bread?" before scrolling.
Simply Sourdough product listing
SS-03 · PLATE 03· Product catalog with category filters. Pricing hints reflect the cheapest variant; every card is keyboard-navigable.
Simply Sourdough product detail
SS-04 · PLATE 04· Product detail. Multi-image carousel with the nutrition label as a second image — transparency as a design value.
Simply Sourdough shopping cart
SS-05 · PLATE 05 Shopping cart with optional quantity caps per SKU. Stripe handles money; no sensitive data touches infrastructure.
Simply Sourdough member benefits
SS-06 · PLATE 06 Benefits page — informational SEO that turns curious searchers into repeat customers.
Simply Sourdough mobile home
SS-07 · PLATE 07 Mobile-first responsive design works across all devices.

We wanted our digital experience to feel as premium as our bread. Shopify themes couldn't cut it, but ORB IT Solutions delivered.

◉ Simply Sourdough · § Why Choose Us
Architecture · Systems Design

Sized to your business, not assumptions

We designed Simply Sourdough's infrastructure with them in mind: no unnecessary hosted databases, no premature optimization, no features until they needed it. Every architectural decision prioritized simplicity, testability, and the ability to hand off a maintainable codebase to the client.

  1. 1.

    Static-first: We generate the entire site upfront at build time. This contributes to faster load times and better SEO, helping more customers find the bakery through online search. After deploying there's no server-side runtime to interfere with the site's main goal: presenting all products available for purchase.

  2. 2.

    Store cart data, not user data: The client had very specific requests on how ordering—the raison d'être—should work, precluding the use of generic e-commerce solutions: cart state should be available offline, different SKUs had different quantity caps, etc. We did this while ensuring no financial data was stored by us, handing off to a secure payment processor via a thin Rust API.

  3. 3.

    Deployment & CI-CD: To enable the site to load quickly, products are fetched once from a self-hosted CMS at build time. We also query this database at runtime to fetch the latest product data. If the CMS is unreachable, a typed local fallback catalog is used. The site never becomes unusable or fails to build.

  4. 4.

    Self-hosted everywhere it matters: Both the analytics and content management system used are self-hosted. The bakery owns all critical pieces of its techonology stack. This makes recurring costs predictable, and bounded.

Engineering Discipline

Not "ship it and move on."

Testing Matrix ◉ ALL GREEN · 0 KNOWN DEFECTS
LAYERTOOLCOVERAGE
UnitVitest (node)Pure logic — ordering math, cart helpers, formatters
ComponentVitest browser + PlaywrightEvery Storybook story doubles as a test
Visual regressionChromaticLight + dark snapshots on every PR
E2EPlaywright4 projects · admin + customer + a11y
Accessibilityaxe-core + html-validateWired into the e2e suite; zero violations
API mockingMSWUsed in both Storybook and tests

◉ End of field report ◊ ◊ ◊

Want this for your business?

If you're a maker, a small brand, or an owner-operator who needs a digital experience that respects your craft and your margins — we'd love to talk.

Technology · Platforms