SlideShare ist ein Scribd-Unternehmen logo
1 von 16
Downloaden Sie, um offline zu lesen
Building SaaS with WordPress
NO CODE | LOW CODE | JUST CODE
by Vachan Kudmule
(deZine.ninja)
Who is Vachan Kudmule?
“everything can and must be deZined!”
Studied architecture, but been a
web-developer & tech-tinkerer since
over 20 years. Started KDC in 2002 &
since then it has grown into a
full-fledged web solutions agency.
Passionate about FOSS (Free & Open Source Software)
& helping start-ups grow their
business.
DISCLAIMER:
Based of Undocumented Research & Experience spanning over 17
Years working with/on WordPress.
The Icons or Names used are from the public realm & all rights belong to the
respective owners.
What is SaaS?
Consideration:
OpenSaaS | Scaling (Vertical or Horizontal) | Data Security | SaaSS
Software as a Service (SaaS /sæs/) is
a software licensing and delivery
model in which software is licensed on
a subscription basis and is centrally
hosted.
SaaS is also known as
● on-demand software,
● web-based software,
● web-hosted software.
Source: Wikipedia
Who are the Stakeholders?
Service
Provider
User/
Consumer
Why use WordPress?
WordPress is Free & Open Source
Software. The following points allows
it be beyond a CMS (Content Management System).
Themes: Template Hierarchy
Plugins: Customisable Functionality
REST API: Build External Expansions
a11y | docs | translations | coding
many more . . .
Consideration:
FOSS | 4-Freedoms | Regular Update Cycles
Standard Segments/ Flow!
SaaS
Backend Frontend
Data
Input
Data
Output
Taxonomy /
Mata Data
CPT
Custom Post Type
Standard Segments/ Flow!
DVD Library
Admin User
Request
Rent
List
Titles
Genre/
Status
DVDs
NO CODE LOW CODE JUST CODE
Ways you can Build with WP!
Building SaaS with WordPress | NO CODE
Simply use plugins to get your SaaS
working ‘out of the box’ without
writing any piece of code
Building SaaS with WordPress | NO CODE
Data
Input
Data
Output
Mata
Data
CPT
Custom Post Type
○ Custom Post Type
UI By WebDevStudios
○ Pods – Custom
Content Types and
Fields By Pods
Framework Team
○ Advanced Custom
Fields By WP Engine
○ Meta Box –
WordPress Custom
Fields Framework
By MetaBox.io
Shortcodes in
Editor
All page editors/
builders allow the
use of shortcodes.
So the Metadata
can simply be
displayed on the
frontend.
○ Gravity Forms
○ Forminator –
Contact Form,
Payment Form &
Custom Form
Builder By WPMU DEV
Building SaaS with WordPress | LOW CODE
Part Code...
Basic copy-paste
type code to
reduce bulk
...Part Plugin
Heavy lifting
with essential
plugins set/s
Building SaaS with WordPress | LOW CODE
Data
Input
Data
Output
Taxonomy /
Mata Data
CPT
Custom Post Type
register_post_type(
string $post_type,
array|string $args =
array() ):
WP_Post_Type|WP_Error
==================================================
○ Custom Post Type
UI By WebDevStudios
○ GenerateWP
○ Advanced Custom
Fields By WP Engine
○ Meta Box –
WordPress Custom
Fields Framework
By MetaBox.io
get_post_meta( int
$post_id, string $key
= '', bool $single =
false ): mixed
==================================================
Shortcodes in
Editor
○ Forminator –
Contact Form,
Payment Form &
Custom Form
Builder By WPMU DEV
○ Gravity Forms
Building SaaS with WordPress | JUST CODE
Get your SaaS full customised the way
you what the functionality by simply
planning the System Architecture
Building SaaS with WordPress | JUST CODE
Data
Input
Data
Output
Taxonomy /
Mata Data
CPT
Custom Post Type
register_post_type(
string $post_type,
array|string $args =
array() ):
WP_Post_Type|WP_Error
==================================================
○ Custom Post Type
UI By WebDevStudios
○ GenerateWP
register_taxonomy(
string $taxonomy,
array|string
$object_type,
array|string $args =
array() ):
WP_Taxonomy|WP_Error
==================================================
○ Advanced Custom
Fields By WP Engine
get_post_meta( int
$post_id, string $key
= '', bool $single =
false ): mixed
==================================================
Shortcodes in
Editor
wp_insert_post /
wp_update_post( array
$postarr, bool
$wp_error = false,
bool $fire_after_hooks
= true ): int|WP_Error
==================================================
○ Gravity Forms
@deZineNinja
qTap.id/vachan

Weitere ähnliche Inhalte

Ähnlich wie Building Saas | No-Code | Low-Code | Just-Code

Gravity forms are cool
Gravity forms are coolGravity forms are cool
Gravity forms are coolShawn DeWolfe
 
How to create your own WordPress plugin using WP App Studio
How to create your own WordPress plugin using WP App StudioHow to create your own WordPress plugin using WP App Studio
How to create your own WordPress plugin using WP App StudioeMarket Design
 
Frontend Development vs Backend Development | Detailed Comparison
Frontend Development vs Backend Development | Detailed ComparisonFrontend Development vs Backend Development | Detailed Comparison
Frontend Development vs Backend Development | Detailed ComparisonMariya James
 
The Windows Azure Platform (MSDN Events Series)
The Windows Azure Platform (MSDN Events Series)The Windows Azure Platform (MSDN Events Series)
The Windows Azure Platform (MSDN Events Series)Dave Bost
 
Crea dashboard interattive con Amazon QuickSight
Crea dashboard interattive con Amazon QuickSightCrea dashboard interattive con Amazon QuickSight
Crea dashboard interattive con Amazon QuickSightAmazon Web Services
 
Web matrix part 2
Web matrix part 2Web matrix part 2
Web matrix part 2yuvaraj72
 
What are the advantages and disadvantages of wordpress
What are the advantages and disadvantages of wordpressWhat are the advantages and disadvantages of wordpress
What are the advantages and disadvantages of wordpressZenerom Creative Lab
 
Microsoft Azure: Desarrollando en la Nube con PHP y Control de Código Fuente ...
Microsoft Azure: Desarrollando en la Nube con PHP y Control de Código Fuente ...Microsoft Azure: Desarrollando en la Nube con PHP y Control de Código Fuente ...
Microsoft Azure: Desarrollando en la Nube con PHP y Control de Código Fuente ...Peter Concha
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)Brian Culver
 
Join us at Confee
Join us at ConfeeJoin us at Confee
Join us at ConfeeGabor Orosz
 
Wrangling Large Scale Frontend Web Applications
Wrangling Large Scale Frontend Web ApplicationsWrangling Large Scale Frontend Web Applications
Wrangling Large Scale Frontend Web ApplicationsRyan Roemer
 
Django app deployment in Azure By Saurabh Agarwal
Django app deployment in Azure By Saurabh AgarwalDjango app deployment in Azure By Saurabh Agarwal
Django app deployment in Azure By Saurabh Agarwalratneshsinghparihar
 
Pro Dev Briefing Irvine Wesyppt23
Pro Dev Briefing Irvine Wesyppt23Pro Dev Briefing Irvine Wesyppt23
Pro Dev Briefing Irvine Wesyppt23Wes Yanaga
 
Low code vs. No code: Which is better for web and app development?
Low code vs. No code: Which is better for web and app development?Low code vs. No code: Which is better for web and app development?
Low code vs. No code: Which is better for web and app development?Devathon
 
technetry Broucher.pdf
technetry Broucher.pdftechnetry Broucher.pdf
technetry Broucher.pdfTechEntry
 
Real World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesReal World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesBrian Culver
 
The Future of Headless
The Future of HeadlessThe Future of Headless
The Future of HeadlessWP Engine
 
2nd WordPress + Amazon Web Services Meetup
2nd WordPress + Amazon Web Services Meetup2nd WordPress + Amazon Web Services Meetup
2nd WordPress + Amazon Web Services MeetupKel
 
WebFest 2011 Hosting Applications CR by David Tang
WebFest 2011 Hosting Applications CR by David TangWebFest 2011 Hosting Applications CR by David Tang
WebFest 2011 Hosting Applications CR by David TangSpiffy
 
WordPress Page Builders for Non-Developers (Create Visual Layouts Without Code)
WordPress Page Builders for Non-Developers (Create Visual Layouts Without Code)WordPress Page Builders for Non-Developers (Create Visual Layouts Without Code)
WordPress Page Builders for Non-Developers (Create Visual Layouts Without Code)Geoff Myers
 

Ähnlich wie Building Saas | No-Code | Low-Code | Just-Code (20)

Gravity forms are cool
Gravity forms are coolGravity forms are cool
Gravity forms are cool
 
How to create your own WordPress plugin using WP App Studio
How to create your own WordPress plugin using WP App StudioHow to create your own WordPress plugin using WP App Studio
How to create your own WordPress plugin using WP App Studio
 
Frontend Development vs Backend Development | Detailed Comparison
Frontend Development vs Backend Development | Detailed ComparisonFrontend Development vs Backend Development | Detailed Comparison
Frontend Development vs Backend Development | Detailed Comparison
 
The Windows Azure Platform (MSDN Events Series)
The Windows Azure Platform (MSDN Events Series)The Windows Azure Platform (MSDN Events Series)
The Windows Azure Platform (MSDN Events Series)
 
Crea dashboard interattive con Amazon QuickSight
Crea dashboard interattive con Amazon QuickSightCrea dashboard interattive con Amazon QuickSight
Crea dashboard interattive con Amazon QuickSight
 
Web matrix part 2
Web matrix part 2Web matrix part 2
Web matrix part 2
 
What are the advantages and disadvantages of wordpress
What are the advantages and disadvantages of wordpressWhat are the advantages and disadvantages of wordpress
What are the advantages and disadvantages of wordpress
 
Microsoft Azure: Desarrollando en la Nube con PHP y Control de Código Fuente ...
Microsoft Azure: Desarrollando en la Nube con PHP y Control de Código Fuente ...Microsoft Azure: Desarrollando en la Nube con PHP y Control de Código Fuente ...
Microsoft Azure: Desarrollando en la Nube con PHP y Control de Código Fuente ...
 
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
Convert your Full Trust Solutions to the SharePoint Framework (SPFx)
 
Join us at Confee
Join us at ConfeeJoin us at Confee
Join us at Confee
 
Wrangling Large Scale Frontend Web Applications
Wrangling Large Scale Frontend Web ApplicationsWrangling Large Scale Frontend Web Applications
Wrangling Large Scale Frontend Web Applications
 
Django app deployment in Azure By Saurabh Agarwal
Django app deployment in Azure By Saurabh AgarwalDjango app deployment in Azure By Saurabh Agarwal
Django app deployment in Azure By Saurabh Agarwal
 
Pro Dev Briefing Irvine Wesyppt23
Pro Dev Briefing Irvine Wesyppt23Pro Dev Briefing Irvine Wesyppt23
Pro Dev Briefing Irvine Wesyppt23
 
Low code vs. No code: Which is better for web and app development?
Low code vs. No code: Which is better for web and app development?Low code vs. No code: Which is better for web and app development?
Low code vs. No code: Which is better for web and app development?
 
technetry Broucher.pdf
technetry Broucher.pdftechnetry Broucher.pdf
technetry Broucher.pdf
 
Real World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure ServicesReal World SharePoint Framework and Azure Services
Real World SharePoint Framework and Azure Services
 
The Future of Headless
The Future of HeadlessThe Future of Headless
The Future of Headless
 
2nd WordPress + Amazon Web Services Meetup
2nd WordPress + Amazon Web Services Meetup2nd WordPress + Amazon Web Services Meetup
2nd WordPress + Amazon Web Services Meetup
 
WebFest 2011 Hosting Applications CR by David Tang
WebFest 2011 Hosting Applications CR by David TangWebFest 2011 Hosting Applications CR by David Tang
WebFest 2011 Hosting Applications CR by David Tang
 
WordPress Page Builders for Non-Developers (Create Visual Layouts Without Code)
WordPress Page Builders for Non-Developers (Create Visual Layouts Without Code)WordPress Page Builders for Non-Developers (Create Visual Layouts Without Code)
WordPress Page Builders for Non-Developers (Create Visual Layouts Without Code)
 

Mehr von KDC Tek Private Limited

Mehr von KDC Tek Private Limited (7)

Tales of Wanderlust | Web WordPress
Tales of Wanderlust | Web WordPressTales of Wanderlust | Web WordPress
Tales of Wanderlust | Web WordPress
 
Unlocking Limitless Possibilities: The Journey of E-Commerce
 Unlocking Limitless Possibilities: The Journey of E-Commerce Unlocking Limitless Possibilities: The Journey of E-Commerce
Unlocking Limitless Possibilities: The Journey of E-Commerce
 
IoT with WooCommerce
IoT with WooCommerceIoT with WooCommerce
IoT with WooCommerce
 
Internet Payment Gateway
Internet Payment GatewayInternet Payment Gateway
Internet Payment Gateway
 
UPI – The easiest way to get paid
UPI – The easiest way to get paidUPI – The easiest way to get paid
UPI – The easiest way to get paid
 
Internet Payment Gateway - ^ CMS Edition
Internet Payment Gateway - ^ CMS EditionInternet Payment Gateway - ^ CMS Edition
Internet Payment Gateway - ^ CMS Edition
 
GSTize WooCommerce
GSTize WooCommerceGSTize WooCommerce
GSTize WooCommerce
 

Kürzlich hochgeladen

Mumbai Call Girls Colaba Pooja WhatsApp 7738631006 💞 Full Night Enjoy
Mumbai Call Girls Colaba Pooja WhatsApp  7738631006  💞 Full Night EnjoyMumbai Call Girls Colaba Pooja WhatsApp  7738631006  💞 Full Night Enjoy
Mumbai Call Girls Colaba Pooja WhatsApp 7738631006 💞 Full Night EnjoyPooja Nehwal
 
Top Call Girls In Arjunganj ( Lucknow ) ✨ 8923113531 ✨ Cash Payment
Top Call Girls In Arjunganj ( Lucknow  ) ✨ 8923113531 ✨  Cash PaymentTop Call Girls In Arjunganj ( Lucknow  ) ✨ 8923113531 ✨  Cash Payment
Top Call Girls In Arjunganj ( Lucknow ) ✨ 8923113531 ✨ Cash Paymentanilsa9823
 
Cheap Rate ➥8448380779 ▻Call Girls In Sector 55 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 55 GurgaonCheap Rate ➥8448380779 ▻Call Girls In Sector 55 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 55 GurgaonDelhi Call girls
 
Lucknow 💋 Escort Service in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 89...
Lucknow 💋 Escort Service in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 89...Lucknow 💋 Escort Service in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 89...
Lucknow 💋 Escort Service in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 89...anilsa9823
 
Cheap Rate ➥8448380779 ▻Call Girls In Sector 54 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 54 GurgaonCheap Rate ➥8448380779 ▻Call Girls In Sector 54 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 54 GurgaonDelhi Call girls
 
Top Call Girls In Indira Nagar Lucknow ( Lucknow ) 🔝 8923113531 🔝 Cash Payment
Top Call Girls In Indira Nagar Lucknow ( Lucknow  ) 🔝 8923113531 🔝  Cash PaymentTop Call Girls In Indira Nagar Lucknow ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment
Top Call Girls In Indira Nagar Lucknow ( Lucknow ) 🔝 8923113531 🔝 Cash Paymentanilsa9823
 
(COD) ̄Young Call Girls In Defence Colony , New Delhi꧁❤ 7042364481❤꧂ Escorts S...
(COD) ̄Young Call Girls In Defence Colony , New Delhi꧁❤ 7042364481❤꧂ Escorts S...(COD) ̄Young Call Girls In Defence Colony , New Delhi꧁❤ 7042364481❤꧂ Escorts S...
(COD) ̄Young Call Girls In Defence Colony , New Delhi꧁❤ 7042364481❤꧂ Escorts S...Hot Call Girls In Sector 58 (Noida)
 
A STUDY ON EMPLOYEE MORALE AT ELGI EQUIPMENT ELIMITED
A STUDY ON EMPLOYEE MORALE AT ELGI  EQUIPMENT ELIMITEDA STUDY ON EMPLOYEE MORALE AT ELGI  EQUIPMENT ELIMITED
A STUDY ON EMPLOYEE MORALE AT ELGI EQUIPMENT ELIMITEDksanjai333
 
CALL ON ➥8923113531 🔝Call Girls Sushant Golf City Lucknow best sexual service...
CALL ON ➥8923113531 🔝Call Girls Sushant Golf City Lucknow best sexual service...CALL ON ➥8923113531 🔝Call Girls Sushant Golf City Lucknow best sexual service...
CALL ON ➥8923113531 🔝Call Girls Sushant Golf City Lucknow best sexual service...anilsa9823
 
EMPLOYEES JOB SATISFACTION ( With special reference to selected Sundaram Ind...
EMPLOYEES JOB SATISFACTION  ( With special reference to selected Sundaram Ind...EMPLOYEES JOB SATISFACTION  ( With special reference to selected Sundaram Ind...
EMPLOYEES JOB SATISFACTION ( With special reference to selected Sundaram Ind...ksanjai333
 
Model Call Girl in Bawana Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Bawana Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Bawana Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Bawana Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Cheap Rate ➥8448380779 ▻Call Girls In Sector 56 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 56 GurgaonCheap Rate ➥8448380779 ▻Call Girls In Sector 56 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 56 GurgaonDelhi Call girls
 
VIP Chandigarh Call Girls 7001035870 Enjoy Call Girls With Our Escorts
VIP Chandigarh Call Girls 7001035870 Enjoy Call Girls With Our EscortsVIP Chandigarh Call Girls 7001035870 Enjoy Call Girls With Our Escorts
VIP Chandigarh Call Girls 7001035870 Enjoy Call Girls With Our Escortssonatiwari757
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...aditipandeya
 
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...gurkirankumar98700
 
Call girls in Andheri with phone number 9892124323
Call girls in Andheri with phone number 9892124323Call girls in Andheri with phone number 9892124323
Call girls in Andheri with phone number 9892124323Pooja Nehwal
 
Product Catalog Bandung Home Decor Design Furniture
Product Catalog Bandung Home Decor Design FurnitureProduct Catalog Bandung Home Decor Design Furniture
Product Catalog Bandung Home Decor Design Furniturem3resolve
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...aditipandeya
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...aditipandeya
 

Kürzlich hochgeladen (20)

Mumbai Call Girls Colaba Pooja WhatsApp 7738631006 💞 Full Night Enjoy
Mumbai Call Girls Colaba Pooja WhatsApp  7738631006  💞 Full Night EnjoyMumbai Call Girls Colaba Pooja WhatsApp  7738631006  💞 Full Night Enjoy
Mumbai Call Girls Colaba Pooja WhatsApp 7738631006 💞 Full Night Enjoy
 
Top Call Girls In Arjunganj ( Lucknow ) ✨ 8923113531 ✨ Cash Payment
Top Call Girls In Arjunganj ( Lucknow  ) ✨ 8923113531 ✨  Cash PaymentTop Call Girls In Arjunganj ( Lucknow  ) ✨ 8923113531 ✨  Cash Payment
Top Call Girls In Arjunganj ( Lucknow ) ✨ 8923113531 ✨ Cash Payment
 
Cheap Rate ➥8448380779 ▻Call Girls In Sector 55 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 55 GurgaonCheap Rate ➥8448380779 ▻Call Girls In Sector 55 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 55 Gurgaon
 
Lucknow 💋 Escort Service in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 89...
Lucknow 💋 Escort Service in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 89...Lucknow 💋 Escort Service in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 89...
Lucknow 💋 Escort Service in Lucknow ₹7.5k Pick Up & Drop With Cash Payment 89...
 
Cheap Rate ➥8448380779 ▻Call Girls In Sector 54 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 54 GurgaonCheap Rate ➥8448380779 ▻Call Girls In Sector 54 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 54 Gurgaon
 
Top Call Girls In Indira Nagar Lucknow ( Lucknow ) 🔝 8923113531 🔝 Cash Payment
Top Call Girls In Indira Nagar Lucknow ( Lucknow  ) 🔝 8923113531 🔝  Cash PaymentTop Call Girls In Indira Nagar Lucknow ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment
Top Call Girls In Indira Nagar Lucknow ( Lucknow ) 🔝 8923113531 🔝 Cash Payment
 
(COD) ̄Young Call Girls In Defence Colony , New Delhi꧁❤ 7042364481❤꧂ Escorts S...
(COD) ̄Young Call Girls In Defence Colony , New Delhi꧁❤ 7042364481❤꧂ Escorts S...(COD) ̄Young Call Girls In Defence Colony , New Delhi꧁❤ 7042364481❤꧂ Escorts S...
(COD) ̄Young Call Girls In Defence Colony , New Delhi꧁❤ 7042364481❤꧂ Escorts S...
 
A STUDY ON EMPLOYEE MORALE AT ELGI EQUIPMENT ELIMITED
A STUDY ON EMPLOYEE MORALE AT ELGI  EQUIPMENT ELIMITEDA STUDY ON EMPLOYEE MORALE AT ELGI  EQUIPMENT ELIMITED
A STUDY ON EMPLOYEE MORALE AT ELGI EQUIPMENT ELIMITED
 
CALL ON ➥8923113531 🔝Call Girls Sushant Golf City Lucknow best sexual service...
CALL ON ➥8923113531 🔝Call Girls Sushant Golf City Lucknow best sexual service...CALL ON ➥8923113531 🔝Call Girls Sushant Golf City Lucknow best sexual service...
CALL ON ➥8923113531 🔝Call Girls Sushant Golf City Lucknow best sexual service...
 
EMPLOYEES JOB SATISFACTION ( With special reference to selected Sundaram Ind...
EMPLOYEES JOB SATISFACTION  ( With special reference to selected Sundaram Ind...EMPLOYEES JOB SATISFACTION  ( With special reference to selected Sundaram Ind...
EMPLOYEES JOB SATISFACTION ( With special reference to selected Sundaram Ind...
 
Model Call Girl in Bawana Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Bawana Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Bawana Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Bawana Delhi reach out to us at 🔝8264348440🔝
 
Cheap Rate ➥8448380779 ▻Call Girls In Sector 56 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 56 GurgaonCheap Rate ➥8448380779 ▻Call Girls In Sector 56 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 56 Gurgaon
 
VIP Chandigarh Call Girls 7001035870 Enjoy Call Girls With Our Escorts
VIP Chandigarh Call Girls 7001035870 Enjoy Call Girls With Our EscortsVIP Chandigarh Call Girls 7001035870 Enjoy Call Girls With Our Escorts
VIP Chandigarh Call Girls 7001035870 Enjoy Call Girls With Our Escorts
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
 
Pakistani Jumeirah Call Girls # +971559085003 # Pakistani Call Girls In Jumei...
Pakistani Jumeirah Call Girls # +971559085003 # Pakistani Call Girls In Jumei...Pakistani Jumeirah Call Girls # +971559085003 # Pakistani Call Girls In Jumei...
Pakistani Jumeirah Call Girls # +971559085003 # Pakistani Call Girls In Jumei...
 
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...
 
Call girls in Andheri with phone number 9892124323
Call girls in Andheri with phone number 9892124323Call girls in Andheri with phone number 9892124323
Call girls in Andheri with phone number 9892124323
 
Product Catalog Bandung Home Decor Design Furniture
Product Catalog Bandung Home Decor Design FurnitureProduct Catalog Bandung Home Decor Design Furniture
Product Catalog Bandung Home Decor Design Furniture
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...
VIP 7001035870 Find & Meet Hyderabad Call Girls Secunderabad high-profile Cal...
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
 

Building Saas | No-Code | Low-Code | Just-Code

  • 1. Building SaaS with WordPress NO CODE | LOW CODE | JUST CODE by Vachan Kudmule (deZine.ninja)
  • 2. Who is Vachan Kudmule? “everything can and must be deZined!” Studied architecture, but been a web-developer & tech-tinkerer since over 20 years. Started KDC in 2002 & since then it has grown into a full-fledged web solutions agency. Passionate about FOSS (Free & Open Source Software) & helping start-ups grow their business.
  • 3. DISCLAIMER: Based of Undocumented Research & Experience spanning over 17 Years working with/on WordPress. The Icons or Names used are from the public realm & all rights belong to the respective owners.
  • 4. What is SaaS? Consideration: OpenSaaS | Scaling (Vertical or Horizontal) | Data Security | SaaSS Software as a Service (SaaS /sæs/) is a software licensing and delivery model in which software is licensed on a subscription basis and is centrally hosted. SaaS is also known as ● on-demand software, ● web-based software, ● web-hosted software. Source: Wikipedia
  • 5. Who are the Stakeholders? Service Provider User/ Consumer
  • 6. Why use WordPress? WordPress is Free & Open Source Software. The following points allows it be beyond a CMS (Content Management System). Themes: Template Hierarchy Plugins: Customisable Functionality REST API: Build External Expansions a11y | docs | translations | coding many more . . . Consideration: FOSS | 4-Freedoms | Regular Update Cycles
  • 7. Standard Segments/ Flow! SaaS Backend Frontend Data Input Data Output Taxonomy / Mata Data CPT Custom Post Type
  • 8. Standard Segments/ Flow! DVD Library Admin User Request Rent List Titles Genre/ Status DVDs
  • 9. NO CODE LOW CODE JUST CODE Ways you can Build with WP!
  • 10. Building SaaS with WordPress | NO CODE Simply use plugins to get your SaaS working ‘out of the box’ without writing any piece of code
  • 11. Building SaaS with WordPress | NO CODE Data Input Data Output Mata Data CPT Custom Post Type ○ Custom Post Type UI By WebDevStudios ○ Pods – Custom Content Types and Fields By Pods Framework Team ○ Advanced Custom Fields By WP Engine ○ Meta Box – WordPress Custom Fields Framework By MetaBox.io Shortcodes in Editor All page editors/ builders allow the use of shortcodes. So the Metadata can simply be displayed on the frontend. ○ Gravity Forms ○ Forminator – Contact Form, Payment Form & Custom Form Builder By WPMU DEV
  • 12. Building SaaS with WordPress | LOW CODE Part Code... Basic copy-paste type code to reduce bulk ...Part Plugin Heavy lifting with essential plugins set/s
  • 13. Building SaaS with WordPress | LOW CODE Data Input Data Output Taxonomy / Mata Data CPT Custom Post Type register_post_type( string $post_type, array|string $args = array() ): WP_Post_Type|WP_Error ================================================== ○ Custom Post Type UI By WebDevStudios ○ GenerateWP ○ Advanced Custom Fields By WP Engine ○ Meta Box – WordPress Custom Fields Framework By MetaBox.io get_post_meta( int $post_id, string $key = '', bool $single = false ): mixed ================================================== Shortcodes in Editor ○ Forminator – Contact Form, Payment Form & Custom Form Builder By WPMU DEV ○ Gravity Forms
  • 14. Building SaaS with WordPress | JUST CODE Get your SaaS full customised the way you what the functionality by simply planning the System Architecture
  • 15. Building SaaS with WordPress | JUST CODE Data Input Data Output Taxonomy / Mata Data CPT Custom Post Type register_post_type( string $post_type, array|string $args = array() ): WP_Post_Type|WP_Error ================================================== ○ Custom Post Type UI By WebDevStudios ○ GenerateWP register_taxonomy( string $taxonomy, array|string $object_type, array|string $args = array() ): WP_Taxonomy|WP_Error ================================================== ○ Advanced Custom Fields By WP Engine get_post_meta( int $post_id, string $key = '', bool $single = false ): mixed ================================================== Shortcodes in Editor wp_insert_post / wp_update_post( array $postarr, bool $wp_error = false, bool $fire_after_hooks = true ): int|WP_Error ================================================== ○ Gravity Forms