amplify-js

A declarative JavaScript library for application development using cloud services. (by aws-amplify)

Amplify-js Alternatives

Similar projects and alternatives to amplify-js

  1. React

    1,899 amplify-js VS React

    The library for web and native user interfaces.

  2. 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.

    CodeRabbit logo
  3. Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  4. node

    1,155 amplify-js VS node

    Node.js JavaScript runtime ✨🐢🚀✨

  5. vite

    884 amplify-js VS vite

    Next generation frontend tooling. It's fast!

  6. Express

    758 amplify-js VS Express

    Fast, unopinionated, minimalist web framework for node.

  7. create-react-app

    Set up a modern web app by running one command.

  8. axios

    467 amplify-js VS axios

    Promise based HTTP client for the browser and node.js

  9. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  10. Keycloak

    Open Source Identity and Access Management For Modern Applications and Services

  11. SuperTokens Community

    Open source alternative to Auth0 / Firebase Auth / AWS Cognito

  12. apollo-server

    74 amplify-js VS apollo-server

    🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

  13. maplibre-gl-js

    58 amplify-js VS maplibre-gl-js

    MapLibre GL JS - Interactive vector tile maps in the browser

  14. amplify-flutter

    A declarative library with an easy-to-use interface for building Flutter applications on AWS.

  15. graphiql

    42 amplify-js VS graphiql

    GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.

  16. graphql-yoga

    25 amplify-js VS graphql-yoga

    🧘 Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements WHATWG Fetch API and can run/deploy on any JS environment.

  17. react-native-vector-icons

    Customizable Icons for React Native with support for image source and full styling.

  18. aws-sdk-android

    AWS SDK for Android. For more information, see our web site:

  19. amplify-cli

    16 amplify-js VS amplify-cli

    The AWS Amplify CLI is a toolchain for simplifying serverless web and mobile development.

  20. react-native-camera

    Discontinued A Camera component for React Native. Also supports barcode scanning!

  21. AWS

    4 amplify-js VS AWS

    AWS SDK for iOS. For more information, see our web site:

  22. microsoft-authentication-library-for-js

    Microsoft Authentication Library (MSAL) for JS

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better amplify-js alternative or higher similarity.

amplify-js discussion

Log in or Post with

amplify-js reviews and mentions

Posts with mentions or reviews of amplify-js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-10-14.
  • AWS Amplify (Gen2) with SvelteKit: authentication on SSR
    4 projects | dev.to | 14 Oct 2024
    This codes mimic Next.js one.
  • Remix Authentication with Amazon Cognito
    3 projects | dev.to | 17 Jul 2024
    Many guides for integrating Amazon's Cognito service recommend using AWS's Amplify library. While Amplify works well for the traditional, client-side rendered single-page application (SPA), it doesn't yet support newer SSR paradigms. At the time of this writing, AWS Amplify doesn't support SSR in Remix source, though Amplify's Hosting service recently added support for SSR in Next versions 12 and greater. While you can use Amplify's React SDK in your Remix application on the client, you will be losing some of the benefits of SSR.
  • In Defense of Cognito
    1 project | /r/webdev | 11 Dec 2023
    One note of caution, though: Amplify uses a frontend-only Cognito integration that stores long-lived, never-rotating refresh tokens in browser storage, where any XSS vulnerability would have access to them. A more secure approach is to implement a couple of backend API routes to store the refresh tokens in `HttpOnly` cookies instead, which I outlined here (option 1 in your case to support SSO). I'll probably open source a solution to do this early next year so we don't all have to keep reinventing this wheel (probably why AWS calls their conference re:invent).
  • Auth0 increases price by 300%
    7 projects | /r/webdev | 7 Dec 2023
    I'm ramosbugs on GitHub (that comment is mine). If you subscribe to https://github.com/aws-amplify/amplify-js/issues/1218 I'll post a comment there once I release a solution.
  • Server-Side Rendering with AWS Amplify
    1 project | dev.to | 24 Oct 2023
    Amplify also lets you host a backend, which it runs in Lambda functions. You don't have a lot of control over it, but it works well for its intended audience: People who wouldn't know what to do if they had a lot of control over their Lambda functions. Amplify also lets you consume other AWS services easily, through declarative and easy-to-use libraries. That way, you can consume Cognito or S3 from the frontend without knowing a lot about Cognito or S3. Here's the complete list of libraries for Amplify, and you can check the Readme of the JavaScript one as an example of its features.
  • React Native Storage.put() results in error
    1 project | /r/Amplify | 16 Jun 2023
    Whenever I call Storage.put() inside my React Native (with Expo) application, I get an error of [TypeError: undefined is not a function]. Doing some internet digging, after hours of searching, I found only one other reference to this kind of error, and that is with the DataStore: https://github.com/aws-amplify/amplify-js/issues/10764
  • How was you experience with nextJS using SSR in amplify?
    1 project | /r/Amplify | 11 Jun 2023
  • SRP_A error when trying Custom Auth Passwordless flow
    1 project | /r/Amplify | 12 Apr 2023
    Hello! Can you please create a GitHub issue here for us to investigate this further? https://github.com/aws-amplify/amplify-js/issues
  • Cookies vs local storage - what to use when?
    1 project | /r/webdev | 12 Apr 2023
    Thanks for bringing this up. This discussion on the project's github is equally insightful on the subject.
  • Understanding ID Token vs. Access Token in AWS Amplify
    1 project | dev.to | 11 Apr 2023
    Amplify GitHub Issue
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Feb 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic amplify-js repo stats
44
9,476
9.6
5 days ago

Sponsored
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.
coderabbit.ai

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?