Bun React Ssr
Dynamically renders server-side content on the client with optimized reactivity using SecondSky's bun-powered SSR engine.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add bun-react-ssr npx -- -y @trustedskills/bun-react-ssr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"bun-react-ssr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/bun-react-ssr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to execute Server-Side Rendering (SSR) workflows using Bun and React, allowing for dynamic HTML generation before sending responses to clients. It streamlines the setup of Next.js applications by automating the installation of necessary dependencies and configuration files tailored for Bun's runtime environment.
When to use it
- You need to deploy a Next.js application that requires server-side rendering for SEO or initial load performance.
- Your development team prefers Bun as the JavaScript runtime over Node.js for faster build times and startup speeds.
- You are building an AI agent workflow that needs to generate static-like HTML dynamically during request processing.
Key capabilities
- Automates installation of
nextandbunpackages within a project directory. - Configures
package.jsonscripts specifically for Bun-based SSR execution. - Sets up the foundational structure required to run React components on the server side using Bun.
Example prompts
- "Set up a new Next.js project configured to use Bun for server-side rendering."
- "Install the necessary dependencies and configure my existing React app to run with Bun SSR."
- "Generate the initial file structure and scripts needed to deploy a Bun-based Next.js application."
Tips & gotchas
Ensure your AI agent has write permissions to the target directory, as this skill modifies or creates files like package.json. While this skill handles setup, you must still implement specific React logic and API routes within the generated project to achieve full SSR functionality.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.