Skip to content

Latest commit

 

History

History

examples

🪿 HONC Stack Example Projects 🪿

This directory contains example projects built with the HONC stack, showcasing different use cases, patterns, and integrations.

Projects

A mock REST API service providing goose-themed data, similar to JSON Placeholder. Great for seeing how to use middleware for validation in Hono.

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.

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

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)

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.

Integrations - Neon serverless Postgres for data storage - Cloudflare AI (Llama-3.1-8B-Instruct)