frappe-ops-website-deploy

Deploy static HTML/CSS websites to ERPNext/Frappe by creating web templates and pages.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nathanabay/epc_bespo --skill frappe-ops-website-deploy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: frappe-ops-website-deploy
Source: https://github.com/nathanabay/epc_bespo/tree/main/skills-frappe/ops/frappe-ops-website-deploy
Command: npx skills add https://github.com/nathanabay/epc_bespo --skill frappe-ops-website-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, json, re, urllib, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of deploying static HTML/CSS websites to ERPNext/Frappe, enabling quick publishing of web pages without manual server setup.

Core Features & Use Cases

  • Website Deployment: Automates creating web pages with custom HTML via Frappe's Web Templates and Page Builder.
  • Mockup Integration: Assists in converting static design mockups into live Frappe pages by extracting and rewriting content.
  • Use Case: Use this Skill to upload an entire HTML mockup, configure navigation and styles, and publish a website with minimal manual steps.

Quick Start

Use the frappe-ops-website-deploy skill to automatically generate web pages from your existing mockup HTML files.

Frequently Asked Questions about frappe-ops-website-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a static HTML website to ERPNext?▼

To deploy a static HTML website to ERPNext, you can automate the creation of web pages and templates from your mockup files. This process extracts content, rewrites links for routing, and sets global styles for consistent appearance.

Can I convert HTML mockups into Frappe web pages automatically?▼

Yes, converting HTML mockups into Frappe web pages is possible by extracting relevant content from the mockups and using Frappe's Web Templates and Page Builder to generate live pages with correct routing.

What is the best way to configure site settings and navigation for Frappe website deployment?▼

The best way to configure site settings and navigation for Frappe website deployment is by automating the setup through scripts that create pages, set global styles, and rewrite links to ensure proper routing across the platform.

Do I need to manually rewrite links when integrating mockup designs into ERPNext?▼

No, you do not need to manually rewrite links when integrating mockup designs into ERPNext. The deployment process automatically rewrites links in your static HTML files to ensure correct routing within the Frappe platform.

Does this approach work with CSS styles for consistent appearance across Frappe pages?▼

Yes, this approach works with CSS styles by setting global styles during the website deployment process. This ensures your static HTML and CSS mockup designs maintain a consistent appearance across all generated Frappe pages.