Freebies Hunt

Platforms For Your Future Apps

A curated collection of platforms that offers an infrastructure and support for your apps.

Quickly search for a freebie
  • BitBucket

    A Git remote repo hosting service similar to GitHub and GitLab.

  • Amazon Web Services (AWS) | Free Tier

    Offers a plethora of benefits and a year worth of their premium pay-as-you-go services.

  • Firebase

    A platform as a service backed by Google. Provides integration with built-in database, crash reporting, authentication, cloud storage, and so much more. The free-tier service from here is quite generous though it needs a bit of extra steps to integrate your app with it (I think).

    Personal comment:

    Integration with this is also somewhat of a pain but it's very worth if you're looking for a generous free tier platform service.

  • GitHub

    It's the most popular remote Git repository hosting service right now. Also includes a code sharing tool and a lot of integrated services.

    Personal comment:

    You have GitHub Pages which at the very least can serve static files pretty well.

  • GitLab

    Includes unlimited blade free privated repos and an integrated continuous integration/continuous delivery (CI/CD) services.

    Personal comment:

    Like GitHub, they also provide GitLab Pages which can serve static files.

  • Glitch

    A platform for your apps that are freely modifiable (or remixable, as the term) for the whole community. Includes support mainly for Node.js apps.

    Personal comment:

    Personally recommend it for your hobby projects especially if you're looking for a platform for the backend of your apps.

  • Heroku

    Easy to deploy system for backend of your apps. Supports a wide variety of tech stacks such as for Python, PHP, Node, and Ruby on Rails.

    Personal comment:

    Recommended, if you're starting with back-end development. I find it easy to deploy apps with it.

  • Microsoft Azure | Free Tier

    Includes a year of free trial for their premium products such as Linux and Windows virtual machines, file storage, and SQL databases.

  • Netlify

    Their free options is pretty much amazing for static websites.

    Personal comment:

    Also comes with ways on how to make your static site be dynamic or something.

  • Repl.it

    A platform for your apps that can be freely modified/viewed by the whole community. It includes support for a wide variety of languages including C++, Python, Node.js, Go, Rust, and Haskell.

    Personal comment:

    Perfect platform for your apps, if you're into releasing your apps for the sake of educating yourself.

  • Sourceforge

    A platform for your upcoming open source software projects.

  • Zeit Now

    A global serverless deployment platform for your cloud-based applications. It has tight integration with GitHub, supports a variety of server-sided languages and frameworks such as PHP, Python, Go, and Node.js. It offers a generous free tier and you only get to pay as your app grow.

Some other categories:

Categories index:

What is Freebies Hunt?

Freebies Hunt is a programmer-oriented and a personal resource list gathered by @foo-dogsquared after having a stroke with open content enthusiasm. This'll help you in finding quality free (and open source) resources to get started doing on your projects (or learnings).

Freebies Hunt is also an open source website which you can see the source code for it right here. Of course, feedbacks and contributions are welcome! 🤗

Got API?

If you are looking for an API of this site (for some reason) to get its data, you're in luck! It's available as an npm package. You could also see the source code of it in this remote repo.

Want to see more of my projects?