This directory contains example projects built with the HONC stack, showcasing different use cases, patterns, and integrations.
A mock REST API service providing goose-themed data, similar to JSON Placeholder. Great for seeing how to use middleware for validation in Hono.
- Blog post: https://fiberplane.com/blog/placegoose-guide/
- See it live: https://placegoose.fp.dev
Integrations
- Cloudflare D1 for data storage - Cloudflare Asset Bindings for Workers - UI: Markdown rendered with RemarkA RAG (Retrieval Augmented Generation) example that uses Cloudflare docs as a knowledge base. Demonstrates vector embeddings and AI integration with the HONC stack using Neon Postgres.
- Blog: https://fiberplane.com/blog/retrieval-augmented-geese/
- See it live: https://cf-retrieval-augmented-goose.mies.workers.dev
Integrations
- Neon serverless Postgres for data storage and vector search - OpenAI for embeddings generation - UI: SSR with hono/jsx and Fiberplane's "ascuii" SSR ui componentsA serverless monitoring application that tracks website uptime. Features configurable health checks, response time tracking, and a web interface. Uses Cloudflare D1 and Durable Objects.
Integrations
- Cloudflare D1 for data storage - Cloudflare Durable Objects for serverless state - UI: SSR with hono/jsxAn AI-powered goose image generator that creates comic/anime style goose images using Cloudflare AI. Stores images in R2 and metadata in Neon Postgres.
Integrations
- Neon serverless Postgres for relational data storage - Cloudflare R2 for blob storage - Cloudflare AI for image generation (Flux-1-Schnell)A GitHub PR review bot that provides "goosey" code reviews using Claude. Built with Neon Postgres and Cloudflare Workers.
Integrations
- GitHub Octokit to handle webhooks and pull requests - Claude (Anthropic) to provide code reviewsA web app that generates (terrible) goose-themed jokes using Cloudflare AI. Stores jokes in a Neon Postgres database and includes rate limiting functionality.
- See it live: https://goose-jokes.fp.dev