Generates server-side redirect rules for Apache to maintain URL structure after migration.
Scaffolds complete Astro projects and converts WordPress content into Astro-compatible collections and layouts.
Detects and processes content created with the Bricks builder during the migration workflow.
Generates redirect rules and deployment configurations for Cloudflare hosting.
Provides specific deployment configurations for hosting the migrated Astro project on Cloudflare Pages.
Cleans up proprietary Elementor page builder markup while preserving the core content for the new site.
Initializes local Git repositories and manages commits for the newly scaffolded project files.
Automates the creation of GitHub repositories and pushes the migrated Astro project to the platform.
Processes WordPress Gutenberg blocks, removing block comments and normalizing content for Markdown conversion.
Converts WordPress HTML and shortcodes into clean, production-ready Markdown with frontmatter.
Generates platform-specific redirect rules and deployment configurations for Netlify.
Generates server-side redirect rules compatible with NGINX for the migrated site.
Detects and handles content from the Oxygen builder during the WordPress data extraction process.
Automatically configures RSS feeds within the scaffolded Astro project to mirror the original site's syndication.
Generates redirect rules and deployment configuration for hosting the migrated project on Vercel.
Identifies and processes Vimeo video embeds, converting them to plain URLs or component-ready formats.
Detects WooCommerce installations and handles the migration of associated post types and taxonomies.
Connects to the WordPress REST API to extract posts, pages, custom post types, media, and SEO data.
Extracts and migrates SEO metadata managed by the Yoast SEO plugin to ensure search ranking continuity.
Identifies and processes YouTube video embeds, converting them to plain URLs or component-ready formats.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WP Astro MCPMigrate my WordPress site at example.com into a production-ready Astro project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WP Astro MCP
Migrate any WordPress site to Astro — from a single blog to a network of 12 sites with 6,000+ posts. Fully automated via Claude Code.
WP Astro MCP is a Model Context Protocol server that turns WordPress sites into production-ready Astro projects. It connects to your WordPress REST API, extracts everything (posts, pages, CPTs, SEO, ACF, menus, media), converts HTML to clean Markdown, scaffolds a complete Astro project, and pushes to GitHub — all through conversational commands in Claude Code.
Why This Exists
Migrating WordPress to Astro involves dozens of tedious steps: fetching content via API, cleaning up page builder markup, resolving shortcodes, building frontmatter, setting up content collections, handling media URLs, generating redirects, deploying. Each site has its own plugins, page builders, and content patterns.
This MCP server handles all of it. Tell Claude to migrate your site, and it orchestrates 55 specialized tools to get it done.
Table of Contents
Quick Start
1. Install
git clone https://github.com/vapvarun/wp-astro-mcp.git
cd wp-astro-mcp
npm install
npm run build2. Add to Claude Code
Add to your MCP config (~/.claude.json or project .mcp.json):
{
"mcpServers": {
"wp-astro-mcp": {
"command": "node",
"args": ["/path/to/wp-astro-mcp/dist/index.js"]
}
}
}3. Generate a WordPress Application Password
Go to your WordPress admin → Users → Profile → Application Passwords. Enter a name, click "Add New", and copy the password.
4. Start Migrating
In Claude Code, just say:
Add my WordPress site example.com with username admin
and app password "xxxx xxxx xxxx xxxx xxxx xxxx"Claude will register the site, auto-detect its capabilities (SEO plugin, page builder, ACF, post types), and guide you through the migration.
How It Works
WordPress Site WP Astro MCP Astro Project
┌─────────────┐ REST API ┌──────────────┐ Files ┌─────────────┐
│ Posts │────────────────►│ Extract │───────────────►│ content/ │
│ Pages │ │ Transform │ │ blog/ │
│ CPTs │ │ Scaffold │ │ pages/ │
│ Media │ │ Write │ │ layouts/ │
│ SEO │ │ │ │ pages/ │
│ ACF │ │ SQLite state │ │ astro.config│
│ Menus │ │ for resume │ │ package.json│
└─────────────┘ └──────────────┘ └─────────────┘
│ │
│ GitHub API │
▼ ▼
┌──────────────┐ ┌─────────────┐
│ git init │ │ Vercel │
│ create repo │──────────────│ Netlify │
│ push │ │ Cloudflare │
└──────────────┘ └─────────────┘The Conversion Pipeline
Every post goes through a 13-step conversion:
Sanitize — DOMPurify removes XSS vectors while preserving content
Resolve shortcodes — 20+ built-in handlers (gallery, video, WPBakery, Divi, CF7) + custom per-site rules
Clean page builders — Strip Elementor/WPBakery/Divi wrapper divs, keep content
Process Gutenberg — Remove block comments (
<!-- wp:paragraph -->), preserve contentNormalize HTML — Decode entities, remove empty paragraphs, clean inline styles
Convert to Markdown — Turndown with 12 WordPress-specific rules (captions, galleries, code blocks, embeds)
Rewrite links — Internal WordPress URLs → Astro paths using URL map
Rewrite media — Swap domains for media URLs (e.g.,
example.com→app.example.com)Clean artifacts — Remove conversion leftovers, fix double-encoded entities
Process embeds — YouTube/Vimeo iframes → plain URLs
Handle galleries — WordPress galleries → image grids
Fix whitespace — Ensure proper spacing around headings, lists, code blocks
Validate — Flag remaining HTML, broken images, content loss
Use Cases
Migrate a Personal Blog
You have a WordPress blog with 200 posts and want to move to Astro for better performance.
1. "Add my site myblog.com with username admin and password xxxx"
2. "Analyze the site"
3. "Set output to C:/projects/myblog-astro with Vercel deployment"
4. "Preview some converted posts"
5. "Scaffold the Astro project and export all content"
6. "Push to GitHub"Migrate a Business Website
A company site with Elementor, Yoast SEO, ACF custom fields, and 500 pages.
1. "Add site company.com" (auto-detects Elementor, Yoast, ACF)
2. "Run a content audit" (finds shortcodes, page builder usage, complexity)
3. "Configure shortcodes for CF7 forms and custom widgets"
4. "Preview 5 pages to check Elementor conversion quality"
5. "Export all content, media URLs pointing to app.company.com"
6. "Generate Netlify redirects and push to GitHub"Migrate Multiple Sites
An agency managing 12 WordPress sites that all need to move to Astro.
1. "Add all my sites" (register each with credentials)
2. "List all sites" (see capabilities and content counts)
3. "Analyze buddyxtheme.com" (1,941 posts, RankMath, Elementor)
4. "Export buddyxtheme.com with year/month directories"
5. "Now do vapvarun.com" (switch sites seamlessly)Incremental Updates
Your WordPress site is still active and content keeps changing. Run exports periodically.
1. "Export only posts modified after 2024-01-01"
2. "Resume the export" (picks up where it left off)
3. "Validate the export" (check for missing files or failures)Go-Live Domain Swap
WordPress moves from example.com to app.example.com (backend), and Astro takes over example.com.
1. During development: media URLs point to example.com (no changes needed)
2. At go-live: "Rewrite all media URLs from example.com to app.example.com"
3. "Generate redirects for Vercel"Full Workflow
Here's the complete migration workflow, step by step:
Phase 1: Connect & Discover
site_add → Register site, auto-detect WP version, SEO plugin,
page builder, ACF, WooCommerce, post types, taxonomies
site_analyze → Count all content, estimate migration time
site_export_config → Set output directory, media strategy, deploy platformPhase 2: Audit & Prepare
content_audit → Sample posts, detect shortcodes, blocks, page builders,
embeds, galleries, tables, forms — assess complexity
shortcode_scan → Find all shortcodes in use across the site
shortcode_configure → Set handling rules (strip, keep content, map to component)
cache_terms → Pre-cache all taxonomy terms in SQLite
cache_authors → Pre-cache all authors in SQLitePhase 3: Preview & Verify
convert_preview → Convert 3-5 sample posts, review Markdown quality
convert_post → Convert a specific post to inspect in detail
extract_post → View raw WordPress data for debuggingPhase 4: Scaffold & Export
scaffold_project → Create Astro project (config, layouts, pages, collections, RSS)
export_plan → Pre-flight check: content counts, config validation, time estimate
export_start → Begin batch export (processes first batch, creates SQLite job)
export_resume → Continue processing (call repeatedly until done)
export_progress → Check completion percentage and failures
export_retry → Re-process any failed posts
export_validate → Verify all output files exist and are validPhase 5: Finalize & Publish
generate_redirects → Create redirect rules (Netlify, Vercel, Cloudflare, Apache, Nginx)
media_audit → Check all media references, find broken URLs
media_rewrite → Bulk swap media domains for go-live
github_init → Initialize git repository
github_create_repo → Create GitHub repo (public or private)
github_commit → Stage and commit all changes
github_push → Push to GitHub
github_deploy_config → Generate Vercel/Netlify/Cloudflare configTool Reference
Site Management (9 tools)
Tool | Description |
| Register a WordPress site with credentials. Auto-detects WP version, REST namespaces, SEO plugin (Yoast/RankMath/AIOSEO), page builder (Elementor/WPBakery/Divi/Beaver/Bricks/Oxygen), ACF, WooCommerce, post types, taxonomies. |
| Re-test connection and refresh detected capabilities. |
| List all registered sites with status, version, and content stats. |
| Get full details for a site (credentials are masked). |
| Update site credentials or settings. |
| Deactivate a site (soft delete, can be reactivated). |
| Set a site as default (used when site_id is omitted). |
| Deep analysis: count all content types, detect capabilities, estimate migration time, recommend REST API vs WXR. |
| Configure per-site export: output dir, content format (md/mdx), media strategy, filters, component library, deploy platform, rate limit. |
Content Extraction (13 tools)
Tool | Description |
| Fetch posts with pagination. Any post type, status/date filters, embedded author/media/terms. |
| Fetch single post with full content (edit context) and content analysis. |
| Lightweight fetch of all post IDs for two-phase strategy on large sites. |
| Fetch taxonomy terms (categories, tags, custom) with pagination. |
| Fetch all site authors with avatars. |
| Fetch media items — single by ID or paginated list. |
| Fetch navigation menus (WP 5.9+ and classic). |
| Fetch approved comments, optionally filtered by post. |
| Fetch site settings (title, tagline, timezone, permalink structure). |
| Fetch sidebar/widget areas (WP 5.8+). |
| Bulk cache ALL terms for ALL taxonomies in SQLite. Run before export. |
| Bulk cache ALL authors in SQLite. Run before export. |
| Sample posts, analyze shortcodes/blocks/page builders/embeds, assess complexity distribution. |
Transform (6 tools)
Tool | Description |
| Convert a single post to Astro Markdown with full frontmatter and issue report. |
| Convert a sample batch to preview output quality before full export. |
| Convert raw HTML to Markdown. Useful for testing conversion rules. |
| List all configured shortcode handling rules for a site. |
| Set how a shortcode is handled: strip, keep_content, remove, component, html. |
| Scan posts for all shortcodes in use, find unconfigured ones. |
Output & Media (7 tools)
Tool | Description |
| Create complete Astro project: package.json, astro.config, layouts, content collections, pages, RSS, deploy config. |
| Convert and write a single post as Markdown to the content directory. Supports dry_run. |
| Convert and write a page of posts. Use with pagination for incremental writing. |
| Generate redirect rules from WordPress→Astro URL map. Supports Netlify, Vercel, Cloudflare, Apache, Nginx. |
| Scan exported files for media references. Report domains, counts, broken refs. |
| Bulk rewrite media domains in all content files (for go-live domain swap). |
| List files in output directory with stats (counts, sizes, collections). |
GitHub (6 tools)
Tool | Description |
| Initialize git repository with initial commit. |
| Create GitHub repository (personal or org, public or private) and set remote. |
| Stage all changes and commit with auto-generated message. |
| Push to remote repository. |
| Show git status: branch, changes, remotes, recent commits. |
| Generate deploy platform config (Vercel, Netlify, Cloudflare Pages). |
Export Pipeline (7 tools)
Tool | Description |
| Pre-flight check: content counts, config validation, estimated time, recommended batch size. |
| Start batch export. Fetches all post IDs, registers in SQLite, processes first batch. |
| Continue an in-progress export. Call repeatedly until complete. |
| Show completion percentage, posts done/failed/pending, recent failures. |
| Reset failed posts to pending and reprocess them. |
| Verify output: check files exist, count issues, confirm completeness. |
| Delete export job data from database (does not delete files). |
Content Sync (7 tools)
WordPress is a living CMS — people publish new posts, update content, change images, and delete old pages daily. The sync tools keep your Astro site current without re-running a full export.
Tool | Description |
| Compare WordPress vs local files. Report new, updated, and deleted posts without making changes. |
| Fetch and write only changed content. Handles new posts, updated posts, and slug changes. |
| Remove local files for posts deleted/trashed in WordPress. Cleans up URL map entries. |
| Complete sync in one command: check → pull → delete → optionally commit to git. |
| Show sync history: last sync time, changes made, error counts. |
| Generate automated sync config: GitHub Actions workflow, cron script, Netlify/Vercel webhooks. |
| Clear sync tracking to force a full re-check on next sync. |
How it works:
Queries WordPress REST API for posts modified after the last sync
Compares
modified_gmttimestamps against stored values in SQLiteNew posts (not in DB) → fetched, converted, written as new Markdown files
Updated posts (newer
modified_gmt) → re-fetched, re-converted, file overwrittenDeleted posts (404 from WordPress) → local file removed, URL map cleaned up
Slug changes → old file deleted, new file written, redirects updated
Sync workflows:
# Manual sync — check what changed, then pull
sync_check → sync_pull → github_commit → github_push
# One-command sync with auto-commit
sync_full → github_push
# Automated daily sync via GitHub Actions
sync_schedule (platform: github-actions, interval: daily)
# Real-time sync via WordPress webhooks
sync_schedule (platform: vercel) # or netlifyConfiguration
Site Config (config/sites.json)
{
"sites": [
{
"id": "my-blog",
"name": "My WordPress Blog",
"url": "https://example.com",
"username": "admin",
"app_password": "xxxx xxxx xxxx xxxx xxxx xxxx",
"default": true,
"export": {
"output_dir": "C:/projects/my-blog-astro",
"content_format": "md",
"media_strategy": "rewrite",
"media_domain": "app.example.com",
"include_statuses": ["publish"],
"year_month_dirs": true,
"component_library": "starwind",
"deploy_platform": "vercel",
"rate_limit": 10
}
}
],
"github_token": "ghp_your_github_token_here",
"global_settings": {
"default_rate_limit": 10,
"default_content_format": "md",
"default_component_library": "starwind",
"default_deploy_platform": "vercel"
}
}Export Config Options
Option | Values | Description |
| Path | Where the Astro project is created |
|
| Markdown, MDX, or JSON output. Use — avoids Astro's markdown parsing OOM. |
|
| How to handle media URLs |
| Domain | New domain for media (used with |
| Array | Only export these post types |
| Array | Skip these post types |
| Array | Post statuses to include (default: |
| Boolean | Include draft posts |
| Boolean | Export comments |
| Boolean | Organize posts in |
| ISO date | Only export content after this date |
| ISO date | Only export content before this date |
| Array | Category slugs to skip |
| Array | Tag slugs to skip |
|
| Astro UI component library |
|
| Deploy target |
| Number | API requests per second (default: 10) |
Environment Variables
Variable | Default | Description |
|
|
|
|
| Config file path |
|
| SQLite database path |
|
|
|
Architecture
Project Structure
src/
index.ts — MCP server entry point (stdio transport)
types/
index.ts — All TypeScript type definitions
turndown-plugin-gfm.d.ts — Type declarations for turndown-plugin-gfm
config/
sites.ts — SiteManager singleton (multi-site config)
database.ts — DatabaseManager singleton (SQLite state)
tools/
index.ts — Tool aggregation and mode switching
router.ts — 3 router tools (wp_astro_run/help/describe)
sites.ts — 9 site management tools
extract.ts — 13 content extraction tools
transform.ts — 6 transform tools
output.ts — 7 output & media tools
github.ts — 6 GitHub tools
export.ts — 7 export pipeline tools
schemas/
sites.ts — Zod schemas for site tools
extract.ts — Zod schemas for extract tools
transform.ts — Zod schemas for transform tools
output.ts — Zod schemas for output tools
github.ts — Zod schemas for GitHub tools
export.ts — Zod schemas for export tools
services/
wp-rest-client.ts — WordPress REST API client
content-analyzer.ts — Content analysis engine
html-to-markdown.ts — 13-step conversion pipeline
shortcode-resolver.ts — Shortcode parser and resolver
link-rewriter.ts — URL rewriting service
frontmatter-builder.ts — Astro frontmatter generator
astro-scaffolder.ts — Project structure generator
content-writer.ts — File writer and media tools
utils/
errors.ts — Error classes and response formatters
logger.ts — Logger singleton (stderr)
config/
sites.json — Site credentials (gitignored)
sites.example.json — Config template
data/
wp-astro.db — SQLite database (gitignored)Key Patterns
Router mode: 3 meta-tools expose 48 actions via
wp_astro_run, keeping the tool list clean for ClaudeSingleton managers: SiteManager, DatabaseManager, Logger — initialized once, shared everywhere
Token bucket rate limiting: Per-site rate limiters with automatic backoff on 429 responses
HTTP connection pooling: Keep-alive agents with 10 max sockets per site
SQLite state machine: Export jobs and per-post state for crash recovery and resumability
Zod validation: All tool inputs validated before processing
Error hierarchy:
WPAstroErrorbase class with specific subclasses for clean error reporting
Database Schema
export_jobs — Tracks each migration run (site, status, progress counts)
export_posts — Per-post state (pending/in_progress/completed/failed, retry count)
cached_terms — Pre-fetched taxonomy terms for fast lookups
cached_authors — Pre-fetched authors for fast lookups
url_map — WordPress URL → Astro URL mappings (for redirects and link rewriting)
shortcode_map — Per-site shortcode handling rules
audit_log — Timestamped operation log for debuggingFAQ
General
Q: Does this work with any WordPress site? Yes. It connects via the standard WordPress REST API, which is available on all WordPress sites since version 4.7. You just need a username and application password.
Q: How many posts can it handle?
It's designed for sites with 2,000-6,000+ posts. The SQLite-backed export engine processes in batches with full resumability — if it gets interrupted, just run export_resume and it picks up where it left off.
Q: Does it download media/images?
By default, no. Media stays on your WordPress server. The rewrite strategy swaps the domain in URLs (e.g., when WordPress moves to app.example.com and Astro takes over the main domain). A download strategy is planned for fully self-contained sites.
Q: What Astro version does it target? Astro 5.x with content collections using the glob loader pattern.
WordPress Compatibility
Q: Does it work with Elementor?
Yes. It detects Elementor from REST API namespaces and post meta, strips the wrapper <div> elements (sections, columns, widgets), and preserves the actual content.
Q: Does it work with WPBakery / Divi / Beaver Builder?
Yes. Page builder detection covers WPBakery ([vc_row] shortcodes), Divi (et_pb_ classes), Beaver Builder (fl- classes), Bricks, and Oxygen. Builder markup is cleaned and content is extracted.
Q: Does it preserve Yoast/RankMath SEO data?
Yes. SEO metadata (title, description, canonical URL, OG image, robots, focus keyword) is extracted from Yoast (yoast_head_json) or RankMath (rank_math_seo) and included in the frontmatter.
Q: Does it handle ACF fields?
Yes. ACF data from the REST API is normalized: images become {url, alt, width, height}, post objects become {wpId, slug, title}, repeater fields become arrays, and groups are flattened.
Q: What about custom post types? All registered post types are auto-detected and can be exported. Each CPT gets its own content collection directory.
Q: Does it handle WordPress shortcodes?
Yes. 20+ shortcodes are handled out of the box (gallery, video, audio, caption, WPBakery elements, Divi modules, Contact Form 7, WPForms, Gravity Forms, buttons, tabs, accordions). You can configure additional shortcodes per-site with shortcode_configure.
Content Sync & Ongoing Updates
Q: How do I keep the Astro site updated when WordPress content changes?
Use the sync tools: sync_check to see what changed, sync_pull to fetch updates, or sync_full to do everything in one command. Sync detects new posts, updated content, slug changes, and deleted posts by comparing modified_gmt timestamps.
Q: Can I automate the sync?
Yes. sync_schedule generates GitHub Actions workflows (cron-based), cron scripts, or Netlify/Vercel webhooks for real-time sync on every WordPress post save.
Q: What happens when a post is updated in WordPress?
On the next sync, the tool detects the newer modified_gmt timestamp, re-fetches the post from the REST API, re-converts it to Markdown with updated frontmatter (categories, SEO, ACF, images), and overwrites the local file.
Export & Deployment
Q: Can I preview before doing a full export?
Yes. Run convert_preview to see 3-5 sample posts converted to Markdown. Run content_audit to see a complexity report before committing to a full export.
Q: What if the export fails halfway?
Every post's state is tracked in SQLite. Run export_resume to continue from where it stopped. Run export_retry to reprocess any failed posts.
Q: Does it generate redirects?
Yes. generate_redirects creates redirect rules from the WordPress→Astro URL map. Supports Netlify (_redirects), Vercel (vercel.json), Cloudflare (_redirects), Apache (.htaccess), and Nginx.
Q: Can I deploy to Vercel/Netlify/Cloudflare?
Yes. The scaffolder generates platform-specific config files, and github_deploy_config creates the deploy configuration. Push to GitHub and connect your deploy platform.
Q: Can I manage multiple sites?
Yes. Register as many sites as you want. Each site has its own config, export settings, and state. Set a default site or specify site_id per command.
Technical
Q: What's the difference between
In router mode (default), only 3 tools are exposed to Claude: wp_astro_run, wp_astro_help, wp_astro_describe. This saves tokens. In full mode, all 55 tools are exposed directly. Set via WP_ASTRO_MODE env var.
Q: Does it handle rate limiting?
Yes. Each site has a token-bucket rate limiter (default: 10 req/s). If WordPress returns a 429, the rate is automatically halved. Configurable via rate_limit in export config.
Q: Is content sanitized for XSS?
Yes. All HTML passes through DOMPurify before conversion. Only safe tags and attributes are allowed. No <script>, onclick, or javascript: URLs survive.
Q: Where is state stored?
In a SQLite database at data/wp-astro.db (gitignored). Contains export job state, cached terms/authors, URL mappings, shortcode rules, and audit logs. WAL mode enabled for concurrent reads.
Troubleshooting
"Authentication failed"
Verify your application password is correct (generate a new one at
/wp-admin/profile.php)Make sure the username matches exactly (case-sensitive)
Check that the REST API is not blocked by a security plugin
"Cannot connect to site"
Verify the site URL is correct and includes
https://Check that
/wp-json/is accessible (try visitinghttps://yoursite.com/wp-json/in a browser)Some hosts block REST API access — check with your hosting provider
"Rate limited"
The default rate limit is 10 requests/second. Lower it via
site_export_configif your host is strictThe server automatically halves the rate on 429 responses
"Export stalled"
Run
export_progressto check the current stateRun
export_resumeto continue processingRun
export_retryif posts failed
"Page builder content looks wrong"
Run
content_auditto see which builders are detectedRun
convert_previewto inspect specific postsThe pipeline strips builder wrappers and keeps content — some complex layouts may need manual review
Astro build OOM with many posts (500+)
If the generated Astro site runs out of memory during astro build, the problem is Astro's content collection parsing 500+ markdown files. Each .md file goes through Astro's markdown pipeline, which eats ~2MB per file.
Fix: Switch to JSON mode in your export config:
site_export_config → content_format: "json"This writes a single src/data/blog.json instead of individual .md files. Astro imports the JSON directly — no markdown parsing, no OOM. Content stays as HTML and is rendered via set:html.
Posts | Recommended Format |
< 500 |
|
500-2000 |
|
2000+ |
|
Build fails with "JavaScript heap out of memory"
If the MCP server build (npm run build) runs out of memory, the problem is TypeScript compilation on CI/CD platforms with limited memory (Cloudflare Pages ~4GB, Netlify ~3GB).
Quick fix: Use the built-in memory-optimized build scripts:
npm run build # 4GB heap limit
npm run build:low-mem # 2GB heap + incremental compilationPer-platform fixes:
Platform | Solution |
Cloudflare Pages | Set build command to |
Netlify | Add env var |
Vercel | Usually fine (8GB default). If failing, add |
GitHub Actions | Add |
Still failing? Pre-build locally and commit the dist/ folder — skip compilation on CI entirely.
See docs/faq.md for detailed CI/CD setup guides per platform.
Requirements
Node.js 18 or later
WordPress 4.7+ with REST API enabled
Application password (WordPress 5.6+ built-in, or via plugin for older versions)
GitHub token (optional, for repo creation — generate at github.com/settings/tokens)
Contributing
Contributions are welcome. Please:
Fork the repository
Create a feature branch
Make your changes
Run
npm run buildto verifySubmit a pull request
License
MIT License. See LICENSE for details.