---
slug: "xiaohongshu-doctor"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/softbread/xiaohongshu-doctor@master/README.md"
repo: "https://github.com/softbread/xiaohongshu-doctor"
source_file: "README.md"
branch: "master"
---
<div align="center">
<img width="1200" height="475" alt="GHBanner" src="https://github.com/user-attachments/assets/0aa67016-6eaf-458a-adb2-6e31a0763ed6" />
</div>

# Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/1i-NK19LnfX5q-llRRntmf5mDTm0K4IhZ

## Run Locally

**Prerequisites:**  Node.js


1. Install dependencies:
   `npm install`
2. Set the `ANTHROPIC_API_KEY` in [.env.local](https://github.com/softbread/xiaohongshu-doctor/blob/HEAD/.env.local) to your Anthropic API key
3. Run the app:
   `npm run dev`
