iga-pagesDeploy frontend and full-stack projects to IGA Pages. Use when the user mentions IGA Pages or requests deployment ("deploy my app", "publish this site", "push this live", "deploy and give me the link", "create a preview deployment", "deploy to IGA Pages", "ship to production"). Also use for API, end
Install via ClawdBot CLI:
clawdbot install seasonrui/iga-pagesGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://console.volcengine.com/iam/keymanageAudited Apr 16, 2026 · audit v1.0
Generated May 21, 2026
A developer creates a Next.js blog using create-next-app and wants to deploy it to IGA Pages. Using the iga CLI, they log in, navigate to the project directory, and run 'iga pages deploy' to push the site live with a single command.
A team builds a Vite project with API routes in the api/ folder for serverless functions. They use 'iga pages dev' for local testing and then deploy to production, ensuring the Express handler is correctly exported without app.listen().
A company with an existing Hugo static site wants to host it on IGA Pages. They run 'iga pages link' to connect their local directory to a new project, then deploy with 'iga pages deploy', verifying the framework is supported first.
A CI pipeline triggers 'iga login' with AK/SK, then runs 'iga pages build' and 'iga pages deploy' after scaffolding a Vue CLI app. The deployment auto-creates the project and writes .iga/project.json, enabling repeatable deployments.
An agency creates preview deployments for client review by running 'iga pages deploy --name my-preview' on feature branches. After approval, they redeploy to the main project for production release.
Offer basic hosting for free with limited bandwidth and storage, charging for premium features like custom domains, higher limits, and priority support. IGA Pages deploys user projects quickly, encouraging upgrades.
Charge clients per deployment or include hosting in a monthly retainer. Use IGA Pages' CLI to rapidly deploy and update client sites, reducing manual overhead.
Integrate IGA Pages deployment into a CI/CD pipeline as a paid add-on, charging per build minute or per deployment. Target development teams needing automated deployments.
💬 Integration Tip
Ensure all iga commands are run inside the project root directory; for new projects, cd into the scaffolded subdirectory before deploying.
Scored Aug 16, 2026
Use when building UI with shadcn/ui components, Tailwind CSS layouts, form patterns with react-hook-form and zod, theming, dark mode, sidebar layouts, mobile navigation, or any shadcn component question.
Tailwind reference tool. Use when working with tailwind in frontend contexts.
A product creation skill based on the "Bee Website Builder" Open API. It is used to create a new product under a specified site language and product group, w...
A product update skill based on the "Bee Website Builder" Open API. It is used to update an existing product under a specified site language and supports upd...
Build WCAG 2.1 AA compliant websites with semantic HTML, proper ARIA, focus management, and screen reader support. Includes color contrast (4.5:1 text), keyboard navigation, form labels, and live regions. Use when implementing accessible interfaces, fixing screen reader issues, keyboard navigation, or troubleshooting "focus outline missing", "aria-label required", "insufficient contrast".
Use when building Vue 3 applications with Composition API, Nuxt 3, or Quasar. Invoke for Pinia, TypeScript, PWA, Capacitor mobile apps, Vite configuration.