amplify-hosting VS wp-graphql

Compare amplify-hosting vs wp-graphql and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
amplify-hosting wp-graphql
20 53
440 3,599
0.7% 0.4%
6.7 9.6
about 2 months ago 6 days ago
Dockerfile PHP
Apache License 2.0 GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

amplify-hosting

Posts with mentions or reviews of amplify-hosting. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-27.
  • Create a simple OTP system using AWS Serverless services
    3 projects | dev.to | 27 Jun 2023
    Amplify Web Hosting
  • How to Deploy a Next.js 13 Site with AWS Amplify
    2 projects | dev.to | 5 Dec 2022
    Head to AWS Amplify Hosting and click on the Host your web app button. You’ll be redirected to this page.
  • Can you host a React site with a database in AWS?
    3 projects | /r/reactjs | 16 Nov 2022
    Just looked up the feature request and looks like they still don’t support it https://github.com/aws-amplify/amplify-hosting/issues/56
  • Building my blog with AWS Amplify and Next.JS
    2 projects | dev.to | 26 Sep 2022
    As of today, Amplify doesn't support Next.JS@12 fully and because of that, it'd be better and safer to downgrade to version 11 (of course we'd miss some of the awesome features from v12 but that's fine). So I'm making it "next": "11.1.4" in the package.json. Since we're downgrading it to v11, we need to downgrade usage of webpack from 5 to 4 and for doing that we need to add webpack5: false to our next.config.js file. I also add SVG support to that file for the future and it looks like this:
  • Bearcam Companion: Hosting with Amplify and GitHub
    2 projects | dev.to | 3 Sep 2022
    The Bearcam Companion application was pretty much ready to go after my last post on Lambdas. The final step (at least for a minimum viable product) was to publish the site. Not surprisingly, I chose to use AWS Amplify Hosting.
  • The Ultimate Guide to Static Websites with S3 and Terraform
    7 projects | dev.to | 19 May 2022
    Hosting a simple static website is one of those things one would expect to be easier on AWS (it is by far from the only one). AWS seem to have recognised this and now offer the AWS Amplify Hosting service. I have not used this service myself but like other services branded under the Amplify umbrella it will come with the usual trade-off: a quicker setup for less flexibility.
  • Inherited A PHP Mess
    4 projects | /r/Wordpress | 13 May 2022
    I've run into a similar issue where the company wanted to bring on their Wordpress blog content on one site into their main site. NextJS combined with WPGraphQL did the trick. If you are going the static site generation route the main drawback is having to rebuild and deploy every time a new blog post is made. Could host it on AWS Amplify but I use Netlify and Cloudflare Pages. Take a look through their pricing models and pick whatever feels comfortable for you (still assuming a static site generated setup). In my opinion, NextJS is good enough. If it gets the job done in a reasonable amount of time, pick it. You mention having experience with Vue so maybe Nuxt is a better option?
  • Create a simple OTP system with AWS Serverless
    4 projects | dev.to | 27 Sep 2021
    Amplify Web Hosting
  • The Pitfalls of Deploying a NextJS Frontend on AWS Amplify
    2 projects | dev.to | 29 Aug 2021
    In short: you don't. Or you enlist the help of AWS Support (which you will have to pay for). The Amplify web console doesn't share detailed build logs, so you'll have to fix your problems by trial and error.
  • Next.js 10.1 – 3x Faster Refresh, Image Improvements, Apple Silicon Support
    8 projects | /r/reactjs | 29 Mar 2021
    If you're referring to Amazon's static site hosting service, Amplify, which does this kind of proxying, you'd be right that it is a PIA, however, it is also the only static site hosting service that requires you to update your routes through their console. And one of the oldest and most popular issues logged on their git repo is to have this changed.

wp-graphql

Posts with mentions or reviews of wp-graphql. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-12.
  • Why Everyone Hates WordPress
    3 projects | dev.to | 12 Feb 2024
    Are you dead set on building a Nuxt + Vue application? Partial to NextJS like I am? Well good news everyone, WordPress has done a pretty decent job over the past couple of years building out the WordPress API and enabling developers to leverage WordPress as a Headless CMS. Pair that with the amazing WPGraphQL Pluginand you’re cooking with JavaScript. You get all the benefits of really solid backend CMS that end users are familiar with, and can grasp with a 1 hour CMS training, distributed using your favorite flavor of JavaScript.
  • redirect headless wordpress frontend without affecting API
    2 projects | /r/Wordpress | 15 Jun 2023
    I am using Headless Wordpress with https://www.wpgraphql.com/ for API hosted on SiteGround and Nextjs for frontend.
  • Why is does modern HTML/CSS seem so complex and convoluted? (details in comment)
    9 projects | /r/webdev | 23 May 2023
    - WPGraphQL
  • I made my own WordPress Plugin!
    2 projects | /r/PHP | 16 Mar 2023
    Look at other popular plugins to see what they do, and how that's different from what you did. For example browse a bit through https://github.com/wp-graphql/wp-graphql
  • Show HN: New GraphQL API for WordPress (1.5 years of development, 16000 commits)
    4 projects | news.ycombinator.com | 12 Jan 2023
    How does this compare to WPGraphQL https://www.wpgraphql.com that's been around for quite some time (https://github.com/wp-graphql/wp-graphql)

    Did you find shortcomings with that plugin?

  • Fullstack but new to WP - Searching for answers
    5 projects | /r/Wordpress | 30 Sep 2022
  • blog migrating from WP
    2 projects | /r/reactjs | 30 Jul 2022
    if you want to save yourself the headache of migrating all your content from WP you can keep WP and install something like this to get GraphQL data from your WP server. Then use Next.js with React Query or Apollo and rebuild your blog frontend only.
  • The company I work for is migrating to Wordpress and I don’t know what to expect
    3 projects | /r/webdev | 7 Jul 2022
    For a CMS-oriented solution (tbf, WP dashboard is pretty nice and familiar to many - plus rich plugin ecosystem, wide SEO and marketing support), try to push for Advanced Custom Fields as it is widely supported. For example, it can integrate with WPGraphQL (which could help unlock some modern frontend options).
    3 projects | /r/webdev | 7 Jul 2022
    WPGraphQL is pretty decent if you need an API for the content. WP's built-in "ajax" API has its purpose too, but I wouldn't use it as the main content API when the GraphQL option is readily available.
  • Inherited A PHP Mess
    4 projects | /r/Wordpress | 13 May 2022
    I've run into a similar issue where the company wanted to bring on their Wordpress blog content on one site into their main site. NextJS combined with WPGraphQL did the trick. If you are going the static site generation route the main drawback is having to rebuild and deploy every time a new blog post is made. Could host it on AWS Amplify but I use Netlify and Cloudflare Pages. Take a look through their pricing models and pick whatever feels comfortable for you (still assuming a static site generated setup). In my opinion, NextJS is good enough. If it gets the job done in a reasonable amount of time, pick it. You mention having experience with Vue so maybe Nuxt is a better option?

What are some alternatives?

When comparing amplify-hosting and wp-graphql you can also consider the following projects:

faustjs - Faust.js™ - The Headless WordPress Framework

elementor - The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.

wp-graphql-woocommerce - Add WooCommerce support and functionality to your WPGraphQL server

wordpress-popular-posts - WordPress Popular Posts - A highly customizable WordPress widget that displays your most popular posts.

objectbox-dart - Flutter database for super-fast Dart object persistence

wp-graphql-jwt-authentication - Authentication for WPGraphQL using JWT (JSON Web Tokens)

web-stories-wp - Web Stories for WordPress

wordpress-seo - Yoast SEO for WordPress

bedrock - WordPress boilerplate with Composer, easier configuration, and an improved folder structure

php-scoper - 🔨 Prefixes all PHP namespaces in a file/directory to isolate the code bundled in PHARs.

Rector - Instant Upgrades and Automated Refactoring of any PHP 5.3+ code

qtranslate-xt - qTranslate-XT (eXTended) - reviving qTranslate-X multilingual plugin for WordPress. A new community-driven plugin soon. Built-in modules for WooCommerce, ACF, slugs and others.