DEV Community

Cover image for The Things You Can Do For Free: The Ultimate Guide
Shahed Nasser
Shahed Nasser

Posted on • Updated on • Originally published at blog.shahednasser.com

The Things You Can Do For Free: The Ultimate Guide

This article was originally posted on my personal blog

When creating any kind of project, there will be costs that you have to handle. Whether big or small, at some point it can be hindering or cause a hassle.

I will list for you different topics you might need in your projects and how you can get it for free.


Hosting

Finding a hosting is one of the most troublesome parts when you are creating a project, especially when you need it for free. Here's a list of services or websites that offer free hosting, and what kind of projects you can use them for:

  1. Netlify: Netlify is perfect for static websites like portfolios. It also supports Jamstack, which basically decouples the backend from the frontend, allowing your website to be deployed directly to a CDN. This helps make your website faster and more secure. You can use this to create, for example, blogs (like this one). You can read it more about it in Netlify CMS as they have starter projects you can get started with.
  2. Firebase: In Firebase's free plan (or Spark Plan) they offer many features, including 10GB of hosting. Again, this is great for static websites.
  3. Heroku: Heroku allows you to host almost any kind of environment. The down side of Heroku's free hosting is that it can be slow, but it still can be very helpful in many cases.
  4. alwaysdata: A good hosting solution for a variety of environments, with a lot of features.
  5. Surge: Surge is another good hosting for static websites. Surge does not really have any limits when it comes to the size of the website, and it's probably the easiest to use. You can deploy any website through their CLI with just one command.
  6. 000WebHost: Although I personally am not a big fan of this hosting, but 000WebHost offers an easy to use cPanel free hosting and helpful tools for WordPress hosting in particular.
  7. GitHub Pages: Another good static website hosting. The pro of this option is that you can link it directly to your GitHub repository, and with any update to the repository it will update immediately.
  8. Hashnode: Hashnode is specific to creating your own blog. You can customize it, track its analytics and much more. If you have your own domain then you can add it, too.

Domain Name

Next come domain names. From my experience, the only service that provides a free domain name (without having to pay for hosting, that is) is Freenom. Freenom provide free domain names that end with .tk, .cf, .ml, .ga or .gq.


Mail Tools

Whether for a contact form, a newsletter form, or any marketing usage you might have that requires sending email, here's a list to help you achieve that for free:

  1. Mailgun: Mailgun provides an email you can use to send email. You can either use Mailgun on your server to send emails, or use the email provided by mailgun and the API keys you get to send emails serverless, but this will require other services.
  2. EmailJS: EmailJS allows you to send emails from your Javascript without needing a server. You can link EmailJS with your Mailgun account. EmailJS also allows you to manage the email template, email response and other settings as well. It's a great option for a contact form.
  3. MailerLite: MailerLite puts all email marketing together basically. Using MailerLite's free plan you can create forms and popups that you can embed in your website and they take care of the rest. Whether it's a subscription or contact form, you can create the forms, link them with a subscription list, send newsletters and many more options.

Notifications

Here are some services that offer free notifications for your websites and apps for free:

  1. OneSignal: OneSignal allows you to send push notifications on different browsers and mobile apps and more.
  2. Pusher: Pusher is mainly focused on real time experiences, and part of that is building channels between your server and websites or apps, which allows you to also send notifications.

SEO and Other Tools

Below are some SEO helpful tools to help make your website a little better:

  1. ShareThis: A good tool to let your website visitors share your website easily on almost every social media platform, with a variety of design choices.
  2. Disqus: Disqus lets you add a comments or reaction section to your website, helping you build connections with your visitors.
  3. CrowdIn: CrowdIn is a tool you can use to manage translations for your projects. You upload a strings file like a .json file, add the languages you want, and then you and your team, or anyone you send the link to can translate your strings easily with their interface and their recommended translations as well.
  4. Buffer: Buffer allows you to connect your social media accounts together so you can schedule posts, track analytics and more.
  5. hotjar: hotjar takes analytics into the next level. Not only can you track the usual traffic of users, but you can also see heatmaps, add surveys, and much more.
  6. Agolia: Agolia allows you to add a search engine to your website without the hassle.
  7. Rebrandly: Provides free URL shortener with analytics, QR Codes and more.

Resources

Here are some websites that you can get design elements, images, or other resources from:

  1. Freebie Supply: You can find vectors, illustrations, icons, and much more for free.
  2. Google Fonts: Easily use beautiful fonts in your website.
  3. Feather Icons: An open source project with very beautiful icons you can use for free.
  4. Iconscout: Find free and beautiful icons you can use in your projects.
  5. Undraw: Free illustrations for any project. You can download the illustrations in PNG or SVG formats and change their colors in website.
  6. Unsplash: Free images you can use in any of your projects. They also have an API you can use to search through images, get random images, and other usages as well.
  7. hatchful: Create a logo and customize it for free.

For a longer list of design resources, check out my other post.


Conclusion

Do you know any other tools or services that are helpful and for free? Please let us know in the comments!

Latest comments (2)

Collapse
 
javaarchive profile image
Raymond

GitHub student pack also gives a whole lot more of free stuff but most of it only lasts a year from when you to start a product
I find it a bit funny where freenom's purchase month selector says 12 months is free but 1 year is not iirc.

Collapse
 
shahednasser profile image
Shahed Nasser

Yea I never understood why freenom does that