https://github.com/ericclemmons/amplify-visor
Amplify Visor is a prototype GUI that customers run locally that streamlines the Amplify app-building experience β configuring & deploying Amplify visually, automatically installing dependencies, and reducing developer friction.
https://github.com/ericclemmons/amplify-visor
aws aws-amplify cli
Last synced: about 1 month ago
JSON representation
Amplify Visor is a prototype GUI that customers run locally that streamlines the Amplify app-building experience β configuring & deploying Amplify visually, automatically installing dependencies, and reducing developer friction.
- Host: GitHub
- URL: https://github.com/ericclemmons/amplify-visor
- Owner: ericclemmons
- Created: 2021-04-27T18:32:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-14T20:05:24.000Z (over 3 years ago)
- Last Synced: 2025-03-17T01:41:27.513Z (about 1 month ago)
- Topics: aws, aws-amplify, cli
- Language: JavaScript
- Homepage:
- Size: 608 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Amplify Visor β π₯ 2021 AWS Amplify Hackathon Entry
**NOTE β This is a prototype and not an official AWS Amplify project.**
> Amplify Visor is a GUI that customers run locally that streamlines the Amplify app-building experience β configuring & deploying Amplify visually, automatically installing dependencies, and reducing developer friction.
## What is Amplify Visor?
* A visual representation of the CLI
* Visualizing the process in a way users understand
* Visualizing their current Amplify config & App
* Meeting the developers where they already are β in their code.
* Smoothing out the constant context-switching thatβs normal today. (e.g. starting/stopping servers, installing dependencies)
* Curated, Contextual Amplify experience with docs, help, support, configuration.
* Ability to do 1-click setups for pre-configured apps.## Workflows
### New Amplify Projects
#### Creating a Project
### Local Docs Search

### Existing Amplify Projects
#### Running/Updating a Project
```shell
$ amplify visor
```
#### Adding Authentication

#### Adding an API

### Updating Source Code
#### Configuring Amplify

#### Adding an Authenticator Component

## Authors
(In alphabetical order by surname)
* Tre Ammatuna [@TreTuna](https://github.com/tretuna)
* Eric Clemmons [@ericclemmons](https://github.com/ericclemmons)
* Erik Hanchett [@ErikCH](https://github.com/erikch)
* Michael Savoia [https://twitter.com/MichaelSavoia](@MichaelSavoia)