migrate-googleai

Migrate Google AI Studio apps to static Domo App Platform deployments.

19|13|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/stahura/domo-ai-vibe-rules --skill migrate-googleai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-googleai
Source: https://github.com/stahura/domo-ai-vibe-rules/tree/main/skills/custom-apps/migrate-googleai
Command: npx skills add https://github.com/stahura/domo-ai-vibe-rules --skill migrate-googleai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts Google AI Studio-origin apps into a static Domo App Platform deployment contract, enabling smooth migration from server-based AI Studio projects to client-side static hosting.

Core Features & Use Cases

  • Step-by-step migration guidance for converting Google AI Studio projects to Domo App Platform static deployments.
  • Build-pipeline validation and dist packaging checks to ensure production-ready artifacts under dist/.
  • Subpath hosting adjustments and routing resilience to work behind non-root URLs.
  • Environment-variable normalization and safe handling of secrets for browser-based apps.
  • End-to-end publish workflow using domo publish to deploy dist/ as a Domo app.

Quick Start

Follow the migration steps in this skill to convert a Google AI Studio project into a Domo App Platform-ready static deployment.

Frequently Asked Questions about migrate-googleai

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

FAQPage Schema
How do I migrate a Google AI Studio app to a static Domo deployment?

To migrate a Google AI Studio app to a static Domo deployment, you transition the project from server-based hosting to client-side static hosting by validating build pipelines, adjusting subpath routing, and using the domo publish workflow to deploy the dist/ directory.

Why does my Google AI Studio app need HashRouter when moving to the Domo App Platform?

HashRouter is required when moving to the Domo App Platform because static Domo deployments use subpath hosting, and HashRouter ensures routing resilience behind non-root URLs without server-side routing configuration.

How do I handle environment variables when migrating to Domo static deployments?

When migrating to Domo static deployments, you normalize environment variables for browser-based apps and avoid client-side secrets, ensuring safe handling of configuration during the static hosting transition.

What build pipeline checks are required for Domo App Platform static deployments?

Domo App Platform static deployments require build pipeline validation that enforces production-ready artifacts in the dist/ directory, relative asset paths, and a postbuild copy for the manifest if needed.

Can I deploy a Google AI Studio project directly to Domo without converting it?

No, Google AI Studio projects are server-based and must be converted into a Domo App Platform static deployment contract, which involves adjusting routing, packaging artifacts under dist/, and running the domo publish workflow.

What is the best way to publish static build artifacts from AI Studio to Domo?

The best way to publish static build artifacts from AI Studio to Domo is using the end-to-end domo publish workflow, which deploys the validated dist/ directory as a Domo app after enforcing relative asset paths and routing adjustments.