webdev-readme-static

Guides development of static React 19 and Tailwind 4 web applications with shadcn/ui.

1|Updated Jul 17, 2026
One-click install
npx skills add https://github.com/waiyanphyo999/telegram-bot-deploy --skill webdev-readme-static-waiyanphyo999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webdev-readme-static
Source: https://github.com/waiyanphyo999/telegram-bot-deploy/tree/main/skills/webdev-readme-static
Command: npx skills add https://github.com/waiyanphyo999/telegram-bot-deploy --skill webdev-readme-static-waiyanphyo999

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building static frontend sites often leads to inconsistent styling, broken deployments from misplaced media assets, and common React pitfalls like infinite render loops or invisible text. This Skill provides the complete development guide for the web-static template so every project follows proven conventions from the first line of code. ## Core Features & Use Cases - Template Conventions: Defines the file layout, design token system in client/src/index.css, and customized Tailwind/shadcn defaults such as the auto-centering .container utility. - Asset & Media Workflow: Enforces the required manus-upload-file CLI workflow for images so local media never causes deployment timeouts. - Design, Animation & Maps Guidance: Ships opinionated rules for visual design, sub-300ms motion with custom easings, and full Google Maps integration via the built-in MapView component without API keys. - Use Case: When asked to build a landing page or dashboard, activate this Skill to get the checklist covering theming, routing with Wouter, placeholder handling, and common pitfalls like SVG divider bleed-through and contrast failures. ## Quick Start Use the webdev-readme-static guide to build a static React landing page following the template conventions.

Frequently Asked Questions about webdev-readme-static

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

FAQPage Schema
What are the limits of a static-only React template?

The web-static template has no backend API functionality; the server and shared directories are compatibility placeholders only. Dynamic content must come from public APIs fetched client-side with useEffect.