Show HN: Simpler web dev with Htmx, SQLite and TypeScript

https://www.plainweb.dev/
by joseferben • 2 years ago
15 14 2 years ago

i'm building this minimalistic framework mostly for myself. it's really just a project template + a tiny library that adds file based routes to express and persistent task queues.

i wanted something that:

1. is a single long-running process to deploy and manage (thanks sqlite!)

2. has type-safe database queries and type-safe server rendered React-like `.tsx` components

3. addresses 80% of common full-stack concerns like emails, task queues and routing

4. doesn't have a frontend build process

curious to hear what you think!

Related Stories

Loading related stories...

Source preview

plainweb.dev