Skip to main content

8 docs tagged with "backend"

View all tags

API Cheat Sheet

Essential API reference for Codehooks.io serverless backend. Quick reference for routing, authentication, databases, workflows, queues, and real-time features with direct links to detailed docs.

Concepts overview

Learn about the main concepts of Codehooks.io - the complete backend for webhooks. Understand projects, spaces, and how to deploy webhook handlers, backends, and integrations to the Codehooks serverless cloud.

Overview

Codehooks.io is the complete backend for webhooks. Receive, store, process, and deliver webhooks with a built-in database, queues, cron, and retries behind every endpoint — plus REST APIs, auth, and frontend hosting. Deploy in seconds from the CLI.

Quickstart using the CLI

Get started with Codehooks CLI — deploy a complete backend in seconds. Your coding agent or you can create APIs, webhook handlers, and automations from the terminal.

React backend example

How do you set up an easy backend for React? In this example we'll create a simple React app front-end with a Node.js codehooks.io backend API and database. The main objective of this example is to learn how to use codehooks.io as an API backend for your React app.