I have been using kirby ( https://getkirby.com/ ) for all my websites with great success the last few years. It's super stable, flexible, under active development and has a great ecosystem. Can't recommend it enough.
I recall this being mentioned before and I thought I’d take a look. One thing missing on this site is a clear pricing page and pricing link in the menu and/or footer. Only the license page mentions that it is not free and that a paid license is required.
Ask HN: Where After WordPress?
61–70 of 70 posts
Re: Ask HN: Where After WordPress?
#62Re: Ask HN: Where After WordPress?
#63The biggest difference for daily use is you don't get an editor. You can pick your markup language (markdown being the most popular) then it's just files. If you're a developer this should be natural.
Re: Ask HN: Where After WordPress?
#64Earlier quoted context omitted.
Source available (?) and licenses get expensive quick it looks like (?) When I last did my survey of what I could use as a CMS I ran into this, looked at the licensing and walked away quickly. But I may be wrong since I didn't do any more research, .
Source available yes. There is platform licensing starting at $7 per month per site. Prices are comparable to Wordpress + Jetstream + ACF which is functionality you get out of the box with Statamic.
For a pro license it's $275 upfront with 1 year of updates per site.
That is damn exception from my point of view.
You can use Pods for free on WordPress which is now a better choice than ACF in my opinion. But ACF has a huge marketshare and is better supported.
I mean not sure about JetStream, it seems to be Laravel scaffolding and open source.
Do you mean JetPack? If so I have not used that in a very long time. It had become very bloated.
There are a lot of other choices ut there som that cost less.
Re: Ask HN: Where After WordPress?
#651. Try ClassicPress
2. Move to Drupal
3. See if you like something else. E.g. BoltCMS, OctoberCMS, or one of the october forks.
4. Go back to Joomla
5. Quit your job and do something you'd like to be doing
Re: Ask HN: Where After WordPress?
#66Re: Ask HN: Where After WordPress?
#67This space grew into a bunch of different sub-cutures: - static website generators (Hugo, etc) - WYSIWYG editors (Wix, Squarespace) - Frontends (NextJs, etc) backed by Headless CMS (Strapi, firebase, etc) There really isn't a good spiritual successor currently. Someone should clone the UX of WP Admin panel, plugins, etc and drop the worst tech debt. Base it on React and make it really easy to deploy. (edit: formattin…
Re: Ask HN: Where After WordPress?
#68I've moved my personal site/blog over to Grav. I've done some small work with Statamic before and loved it.
For a small site with relatively technical administration, Grav is unsurpassed. I've been using it for years for my portfolio and various side projects, and it is a joy to build with. For a larger site with multiple contributors, I'd probably still stick to Wordpress, though. Its admin experience and ecosystem are just too mature to not take advantage of.
Re: Ask HN: Where After WordPress?
#69I am also using Ghost on a different site, I like their clean editor.
Re: Ask HN: Where After WordPress?
#70You can connect these frontend frameworks with a Headless CMS which is, ideally, open-source and written in JavaScript/TypeScript too. This way, you can customize both the frontend and the CMS using the same programming language.
We created Strapi, the most popular open-source Headless CMS, to replace legacy stacks with full JS stacks: from the frontend framework to the CMS.