DEV Community

William Felker
William Felker

Posted on

How we use Glitch, GitHub, & Vercel to collaborate remotely.

Over the past few months, our team has been working interdependently and remotely on some web projects and I wanted to share a bit about our current indie pipeline.


πŸ›  Glitch for development β†’
πŸ“‚ GitHub for version control β†’
🌏 Vercel for hosting


Updating and publishing projects:

Here is an overview of how we publish content remotely with each other through using Glitch for development, Github for version control, and Vercel for hosting.

  1. Head to Glitch and make any edits to the project. Tiny Factories Profile on Glitch
  2. Once edits are complete click tools button and then select Git, Import and Export. Glitch.com
  3. If you see Connect to Github button then click it if not select Export to GitHub. Glitch.com
  4. Next, enter the GitHub-account/repo-name you would like to push to in the popup and click ok. Entering repo name
  5. Enter a detailed description of what you are pushing for example "Updated SEO with new branding" and click ok. Adding Comment
  6. Now head on over to your GitHub repo and click Compare & pull request. If you do not see this try pushing again from Glitch. Tiny Factories Github Repo
  7. Add additional comments and click Create pull request. Making Github pull request
  8. Next now.sh will check the code and if everything looks βœ… then you can click Merge pull request to push the changes to now.sh and the production or live build. Checking pull request
  9. You will be asked to confirm the merge. Merging pull request
  10. That's it! πŸŽ‰ Now just wait for your update to go live. If you what to check the progress head on over to your Vercel Dashboard and click on the project to see the status of the latest build.

Vercel Dashboard


This workflow has been great for small projects with just a few people. But in the future, we are looking at switching from Glitch to GitPod for better react-js support.

We would love to learn more about the workflows you use for your team. Please feel free to share what works best for you and your team with us in the comments or DM us on Twitter.


Tiny Factories is a tribe of indie makers helping each other to ship products. We are working toward a future where folks can be creatively independent by becoming β€” what we call β€” an indiepreneur.

Every two weeks (or so), we send out an update about our project progress. If you’d like to receive this in your inbox, you can subscribe here.

Top comments (0)