Share us your project for Hacktoberfest 2025! 🎃
Thomas Bnt

Thomas Bnt @thomasbnt

About: French web developer mainly but touches everything. Volunteer admin mod here at DEV. I learn Nuxt at this moment and databases. — Addict to Cappuccino and Music

Location:
France
Joined:
May 5, 2017

Share us your project for Hacktoberfest 2025! 🎃

Publish Date: Oct 5
48 33

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! 🎃

Comments 33 total

  • Oscar
    OscarOct 5, 2025

    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!

  • Pierre Bouillon
    Pierre BouillonOct 5, 2025

    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!

    • lola
      lolaOct 8, 2025

      where can i chat wit you bro?

      • Pierre Bouillon
        Pierre BouillonOct 10, 2025

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

  • jiil
    jiilOct 5, 2025

    GitHub logo JIIL07 / jcloud

    Jcloud is a client-server add to keep your files in a cloud storage

    🚀 JCloud - Modern Cloud File Storage System

    Go Version License Code Quality Linter

    A high-performance, scalable cloud file storage system built with Go, featuring a clean architecture, comprehensive API, and modern CLI interface.

    ✨ Features

    🔧 Core Functionality

    • File Management: Upload, download, delete, and organize files
    • Version Control: Track file versions with delta compression
    • User Authentication: Secure session-based authentication
    • Image Gallery: Dedicated image viewing and management
    • File Metadata: Rich metadata support with descriptions and tags
    • Hash Verification: SHA-256 file integrity checking

    🏗️ Architecture

    • Clean Architecture: Separation of concerns with service layers
    • Interface-Based Design: Dependency injection and testability
    • RESTful API: Comprehensive HTTP API with proper status codes
    • Database Layer: SQLite3 with transaction support
    • Middleware: Authentication, logging, and error handling
    • WebSocket Support: Real-time file synchronization

    🖥️ Client Applications

    • CLI Client: Interactive command-line interface with Cobra
    • Desktop App: Rust-based GUI for file selection (egui)
  • Leonardo Mariga
    Leonardo MarigaOct 6, 2025

    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
  • Vuong Ngo
    Vuong NgoOct 6, 2025

    github.com/AgiFlow/aicode-toolkit
    Refractoring my internal mono-repo toolkit to this open-source. Aim to make the coding agents more reliable and works better with mono-repo.

  • Vinish Bhaskar
    Vinish BhaskarOct 6, 2025

    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…

    • lola
      lolaOct 8, 2025

      where can i chat wit you bro?

  • TailAdmin
    TailAdminOct 6, 2025

    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!

  • Arindam Majumder
    Arindam Majumder Oct 6, 2025

    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:





  • barney
    barneyOct 6, 2025

    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…




  • Domenico Tenace
    Domenico TenaceOct 6, 2025

    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 ⭐

    • Thomas Bnt
      Thomas BntOct 7, 2025

      Astro ❤️

    • lola
      lolaOct 8, 2025

      can we chat on telegram bro?

    • Sarthak .k
      Sarthak .kOct 9, 2025

      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

  • Tran Nguyen Thuong Truong
    Tran Nguyen Thuong TruongOct 7, 2025

    GitHub logo thuongtruong109 / icoziv

    ✨ Instantly flex your skills

    CI status Website Icons Cloudflare Hacktoberfest Contribute Star

    Brand Dark Brand Light

    🐱‍💻 Hacktoberfest 2025

    💡 This project is participating in Hacktoberfest 2025! We're excited to welcome contributions from the community. Feel free to open pull requests to add new icons or improve the project. Let's make it even better together!

    Hacktoberfest

    How to Contribute

    📚 Contents

    About Example Specifying Icons Themed Icons Icons Per Line Centering Icons Icons List

    🧩 About

    Icoziv is a fast, serverless service that generates beautiful skill and technology icon badges for your GitHub README files. Built with Cloudflare Workers for lightning-fast performance and global CDN distribution, it provides an easy way to showcase your tech stack with customizable themes and layouts.

    Simply specify the technologies you use, and get a professional-looking SVG badge that automatically adapts to your README's theme.

    🔍 Example

    🏷️ Specifying Icons

    Copy and paste the code block below into your…

  • Chandrashekhar Kachawa
    Chandrashekhar KachawaOct 9, 2025

    Hey all,
    i recently working on Discord Webhook Manager
    The Discord Webhook Manager is a powerful and intuitive platform designed to streamline and enhance how Discord server administrators and users manage their server announcements and messages.
    check it out here

    GitHub logo ctrixcode / discord-webhook-manager

    The Discord Webhook Manager is a powerful and intuitive platform designed to streamline and enhance how Discord server administrators and users manage their server announcements and messages. dev build: https://dev.webhook.ctrix.pro/

    Discord Webhook Manager

    License Contributors Next.js Fastify TypeScript

    The Discord Webhook Manager is a powerful and intuitive platform designed to streamline and enhance how Discord server administrators and users manage their server announcements and messages. It eliminates the need for manual work, expensive paid bots, or complex custom bot development by providing a centralized, user-friendly interface for all your Discord messaging needs.

    This project contains two main applications:

    • apps/web: The Next.js frontend application providing the user interface.
    • apps/backend: The Node.js (Fastify) backend API services.

    Problem Solved

    Discord server administrators often face challenges when trying to send custom announcements with unique avatars and usernames. This typically requires:

    • Manual Work: Tediously creating and sending messages through webhooks for each announcement.
    • Paid Bots: Investing in premium bot services that offer custom messaging features.
    • Custom Bots: Developing and maintaining their own custom Discord bots, which can be time-consuming and require technical expertise.

    The Discord…

  • Nebojsa Tomic
    Nebojsa TomicOct 9, 2025

    IDE21 is more than just a Content Management System. It helps you design your website from the administration panel. You can, with a few clicks, completely design your website directly in the CMS, AND/OR use DaisyUI components and TailwindCSS classes for the same purpose and greater control ( also inside CMS admin panel ).

    github.com/nebojsatomic/IDE21

  • Thomas Hansen
    Thomas HansenOct 9, 2025

    I'm not going to submit this, but I think it's fairly note worthy ... ;)

  • wyctor
    wyctorOct 9, 2025

    I was just bored of doing regression testing so I added to this long-forgotten npm lib:
    github.com/dexilion-team/lastest

    Happy testing :)

  • We The Developers
    We The DevelopersOct 10, 2025

    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…




  • Barnabas Olugbogi
    Barnabas OlugbogiOct 10, 2025

    Yes, I created a platform where you can build Chatgpt apps with coding.

    Check it here=> ainiro.io/blog/open-source-chatgpt...

  • Parag Nandy Roy
    Parag Nandy RoyOct 10, 2025

    So awesome to see the community growing every year..best wishes to everyone

  • Mauro Ibañez
    Mauro IbañezOct 10, 2025

    Hello!

    Benchy is a benchmarking toolbox for evaluating LLMs specifically designed for task oriented benchmarks for latin america. It powers the LATAMBoard and aims to incorporate any SOTA tools for evaluating AI systems in task based benchmarks.

    We are looking for contributions that include support for new tools, or outright new tasks for the LATAMBoard (datasets + metrics + tools). We can provide the compute for translating datasets or running the final evals!

    If you are interested in getting hands-on with LLMs, anything from multimodal evals, coding or agentic tool calling, this would be a great starting point. Enjoy!

  • Manpreet Singh
    Manpreet SinghOct 11, 2025

    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

  • Mar Pura
    Mar PuraOct 11, 2025

    La inteligencia artificial (IA) se ha convertido en una de las tecnologías más revolucionarias y emocionantes de nuestro tiempo. Sin embargo, con esta revolución de las pastillas cytotec Bogota llega una avalancha de opciones y ofertas que pueden resultar abrumadoras. Si te sientes perdido ante la diversidad de herramientas y servicios de IA disponibles, no estás solo. En este artículo, desglosaremos cómo navegar por estas ofertas, facilitando tu camino hacia la elección adecuada que se ajuste a tus necesidades.

Add comment