funstack-static
Build static React apps with server components, no server
All Skills in This Repository (4)
Pure Emerald Level Indicatorsrelease-funstack
Automate version bumps, commits, and GitHub releases with generated notes.
docs-consistency
Align documentation files with codebase changes to prevent drift.
create-pr
Create and squash-merge GitHub pull requests using the GitHub CLI.
funstack-static-knowledge
Summarize FUNSTACK Static architecture and best practices for Vite and RSC workflows.
Frequently Asked Questions
FAQPage SchemaHow to install funstack-static?โผ
Run `npx skills add uhyo/funstack-static --all -g -y` in your terminal to install all skills in this repository globally.
What is FUNSTACK Static used for?โผ
It is a Vite plugin that builds React apps with Server Components into plain static files, so you can deploy to any static host without running a server.
Can React Server Components work without a server?โผ
Yes. FUNSTACK Static renders Server Components at build time into RSC payloads, which the client runtime loads and renders like normal components.
Does funstack-static work with Claude Code?โผ
Yes. The included skills teach your agent the framework APIs, routing, release steps, and pull request workflows directly inside Claude Code and compatible agents.
Does FUNSTACK Static support server actions?โผ
No. Server Actions are not supported because there is no runtime server; all server rendering happens at build time.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core