2026-01-17 10:15:29

Lol. I asked Base44 (AI app builder) to re-write my simple app that I got it to generate as a single-file HTML + AlpineJS app rather than a React app with a build process.

The output start like this…

export default function Home() {
return (
<div dangerouslySetInnerHTML={{ __html: `
<!DOCTYPE html>
<html lang="en">
<head>