Skip to content

Deploy Todo App

The first application we’ve built for Every App is a really nice, minimal todo list app. It’s been really surprising how much goes into making a great todo list application from keyboard navigation, optimistic mutations, and optimizing for a mobile PWA experience.

We recommend deploying this app so that you can see how easy it is to deploy open source full stack apps, but also hopefully to inspire you to build an app 10x better than this demo.

  1. Clone the every-app repo

    Terminal window
    npx gitpick every-app/every-app/tree/main/apps/todo-app every-todo-app
  2. Navigate to the Todo App

    Terminal window
    cd every-todo-app
  3. Deploy the app

    Terminal window
    every app deploy
  4. Go back to the Every App Gateway, refresh and you should see it as an app for you to try out.

Next Steps

Ready to build your own app? Check out Start from Template.