Ottabase
HomeAboutThemes
GitHub

© 2026 Ottabase. Open Source.

Built with Next.js & Cloudflare Workers

AboutThemesConfigGitHub

About this template

A modern, production-ready Next.js homepage template for Cloudflare Workers.

What is this?

This is a barebone Next.js homepage template designed to be easily deployed to Cloudflare Workers using OpenNext. It provides a solid foundation for building beautiful, performant homepages with modern web technologies.

Key Features

  • Next.js 16 with App Router and React Server Components
  • OpenNext for seamless Cloudflare Workers deployment
  • Brand Engine integration with 8 theme presets
  • TypeScript for type safety
  • Tailwind CSS for rapid styling
  • Dark mode support out of the box
  • Fully responsive design
  • Production-ready configuration

Getting Started

To get started with this template:

  1. Clone the repository
  2. Install dependencies with pnpm install
  3. Run the dev server with pnpm dev
  4. Customize the homepage and brand configuration
  5. Build and deploy to Cloudflare Workers

Brand Customization

The template includes Brand Engine integration, allowing you to easily customize colors, typography, and theming. Edit config/brand.config.ts to configure your brand settings. Choose from 8 built-in theme presets or create your own custom theme.

Deployment

Deploy to Cloudflare Workers with a single command:

pnpm deploy

Make sure you have configured your Cloudflare credentials before deploying.

View on GitHubGet Started