HacktoberFest

Open-source projects categorized as HacktoberFest

Top 23 HacktoberFest Open-Source Projects

HacktoberFest
  1. freeCodeCamp

    freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.

    Project mention: Top 10 GitHub Repositories every Web Developer should know in 2025 | dev.to | 2025-01-17

    The freeCodeCamp repository is a really good resource for learning web development. It has the backend code for the freeCodeCamp website, which offers free coding lessons, challenges, and certifications. This is a really good resource to learn how a production website that has millions of users is built and maintained. It has 409k stars 🌟. Check it out here.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. free-programming-books

    :books: Freely available programming books

    Project mention: Github Gems: Top Repositories to level up in 2025 😎 | dev.to | 2024-12-30

    Stars ⭐ : 344K Repo Link

  4. TheAlgorithms

    All Algorithms implemented in Python

    Project mention: Github Gems: Top Repositories to level up in 2025 😎 | dev.to | 2024-12-30

    Stars ⭐ : 196K Repo Link

  5. ohmyzsh

    πŸ™ƒ A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.

    Project mention: Supercharge Your Mac Terminal: A Step-by-Step Guide to iTerm2, Oh My Zsh & Powerlevel10k | dev.to | 2025-02-08

    Step 2: Setting Up Oh My ZSH

  6. transformers

    πŸ€— Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

    Project mention: How to Install Google PaliGemma 2 Locally? | dev.to | 2024-12-18

    pip install git+https://github.com/huggingface/transformers

  7. go-formatter

    A curated list of awesome Go frameworks, libraries and software

    Project mention: Golang Web: PATCH Method | dev.to | 2025-02-02

    Awesome Go projects and frmaeworks

  8. axios

    Promise based HTTP client for the browser and node.js

    Project mention: How to Use the Langflow API in Node.js | dev.to | 2025-01-28

    In Node.js applications, you can construct and make calls directly to the API with fetch, the http module, or using your favourite HTTP client like axios or got. To make it easier, you can now use this JavaScript Langflow client. Let's take a look at how it works.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. rust

    Empowering everyone to build reliable and efficient software.

    Project mention: Ada crate of the year 2024 announced | news.ycombinator.com | 2025-02-09

    Yep, and even without dynamic memory management, Ada is not type-safe: https://www.enyo.de/fw/notes/ada-type-safety.html

    Rust also has problems: https://github.com/rust-lang/rust/issues/25860

  11. Windows Terminal

    The new Windows Terminal and the original Windows console host, all in the same place!

    Project mention: Deploying Mancala with Minikube β€” A beginners guide | dev.to | 2024-12-25

    Microsoft Terminal

  12. Material UI

    Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.

    Project mention: Kickstart Hacktoberfest with These Exciting Open Source Projects to Contribute To! πŸš€ | dev.to | 2024-10-09

    🎨 Project: Material UI πŸ’‘ Why Contribute: If design systems and UI frameworks are your thing, Material UI is a must-contribute project. Help maintain or enhance one of the most popular React component libraries used by thousands of developers globally.

  13. excalidraw

    Virtual whiteboard for sketching hand-drawn like diagrams

    Project mention: Building Games with JavaScript and PostreSQL | dev.to | 2025-02-02

    Just like starting out any other project, of course I took to the whiteboard (Excalidraw). Laying out the blueprints for the game is an important first step when building. When outlining the project, I came up with a couple of different pages to tie the whole game together.

  14. Design Patterns

    Design patterns implemented in Java

    Project mention: 🌟 Unlock Your Developer Potential: Top 5 Must-Explore GitHub Repositories πŸš€ | dev.to | 2025-01-14

    design-patterns

  15. app-ideas

    A Collection of application ideas which can be used to improve your coding skills.

    Project mention: 18 Must-Bookmark GitHub Repositories Every Developer Should Know | dev.to | 2024-02-12
  16. rustdesk

    An open-source remote desktop application designed for self-hosting, as an alternative to TeamViewer.

    Project mention: RustDesk – open-source remote desktop client | news.ycombinator.com | 2025-02-08
  17. Home Assistant

    :house_with_garden: Open source home automation that puts local control and privacy first.

    Project mention: How I Use Home Assistant in 2025 | news.ycombinator.com | 2025-01-24

    https://github.com/home-assistant/core/blob/dev/requirements... lists all the direct dependencies installed in the container.

    It's enough for just a single direct or indirect dependency to be compromised to have a botnet or turn it into something used for surveillance against the users.

    Preventing it from exfiltrating data by isolating it from the network with Internet access is the only option if you want to run it. This requires local only devices.

    Accessing it through the web UI or through the mobile app will still load icons from https://brands.home-assistant.io. The details are in this ticket https://github.com/home-assistant/frontend/issues/18549

  18. github-readme-stats

    :zap: Dynamically generated stats for your github readmes

    Project mention: GitHub Makeover: Create a Profile README That Stands Out and Connects! πŸ‘¨β€πŸ’» | dev.to | 2025-01-11

    πŸ“Š GitHub Readme Stats: Showcase your GitHub activity in style.

  19. Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript πŸš€

    Project mention: The Good, the Bad, and the OpenAPI: Why Developers Love and Hate It | dev.to | 2025-02-09

    In Action: A NestJS Example

  20. Hoppscotch

    Open source API development ecosystem.

    Project mention: Migrate from Postman to Hoppscotch Today | dev.to | 2025-02-04

    Since Hoppscotch is open-source, you can contribute via GitHub.

  21. Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

    Project mention: Grafana: Why observability needs FinOps, and vice versa | news.ycombinator.com | 2025-02-09
  22. Best-websites-a-programmer-should-visit

    :link: Some useful websites for programmers.

  23. Strapi

    πŸš€ Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.

    Project mention: Build a Custom Strapi Plugin with Medium and Dev.to APIs - Part 2 | dev.to | 2025-01-30

    In the previous part of this tutorial, we learned about how to develop Strapi plugins. We also delved into initializing and customizing a Strapi plugin. Furthermore, we looked at how to create content types for a Strapi plugin and pass data in a Strapi plugin. Finally, we consumed the Dev.to API using our Strapi plugin to publish posts to Dev.

  24. 33-js-concepts

    πŸ“œ 33 JavaScript concepts every developer should know.

    Project mention: 18 GitHub Repos to Learn JavaScript | dev.to | 2024-07-26

    15 . 33 JS Concepts This repository is a collection of articles and books on the 33 JavaScript Concepts which every JavaScript Developer should know in order to have an in-depth knowledge of the language and its working.

  25. tesseract-ocr

    Tesseract Open Source OCR Engine (main repository)

    Project mention: OCR Solutions Uncovered: How to Choose the Best for Different Use Cases | dev.to | 2024-08-01

    Custom Integration: Developers and businesses needing flexibility for custom integration into applications and projects should consider open-source solutions like Tesseract OCR or API-based services like API4AI OCR. These options provide APIs for seamless integration into existing software systems.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

HacktoberFest discussion

Log in or Post with

HacktoberFest related posts

Index

What are some of the best open-source HacktoberFest projects? This list will help you:

# Project Stars
1 freeCodeCamp 409,660
2 free-programming-books 349,974
3 TheAlgorithms 197,021
4 ohmyzsh 175,831
5 transformers 138,723
6 go-formatter 137,565
7 axios 106,272
8 rust 100,984
9 Windows Terminal 96,663
10 Material UI 94,634
11 excalidraw 91,984
12 Design Patterns 90,652
13 app-ideas 81,993
14 rustdesk 81,036
15 Home Assistant 76,355
16 github-readme-stats 71,240
17 Nest 69,335
18 Hoppscotch 67,176
19 Grafana 66,367
20 Best-websites-a-programmer-should-visit 65,824
21 Strapi 64,901
22 33-js-concepts 64,536
23 tesseract-ocr 64,324

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?