Skip to main content
Run any Skill in Manus
with one click

hono-fullstack

Stars25
Forks4
UpdatedMay 11, 2026 at 01:21

Use this skill ONLY when the app needs a real server layer โ€” calling third-party APIs with hidden keys (LLM, Stripe, OpenAI, payment processors), proxying webhooks, server-side rate limiting, or complex orchestration that can't run safely from the browser. For frontend-only apps (with or without persistence), use `frontend-starter` instead โ€” it's simpler. Stack: Vite + React + TypeScript + Tailwind v3 + shadcn/ui + TanStack Router + TanStack Query + Zustand (frontend); Hono + Bun (backend, unified dev server via @hono/vite-dev-server). Pair with the `supabase` skill for any persistent data โ€” the server stays for server-only work, data goes through frontend-direct Supabase + RLS.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
23 files
SKILL.md
readonly