biff

Richard Bowen 2025-01-13T21:08:35.426739Z

Would Biff be suitable for building an API out of the gate?

2025-01-14T00:54:23.708679Z

Yes, via the :api-routes module key. You may have to fiddle with the middleware though (`com.example/middleware`)--I don't actually use :api-routes in any of my own apps, so there may be small/obvious improvements that need to be made. You'll also need to roll your own API authentication since Biff's auth module is only for humans visiting your site.

Richard Bowen 2025-01-14T03:41:17.479399Z

Cool.