Note
Microsoft Managed Apps is in public preview. APIs, templates, and tooling may change before general availability.
Microsoft Managed Apps lets you build custom web applications using standard web technologies — React, TypeScript, and Vite.
This repository hosts the official first-party project templates and is the home for public issues. The tooling itself ships as npm packages under the @microsoft/managed-apps scope:
| Package | Description |
|---|---|
@microsoft/managed-apps |
SDK for building Microsoft Managed Apps |
@microsoft/managed-apps-cli |
Command-line interface for building and managing Microsoft Managed Apps |
@microsoft/managed-apps-vite-plugin |
Vite plugin for Microsoft Managed Apps |
See the Quickstart - CLI to set up your local dev environment and build your first app.
templates/— first-party project templates (currentlyvite8, a React + TypeScript + Vite 8 starter).plugins/— themicrosoft-managed-appsplugin: skills, agents, and hooks for building Microsoft Managed Apps with AI coding agents (works with Claude Code and GitHub Copilot)..claude-plugin/— marketplace manifest (marketplace.json) that registers the plugin so agents can install it via/plugin marketplace add.
See the Microsoft Managed Apps documentation.
This project uses GitHub Issues to track bugs. Please search existing issues before filing a new one to avoid duplicates. For a new bug, open an issue in this repository. See SUPPORT.md for details.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.