DEV Community

Cover image for Share us your project for Hacktoberfest 2025! 🎃
Thomas Bnt
Thomas Bnt Subscriber

Posted on • Edited on

Share us your project for Hacktoberfest 2025! 🎃

Hacktoberfest: Maintainer Spotlight

Last year:

📅 When is it happening?

From October 1st to October 31st.

👥 Who can join?

Contributors, maintainers, companies, and event organizers!

🚀 How to participate?

Throughout October, take part by contributing to Open Source and submitting 6 Pull or Merge Requests on GitHub or GitLab.

You can keep track of your progress on the Hacktoberfest dashboard.

Hacktoberfest main page

✨ New this year: After 6 valid Pull Requests (previously 4), you will earn an exclusive Hacktoberfest T-shirt!

More details are available on the participation page.


✨ This year, I also want to know what projects you’re running that need contributors!

Feel free to share your repositories in the comments using the embed format below:

{% embed https://github.com/thomasbnt/devtoprofile %}
Enter fullscreen mode Exit fullscreen mode

💚 Open Source

For more posts, check out the Hacktoberfest tag

#hacktoberfest

Happy hacking! 🎃

Top comments (30)

Collapse
 
dvalin99 profile image
Domenico Tenace

Hello!
As with last year, I'm relaunching Astro Minimal, an open source template for portfolio sites, blogs, etc., build with Astro and Bulma CSS 🚀

I recently started developing a small QR Code generator, called Glif, but it's still a small project and will be developed further later on 😄

Here are the links for both:

🚀 Astro Minimal: github.com/DomeT99/astro-minimal
✳️ Glif: github.com/DomeT99/glif

Happy coding ⭐

Collapse
 
thomasbnt profile image
Thomas Bnt

Astro ❤️

Collapse
 
sarthakdude profile image
Sarthak .k

Hey dude I am also developing a large
open source Snippet library for frontend developers.
Currently we have html css and js
And soon we are gonna introduce tailwind and react .
Can we Collab to launch your open source snippets in DevSnips.
As listed as Powerd by astro minimal

Collapse
 
dvalin99 profile image
Domenico Tenace

Hi @sarthakdude , of course!!
Astro Minimal is open source under MIT License, you can do it safely.
Thank you very much for considering my project ❤️

Thread Thread
 
sarthakdude profile image
Sarthak .k

Welcome dude .
I always try to make the dev experience better . Can we contact to talk personally ?

Collapse
 
lola0000 profile image
lola

can we chat on telegram bro?

Collapse
 
pbouillon profile image
Pierre Bouillon

Great idea!

If anyone's willing to help, I'm working on two different side projects, with very different stacks and goals each:

The first one is Locutionis, a glossary of french figures of speech made with SvelteKit and TailwindCSS. Contributions are welcome to expand the glossary by adding new entries. Each entry is a simple markdown file, and you can easily use existing entries as a template.

GitHub logo pBouillon / locutionis

📔 Small, online reference of figures of speech

Locutionis

Petit glossaire en ligne de figures de style.

Locutionis est un petit annuaire des figures de styles françaises connues et moins connues, pour les bacheliers·ères et les curieux·ses !

Locutionis Preview

Fonctionnalités

  • Consultez le glossaire classé par ordre alphabétique
  • Regardez les définitions de figures de style plus ou moins connues: comment les utiliser, les reconnaître, et quelques exemples
  • Testez-vous avec un petit quiz sur 10 questions

Pour qui ?

Le but de Locutionis est de rendre accessible quelque chose qui ne l'est pas toujours. Aussi, c'est un bon endroit pour en apprendre plus aussi bien pour les étudiants qui préparent un examen que pour les curieux et curieuses qui veulent y jeter un oeil !

👉 Découvrez Locutionis sur GitHub Pages

Contribution

Les contributions sont les bienvenues ! N'hésitez pas à proposer des améliorations, corriger des erreurs, ou suggérer de nouvelles figures de style !

Voici un GIF de l'installation du…

The second one is PocketBase.Net, a .NET SDK that would help using PocketBase in .NET projects. I’ve tagged a few issues with hacktoberfest for those interested in contributing

GitHub logo pBouillon / PocketBase.Net

PocketBase integration made simple for .NET projects

PocketBase.Net - PocketBase integration made simple for .NET projects

PocketBase integration made simple for .NET projects


Warning

PocketBase.Net is still under active development and the public API may change If you have any suggestion, feel free to open a new discussion thread!

Quick Start

Here is a code snippet using the most common features of PocketBase.NET:

// 1️⃣ PocketBase.Net services registration
var services = new ServiceCollection()
    .AddPocketBase(
        serverUrl: new Uri("..."),
        credentials: new PocketBaseClientCredentials
        {
            Identity = "...",
            Password = "...",
        })
    .AddPocketBaseRepositories()
    .BuildServiceProvider();
var articleRepository = services.GetRequiredService<IRepository<ArticleRecord>>();

// 2️⃣ Creating a new record
var article = new
{
    IsPublic = true,
    Name = "Getting Started With PocketBase.Net",
};

var articleRecord = await articleRepository.CreateRecordFrom(article);

// 3️⃣ Updating an existing
Enter fullscreen mode Exit fullscreen mode

Regardless the project, if you have thoughts, suggestions, or want to collaborate, feel free to reach out!

Collapse
 
lola0000 profile image
lola

where can i chat wit you bro?

Collapse
 
pbouillon profile image
Pierre Bouillon

Feel free to open a new issue or discussion on the related project 🙌

Collapse
 
vinishbhaskar profile image
Vinish Bhaskar • Edited

Sera UI is a UI component library for React, Next.js, and other JSX frameworks. Built with Tailwind CSS, it makes creating beautiful, interactive, and responsive interfaces fast and easy.

GitHub logo seraui / seraui

UI component library for React, Next.js, and other JSX frameworks. Built with Tailwind CSS, it makes creating beautiful, interactive and responsive interfaces fast and easy.

Sera UI - Beautiful UI Components for React and Next.js

Sera UI is an open-source UI component library loved by developers. Crafted and ready to use for React, Next.js, and other JSX frameworks. Built with Tailwind CSS, it makes creating beautiful, interactive and responsive interfaces fast and easy.

Sera UI


⚡ Key Features of Sera UI

Sera UI is a cutting-edge, developer-first component library carefully crafted for React and Next.js (JSX-based) frontend and web apps. Designed to supercharge your workflow, Sera UI eliminates repetitive boilerplate code, empowering developers to build stunning, responsive, and high-performance user interfaces with unmatched speed and flexibility. Here’s why Sera UI is your go-to solution for modern web development:

  • Rapid Development with Reusable Components: Accelerate your project timelines with a robust library of pre-built, modular React and Next.js components. From dynamic forms to interactive dashboards, Sera UI provides intuitive, ready-to-use building blocks that reduce coding overhead and…

Collapse
 
lola0000 profile image
Comment marked as low quality/non-constructive by the community. View Code of Conduct
lola

where can i chat wit you bro?

Collapse
 
we-the-developers profile image
We The Developers

Just launched Classic-CSS — a CSS framework built for marble halls, gilded edges, and historical soul. Modern under the hood, majestic to behold. Try it →

GitHub logo wecoded-dev / Classic-CSS

✨ Classic CSS Framework To Build Classical, Historical & Royal Website 📖

Classic CSS Logo

Classic CSS Royal Stats & Achievements

Live, auto-updating repository dashboard—celebrating code, community, and classical design.


✨ Golden Snapshot (Live Badges)

Latest Release MIT License Stars Forks Issues Contributors Monthly Commits Last Commit Repo Size Top Language Languages


💎 Royal Achievements

Responsive Accessibility Animations Print Perfect Historical Themes Modern CSS Bootstrap5 Compatible


🏆 Royal Dashboard Panels

Classic CSS GitHub Repo Card

🏛️ Classical Stats Table

















































Stat Live Badge Description
⭐ Stars Stars Number of users who starred this repository
🍴 Forks Forks Times this repo was forked
🐞 Open Issues Open Issues Active issues for improvement or bug fixes
👥 Contributors Contributors People who contributed code
🕒 Last Commit Last Commit Most recent update
📦 Repo Size Repo Size Total repository size
📝 License MIT License MIT open source license
💎 Top Language Top Language Primary programming language


🏹 Classical Milestones

  • Created: 2025-10-06
  • Current Version: Release
  • Main Language: Top Language
  • Owner: @wecoded-dev
  • License: MIT License

Made with 👑 Royal CSS & Classical Inspiration

Classic CSS Framework Documentation

This documentation provides a comprehensive and deeply detailed explanation of the Classic CSS Framework and its components based on the provided source code. The framework is a masterpiece collection of ultra-professional, classical CSS modules, each…




Collapse
 
thomasbnt profile image
Thomas Bnt • Edited

Oh that cooool! Love CSS! I check your repo! :D

Collapse
 
we-the-developers profile image
We The Developers

Thanks ♥

Collapse
 
kurealnum profile image
Oscar

GitHub logo artrixdotdev / tortillas

A terminal TUI torrent client.

Tortillas

A terminal-based TUI (Text User Interface) torrent client built in Rust 🫓.

🚧 Project Status

Note: This project is currently under active development and is not yet feature-complete. It is by no means ready for use.

🛠️ Roadmap

See our roadmap here.

✅ Currently Supported

  • Parsing and handling Magnet URIs
  • Parsing and handling .torrent files
  • uTP and TCP peer connections
  • Full implementation of the BitTorrent protocol

🔄 In Development

📈 Future Plans

  • Frontend TUI (Text User Interface)

❌ Not Planned

  • WebTorrent connections: Due to the lack of clear documentation and complex, undocumented protocols WebTorrent support is not currently planned.

🧪 Testing

We use Nextest for running tests. To run tests locally, you may need to install Nextest:

# Install Nextest (example using pre-built binaries)
# See: https://nexte.st/docs/installation/pre-built-binaries/
Enter fullscreen mode Exit fullscreen mode

📦 Installation

Tortillas

Tortillas is the frontend TUI (Text User Interface) application (what most people want)

There…

Tortillas is extremely close to being functional, and we have extremely clear contributing guidelines/workflows. We also have 20+ issues laid out for potential contributors!

Collapse
 
southclaws profile image
barney

Storyden is always open to new contributors, we've had a few folks join recently!

And it's for anyone, I'm happy to mentor/guide via pair programming, it's just as much about learning as it is contributing!

Storyden is a modern self hosted community hub, inspired by forums of the 2000s with a fresh set of ideas ready for the next era!

GitHub logo Southclaws / storyden

With a fresh new take on traditional bulletin board forum software, Storyden is a modern, secure and extensible platform for building communities.

a modern community platform

Documentation | Friends

With a fresh new take on traditional bulletin board web forum software Storyden is a modern, secure and extensible platform for building communities

Storyden

Storyden is the platform for managing community and content, wherever they call home. Run a forum, a blog, post news, curate cool sites, build a directory, a knowledgebase and more. Learn more here.

If you'd like to help with some research, please fill in this tiny (anonymous) form: airtable.com/shrLY0jDp9CuXPB2X

You can try it right now! Run the image and open localhost:8000 in your browser:

docker run -p 8000:8000 ghcr.io/southclaws/storyden
Enter fullscreen mode Exit fullscreen mode

A screenshot of a Storyden instance

Releases and versions

Storyden releases tagged versions using a simple version number which applies to the product as a whole not the API surface. For this reason, we do not use "semantic versioning" and breaking API changes are avoided as much as possible. Sometimes breaking changes may occur but…




Collapse
 
tailadmin profile image
TailAdmin

GitHub logo TailAdmin / free-react-tailwind-admin-dashboard

Free React Tailwind CSS Admin Dashboard Template - TailAdmin is a free and open-source admin dashboard template built on React and Tailwind CSS, providing developers with everything they need to create a comprehensive, back-end, dashboard, or admin panel solution for upcoming web projects.

TailAdmin React - Free React Tailwind Admin Dashboard Template

TailAdmin is a free and open-source admin dashboard template built on React and Tailwind CSS, providing developers with everything they need to create a comprehensive, data-driven back-end dashboard, or admin panel solution for upcoming web projects.

With TailAdmin, you get access to all the necessary dashboard UI components, elements, and pages required to build a feature-rich and complete dashboard or admin panel. Whether you're building dashboard or admin panel for a complex web application or a simple website, TailAdmin is the perfect solution to help you get up and running quickly.

TailAdmin React.js Dashboard Preview

Overview

TailAdmin provides essential UI components and layouts for building feature-rich, data-driven admin dashboards and control panels. It's built on:

  • React 19
  • TypeScript
  • Tailwind CSS

Quick Links

Demos

TailAdmin is a Tailwind CSS-based Admin Dashboard Template that provides developers with everything they need to create feature-rich back-ends, dashboards, and admin panels for web projects. Empowering developers with essential UI components, elements, and pages required to build a complete Dashboard or Admin panel – Now available for HTML, React, Next.js, Vue, and Angular!

Collapse
 
mannu profile image
Manpreet Singh

Hello Fellow Devs!!
This year I found a project at digital-ocean's discord and started contributing to it. The project is an opensource notion alternative which is in its early days as of now. ✨

After communicating with maintainer and doing meaningful contribution, the maintainer asked me if I wanna become a maintainer. Do checkout our project and its repo. If you guys have any new idea or found an existing issue, consider opening an issue. we're open for both code & non code contributions. our repo currently lacks proper documentation as well, it'd be good point to start. I'm always ready to help if anyone feels stuck over anything. ❤️

Here are the links:
🗒️ Project's Homepage: zettanote.tech
♻️ Github: github.com/braydenidzenga/ZettaNote

Collapse
 
arindam_1729 profile image
Arindam Majumder

Check out:

GitHub logo Arindam200 / awesome-ai-apps

A collection of projects showcasing RAG, agents, workflows, and other AI use cases

Banner

Awesome AI Apps Awesome

Arindam200%2Fawesome-ai-apps | Trendshift

This repository is a comprehensive collection of practical examples, tutorials, and recipes for building powerful LLM-powered applications. From simple chatbots to advanced AI agents, these projects serve as a guide for developers working with various AI frameworks and tools.


💎 Sponsors

A huge thank you to our sponsors for their generous support












Bright Data - Web Data Platform




Web Data Platform



Visit Bright Data website




Nebius AI - AI Platform




AI Inference Provider



Visit Nebius AI website




ScrapeGraphAI - Web Scraping Library




AI Web Scraping framework



View ScrapeGraphAI on GitHub




GibsonAI - AI for Databases




AI for Databases



Visit GibsonAI website


💎 Become a Sponsor

Interested in sponsoring this project? Feel free to reach out!
LinkedIn Email



🚀 Featured AI Apps

🧩 Starter Agents

Quick-start agents for learning and extending:





Collapse
 
leomariga profile image
Leonardo Mariga

Great idea!

I've been working on ProactiveAgent.

An open-source python library that adds proactive behavior into any AI agent. Essentially is a time-awareness layer which enables the AI to self-engage in a conversation with the user based on patterns you define - rather than only reacting to prompts.

Any help would be awesome! =)

GitHub logo leomariga / ProactiveAgent

Transform your AI from reactive to proactive with intelligent timing and context-aware wake-up patterns.

ProactiveAgent

ProactiveAgent Logo

Time-awareness for your AI Agent

Python PyPI License

Transform your AI from reactive to proactive with intelligent timing and context-aware wake-up patterns

Quick StartDocumentationExamplesArchitecture

What is ProactiveAgent?

ProactiveAgent is an open-source Python library that packs any AI agents with intelligent proactive behavior. Unlike traditional agents that only respond when prompted, ProactiveAgent creates AI agents that can respond on their own. The agents are able to:

  • Decide when to speak - Multi-factor decision engine determines if and when to respond
  • Sleep intelligently - Dynamic timing system calculates the response intervals
  • Understand context - Analyzes conversation flow, user engagement, and urgency
  • Stay flexible - Fully customizable decision engines and sleep calculators

Quick Start

Installation

pip install proactiveagent
Enter fullscreen mode Exit fullscreen mode

Basic Usage

import time
from proactiveagent import ProactiveAgent, OpenAIProvider
# Create a proactive agent: Define in natural language the frequency of response
agent = ProactiveAgent(
    provider = OpenAIProvider
Enter fullscreen mode Exit fullscreen mode

Some comments may only be visible to logged-in visitors. Sign in to view all comments.