What problem does it solve?
Moving a vibe-coded app (from Lovable, Bolt.new, or Replit) or a frontend web app onto AWS requires re-architecting hosting, server logic, auth, and databases by hand. This Skill automates the full migration workflow: analyzing the app, generating a migration plan with a cost estimate, executing the migration in an AWS-managed environment, and producing deployable AWS Blocks infrastructure code.
Core Features & Use Cases
- End-to-End Migration Workflow: Authenticate, upload source code (local directory or GitHub URL), poll analysis and planning status, confirm cost estimates, execute the migration, and download the migrated snapshot.
- Broad Framework Support: Handles full-stack apps from Lovable, Bolt.new, and Replit, plus React, Vue, Angular, Next.js, Nuxt, Astro, SvelteKit, Gatsby, Vite, and other static/SPA/SSR frameworks.
- AWS-Native Output: Produces an
aws-blocks/ infrastructure definition and a generated DEPLOY.md with CDK deployment steps targeting S3, CloudFront, Lambda, API Gateway, Cognito, and Aurora/DynamoDB.
- Use Case: A user has a Lovable-generated React + Supabase app and says "launch my app on AWS". The Skill uploads the code, returns a migration plan with monthly cost estimate, executes the migration, and delivers a downloadable snapshot ready to deploy with CDK.
Quick Start
Ask the agent to launch your app on AWS by providing your project directory or GitHub URL, for example: "Migrate my app in ./my-lovable-app to AWS."