top | item 39201459

(no title)

bulte-rs | 2 years ago

If you - or others here - are interested I can spend some time to clean-up my own "boilerplate" a bit.

It's using Golang + Chi + Templ, uses SQLite as its database and has a multi-tenant-multi-db setup by default (i.e. 1 master database for user/tenant management, and "stem-data", 1 sqlite database per tenant), and uses passkeys for authentication. I'm using some HTMX + Hyperscript + a really small amount of plain-js for passkeys in the apps themselves.

I reckon that switching out Chi for Fiber - for the boilerplate only - would take about 90 minutes.

Edit: Forgot to include TailwindCSS. So for completeness sake.

discuss

order

codegeek|2 years ago

I am interested. I actually like Chi so no need to take it out. Are you open to sharing it ?

reactordev|2 years ago

Yes, the more baseline boilerplates we have to show more golang the better.