Share us your project for Hacktoberfest 2023!
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 2023!

Publish Date: Sep 25 '23
14 18

Less than one week, and Hacktoberfest 2023 will start 🥳

  • Have you already participated to an Hackathon?
  • Do you know Hacktoberfest?

And the last point :

  • Do you have a project you'd like to share with us? Or a project that's close to your heart!

Some good questions and posts are already published 🙌💚

Comments 18 total

  • Thomas Bnt
    Thomas BntSep 25, 2023

    You're so shy. I'll go first! 😄🎃

    This is a project that doesn't really have an end goal, just a way to test the Twitch and Fastify API. Basically, it allows you to have better SEO than Twitch when you share a channel URL. Instead of having a classic description and a large image of the avatar, it's better presented.

    "Jesuisen.live" mean "I'm in live" in French language.

    GitHub logo thomasbnt / jesuisen.live

    jesuisen.live means "I'm live". Show us with a simple link your Twitch Stream with beautiful information in the embed SEO.

    Jesuisen.live logo

    This project is open for Hacktoberfest 2023! Feel free to contribute

    Note

    jesuisen.live means "I'm live". Show us with a simple link your Twitch Stream with beautiful informations in the embed SEO.

    Will Build with :

    • Fastify
    • Twitch API
    • Awesome devs

    Why?

    It was created because when you want to share a Twitch URL, the information displayed is basic. No description, just a large image of the channel. In short, it's not pretty.

    How to start?

    1. Register your Twitch Application here and get your Client ID.
    2. And get your Client ID and Client Secret.
    3. Create a .env file and add your Client ID and Client Secret like this :
    TWITCH_CLIENT_ID=your_client_id
    TWITCH_CLIENT_SECRET=your_client_secret
    Enter fullscreen mode Exit fullscreen mode

    Development

    Install dependencies :

    yarn
    Enter fullscreen mode Exit fullscreen mode

    Run the server :

    yarn serve
    Enter fullscreen mode Exit fullscreen mode

    Todo

    • Don't use TwitchAPI(username) on every request in username.js route, use a cache system for the OAuth token.
    • Sometime, we've got an error…
  • Domenico Tenace
    Domenico TenaceSep 26, 2023

    Ok, it's my turn 😄🎃

    The project called Astro Minimal, is an open source blog template designed and developed using Astro and the Bulma CSS framework 🚀
    The goal of this project is provide a minimal starter for build a blog with Astro, with a minimal and clean design.

    Click here for the source code!

    • Thomas Bnt
      Thomas BntSep 26, 2023

      Oooh awesome with Astro ! 🤩🚀

  • АнонимSep 26, 2023

    [deleted]

  • Abdulmumin yaqeen
    Abdulmumin yaqeenSep 26, 2023

    I have a really cool project called SnippetLand, Built with Sveltekit and Supabase.
    It a platform similar to codepen, where you can share not just frontend code, but snippets in other languages as well.

    Github Link
    github.com/Abdulmumin1/snippets

  • kiraaziz
    kiraazizSep 27, 2023

    I created a nice application with Next.js and Firebase that allows you to create images with AI using Hugging Face for free and with no limits.
    The program now has over 2,000 registered users with their emails and has generated over 15000 images.

    Image description

    light ai link:
    light-ai.vercel.app

    my github:
    github.com/kiraaziz

    my email:
    kiraaziz2020@gmail.com

  • Abhay
    AbhaySep 27, 2023

    As hacktoberfest is allowing Low-Code and No-code contributions, I created a blog where you can contribute articles. Topics will be in Issues Choose one and follow contribution guidelines. Happy Hacktoberfest !

    github.com/Grimm-s-Alchemy-Chamber...

    Issues are being added, they will be ready by Oct 1

  • 𝚂𝚊𝚞𝚛𝚊𝚋𝚑 𝚁𝚊𝚒
    𝚂𝚊𝚞𝚛𝚊𝚋𝚑 𝚁𝚊𝚒Sep 29, 2023

    Swirl

    About
    Swirl is open-source software that uses AI to simultaneously search multiple content and data sources and return AI-ranked results, which can be used to prompt Generative AI, enabling you to get answers based on your data.

    GitHub logo swirlai / swirl-search

    Swirl is open-source software that uses AI to simultaneously search multiple content and data sources and return AI ranked results which can be used to prompt Generative AI, enabling you to get answers based on your own data.

    Swirl

    Swirl

    Swirl

    Swirl is open source software that simultaneously searches multiple content sources and returns AI ranked results. Prompt your choice of Generative AI using the top N results to get answers incorporating your own data.

    Swirl can connect to:

    • Databases (SQL & NoSQL, Google BigQuery)
    • Public data services (Google Programmable Search, Arxiv.org, etc.)
    • Enterprise sources (Microsoft 365, Jira, Miro etc.)

    And generate insights with AI and LLMs like ChatGPT. Start discovering and generating the answers you need based on your data.

    Swirl is as simple as ABC: (a) Download YML, (b) Start in Docker, (c) Search with Swirl. From there, add credentials to preloaded SearchProviders to get results from more sources.

    🚀 Try Swirl with ChatGPT

    Swirl with ChatGPT as a configured AI Model

    Swirl with ChatGPT as a configured

  • Paul Valladares
    Paul ValladaresOct 1, 2023

    Astro

    About

    Astro is an all-in-one web framework for building fast, content-focused websites.

    Astro was designed for building content-rich websites. This includes most marketing sites, publishing sites, documentation sites, blogs, portfolios, and some ecommerce sites.

    By contrast, most modern web frameworks are designed for building web applications. These frameworks work best for building more complex, application-like experiences in the browser: logged-in admin dashboards, inboxes, social networks, todo lists, and even native-like applications.

    Github Link:
    github.com/withastro/docs/blob/mai...

    Image description

Add comment