Mastering Frappe Framework – Part 2: Understanding Frappe Architecture

Why Understanding Frappe’s Architecture Matters Many beginners jump straight into creating DocTypes and scripts without understanding how Frappe’s components fit together. If you understand how data flows and which layer does what, you’ll: The Building Blocks of Frappe The Frappe Framework follows an MVC-inspired architecture (Model-View-Controller) — but with its own twist. 1.  DocType (Model)…

Mastering Frappe Framework – Part 1: Introduction to Frappe Framework

What is the Frappe Framework? The Frappe Framework is a full-stack, open-source web application framework built with Python and JavaScript. It’s the underlying technology that powers ERPNext, but it’s not limited to ERP systems — you can build any kind of web app, from small tools to large-scale SaaS platforms. Unlike many frameworks, Frappe comes…