Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Website Builder / CMS packages #467

Open
tidyui opened this issue Dec 18, 2018 · 7 comments
Open

Create Website Builder / CMS packages #467

tidyui opened this issue Dec 18, 2018 · 7 comments

Comments

@tidyui
Copy link
Member

tidyui commented Dec 18, 2018

Piranha itself focuses a lot on structuring and managing content and very little on how the content is actually used. This gives a very flexible framework but is also a bit limiting in what tools you can actually provide for website building without breaking the core concept.

The idea with this issue is to create one or several packages that can be added on top of Piranha to provide a more "classic" CMS experience. In some ways it will probably be more limited in terms on what you can do, but on the other hand it will boost productivity and reduce startup times for projects. As these packages will be optional components you will still be able to use Piranha the way you do now if you prefer to.

We want you all to provide feedback, thoughts and ideas on features that would be key to this kind of functionality.

Possible functionality

Theme support

The possibility to install pre-made themes and develop packaged themes of your own. What exactly should be in the scope of a theme will be specified later.

Widget support

Add a new content type for widgets, i.e small blocks of information that can be inserted at either site global, page or post specific positions in the layout.

More web oriented fields & blocks

A bigger variety of fields and blocks to support web oriented content, for example:

  • Carousel content (sliders, ...)
  • Embedded media (youtube, instagram, ...)
  • Media galleries (image galleries, ...)
  • Form builders (contact forms, call to action sections, ...)

Structure

This would be developed as add-on packages to the functionality that currently exists in Piranha. Preferably it will have its own versioning and release schedule.

@renekaiser
Copy link

renekaiser commented Dec 21, 2018

As you wrote, Piranha‘s focus is structuring and managing content. And it provides good ways to use that content in own applications/sites. I think thats the reason why for that project and you should keep the focus on that. (There are so many CMS on the web, which theming etc.)

So I would just pick the "add more basic blocks" topic from your list

@jurjen74
Copy link

I think heavy UI components will give less flexibility to customize. For me the reason I chose Piranha, is the ability to do the front end myself. So for me the focus should be more standard blocks and documentation.

@bbqchickenrobot
Copy link

As for theming - I would say hold off on this unless the flexibility that Piranha offers wouldn't be affected. I am definitely for these two options however:

**

1. Widget support
2. More web oriented fields & blocks

**
Especially the 'More web oriented fields & blocks....

@tidyui
Copy link
Member Author

tidyui commented Jan 6, 2019

The whole idea @bbqchickenrobot is that this whole feature will just be another optional layer distributed as its own NuGet package. This way, if you use everything you could for example get theme support, but of course it would make it less flexible. On the other hand if you don't want it you don't have to use it :)

@devantler
Copy link

devantler commented Jan 17, 2019

I would love this! As long as it is optional it doesn't bother those who do not find it needed, but for new projects (or users of piranha), that would be a godsend. I'm using Piranha mostly for simply (but well designed) bootstrap components, and not having to implement them in a new project would make piranha a much more productive tool in my situation. I also have trouble implementing a way to change theme for multisite-setup, but im not sure if that is because i dont understand how to add global variables to config yet, or if that is even possible. So a easier way to do that would be awesome aswell.

I wouldn't mind helping out with additional bare-bone blocks (no-styling) either, i need to make most of them anyways :-)

@daudirsch
Copy link

I think it's a fantastic idea. This would really help simplify the process to get a site going as well as keeping piranha as flexible as it is today.

@jensbrak
Copy link
Contributor

jensbrak commented Feb 2, 2021

An excellent idea in my opinion. Piranhas best features are also its most limiting factors. The extensibility versus ready made functionality. Some ideas on what could be added or improved as optional functionality (in addition to what has been mentioned):

  • Community users feature. A more complete and well packaged user role functionality. It would have to include some sort of "register an account" feature
  • Possibly a solution for authentication using third party identity providers. Having a working solution for at least one of them out there would be a leap forward to a full fledged CMS
  • If there would be a way of adding modules using templates without affecting the site code (not the core) and not affecting the performance, it would also provide a platform for a CMS

I guess these examples are quite ambitious, especially since they would require maintenance to work with future updates on both the Piranha framework as well as any external dependencies introduced. See them as ideas that might affect the design of the Piranha framework and its future features - rather than feasable idease to implement.

Templates for visuals would be one of the better additions imho. That would separate (and maybe "parameterize") the visual design of a new Piranha site from its content. I know I would feel Piranha to be more of a CMS if there would be the concept of a template to add, modify or even download from a community site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants