---
name: wordpressify-docs
description: "Navigate and use the WordPressify documentation. Use when answering questions about WordPressify or working with its docs."
---

# WordPressify documentation

## Reading these docs

- Documentation index: https://wordpressify.co/llms.txt (full corpus: https://wordpressify.co/llms-full.txt)
- Every page has a markdown mirror: append .md to the page URL
- MCP server with search_docs, get_doc, and list_docs tools: https://wordpressify.co/api/mcp (streamable HTTP)

## Key pages

- [Introduction](https://wordpressify.co/index.md) - WordPressify is a development tool that simplifies WordPress theme and plugin creation.
- [Install Docker](https://wordpressify.co/install-docker.md) - Docker container overview and installation instructions for WordPressify.
- [Install WordPressify](https://wordpressify.co/install-wordpressify.md) - Install WordPressify from NPM or from the GitHub repository.
- [Start Project](https://wordpressify.co/start-project.md) - File structure, theme naming, workflow commands, and production export for WordPressify.
- [PostCSS and Sass](https://wordpressify.co/postcss-sass.md) - CSS preprocessing with PostCSS and Sass integration in WordPressify.
- [Images and Fonts](https://wordpressify.co/images-fonts.md) - Managing image and font assets in your WordPressify theme.
- [JavaScript](https://wordpressify.co/javascript.md) - ES6 JavaScript support with Babel in WordPressify.
- [External Libraries](https://wordpressify.co/external-libraries.md) - Incorporating external JavaScript libraries into your WordPressify project.
