I'm trying to find a component builder for Joomla and I just found Marco's Component Maker, I'm wondering another one exist or not. I need some help, if anyone get help me that I'm very grateful.
-
recommending https://jc-creator.com/ with coupon NewUser2019 give 50%off – Mansour Alnasser Jan 31 '19 at 08:28
9 Answers
There are:

- 4,446
- 5
- 40
- 51

- 50,002
- 13
- 138
- 166
-
you may thank me using the upvote arrow :) (and of course accepting my answer) – Thariama Dec 17 '10 at 12:39
-
All of these seem to use the "legacy" option. Any of them use the new MVC? – A F Feb 12 '14 at 16:43
-
@AakilFernandes "Legacy classes" are still used in every Joomla component. There's a project for this year's Google Summer of Code that will move them to the 3.x classes. – Andrés Maeso May 29 '14 at 10:11
Artisteer does not create or help create components, it makes templates. You may also want to check out Nooku, it's a complete development framework.

- 10,588
- 2
- 20
- 31
You can build joomla component with table record edit/create/delete options + basic views
it is free of cost, you can create
- unlimited tables
- unlimited views
- no time limit for component hosting,
- with 'easy install' plugin you can directly updated changes in your installed component without downloading and installing. (just install your created component into your site once) all other changes can move directly to site with just one click
- You can use joomla inbuilt field, and preview of field is there
http://www.developerextensions.com/index.php/joomla-component-creator

- 1,463
- 13
- 12
I developed a component that you can install on your own Joomla website and build as many components as you like, with life time updates from github for free.
Check it out at the following URL
- https://github.com/vdm-io/Joomla-Component-Builder
- https://www.vdm.io/joomla-component-builder
- http://extensions.joomla.org/extensions/extension/component-builder
Have fun!!!

- 388
- 6
- 19
Personally, i use Cook Self Service
It's the best so far !!! Easy to use, lot of functionalities, clean code, stand-olone... I tried my first component after watching the video and I was fired up !! After 1 hour learning how it is working, i built my first component to magage theater reservations, and it works like a charm.
I just try now to push the program out of its limits, but it's really amazing !!!

- 19
- 2
You can also use alphaplug.com for creating components for Joomla.This is free of cost and doesn't need registration.Here's the link. http://www.alphaplug.com/index.php/products/mvc-generator-online.html

- 2,592
- 6
- 36
- 62
You can download extension com_jacc (just another component creator) and install it in your joomla. Its very simple and powerful, just create tables in database and you are ready to go.

- 2,081
- 3
- 29
- 40
You can use the best application: Aristeer (http://www.artisteer.com/).
The problem is the price. You can download the demo....

- 635
- 1
- 6
- 17
-
Artisteer creates templates not components. Besides, all the code underneath that is used to generate the front is a tangled mess if you ever need to customize their templates IMO. – Daydah May 15 '15 at 15:59