Everything you need to build with DVP CMS
Welcome to the DVP CMS developer documentation. Learn how to build, test, and deploy plugins for the content management system built for the AI era.
Step-by-step guide to creating your first DVP CMS plugin from scratch. Learn the fundamentals of plugin architecture, hooks, and registration.
Standards for production-ready plugins. Covers code quality, security, performance, error handling, and deployment.
Guide to testing DVP CMS plugins with pytest. Covers unit testing, integration testing, async testing, mocking, and CI/CD integration.
Guide to packaging, publishing, and deploying DVP CMS plugins. Covers PyPI publishing, version management, and distribution.
Start with Build Your First Plugin if you're new to DVP CMS plugin development. This 30-minute tutorial will teach you the fundamentals of creating, testing, and deploying plugins.
For production deployments, review the Plugin Best Practices guide to ensure your plugins meet standards for security, performance, and reliability.