webdev:platform-migration

Migrate web apps from agent sandboxes to Render and Supabase production stacks.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/david-bieri/bieri-ai --skill webdev-platform-migration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webdev:platform-migration
Source: https://github.com/david-bieri/bieri-ai/tree/main/skills/webdev-platform-migration
Command: npx skills add https://github.com/david-bieri/bieri-ai --skill webdev-platform-migration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Migrates a web app from an agent sandbox to a self-hosted production stack, enabling stable, portable deployments.

Core Features & Use Cases

  • Portability audit and environment cleanup to remove hard-coded URLs and secrets
  • Render + Supabase target stack provisioning with deployment guidance
  • Cost estimation, documentation, and migration playbook for repeatable campaigns

Quick Start

Invoke this skill to begin the migration by auditing portability, cleaning environment variables, and provisioning a Render-based production deployment.

Frequently Asked Questions about webdev:platform-migration

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

FAQPage Schema
How do I migrate my web app from a sandbox to a self-hosted production environment?

To migrate your web app to a self-hosted production environment, you need a structured workflow covering portability audits, environment variable cleanup, and deployment provisioning for platforms like Render and Supabase. This process ensures stable, portable deployments without hard-coded dependencies.

What is a portability audit and why do I need it for app deployment?

A portability audit identifies and removes hard-coded URLs and secrets before app deployment. It is needed to ensure your application can move cleanly from a sandbox to a self-hosted production platform without breaking connections or exposing sensitive configuration data.

How do I set up Render and Supabase for a production deployment?

Setting up Render and Supabase for a production deployment involves provisioning the target stack, configuring your application settings, and defining processes for cron jobs and emails. This creates a stable, self-hosted infrastructure for your migrated web app.

Can I use this migration workflow for staging and testing environments?

Yes, this migration workflow explicitly supports staging, testing, and production contexts. It provides comprehensive migration documentation and a repeatable playbook to ensure consistent environment setup across all deployment phases.

What are the limitations when moving an app to a self-hosted platform?

Limitations when moving an app to a self-hosted platform include potential failures from uncleaned environment variables and hard-coded configurations. Without a proper portability audit and defined target stack setup, applications may experience broken connections or missing cron and email services.