Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Starter Project with Authentication with Gatsby & AWS Amplify
| Date | Stars |
|---|---|
| 2026-07-24 | 320 |
| 2026-07-25 | 320 |
| 2026-07-28 | 320 |
| 2026-07-30 | 320 |
| 2026-08-06 | 320 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Gatsby Auth starter with AWS Amplify This auth starter implements a basic authentication flow for signing up signing in users as well as protected client side routing using [AWS Amplify](https://amplify.aws). Auth features: - User sign up - User sign in - Multi-factor Authentication - User sign-out  # Deploy to the Amplify console Click the button to deploy a fullstack app in your AWS account: [](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/dabit3/gatsby-auth-starter-aws-amplify) You can now continuously deploy changes to your frontend or backend and Amplify Console will automatically deploy those changes. <!-- <img src="https://github.com/swaminator/gatsby-auth-starter-aws-amplify/blob/master/src/images/amplify-console.gif" width="800"/> -->  # Run locally 1. Create the project ```sh gatsby new gatsby-amplify-auth https://github.com/dabit3/gatsby-auth-starter-aws-amplify ``` 2. Change into the new directory ```sh cd gatsby-amplify-auth ``` 3. Install dependencies ```sh yarn # or npm install ``` 4. Install & configure the AWS Amplify CLI. ```sh npm install -g @aws-amplify/cli amplify configure ``` > To see a video of how to configure the CLI, click [here](https://www.youtube.com/watch?v=fWbM5DLh25U) 5. Create a new AWS Amplify Project ``` amplify init ``` > Here, walk through the following steps: - Enter a name for the project __YOURPROJECTNAME__ - Enter a name for the environment __master__ - Choose your default editor: __Visual Studio Code__ (or your editor of choice) - Choose the type of app that you're building __javascript__ - What javascript framework are you using __react__ - Source Directory Path: __src__ - Distribution Directory Path: __public__ - Build Command: __npm run-script build__ - Start Command: __npm run-script develop__ 6. Push the updated project configuration to AWS. It will deploy a CloudFormation template that has an Amazon Cognito resource that enables user authentication. ```sh amplify push ``` 7. Then you can run it by: ```sh gatsby develop ```
Excerpt of 2,218 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:712aed4b843e8f12, topic:serverless