transfer-page

Migrate Webflow pages to a Bun SSR stack using DevLink React components.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HealthSamurai/health-samurai-io-bun --skill transfer-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transfer-page
Source: https://github.com/HealthSamurai/health-samurai-io-bun/tree/main/skills/transfer-page
Command: npx skills add https://github.com/HealthSamurai/health-samurai-io-bun --skill transfer-page

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of migrating web pages from Webflow to a local Bun SSR stack, ensuring pixel-perfect replication of the original design.

Core Features & Use Cases

  • Pixel-Perfect Migration: Replicates Webflow page layouts precisely within the Bun SSR environment.
  • DevLink Component Integration: Leverages DevLink-generated React components for seamless transfer.
  • CSS Scoping: Prevents style conflicts between Webflow components and the existing application.
  • Use Case: Migrating an existing marketing page from health-samurai.io (built in Webflow) to the new Bun-based application, maintaining the exact visual appearance and functionality.

Quick Start

Run the provided render script to migrate a Webflow DevLink component into a Bun SSR page.

Frequently Asked Questions about transfer-page

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

FAQPage Schema
How do I migrate Webflow pages to a Bun SSR application?

Pixel-perfect migration from Webflow to Bun SSR is achieved by converting DevLink React components into static HTML and scoped CSS. This approach prevents style conflicts and preserves the exact visual appearance of the original web page.

Does migrating Webflow to Bun require DevLink components?

Yes, DevLink components are required for Webflow to Bun SSR migration. The process specifically leverages DevLink-generated React components to seamlessly transfer page layouts and render them into static HTML.

How does CSS scoping work when transferring Webflow designs to React?

CSS scoping prevents style conflicts between migrated Webflow components and your existing application during the transfer. It isolates the converted styles so the pixel-perfect Webflow design renders correctly within the Bun SSR stack.

Can I use Webflow DevLink components with Bun for server-side rendering?

Yes, Webflow DevLink components can be used with Bun for server-side rendering. The process converts DevLink React components into static HTML and scoped CSS, facilitating integration into a running Bun development server.

What is the best way to replicate Webflow designs in a React and Bun stack?

The best way to replicate Webflow designs in a React and Bun stack is converting DevLink React components into static HTML and scoped CSS. This approach ensures pixel-perfect migration of existing page layouts into the Bun SSR environment.