This directory contains example projects built with the HONC stack, showcasing different use cases, patterns, and integrations.
📚 For more examples and templates, check out the Awesome Honc repository.
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 Remark
A 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 components
A 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/jsx
A personal AI assistant agent that can manage your schedule, events and calendars.
- Check out the GitHub repo
An 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)
🧑🎄 HONC the Halls
A Made-for-TV Christmas Movie idea geneator using llama3.3-70b-instruct
and Together AI. Uses Hono's streaming utilities to stream the response back to the client, and Hono's hono/jsx
to render the UI.
Integrations
- Cloudflare D1 to store movie ideas
- Together AI to generate movie ideas
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 reviews
A 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
Integrations
- Neon serverless Postgres for data storage
- Cloudflare AI (Llama-3.1-8B-Instruct)