Skip to main content

Templates

Production-ready templates you can deploy in seconds. Pick a template, run the command, and you're live.

Build anything fast with AI coding agents

Don't see exactly what you need? With coding agents like Claude, Cursor, or ChatGPT, you can build custom backends in minutes. Check out our AI coding setup to get started.

Quick Start Templates

Get started instantly with production-ready templates. Each template deploys in seconds.

Stripe Webhook Handler

Production-ready Stripe webhook endpoint with signature verification and automatic event storage to database. Perfect for processing payments, subscriptions, and customer events.

Features:
  • Signature verification included
  • Event storage to NoSQL database
  • Ready for payment.succeeded events
  • Error handling and logging
coho create mystripe --template stripe-webhook-handler

Webhook Delivery System

Complete webhook delivery infrastructure for sending webhooks to your customers. Queue-based processing with automatic retries, HMAC signing, and delivery monitoring.

Features:
  • HMAC SHA-256 payload signing
  • Automatic retries with exponential backoff
  • Queue-based delivery system
  • Webhook monitoring and auto-disable
coho create mywebhooks --template webhook-delivery

Slack Memory Bot

Advanced Slack bot with persistent memory and pluggable search adapters. Demonstrates webhook handling, database operations, and modular architecture patterns.

Features:
  • Keyword and vector search
  • Persistent conversation memory
  • Webhook event handling
  • Modular adapter design
coho create myslackbot --template slack-memory-bot

CRUD API Backend

Simple CRUD API database backend using the Codehooks NoSQL database REST API. Perfect starting point for any application needing a database backend.

Features:
  • Full CRUD operations
  • NoSQL database integration
  • REST API endpoints
  • Ready for any frontend
coho create myapi --template crud-api-backend

React Backend-for-Frontend

Backend optimized for React applications following the BFF (Backend-for-Frontend) pattern. Includes API aggregation and server-side rendering support.

Features:
  • Optimized for React apps
  • API aggregation layer
  • SSR-ready architecture
  • Modern best practices
coho create myreactbff --template react-bff

Static Website with Tailwind

Deploy static websites instantly with Tailwind CSS included. Perfect for landing pages, documentation sites, or any static content.

Features:
  • Tailwind CSS pre-configured
  • Fast deployment
  • Modern styling utilities
  • Production-ready setup
coho create mysite --template static-website-tailwindcss
Browse all templates

All templates are open source and available in the codehooks-io-templates GitHub repository. Feel free to fork, modify, or contribute!

Minimal Webhook Templates

Lightweight, focused webhook handlers for popular services. Each template includes signature verification and demonstrates best practices for that specific platform. Perfect for getting started quickly or as reference implementations.

Stripe (Minimal)

Minimal Stripe payment webhook with signature validation. Process payment events with just the essentials.

coho create --template webhook-stripe-minimal

Shopify

Shopify e-commerce event processor with HMAC verification. Handle orders, inventory, and customer events.

coho create --template webhook-shopify-minimal

GitHub

GitHub event handler with HMAC SHA-256 verification. Automate workflows based on repository events.

coho create --template webhook-github-minimal

Discord

Discord bot interaction handler with Ed25519 verification. Build interactive Discord bots and slash commands.

coho create --template webhook-discord-minimal

Twilio

Twilio SMS/voice event handler with TwiML response support. Process incoming messages and calls.

coho create --template webhook-twilio-minimal

Clerk

Clerk authentication event handler using Svix verification. React to user signup, login, and profile updates.

coho create --template webhook-clerk-minimal

Codehooks Authentication

codehooks-auth is our official authentication library - a complete, open-source authentication solution that gives you full control over your authentication process and user data.

Built with security and flexibility in mind, it supports multiple authentication methods:

  • One-time password (OTP) authentication
  • OAuth integration (Google and GitHub)
  • JWT-based access and refresh tokens
  • Email-based user verification

The authentication system integrates seamlessly with:

  • Codehooks.io: For backend API and database management
  • Multiple email providers: Including Mailgun, Postmark, and SendGrid
  • Custom templates: Fully customizable HTML/CSS templates for all auth pages
  • OAuth providers: Ready-to-use integrations with major providers


Get started with Codehooks Authentication

Install via npm: npm install codehooks-auth. The library is available as an npm package with complete documentation and examples in the Github repository.


Example Applications

Complete, production-ready applications you can fork and customize. These showcase full-stack implementations with frontend and backend code.

Codehooks Analytics

Open-source web analytics with full control over your data. Cookie-free tracking, real-time access, no vendor lock-in. Built with Alpine.js, TailwindCSS, and DaisyUI.

Directory Template

Build SEO-optimized directory services with server-side rendering, automatic screenshots, sitemap generation, and full-text search.