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 »

𝗗𝗲𝘀𝗶𝗴𝗻𝗲𝗱 𝗮 𝗣𝗿𝗼𝗱𝘂𝗰𝘁𝗶𝗼𝗻‑𝗥𝗲𝗮𝗱𝘆 𝗠𝘂𝗹𝘁𝗶‑𝗥𝗲𝗴𝗶𝗼𝗻 𝗔𝗪𝗦 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲 𝗘𝗞𝗦 | 𝗖𝗜/𝗖𝗗 | 𝗖𝗮𝗻𝗮𝗿𝘆 𝗗𝗲𝗽𝗹𝗼𝘆𝗺𝗲𝗻𝘁𝘀 | 𝗗𝗥 𝗙𝗮𝗶𝗹𝗼𝘃𝗲𝗿

!Architecture Diagramhttps://dev-to-uploads.s3.amazonaws.com/uploads/articles/p20jqk5gukphtqbsnftb.gif I designed a production‑grade multi‑region AWS architectu...