diff --git a/www/content/essays/a-real-world-wasm-to-htmx-port.md b/www/content/essays/a-real-world-wasm-to-htmx-port.md index d86c94566..2ce83d0ab 100644 --- a/www/content/essays/a-real-world-wasm-to-htmx-port.md +++ b/www/content/essays/a-real-world-wasm-to-htmx-port.md @@ -14,7 +14,7 @@ img, video { } -When I was in college, I wrote some customer service software that tied together some custom AI models I trained, the OpenAI API, a database, and some social media APIs to make the first version of [Sidekick](sidekickai.co). +When I was in college, I wrote some customer service software that tied together some custom AI models I trained, the OpenAI API, a database, and some social media APIs to make the first version of [Sidekick](https://sidekickai.co). ## Led astray @@ -44,4 +44,4 @@ The rewrite went far better than I could have imagined. It definitely won't be r I'll finish by touching on the biggest benefit in my eyes: it's tremendously easier to add new features as our customers request them. A feature that would have taken 2 weeks to fully implement, test and ship, now takes a day or two. As a small startup with a large number of customer demands, this is table stakes. -Sidekick hasn't raised VC funding so I can't afford to hire lots of devs. With HTMX we don't need to. \ No newline at end of file +Sidekick hasn't raised VC funding so I can't afford to hire lots of devs. With HTMX we don't need to.