Welcome to the LomeyoLabs Blog
We build digital products. Templates, SaaS tools, and the occasional weird experiment. For years that work happened quietly. This blog changes that.
Why a blog, why now
Most of what we learn building and selling software never leaves our heads. A pricing change that doubled conversions. A migration that almost broke production. The boring checklist that ships a clean release every time. Written down, those notes help other builders. Kept in our heads, they help no one.
So we are writing them down here.
What you can expect
- Build logs — how a specific feature or product actually got made.
- Playbooks — repeatable steps for SEO, launches, and pricing.
- Honest retros — what worked, what flopped, and the numbers behind both.
No fluff, no filler. Each post earns its place by being useful.
A quick note on how this is built
This blog is plain markdown. Every post is a .md file with a little
frontmatter on top:
title: Your post title
date: 2026-06-16
category: Playbooks
excerpt: One sentence the listing page shows.
The site reads those files, renders them, and styles them for comfortable reading. No database, no CMS, no lock-in. Writing a post is writing a file.
The best system is the one you will actually use. For us, that is a folder of markdown files in the same repo as the code.
More soon.