wolfiton
Hi everyone,
Questions:
What do you think about a CMS built with Phoenix to incorporate Ghost CMS and WordPress features?
What template engine would you recommend to let the users edit directly?
How would the plugin system work?
Would you build it as an umbrella app?
Would you add also a graphql api?
Also I want to build this opensource CMS and use it as my personal blog and website.
Is the MIT license a good option here?
Thanks in advance for any suggestions ideas and constructive arguments and opposing arguments.
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
Hey there,
It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
New
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Quite interesting article Google brought me. Didn’t find any mentions about it here.
What do you think in general? Would you use togethe...
New
It would be helpful to have a list of companies worldwide that hire engineers without prior experience in Elixir. Often, it can be quite ...
New
Anyone running long-lived stateful processes on BEAM? We’re building an AI agent runtime and would love to compare notes.
We’re a small ...
New
Other Trending Topics
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Aludel - LLM Evaluation Workbench
Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 34 to 25- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
dimitarvp
Be very sure there’s an interest, and that’s way beyond ElixirForum as well. This is a very under-served area that’s ripe for disruption and has been for like 5 years at least now.
Building good WordPress sites with actual functionality is messy, error-prone, tough, and almost always non-deterministic.
If you guys can pull a good CMS that’s easy for non-tech users you might even start eating from WP’s cake.
Do consider it!
wolfiton
Moved everything regarding WolfCMS here WolfCMS thread suggestions and help and discussions
wolfiton
There will be a Liveview version but i want first to build a SSR version using https://quasar.dev/.
Explanation:
Quasar makes it possible to build for all platfroms linux mac windows ios android using one app.
Also i have a lot of interest in PWA’s.
Thanks for the suggestion.
te_chris
Nah we don’t have any part of the CMS for user input, it’s just a publishing platform. We are looking at how to map entity relationships between pieces of content though, but that’s for recommendations.
Like the name too. Though I wouldn’t bother with using JS, make it elxir native and just use LiveView for the interactive bits.
wolfiton
I will start working on the new CMS under the name
WolfPressto simlar to Wordpress better yetWolfCMS, easy to remember.
I also wnat to implement the following versions if I will have time a liveview version a svelte version and a vue version(in vue i plan to support a SSR framework). But will see how things go.
The project will start with a simple vue version for live search and other JavaScript needs.
My main goal for this project will be to create my own website with it and a blog comparable with WordPress. The official announcement I will make it when i have MVP(Minimal Viable Product).
If anyone is interested to help you can send me a private message on the forum.
The CMS will be dveloped using the TDD method so all the features will have to be built one by one with end to end testing, this is the goal.
Thanks everyone for the help on this thread and also here Multilanguge CMS database schema, ideas, opinions - #44 by kip for all the ideas suggestions and support.
wolfiton
@kip have you heard about Nunjucks?
What do you think about it, could it be a better options to keep with the new web standards?(because i can’t figure it out why mozzila would build there own template engine)
Also ActivityPub looks a lot like json schemas(with messages attached to each node), so implementing them in a phoenix project requires a json api or a genserver?
Thanks
wolfiton
Awesome thanks for the support and also the experience you shared by building your own CMS.
Do you have a lot relationship between entities in your schemas?
Ex: User likes User followers User Comments User Favorites?
wolfiton
I understand thanks for the quick update.
Also just wanted to say that it looks amazing on how much supported types and libraries it has incorporated, it could really become a game changer in the image manipulation world.
kip
Ahhhh, I am (very slowly) writing a NIF wrapper for it
wolfiton
Thanks @kip for posting your thoughts and also for the links on a path to develop a CMS, they are incredible and very useful.
I have one question how can the libvips library be used with phoenix and absinthe?