SaaSHub helps you find the best software and product alternatives Learn more →
Bedrock Alternatives
Similar projects and alternatives to bedrock
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
WordPress
WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.
-
-
-
-
eleventy 🕚⚡️
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
elementor
The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.
-
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
-
-
sage
WordPress starter theme with Laravel Blade components and templates, Tailwind CSS, and block editor support
-
-
-
-
-
-
-
-
-
git-updater
This WP plugin will update GitHub, Bitbucket, GitLab, and Gitea hosted plugins and themes
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
bedrock discussion
bedrock reviews and mentions
- WordPress Core to start using SQLite Database
-
How do you create WordPress websites for your clients?
There are ready-made boilerplates like Bedrock and Sword but, at an architectural level, I'm not a fan of any I've seen.
-
What is your local wordpress development setup?
Node (within the docker container) to build theme assets, composer to manage WordPress core + plugins and other dependencies. I built something similar to Roots for project boilerplate, custom starter theme and in-house mu-plugin within it.
-
Modern Plugin Boilerplate - GIT + PHP8 + Composer
Is this any good? https://roots.io/bedrock/ for a plugin?
-
ManageWP - Yes or no?
As I only really use it for keeping stuff up to date, I'm looking at using Roots Bedrock for my next project. I'll then be keeping everything up to date via composer.
-
WordPlate: WordPress on Composer with sensible defaults
What advantages does WordPlate have over Bedrock[1], some of whose packages WordPlate also uses?
[1] https://roots.io/bedrock/
-
Version control with git + CI/CD for Wordpress.
Probably looking for a https://roots.io/bedrock/
-
Need: Someone to setup WP Docker Image on Kubernetes Cluster
WordPress on containers is a very different beast if you actually want to use any of the advantages of containers. You probably need to figure out how to run upgrades by building a new image and not with the WP installer (which you need to disable to not have sudden version rollbacks). You probably want your plugins managed by compose and not a user. You probably want an S3 plugin for media. In fact, you probably want Bedrock. This is not a "single day task", just taking in the requirements and design phase is easily a day or two.
-
Best practices for Git + CI/CD for a whole WordPress site
I'd strongly advice using Bedrock ( https://roots.io/bedrock/ ) and possibly even Sage
-
WordPress development with GIT
No, as far as I know it’s not that easy to accomplish with WordPress. You can use Bedrock (https://roots.io/bedrock/ ) as a Boilerplate for your development process. The Database can not be cloned to each environment that easily. Because every instance is working on it’s own. So if others want to work on their local machine they need a database dump which they have to setup manually on their machine. The only way that comes in my mind is to set up a development site that is accessible for every developer. You could then connect your local WordPress environment with the database from that development site. Everyone would than be working in the same database and everybody could see the changes someone else is making. But I think that wouldn’t be best practice but could be an option.
-
A note from our sponsor - SaaSHub
www.saashub.com | 9 Feb 2025
Stats
roots/bedrock is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of bedrock is PHP.