deno-frontend
✓Use when building web UIs with Fresh framework, using Preact components, or adding Tailwind CSS styling in Deno
Installation
SKILL.md
This skill covers frontend development in Deno using Fresh (Deno's web framework), Preact (a lightweight React alternative), and Tailwind CSS. Fresh uses "island architecture" where pages render on the server and only interactive parts ship JavaScript to the browser.
Fresh is Deno's web framework. It uses island architecture - pages are rendered on the server, and only interactive parts ("islands") get JavaScript on the client.
Islands are components that get hydrated (made interactive) on the client. Place them in the islands/ folder.
Use when building web UIs with Fresh framework, using Preact components, or adding Tailwind CSS styling in Deno Source: donjo/denoland.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/donjo/denoland --skill deno-frontend- Source
- donjo/denoland
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is deno-frontend?
Use when building web UIs with Fresh framework, using Preact components, or adding Tailwind CSS styling in Deno Source: donjo/denoland.
How do I install deno-frontend?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/donjo/denoland --skill deno-frontend Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/donjo/denoland
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01