API creation is arguably one of the most time-consuming tasks when creating an app, and it starts with your infrastructure setup.

It often involves provisioning a server, setting up Docker, and various configurations, followed by database structuring, backup setup, and endpoint development. While exciting for tech enthusiasts, this process can significantly hinder project timelines and efficiency.

Cloudflare Workers and Durable Objects aim to change all that. It's serverless at its best, with a plug-and-play Javascript backend environment and speedy key-value storage that scales up and down as needed. The perfect habitat for an API.

Can we streamline the process even further, to make it easy to harness these technologies?

> Apiker has entered the chat.

What is Apiker?


Apiker
is a library that helps you create APIs with Cloudflare Workers and Durable Objects in an effortless way. It takes care of the Durable Object setup (and any related migrations, bindings, etc), provides straightforward routing and comes with useful JWT-powered Auth endpoints. All this is combined in a convenient package that can even set up your project's boilerplate for you.

Want to learn more? Check out Apiker's repository on Github: