magic-apps

Develop and deploy custom applications on the Informer platform using Vite.

1|2|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/entrinsik-org/claude-plugins --skill magic-apps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: magic-apps
Source: https://github.com/entrinsik-org/claude-plugins/tree/main/plugins/magic-reports/skills/magic-apps
Command: npx skills add https://github.com/entrinsik-org/claude-plugins --skill magic-apps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the development and deployment of custom applications within the Informer platform, simplifying complex workflows and API interactions.

Core Features & Use Cases

  • Local Development: Enables rapid iteration with Vite and hot reloading against live Informer data.
  • Deployment Automation: Automates the build, upload, and configuration process for Informer Apps.
  • API Integration: Provides clear guidance on interacting with Informer's datasets, queries, and external integrations.
  • Persistence & Server Logic: Supports app-specific data storage via Postgres workspaces and server-side JavaScript handlers for business logic.
  • Use Case: A developer needs to build a new sales dashboard application in Informer. They can use this Skill to set up their local development environment, connect to Informer APIs, define data access, write server-side logic for data processing, and deploy the app with a single command.

Quick Start

Use the magic-apps skill to start a new Informer App project locally.

Frequently Asked Questions about magic-apps

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

FAQPage Schema
How do I build and deploy custom apps on the Informer platform?

Building Informer apps involves using this Skill to scaffold a local Vite project, interact with datasets via APIs, and automate the final build and upload configuration for deployment.

How does local development with Vite work against live Informer data?

Local Vite development provides hot reloading against live Informer data, allowing you to rapidly iterate on application UI and test API integrations with datasets and queries before deployment.

Can I use Postgres workspaces for data persistence in Informer apps?

Yes, Informer apps support app-specific data persistence via Postgres SQL workspaces, allowing you to store custom application state and execute server-side JavaScript route handlers.

Does the Informer app development workflow support external API integrations?

Yes, the Skill provides clear guidance on interacting with Informer's datasets, queries, and external integrations, allowing you to connect your custom app to external API endpoints.

What is the best way to automate the deployment of a Vite application to Informer?

Automating Vite app deployment to Informer is handled by this Skill, which streamlines the build, upload, and configuration process to ensure efficient creation and release of data-driven applications.