SlideShare a Scribd company logo
Frappé Framework
Rushabh Mehta
Founder, Frappé Technologies Pvt Ltd
Linux Users Group Meeting
Mumbai
What is Frappé?
Full stack web framework
• Web App Framework (based on Werkzeug)
• MVC + ORM (object relational mapper)
• Sessions, Users, Roles, Permissions, Caching
• Rich, scriptable admin UI (Javascript)
• UI driven form and model builder
• Routing and templating (Jinja)
• Async and realtime (Node + socketio)
• Background workers (Python RQ)
• Multi-Tenant production deployment (supervisor, Nginx, Redis)
• Extensible architecture (pluggable apps)
Traction
• 70+ contributors
• 600+ stars on GitHub
• 5,000+ clones in a month
• 10,000 + commits
• 3000+ deployments
• 6000+ members on the forum
• 100+ apps
• 300+ service providers
Showcased: https://github.com/showcases/web-application-frameworks
Why
• Build an ERP System
• Small team (core team 4)
• 200+ tables
• Single deployments + Scalable cloud
• Extensible architecture (for customisations)
Features
Admin UI: Desktop
List View
Form Views
Gantt Views
Calendar View
Kanban Views
Modules and Notifications
Universal Search
Email documents
File Attachments
Print Views
Web Views
Reports
Metadata Modeling
Model Fields
Role based Permissions
Documentation Generator
Tree Views and Nested Sets
def add_customer(name, group):
c = frappe.new_doc(“Customer”)
c.customer_name = name
c.customer_group = group
c.insert()
def get_most_valued_customer(since):
return frappe.get_all(“Sales Invoice”,
filters = {“transaction_date”: (“>”, since)},
fields = [“customer”, “sum(grand_total) as total_income”],
group_by = “customer”,
order_by = “total_income desc”, limit = 1)[0].customer
Scripting API
Extensible Apps
Translation Portal
Community Forum (ERPNext)
Also includes…
• REST API
• Bootstrap based responsive UI
• Workflows, Alerts
• XSS Filtering
• Database migrations (schema sync)
• Update tool (update and deployment tool)
• Package Manager
• Test Framework
• Ansible based deploy scripts
• Web Sockets 

frappe.publish_realtime(‘event’, ‘message’)
Why use Frappé
• Internal apps
• Admin tools
• Monitoring / MIS tools
• Portals
• Business Apps
“Batteries Included”

More Related Content

PDF
Frappe framework
PPT
Indian IT-ITes Industry
PDF
Agile Ways of Working @ Migros
PDF
Software Company Profile
PPTX
Designing and building Mule applications
PPTX
[REX Decathlon] – Accelerate : la science nous dit enfin comment livrer vite ...
PDF
Micro Frontends Architecture - Jitendra kumawat (Guavus)
PPTX
E commerce development methodology
Frappe framework
Indian IT-ITes Industry
Agile Ways of Working @ Migros
Software Company Profile
Designing and building Mule applications
[REX Decathlon] – Accelerate : la science nous dit enfin comment livrer vite ...
Micro Frontends Architecture - Jitendra kumawat (Guavus)
E commerce development methodology

What's hot (19)

PPTX
Order management system ppt.004
PPTX
Fraud-Detection-for-Insurance-Companies.pptx
PDF
How to integrate UiPath into your Microsoft environment
PDF
Cwin16 - Paris - mule soft
PPTX
Migrating biz talk solutions to azure
PDF
Digital Transformation for Karnataka Bank Through API-led Integration
DOC
Book store Black Book - Dinesh48
PDF
Introduction to MuleSoft Anytime Platform
PDF
Become an RPA Citizen Developer
PPTX
2018-10-25 Group RPA - AA Deck.pptx
PPTX
Digital Healthcare – Realizing Interoperability with APIs
PDF
Schema-First API Design
PPTX
How to Execute a Successful API Strategy
PPTX
Web and Mobile Experts - Noto It Solutions
PPTX
Platform engineering 101
PDF
YASH Technologies Corporate Profile
PDF
The Platform Model: Mind the Myths
PDF
Operationalizing your C4E VirtualMuleys & Deployment Considerations: Cloudhub...
PPTX
Micro frontend architecture_presentation_ssoni
Order management system ppt.004
Fraud-Detection-for-Insurance-Companies.pptx
How to integrate UiPath into your Microsoft environment
Cwin16 - Paris - mule soft
Migrating biz talk solutions to azure
Digital Transformation for Karnataka Bank Through API-led Integration
Book store Black Book - Dinesh48
Introduction to MuleSoft Anytime Platform
Become an RPA Citizen Developer
2018-10-25 Group RPA - AA Deck.pptx
Digital Healthcare – Realizing Interoperability with APIs
Schema-First API Design
How to Execute a Successful API Strategy
Web and Mobile Experts - Noto It Solutions
Platform engineering 101
YASH Technologies Corporate Profile
The Platform Model: Mind the Myths
Operationalizing your C4E VirtualMuleys & Deployment Considerations: Cloudhub...
Micro frontend architecture_presentation_ssoni
Ad

Similar to Frappé Framework - A Full Stack Web Framework (20)

PPTX
Developing SharePoint Framework Solutions for the Enterprise - SEF 2019
PDF
01/2009 - Portral development with liferay
KEY
Benefits of an Open environment with Wakanda
PPTX
How Joomla and Microsoft are a Great Open Source Success
PPTX
An Azure of Things, a developer’s perspective
PDF
Demystifying Ruby on Rails
PDF
Presentation Magento OroCRM - MageConf 2014
PPTX
What's new for Developers in SharePoint 2013
PPTX
Serverless with Azure Functions
PPTX
Vincent biret azure functions and flow (toronto)
PPTX
Vincent biret azure functions and flow (ottawa)
PDF
An insight to microsoft platform
PDF
Real World SharePoint Framework and Azure Services
PPTX
2015-12-02 - WebCamp - Microsoft Azure Logic Apps
PPTX
Serverless Computing with Azure Functions and Xamarin
PDF
Introduction to OpenFaas
PPTX
SPS calgary 2017 introduction to azure functions microsoft flow
PPTX
SharePoint Saturday Vienna Slides
PPTX
Getting started with Office 365 SharePoint 2010 online development
PDF
Node.js
Developing SharePoint Framework Solutions for the Enterprise - SEF 2019
01/2009 - Portral development with liferay
Benefits of an Open environment with Wakanda
How Joomla and Microsoft are a Great Open Source Success
An Azure of Things, a developer’s perspective
Demystifying Ruby on Rails
Presentation Magento OroCRM - MageConf 2014
What's new for Developers in SharePoint 2013
Serverless with Azure Functions
Vincent biret azure functions and flow (toronto)
Vincent biret azure functions and flow (ottawa)
An insight to microsoft platform
Real World SharePoint Framework and Azure Services
2015-12-02 - WebCamp - Microsoft Azure Logic Apps
Serverless Computing with Azure Functions and Xamarin
Introduction to OpenFaas
SPS calgary 2017 introduction to azure functions microsoft flow
SharePoint Saturday Vienna Slides
Getting started with Office 365 SharePoint 2010 online development
Node.js
Ad

More from rushabh_mehta (19)

PDF
Introduction to ERPNext (2015)
PDF
ERPNext Open Day - March / April 2015
PDF
Frappe / ERPNext Open Day October 14
PDF
Frappe ERPNext Open Day August 2014
PDF
ERPNext / Frappe Open Day June 2014
PDF
Frappe / ERPNext Open Day May 14
PDF
Frappe ERPNext Open Day March 2014
PDF
Frappe ERPNext Open Day February 2014
PDF
ERPNext Open Day - January 2014
PDF
Aapkamanch
PDF
ERPNext Open Day - December 2013
PDF
ERPNext Open Day September 2013
PDF
ERPNext Open Day August 2013
PDF
ERPNext Open Day July 2013
PDF
ERPNext Open Day June 2013
PDF
ERPNext Open Day - May 2013
PDF
ERPNext Open Day - April 2013
PDF
Open day-march-2013
KEY
ERPNext Demo Day - June 2012
Introduction to ERPNext (2015)
ERPNext Open Day - March / April 2015
Frappe / ERPNext Open Day October 14
Frappe ERPNext Open Day August 2014
ERPNext / Frappe Open Day June 2014
Frappe / ERPNext Open Day May 14
Frappe ERPNext Open Day March 2014
Frappe ERPNext Open Day February 2014
ERPNext Open Day - January 2014
Aapkamanch
ERPNext Open Day - December 2013
ERPNext Open Day September 2013
ERPNext Open Day August 2013
ERPNext Open Day July 2013
ERPNext Open Day June 2013
ERPNext Open Day - May 2013
ERPNext Open Day - April 2013
Open day-march-2013
ERPNext Demo Day - June 2012

Recently uploaded (20)

PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Encapsulation theory and applications.pdf
PDF
Electronic commerce courselecture one. Pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
cuic standard and advanced reporting.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PPTX
Machine Learning_overview_presentation.pptx
PPT
Teaching material agriculture food technology
PDF
Empathic Computing: Creating Shared Understanding
Digital-Transformation-Roadmap-for-Companies.pptx
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Per capita expenditure prediction using model stacking based on satellite ima...
Encapsulation theory and applications.pdf
Electronic commerce courselecture one. Pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
sap open course for s4hana steps from ECC to s4
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
cuic standard and advanced reporting.pdf
Network Security Unit 5.pdf for BCA BBA.
Advanced methodologies resolving dimensionality complications for autism neur...
Programs and apps: productivity, graphics, security and other tools
Reach Out and Touch Someone: Haptics and Empathic Computing
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Unlocking AI with Model Context Protocol (MCP)
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
NewMind AI Weekly Chronicles - August'25-Week II
Machine Learning_overview_presentation.pptx
Teaching material agriculture food technology
Empathic Computing: Creating Shared Understanding

Frappé Framework - A Full Stack Web Framework