DEV Community

weiwei yang
weiwei yang

Posted on

I Built a Tiny SEO-First Tool Without Login, Database, or AI API

I recently built a small web tool called MomentWording.

It helps people write workplace-safe messages for work anniversaries, retirement cards, and simple coworker moments. The first version is deliberately boring from a technical perspective: no login, no database, no AI API, no dashboard.

That was the point.

For this MVP, I wanted to validate whether people search for specific workplace wording help before building a larger product. So the stack is content-first:

  • Next.js App Router
  • TypeScript
  • static reviewed message templates
  • simple card download workflow
  • SEO landing pages for narrow search intent

The main lesson so far: a small tool can still feel useful if the scope is specific.

Instead of building a generic β€œmessage generator,” I focused on a few clear use cases:

  • work anniversary messages
  • 10-year work anniversary messages
  • 25-year work anniversary messages
  • retirement messages for coworkers
  • a simple work anniversary message generator

One constraint I cared about was message quality. The tool only shows reviewed templates, and the wording avoids workplace-sensitive topics like age, salary, health, layoffs, performance, politics, and overly personal jokes.

That constraint made the product smaller, but also clearer.

The live site is here:
https://www.momentwording.com/

The free work anniversary message generator is here:
https://www.momentwording.com/work-anniversary-message-generator/

If I continue building it, the next challenge is not technical complexity. It is distribution: finding relevant HR, workplace culture, and remote team audiences without turning the project into another spammy content site.

Top comments (0)