# @studiocms/devapps

> Devapps for StudioCMS Astro projects, including a WordPress importer.

Latest version **0.4.0** (published 2026-09-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install @studiocms/devapps
pnpm add @studiocms/devapps
yarn add @studiocms/devapps
bun add @studiocms/devapps
```

## Health

**Score 65/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no types; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.4.0 |
| Published | 2026-09-24 |
| First published | 2025-02-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 4 |
| Unpacked size | 1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 832 |
| Author | withstudiocms |
| Maintainers | adammatthiesen, dreyfus92, code.spirit |
| Keywords | astro, astro-integration, studiocms, withastro, wordpress, wordpress-import, wordpress-importer, devapp, astro-devapp, astro-devtoolbarapp |

## Links

- npm: https://www.npmjs.com/package/@studiocms/devapps
- Repository: https://github.com/withstudiocms/studiocms
- Homepage: https://studiocms.dev
- Issues: https://github.com/withstudiocms/studiocms/issues
- npm.io page: https://npm.io/package/@studiocms/devapps

## Dependencies (4)

- [cheerio](https://npm.io/package/cheerio.md) ^1.2.0
- [turndown](https://npm.io/package/turndown.md) ^7.2.4
- [sanitize-html](https://npm.io/package/sanitize-html.md) ^2.17.7
- [@withstudiocms/internal_helpers](https://npm.io/package/@withstudiocms/internal_helpers.md) ^0.3.0

## Recent versions

- 0.4.0 (latest) — 2026-09-24
- 0.1.0-beta.8 (beta) — 2025-02-28
- 0.3.0 — 2026-03-10
- 0.2.1 — 2026-02-07
- 0.2.0 — 2026-01-27
- 0.1.1 — 2026-01-16
- 0.1.0 — 2026-01-15
- 0.1.0-beta.31 — 2025-12-17
- 0.1.0-beta.30 — 2025-11-11
- 0.1.0-beta.29 — 2025-11-09
- 0.1.0-beta.28 — 2025-10-29
- 0.1.0-beta.27 — 2025-09-27
- 0.1.0-beta.26 — 2025-09-05
- 0.1.0-beta.25 — 2025-08-25
- 0.1.0-beta.24 — 2025-08-11
- … 15 more at https://npm.io/package/@studiocms/devapps/versions

## README

# StudioCMS - Development Apps

[![codecov](https://codecov.io/github/withstudiocms/studiocms/graph/badge.svg?token=RN8LT1O5E2&component=studiocms_devapps)](https://codecov.io/github/withstudiocms/studiocms)

Collection* of useful tools available during dev mode in Astro

## Installation

Install the integration **automatically** using the Astro CLI:

```bash
pnpm astro add @studiocms/devapps
```

```bash
npx astro add @studiocms/devapps
```

```bash
yarn astro add @studiocms/devapps
```

Or install it **manually**:

1. Install the required dependencies

```bash
pnpm add @studiocms/devapps
```

```bash
npm install @studiocms/devapps
```

```bash
yarn add @studiocms/devapps
```

2. Add the integration to your astro config

```diff
+import devApps from "@studiocms/devapps";

export default defineConfig({
  integrations: [
+    devApps(),
  ],
});
```

## Usage

All tools will only be available during `astro dev` and will not be available during production deployments!

### WordPress Importer

#### Requires

- StudioCMS Integration
- A current WP Install
- `@studiocms/blog` (Optional for importing Posts under a blog)

#### Preview

- Toolbar app

![WP-importer](./assets/wp-importer.png)

## Licensing

[MIT Licensed](./LICENSE).

---
_Source: https://npm.io/package/@studiocms/devapps · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
