Skip to main content

Other Templates

Backend templates for common use cases beyond webhooks. Each template deploys in seconds.

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.

Backend Templates

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

React frontend and backend deployed together following the BFF (Backend-for-Frontend) pattern. Vite-powered with lowest latency to your API and database.

Features:
  • Vite + React + React Router
  • Tailwind CSS styling
  • Co-located frontend and backend
  • Minimal network latency
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

Drip Email Workflow

Production-ready email automation system. Own your drip campaigns without vendor lock-in. Deploy in 5 minutes with full control over your subscriber data.

Features:
  • JSON-configured workflow steps
  • SendGrid, Mailgun, Postmark support
  • Queue-based reliable delivery
  • Subscriber CRUD API included
coho create mydrip --template drip-email-workflow

SaaS Metering Webhook

Usage-based billing infrastructure for SaaS applications. Track API calls, compute usage, or any metered resource with webhook-driven event collection.

Features:
  • Real-time usage tracking
  • Webhook event ingestion
  • Aggregation & reporting APIs
  • Billing system integration ready
coho create mymetering --template saas-metering-webhook
Browse all templates

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


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.