edge-stack

Set up Hono, htmx, UnoCSS, and Cloudflare D1 for edge web applications.

Updated Dec 10, 2025
One-click install
npx skills add https://github.com/timequity/vibe-coder --skill edge-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edge-stack
Source: https://github.com/timequity/vibe-coder/tree/main/skills/edge-stack
Command: npx skills add https://github.com/timequity/vibe-coder --skill edge-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a streamlined setup for building modern, high-performance web applications optimized for edge deployment, reducing latency and infrastructure costs.

Core Features & Use Cases

  • Full-Stack Solution: Integrates Hono (server), htmx (interactivity), UnoCSS (styling), and Cloudflare D1 (database).
  • Rapid Prototyping: Ideal for quickly building server-rendered applications, CRUD interfaces, and landing pages.
  • Cost-Effective: Leverages Cloudflare's free tier for zero cold starts and global edge deployment.

Quick Start

Use the edge-stack skill to create a new Hono project with htmx, UnoCSS, and D1.

Frequently Asked Questions about edge-stack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a full-stack web application using Cloudflare D1 and Hono?

To build a full-stack web application with Cloudflare D1 and Hono, you use this setup to integrate server-side routing, htmx for interactivity, UnoCSS for styling, and D1 for database persistence. It provides a streamlined configuration for rapid development and global edge deployment.

What is an edge-native web stack and when do I need it?

An edge-native web stack deploys your application directly to global edge networks to reduce latency and infrastructure costs. You need it when building high-performance, server-rendered applications, CRUD interfaces, or landing pages that require minimal cold starts and fast global response times.

Can I use htmx for interactivity in a server-rendered Hono application?

Yes, you can use htmx for interactivity in a server-rendered Hono application. This combination allows you to build dynamic CRUD interfaces and rapid prototypes without heavy client-side JavaScript, relying on server-rendered HTML updated directly via htmx requests.

Does deploying a Hono application to Cloudflare D1 eliminate cold starts?

Deploying a Hono application to Cloudflare's edge network eliminates cold starts and minimizes operational costs. Leveraging this edge infrastructure allows your server-rendered applications to run globally with zero idle startup time.

What is the best way to rapidly prototype a CRUD interface for edge deployment?

The best way to rapidly prototype a CRUD interface for edge deployment is using a combined stack of Hono, htmx, and Cloudflare D1. This approach provides server-side rendering, lightweight interactivity, and database persistence while leveraging Cloudflare's free tier for minimal costs.