posts as webapps

Published: (January 17, 2026 at 05:10 PM EST)
2 min read
Source: Dev.to

Source: Dev.to

Cover image for posts as webapps

Lars Moelleken

Let’s not romanticize this.

I don’t spend weeks “engineering” these projects from scratch.
Most of the time the workflow is:

  1. Get one of my old blog posts
  2. Extract the hook (the metaphor / mental model / sharp point)
  3. Ask Google AI Studio to build it as a TypeScript webapp
  4. Refine the UI/UX with prompts until it matches the hook
  5. Push to GitHub and let Copilot publish it via GitHub Pages

That’s it—all done with my smartphone.

The trick is having a hook that is concrete enough to survive translation into an interaction.
Once you have that, “blog post → webapp” becomes a simple task:

  • I own the Why (the hook).
  • AI produces the How (the first draft).

1. Code Quality & Maintenance

Projects

These simulate entropy over time.
They exist to demonstrate a brutal truth:

Code doesn’t break suddenly.
It decays quietly.
You don’t refactor because of a bug.
You refactor because the system feels wrong.

These tools train that feeling.

2. Software Principles & Learning

Projects

These are not tutorials; they are memory anchors.
People remember principles through stories, metaphors, and failure modes—not through dry definitions.
Cringe works. That’s the point.

3. AI / LLM & Prompt Engineering

Projects

These don’t help you “use AI better.”
They help you not lie to yourself.
AI fails not because it’s stupid, but because humans skip the thinking step.
Yes, I use AI to build tools about using AI carefully—irony intended.

4. PHP & Systems Development

Projects

Backend failures are invisible by default.
These projects make constraints visually unavoidable—if you can see it, you stop arguing about it.

5. Career, Industry & Culture

Projects

(Further projects in this category continue beyond the excerpt.)

Back to Blog

Related posts

Read more »

Hello (again) and Thank You

I visit dev.to periodically, even though I don't often reply or post. Once again, today I was blown away by the work that so many of you are doing, and the ways...