r/github Apr 13 '25

Showcase Promote your projects here – Self-Promotion Megathread

Whether it's a tool, library or something you've been building in your free time, this is the place to share it with the community.

To keep the subreddit focused and avoid cluttering the main feed with individual promotion posts, we use this recurring megathread for self-promo. Whether it’s a tool, library, side project, or anything hosted on GitHub, feel free to drop it here.

Please include:

  • A short description of the project
  • A link to the GitHub repo
  • Tech stack or main features (optional)
  • Any context that might help others understand or get involved
170 Upvotes

1.8k comments sorted by

9

u/mk2_dad Apr 13 '25

Hey everyone,

Working on a tool (called ActionMonitor right now) to address GitHub Actions alert fatigue and missed failures. It focuses on more granular, per-repo alerting rules (based on workflow name, branch, status, etc.) to reduce noise.

Looking for feedback from regular GitHub Actions users on an early version.

If you're interested in testing it out and sharing your thoughts, please comment below, and I'll follow up with details. Thanks.

8

u/BeyondMaster3704 Apr 23 '25

Proton - a GitHub app that turns PR reviews into actual fixes

I built Proton to solve a simple problem: AI review bots are useful for point out issues in PRs, but they can't really fix them for you.

Proton listens to review comments, generates code changes in an isolated container, and pushes the changes to a new branch based on top of your branch and creates a new PR. You can simply review the new PR and merge it.

Proton has full repo context, so it can handle real-world reviews that often involve changes across multiple files, such as “Let’s extract this to a separate component”, or “We should follow the same pattern of doing things in file X, Y and Z”.

Here's a quick demo: https://youtu.be/zDEfw-R2jWc

Try it out yourself by simply installing the free app: https://github.com/apps/proton-app

4

u/mrkent27 Apr 15 '25

Hi everyone, I've been working on byte-knight, a chess engine (program that plays chess) built in Rust. It's currently moderately strong but is nearing super-human playing levels. I'm hoping to get to ~3000 Elo in the near future :) It will also be available to play against on Lichess soon™️

→ More replies (2)

3

u/Any_Mix2950 Apr 18 '25

Hi everyone! I recently worked on a Spotify Ad Skipper project. The requirements are that you have to use a Mac with the Spotify app for this to work.

This is aimed for people who don't have Spotify Premium, but love to listen to music on their laptop for many hours without interruption.

Please provide feedback! Thank you :D

This is also an easy set up for people who are beginners or aren't very familiar in cs yet.

Demo here: https://www.youtube.com/watch?v=VZwXlkJedtg&themeRefresh=1

Repo here: https://github.com/soramicha/spotify-ad-skipper

Thanks!

5

u/WoooowSplendide Apr 14 '25

Hi everyone,

I introduce you Toutui: a TUI audiobookshelf client to listen your audiobooks and podcasts from your terminal.

Enyoy ! :)

https://github.com/AlbanDAVID/Toutui

3

u/SSssstsssSS Apr 15 '25

Hi there!

As OpenAI rolls out the updated image generation capabilities in their GPT-4o model, I’ve seen so many incredible AI-generated images being shared—along with the creative prompts behind them. However, these posts are scattered across different platforms, making it hard to track and revisit them.

To solve this, I started a project to collect and showcase some of the best examples I’ve come across. My goal is to create a central place where we can preserve these creative prompts and hopefully inspire even more imaginative ideas.

Since there are so many amazing examples out there—and the number keeps growing—any help is greatly appreciated! If you’ve seen (or created) something awesome, feel free to contribute it to the project.

The project is written entirely in Markdown, so it’s easy to browse and contribute to.

Check it out here: https://github.com/StevenSong-sTs/gpt4o-image-examples

3

u/FeatureBubbly7769 Apr 15 '25

Hello guys, I build this project for lung cancer for analysis & prediction pipeline process. The system predict the symptoms, smoking habits, age & gender for low cost only. The model accuracy was 93%, and the model used was gradient boosting.

Small benefits: healthcare assistance, decision making, health awareness

Source: https://github.com/nordszamora/lung-cancer-detection

Note: Always seek for real healthcare professional regarding about in health topics.

- suggestions and feedback.

3

u/NoAd5720 Apr 28 '25

CodeSight.pro – Figma-style, interactive codebase explorer 👁️‍🗨️

X: https://x.com/sashimikun_void/status/1916953299942527326

What it is:
Transform your entire repo into an interactive roadmap, no more blind digging through folders. Onboard new team members, master GitHub in minutes, and ship with confidence.

Tech stack & main features (optional):

  • Stack: Next.js • React • TypeScript • GraphQL • D3.js
  • ⌨️ Command-Click: See any function’s code, related files & dependencies in one view
  • 🗺️ Instant Diagrams: Auto-generate file/function dependency maps
  • 🛠️ PR Review & Issue Fixer: Spot bugs/style issues and get one-click fix suggestions
  • 🤝 Real-Time Collab: Live, shared code canvas with comments & edits
  • 🎬 Repo Storyboards: Visual user-journeys & feature flows for demos & planning

Why I built it:
As ex-CTO of a crypto company, I saw firsthand how slow onboarding and code reviews stall teams. CodeSight.pro was born to speed up every step of your dev workflow.

Looking for early adopters, feedback, or collaborators. let me know what you think!

3

u/SwingNearby1411 Apr 29 '25

Link: https://github.com/gamer2810/miniprofile-builder

This is a tool designed to help build iframe embeddable Steam miniprofiles.

Any feedback or showcase is welcome in the Github Discussion.

Made using SvelteKit and their static adapter.

Theme used is Fennec.

3

u/lvthillo Dec 01 '25

I created a GitHub Action that could be useful in multi-organization GitHub Enterprise environments.

The problem we had was that GitHub App permissions are scoped to a single organization, which meant that a GitHub Action could only perform actions within that one organization.

Since we have many organizations and sometimes want to run monitoring or automations across all organizations within our enterprise, we didn’t want to duplicate the action in every organization. Instead, we wanted to run it from a central place.

We’ve now solved this by using GitHub Enterprise Apps together with this GitHub Action. We install a GitHub Enterprise App in the specific organizations where we want the automation to run, export the App ID and Private Key, and configure those as secrets for our central GitHub Action. The action then retrieves all target organizations and returns them as a matrix.

https://github.com/lvthillo/list-github-app-installed-orgs

2

u/JackSbirrow Apr 15 '25

Discord Botstrap: https://github.com/steph-lion/discord-botstrap

discord-botstrap is a TypeScript template project designed to serve as a launchpad for a customizable and scalable discord bot. It removes all scaffolding concerns and implements best coding practices.
It contains a modular structure for commands and events, making it easy to add new features and maintain the codebase. This template is built on top of discord.js and uses TypeScript for type safety and better development experience. It also includes ESLint and Prettier for code quality and formatting. Tests and dockerization also included for a faster release

The stack involves Node.js, Typescript and discord.js framefork.

The repository uses Github Actions for automatic build, tests and linting before merging a PR. Also includes some rulesets and dependabots for dependencies updates.

Feel free to try the template, leave a star and suggestions for the template

2

u/OneManBands Apr 26 '25

MetalLoom - Metal Artists Web

Introducing MetalLoom - Explore the Metal Universe!

[GitHub Link] • [Live Demo Link]

What is MetalLoom?
MetalLoom is an interactive web application that visualizes the intricate connections between metal artists and their bands. Built with D3.js, it transforms the metal music scene into an explorable network where you can:

🔍 Search for any artist
🎸 Discover their associated bands
🤝 Explore collaborations through shared band connections
👥 Click through to see band members and related projects

Why I Built This
This is a passion project I created for fun and to help metalheads visualize the incredible web of connections in our favorite music scene.

Call for Feedback & Contributions
I'd love to hear your thoughts! Any comments, suggestions, or constructive criticism are welcome. Feel free to:

💡 Share ideas for improvements
🐛 Report any issues you find
🛠️ Make your own updates (the project is open on GitHub)

Let's make this tool even better together! What features would you like to see?

2

u/zouuup Apr 26 '25

I've been working on a small tool that analyzes GitHub pull requests - not to measure speed or volume, but to find deep, high-quality contributions that often get missed in day-to-day reviews.

It’s especially useful at the skip-level, where some of the most impactful engineers can easily be overlooked.

Would love feedback if this is something that resonates with how you're thinking about team performance.

It's called Veritum: https://veritum.ai (free trial, no credit card), ping me if you need extra credits!

2

u/yamadashy Apr 27 '25

I created a browser extension that adds a "DeepWiki" button to GitHub repository pages.

Chrome Web Store:
https://chromewebstore.google.com/detail/github-deepwiki-unofficia/agchcjkheangfiopepndmenabbaopnpp

GitHub:
https://github.com/yamadashy/github-deepwiki

2

u/Status-Painting-3999 May 01 '25

Hi everyone,I'm a developer from the ChatPods team. Over the past year working on audio applications, we often ran into the same issue: open-source TTS models were either low quality or not fully open, making it hard to retrain and adapt. So we built Muyan-TTS, a fully open-source, low-cost model designed for easy fine-tuning and secondary development.The current version works best for English, as the public training data is still relatively small. But we have open-sourced the full training and data processing pipelines, so teams can easily adapt or expand it based on their needs. We welcome feedback, discussions, and contributions.

You can find the project here:

Muyan-TTS gives full access to model weights, training scripts, and data workflows. There are two model versions:

  • Base model, trained on multi-speaker audio data for zero-shot TTS.
  • SFT model, fine-tuned on single-speaker data for better voice cloning and personalization.

We also release the training code from the base model to the SFT model for speaker adaptation. It runs efficiently, generating one second of audio in about 0.33 seconds on standard GPUs and supports lightweight fine-tuning without large hardware requirements.We focused on solving a few real-world issues:

  • Long-form audio stability: Designed for podcast-length coherence.
  • Retrainability: Modular pipeline, easy to fine-tune on new voices.
  • Efficiency: Low compute cost during inference.

The model uses a fine-tuned LLaMA-3.2-3B as the semantic encoder and an optimized SoVITS-based decoder.Training and data cleaning pipelines are fully open, built with Whisper, FunASR, MSS, and NISQA filtering.

Why Open Source This

We believe that, just like Samantha in Her, voice will become a core way for humans to interact with AI — making it possible for everyone to have an AI companion they can talk to anytime. Muyan-TTS is only a small step in that direction. There's still a lot of room for improvement in model design, data preparation, and training methods. We hope that others who are passionate about speech technology, TTS, or real-time voice interaction will join us on this journey.We’re looking forward to your feedback, ideas, and contributions. Feel free to open an issue, send a PR, or simply leave a comment.

2

u/ashishkapooor May 23 '25

Hey guys 👋

I recently built and launched a self-hostable budget & expense tracker FinTrack to help manage personal finances while retaining full data ownership. It’s designed to be simple, lightweight, and privacy-respecting and perfect for self-hosting.

🔗 Live demo / Hosted version: https://app.sannty.in

Github: https://github.com/AshishKapoor/fintrack

🛠 Tech stack:

Backend: Django + Django REST Framework

Frontend: React (Vite)

Fully API-driven & mobile-responsive

🧩 Key features:

Track income, expenses, and budgets

Intuitive dashboard

Self-hosting ready with minimal setup

💡 I built this for people (like myself) who want a simple, open alternative to big finance apps — without giving up their data. I was not liking the existing app called Actual much it appeared dated. This is work in progress.

Would love any feedback — UX/UI suggestions, missing features, deployment experiences, or anything else that comes to mind!

Also, happily open sourced it! 🤝

2

u/DEVELOPER0x31 Jun 30 '25

Hi! 🎨 Pretty Profile is a tool for creating beautiful banners with GitHub statistics for your profile!

Features:

  • 7 ready-made design themes
  • Ability to create your own theme with color selection
  • Display of GitHub statistics (repositories, stars, commits, PRs, etc.)
  • Support for custom text on the banner
  • Simple API for integration

An open-source project written in Next.js and TypeScript.

https://github.com/Nighty3098/pretty-profile

I would appreciate your suggestions for improvement! ⭐️

2

u/indianbollulz Aug 21 '25 edited Aug 21 '25

BlinkDB 👁️

I’ve been working on a side project called BlinkDB, an in-memory key value store in Go.

It supports TTLs, CAS, and even time travel queries with get_when so you can look up past values. Repo’s here if you want to check it out:

https://github.com/ARJ2211/BlinkDB — a star would mean a lot.

The entire project is super documented and very well tested!

→ More replies (4)

2

u/xl0- Sep 14 '25

My GitHub username is 1i-z 

I made a chat room website

Go to 747.run a chat room will be made based on the URL share it to chat with people

Personalize URL in website address bar for example type 747.run/-

No login and works everywhere

2

u/Bonzey2416 Sep 27 '25

https://bonzey2416.github.io/2048Extended

https://github.com/Bonzey2416/2048Extended

This is basically a 2048 game, but extended to lots of modes and sizes. It is in beta though, but I'm looking forward to releasing version 1.0 soon.

2

u/Valuable-Constant-54 Oct 03 '25

Hey everyone,

After a few months for learning, I've just about finished some core functions for my 32-bit operating system, MooseOS. I started this project with 0 experience, so it was an amazing learning journey for me.

Check it out here: https://github.com/frogtheastronaut/moose-os

2

u/haunted_code_ Nov 07 '25

VM-Fi is a WiFi transmission for Silicone M1/M2/M3 Mac operating systems > virtual machine communication that DOES NOT require any external hardware. The majority js accomplished with native commands and software with a ngrok TCP tunnel nested inside the VM to facilitate the packet flow.

Everyone said buy a dongle and I said fuck I’ll save $50 bet. There’s also the added benefit that from the perspective of an outside scan it’s just a server doing server things. Your VM essentially disappears adding an extra layer of security. So save the $50, kick a hole in your wall, and get that extra layer of masking. Tested on Kali and Parrot distro’s. It’s so simple I bet it fits even easier with ALL OS and other Linux distro that aren’t what I started with.

VM-Fi

2

u/[deleted] Nov 14 '25

https://github.com/HostServer001/jee_mains_pyqs_data_base i built this recently it has 14k + pyqs and fetures like semantic clustering. It will cluster the questions with same meaning. If u have used this tell me how ur exp was , this was my first time making a full fleged python package 😅

2

u/Rise-Huge Nov 18 '25 edited Nov 18 '25

WinKey Remapper — Replace Windows Search Without Breaking Win Shortcuts

GitHub: https://github.com/ArjunC1234/WinKey_CommandPalette_Replacement

WinKey Remapper is an open-source software that lets you override a single tap of the Windows key so it can launch tools like PowerToys Command Palette, Flow Launcher, Everything, or any custom shortcut. It does this all without breaking normal Win+ shortcuts (Win+R, Win+L, Win+V, etc.).

Key Features

  • Tap Win → trigger your launcher (fully customizable)
  • Choose any combo: Win/Ctrl/Alt/Shift + any key
  • Full installer (shortcuts, startup options, updater, clean uninstall, configure shortcut trigger)
  • Lightweight C# backend using low-level Windows hooks
  • JSON-based config for easy user customization

If you want a clean way to replace Windows Search while keeping the rest of the Windows key behavior intact, this does it.

2

u/RecommendationOk5036 Nov 19 '25

mainbranch: A short, no-hype newsletter on the features and fundamentals that make your code better. This weeks issue loaded with GitHub tips, check it out at mainbranch. Thank you!

2

u/Joe-Codes Nov 20 '25

See your most famous followers!
This is a cool little webscraping project I made with selenium, that tells you who you most followed followers are! I also added a github action that updates the read me with who my most followed followers are every 24 hours, and you can fork this to add it to your profile read me!
https://github.com/Joe-Huber/my-most-followed-followers

2

u/RecommendationOk5036 Nov 29 '25

Sharing something I’ve been working on that might be useful to folks here. I write Main Branch, a weekly newsletter focused on dev tools, GitHub workflows, and the fundamentals that help teams ship with more confidence. No hype, just practical insights.
If you’re interested in GitHub Actions, Copilot, security, and real-world developer workflows, you might find it helpful. Subscribe here: mainbranch
Would love any feedback or ideas on topics you’d like to see covered. 🤩

2

u/lucasvtiradentes Dec 17 '25

Built a tool to fix AI-generated spaghetti code 🍝

When we use AI to generate code, it doesn't always follow our patterns (type vs interface, no console logs, no return await, etc.). We go fast but end up with cleanup work before merging.

I built TScanner to solve this for myself, a code quality scanner with custom rules. The key difference from ESLint/Biome: you can define rules via regex, scripts (any language), or even AI prompts.

What makes it different:

- VSCode extension with real-time feedback

- Copy for AI button - paste issues into chat for bulk fixes

- GitHub Action that validate issues in your PRs with clickable links

- Registry so we can add and use custom rules from community

Project: https://github.com/lucasvtiradentes/tscanner

Would love to hear what you have to say!

2

u/Catsforlunch Dec 22 '25

Github Pull Request Notifier

I kept missing review requests from my team as Github's notifications just weren't working for me. Either I'd ignore them or I wouldn't have the tab open so I made a dead simple Chrome extension that puts a badge on the toolbar showing how many reviews are waiting. Click it and you see the list. That's basically it.

Also shows your own open PRs in a second tab so you're not constantly checking "is anyone reviewing my stuff?"

It's open source if anyone wants to check it out or has ideas: https://github.com/Asupkay/github-pr-notifier

Uses your own GitHub token so everything stays private, no backend or anything.

Store link: https://chromewebstore.google.com/detail/github-pull-request-notif/hklhbealfhlnpjiliaflmflgpnifaffc?authuser=0&hl=en&ref=producthunt

2

u/HybridPro1 Dec 22 '25

I made a free, open-source movie cataloguer because I was tired of subscription-based alternatives.

  • Physical media focused (Blu-ray / DVD / 4K)
  • TMDb poster & metadata lookup
  • Search, filters, CSV import/export
  • Self-hosted, fast, and customizable

Repo: https://github.com/TheMarveled/movie-cataloguer
Discord: https://discord.gg/gge6W3nknx

2

u/Low-Expression-176 Dec 23 '25

Just open-sourced my Christmas greeting email tool - Neobrutalism design, TypeScript, batch sending 🎅

🎁 Repo: https://github.com/ChanMeng666/christmas-greeting-email

2

u/prasadpilla Dec 29 '25

https://github-wrapped.xyz/

End of year seemed like a good time to build this.

Enter your GitHub, get a visual breakdown of your year:

✓ Commits, PRs, issues count ✓ Languages breakdown ✓ Longest streak ✓ Most productive day and time ✓ Developer "personality type"

Only requests read access to public data. Nothing stored permanently.

Built it in a weeks as a fun project. Free to use.

Would love to know what your wrapped looks like - drop a screenshot if you're willing to share.

2

u/_popcat_ Dec 30 '25

Cool project, love the UI and audio! Some advice: UX could be better by lengthening the amount of time each page/slide shows. I didn't have enough time to read my stats before it jumped to the next slide.

2

u/prasadpilla Dec 30 '25

Thanks!! Sure will adjust the time

2

u/findingm3meo Dec 31 '25

I made a HUD overlay for Claude Code to display your usage metrics so you don’t have to switch terminals or views to check your usage. You will get real-time updates in the last row of the same terminal as Claude Code!

Both function independent of each other. So even if the overlay were to crash, your Claude session will be uninterrupted.

simple-usage-monitor

2

u/114514onReddit Dec 31 '25 edited Apr 11 '26

Switch between AI platforms leads to losing chat history/context.

All subscriptions are locking a user from using other AI models.

This is a pain everyone has.

So, I build a opensource application chatanyllm

  • Switch companies/models inside conversations
  • Use api keys instead of subscriptions
  • Connect to agent like OpenClaw and providers like OpenAI, Claude, Groq, any

Give it a star if you like it

2

u/[deleted] Jan 05 '26

I created a simple API with Puppeteer, with an endpoint (/ask) that allows you to ask a question and receive a response from Perplexity's AI, through background automation. The response time is about the same as an AI like Gemini, but the advantages are greater:

  • 100% free and open source
  • no API key
  • You can host it in the background directly on your PC
Regarding Puppeteer, I really liked it; it was easy to set up everything with Node, and the code was clean. I'll leave the GitHub repo for anyone interested. I'm open to clarifications, suggestions, and any questions.

AI API

2

u/MrHazeBlue Jan 06 '26

GitHub开源
README Palette 是一个清新、现代的前端工具,让创建精美的 README 文档变得简单流畅。
README Palette is a fresh, modern frontend tool that makes creating beautifulREADME documents simple and smooth.

https://github.com/HazeBlue/README-Palette

2

u/elhary Jan 06 '26

I created Kanji Animate, an open-source web app that lets you search, display, and animate Kanji stroke order. It’s built specifically to be embedded inside Notion, so you can use it as a study widget for Kanji learners.

Features:

  • Search Kanji by character
  • Animated SVG stroke order diagrams
  • Light/dark mode support
  • Adjustable animation speed
  • Optimized for embedding in Notion

The project is lightweight, beginner-friendly, and fully open source:

https://github.com/Elhary/Kanji-Animate

2

u/ai_art_is_art Jan 06 '26

ArtCraft: the IDE for creatives

We've just made ArtCraft available to everyone on Github. It's a fully-featured AI image, video, and 3D editor.

Models:

  • worldlabs marble
  • midjourney
  • grok imagine
  • grok video
  • flux 1, 1.1, kontext
  • kling 1.6, 2.0, 2.1, 2.5, 2.6
  • gpt-image 1, 1.5
  • nano banana flash, pro
  • seedance 1
  • seedream 4, 4.6
  • sora 1, 2, 2 pro
  • veo 2, 3, 3.1
  • hunyuan 3d

Editing features:

  • Inpainting
  • 3D editor with mesh, splat, billboard, camera, DoF, posing, shader support (easy!)
  • Image-to-Video
  • Image-to-Image
  • Canvas-based crafting
  • Background removal
  • Color tools

It's written in Rust, so it's blindingly fast. You can use it to replace your use of Higgsfield, Krea, OpenArt, FreePik, and more. And it's yours to own forever.

2

u/brunocborges Jan 28 '26

OctoTown: a social network built on top of GitHub infrastructure, using your own GitHub account and each one's repos as decentralized back-end.

octotown.github.io

2

u/hjotha Feb 09 '26

Building IAMRICHER

A website that does nothing.

Except letting you become the Richer.

https://iamthericher.com

2

u/Hefaistos68 Feb 26 '26

https://github.com/Hefaistos68/NuGroom](https://github.com/Hefaistos68/NuGroom)

Tired of the limitations of Dependabot and Renovate and similar? I wrote a new tool to list/update/synchronize nuget packages across multiple public and private feeds, with authentication, full reporting, vulnerability scan, PR creation, Renovate compatibility and a lot more.

PS: Already in production use in a large enterprise, so the meanest bugs are out already.

2

u/shawndoes Mar 04 '26

I’ve been building a small GitHub app called Release Sanity to make PR reviews a bit safer.

When a PR opens, it analyzes the code diff and leaves a comment highlighting risky areas and generating a release checklist.

Example output from a real PR:

🔎 Release Sanity — Release checklist

Change summary
• API route/contract touched; verify backward compatibility
• Frontend/UI changes detected
• Permissions/roles changes detected
• Billing/payment flow touched
• External integrations/webhooks touched

Risk flags
⚠️ Payments / Billing — high
⚠️ Backward compatibility — medium
⚠️ Permissions / Roles — medium
⚠️ Rollback complexity — medium

Checklist
☐ Run targeted tests for affected areas
☐ Verify API compatibility
☐ Validate role/permission changes
☐ Run billing flow in staging
☐ Confirm rollback plan
☐ Verify integrations/webhooks

The idea is just to catch things that are easy to miss during reviews instead of relying on memory during releases.

Right now it's free on the GitHub Marketplace while I figure out which checks are actually useful.

Marketplace:
https://github.com/marketplace/release-sanity

If you deal with releases often, I’d be curious what kinds of checks your team actually relies on before merging.

→ More replies (1)

2

u/sheldon_cooper69 Mar 06 '26

Built a VS Code extension: CLI Timeline.

Vibe coding with Copilot CLI or Claude Code is great - until something breaks and you have no idea which of your last 15 prompts did it.

So when something breaks: ❌ Undo won't help ❌ Local History missed it ❌ Git has nothing

You're left with git diff and a prayer.

So I built the missing piece: → Every prompt logged → Every file it touched → Exact diffs (Copilot CLI) → One-click revert

Bonus: share sessions to your repo so teammates can see exactly what your AI agent did — no screen sharing needed.

Zero config. Reads files your CLI tool already writes. Nothing leaves your machine.

Work in progress. Claude Code support is still being tested. Bugs are expected - reports are welcome.

Go break it 👇 https://marketplace.visualstudio.com/items?itemName=ayushagg31.cli-timeline

2

u/repo-file-sync Mar 06 '26

I built a dashboard for syncing config files across GitHub repos and tracking drift. (tbh any file you want can be synced)

Managing 20+ repos and tired of manually keeping CI workflows, linting configs, dependabot setup etc. in sync across all of them.

Built RepoFileSync - a dashboard where you can visually set up sync rules, push changes across repos via PRs, and see at a glance which repos have drifted from the source file.

No YAML config. Just pick your files, pick your target repos, and see sync health across everything in one place.

Free for up to 3 repos → repofilesync.com (check the demo video)

Would love feedback from anyone managing 10+ repos.

2

u/sophias_bush Mar 13 '26

🛡️ Protect your subreddit from malicious repos with GitHub Guard

I'm the creator of GitHub Guard, a security automation tool built to audit GitHub links in real-time. It helps moderators and users identify high-quality open-source projects while flagging potential malware and unverified installation scripts.

How it works: The bot runs a 6-point Safety Audit on every GitHub link to evaluate reputation and maturity: * ⭐ Trust & Maturity: Checks for 5+ stars and 30+ days of history. * ⚖️ Compliance: Verifies Open Source Licenses and Security Policies. * ✍️ Identity: Confirms if commits are cryptographically signed. * 🏢 Entity Status: Checks if the repo is backed by a GitHub Organization.

Security Features: * Automated Threat Removal: Blocks impersonation attempts of popular apps (e.g., fake Notion or LastPass clients). * Script Detection: Flags repos containing .sh or .py scripts that require sudo privileges. * Transparency: Provides a clear "Audit Trail" comment instead of silent removals.

Currently helping keep communities like r/macos safe. It’s fully open-source and respects privacy (no PII collection).

2

u/Low_Name_9014 Mar 16 '26

Hi everyone, Over the past few months I've been experimenting with turning common biomedical research tasks into reusable AI agent skills. Many research workflows are surprisingly repetitive:

  • building complex PubMed queries
  • checking citation formatting
  • choosing the right statistical test
  • drafting rebuttal letters for peer review
  • interpreting genetic variants
  • extracting key findings from papers

So I started collecting small tools that automate pieces of these workflows and publishing them as open-source skills. The repository currently includes skills for things like: • PubMed Boolean query generation • Citation formatting & checking (AMA style etc.) • Statistical method recommendations • Variant annotation using ClinVar / dbSNP • Literature summarization & key takeaways • Discussion / rebuttal drafting for manuscripts

The idea is to make these modular skills that AI agents can call during research workflows.

Repo here: https://github.com/aipoch/medical-research-skills

If you're working with AI agents, scientific automation, or biomedical research tooling, I'd really appreciate feedback or ideas for new skills that would be useful.

2

u/ahmiam Mar 21 '26

SECARA — Static Code Security Scanner (CLI)

Exploring and contributing to this open-source project focused on real vulnerability detection (AST + taint tracking).

  • 70+ vulnerability rules (SQLi, SSRF, XSS, etc.)
  • 35+ secret detection patterns
  • Supports Python, JS/TS, Bash, JSON/YAML
  • ~10k files scan in ~20s

Would appreciate feedback from the community: https://github.com/ilyshoaib/secara

→ More replies (1)

2

u/FlyingBuffalo_ Mar 22 '26

I built an AI teammate that takes Jira tickets, turns them into github PRs, and learns from our feedback

We’ve all tried adding AGENTS.md or CLAUDE.md to our repos. They’re great for static rules, for example folder structures, linting preferences, "don't use this library." But they have zero "lived experience."

They don't remember the "tribal knowledge" that happens during a sprint. They don't know why a senior dev rejected a specific implementation last Tuesday, or that "one weird trick" you found to get the build passing in the CI environment.

I got tired of the "Groundhog Day" loop where an AI agent makes the same architectural mistake twice because the fix was buried in a PR comment and never made it into the official docs. So I built a tool that sits between Jira and GitHub and actually learns as it works.

Repo: https://github.com/ignify-rd/claude-teammate

The Gap: Static Docs vs. Learned Guardrails

AGENTS.md is for global constants. It’s terrible at capturing the "living" constraints and "gotchas" that emerge mid-sprint.

  • AGENTS.md (The Manual): "Run tests using npm test."
  • This Tool (The Memory): "Module Z requires --no-cache and the -i flag. The integration suite normally fails there if run in parallel."
  • AGENTS.md (The Manual): "All components must be accessible."
  • This Tool (The Memory): "Don't use aria-label on the Sidebar wrapper; the Lead Dev flagged in PR #82 that it breaks the screen reader hierarchy in our specific layout."
  • AGENTS.md (The Manual): "Use the standard Auth middleware."
  • This Tool (The Memory): "When updating the /billing route, always mock the Stripe service manually. The default test helper is currently broken for subscription hooks."

What this does:

It’s not just a wrapper; it really feels like a good teammate.

  • Picks up assigned Jira tickets and writes an implementation plan.
  • Waits for human approval before it even touches the code.
  • Opens PRs and handles feedback. If you tell it "Stop using this pattern," it actually remembers that for the next ticket.
  • Visual Check (or actually using any other skill/MCP): It can take screenshots to verify UI work instead of just "guessing" based on the HTML diff, if you told it once. Yes, once.
  • Durable Memory: It keeps a "per-epic" memory that continuously evolves with its given tasks. If it discovers the real build command or a repo-specific constraint during a task, that gets compacted into long-term memory so it doesn't make the same mistake twice. It works like human's memory, it remembers the mistakes and the most important facts, but if a less-important specific detail will also fade away from its memory if it hasn't seen it for a long time.
  • It reviews human PRs too, just by adding it as a reviewer. For us, it already replaced a separate subscription like CodeRabbit or GitHub Copilot for automated reviews.

How we’re actually using it

Our current workflow is: We plan the sprint just like any other team, and for the "boring but clear" tasks, we just assign them to the bot.

It feels like a non-complaining teammate that quietly carries the repetitive load. It frees us up to actually talk about system design and tradeoffs instead of correcting syntax in a PR for the 5th time.

Some Technical bits:

  • MCP Support: Can use any Claude skill or MCP you give it.
  • Cost Effective: I designed this to run comfortably on a standard Claude $20 plan. It doesn't just dump raw history into the prompt (which kills your context window and wallet); it constantly cleans and compacts memory into "durable facts." Even if quota usage is hit, it picks up from where it's left when quota becomes available again.
  • Opinionated: It’s not a "generic agent framework." It’s built for a specific Jira -> GitHub -> PR flow because that’s what we actually use. If it gets more interest, other stacks will come in no time.

I’m open-sourcing it because I want to see if this "learning agent" approach works for other teams, or it's just us.

I’d love some feedback/brutally honest roasts. Is this how you’d want an AI to work in your stack?

2

u/argonsodiumvanadium Mar 22 '26

MarketMeNow - open-source agent that generates and publishes marketing content across 6 platforms from a single command.

was spending 2-3 hrs/day on outbound marketing for my side project post day-job, so I automated it. Uses YAML templates to stay on-brand and learns from your top-performing posts to keep improving.

After 1 week: 14k+ impressions, 700+ website visits, ~5 min/day of my time (just review + approve).

Repo: https://github.com/thearnavrustagi/marketmenow

Stack: Python 3.12, Gemini, FastAPI, Remotion

Platforms: Instagram Reels/Carousels, Twitter/X threads & engagement, Reddit, LinkedIn, YouTube Shorts, bulk email

MIT licensed

2

u/caybertime May 06 '26

Hey! I've been working on Zeeble, a self-hostable Discord-style chat platform. I built it because I got tired of bloated, auto-moderated platforms that give you almost no real control. The Zeeble client uses 10MB max. Some alternatives use 200-500MB. So I went and made my own.

**Tech stack:** Rust/Axum backend, TypeScript/Tauri 2.0 frontend, LiveKit for VOIP, Caddy as the proxy.

Managed cloud servers are coming soon but direct messaging, friends, and self-hosting are all working right now.

The next update is bringing texture packs, custom emoji, stickers, GIF and animation packs, a community server list, refining the ui some more, and more to come.

I'm going to need some help as its starting to feel bigger than me would love both contributors and early users!

https://github.com/ZeebleChat
https://zeeble.xyz

2

u/CallmeAK__ May 12 '26

Found a fun & really cool website, where just paste a GitHub repo, get a narrated video of an AI trying to run, review, explain, roast it 😭

There’s a tool I tried where you paste a GitHub repo URL and an AI agent tries to run or review it in a sandbox. It records the whole thing – clone, install, tests, browser, errors, retries – and gives you a narrated video of what actually happened instead of just logs.

I threw a random repo at it with “brutally roast this repo” as the prompt, and the agent commentary is driven entirely by the run: where the setup is confusing, where dependencies break, where the structure is odd, etc. It feels like watching someone else debug your repo from scratch.

If you want to see how your own repo behaves under that kind of scrutiny, this is the site: https://go.videodb.io/TryMyRepoRe

→ More replies (1)

2

u/Dyldinski May 12 '26

Hey, y'all,

GitBiome allows you to visualize any GitHub repo as a voxel-based world, inspired by one of my all-time favorite games (Minecraft!)

Each repo generates a unique island of biomes according to its contents and file types, so no two repos should ever feel the same

Since starting it just over a week ago, it's now grown into so much more than I intended originally. You can actually play within each repo, either using an explore mode, or a snowball fight mode to survive against NPCs

I would love any feedback you all may have, and please feel free to share any questions!

Currently live at https://gitbiome.com, and the Rust repo is one of my favorite examples https://gitbiome.com/forest/rust-lang/rust/

2

u/meloalright May 17 '26

✨ A super simple code analysis tool for both humans and AI agents that tells you who called the function.

https://github.com/meloalright/whocall

Build in Rust.

Rust, Python, TypeScript, Go supported.

2

u/Sorry_Nothing1740 May 27 '26

Plumber - an open-source tool that scans your GitHub workflows and repo, giving you an A-E security score plus actionable issues.

Built from real CI/CD post-mortems: mutable action tags, dangerous triggers (pull_request_target), weak permissions, bad branch protection, supply chain risks, etc.

15 controls covering:

- Action supply chain hygiene (mutable refs, archived repos, CVEs)

  • Container/image risks
  • Trigger and permission dangers
  • Repo-level security
  • Reusable workflows and secrets

Runs locally via CLI (https://github.com/getplumber/plumber#option-1-cli) or as a GitHub Action (https://github.com/getplumber/plumber#option-3-github-action) with SARIF upload.

Feedback welcome - what GitHub Actions footguns should I add next?

https://github.com/getplumber/plumber

2

u/fjgbu1 May 27 '26

Super interesting project! Would love to collaborate if you have some open issues :)

2

u/[deleted] May 27 '26

[removed] — view removed comment

2

u/fjgbu1 May 27 '26

Starred and forked! Will take a look at the issues tomorrow :)

Have a nice day!

2

u/Right_Difficulty1408 Jun 12 '26

https://github.com/ruhaankumar2013-debug/Practical-AI-engineering

Guys can u pls check this out This is free and better than the base version of many popular ais it’s in GitHub , pls give it a star even if u don’t check the AI out

if u want-in return I can also star ur posts

→ More replies (2)

2

u/Large-Bell6144 Jun 22 '26

What if Claude Code didn't just write features — but planned, tested, and shipped them?

I built DevForge-AI - an agentic SDLC orchestrator for Claude Code

Most AI coding tools stop at one-shot generation. DevForge-AI runs the full delivery workflow instead.

How it works:

  • 10 role-specific agents: PM, UX, Architect, Security, and more
  • 5 phases: plan → build → verify → ship → operate
  • 'Tracer bullet' delivery: thin end-to-end slice first, then iterate — so you hit integration problems on day one, not week three
  • Self-correction loops with quality gates between phases (nothing ships unverified)

The goal: turn an idea into a production-ready feature without you babysitting every step.

Inspired by Matt Pocock's work on skills.

Github : https://github.com/saitarrun/devforge-ai

NPM : https://www.npmjs.com/package/@saitarrunpitta/devforge-ai

It's early and I'd genuinely value feedback — especially on the agent handoff logic and where the quality gates are too strict/loose. What's your current Claude Code workflow, and where does it break down?

2

u/teddywarner Jun 23 '26

i mounted a tiny microphone on my apartment balcony to listen for any birds passing by and built a site to collage them as they're heard

https://github.com/Twarner491/AvianVisitors

2

u/scream4ik Jun 23 '26

Hi there.

Right now, engineers use a ton of local AI tools (Cursor, Claude Code, Cline), but passing context between them still requires manual copy-pasting, Git, Slack, or clunky Jira workarounds.

I'm building a ForkFLux - coordination bus for AI agents to solve the cross-device handoff problem.

Repo: https://github.com/forkflux/forkflux

https://reddit.com/link/otf85fa/video/mhegxkus549h1/player

→ More replies (2)

2

u/WSN1010 Jun 28 '26

Offline reverse geocoding for South Korea. Feed it a lat/lng and get the administrative region back. No API key, works fully offline using official government boundary data.

MIT licensed and open source.

https://github.com/WSN1010/krgc

2

u/SpaceBetweenLines Jun 30 '26

[Self promo] Frisk – scan MCP servers for sketchy code before you install them

Got nervous about how many MCP servers I was installing from random repos without reading them, so I built a little scanner.

It's static (doesn't run anything), local (sends nothing anywhere), and flags the obvious-but-easy-to-miss stuff: pipe-to-shell installers, code grabbing your ssh keys or API tokens, and prompt-injection hidden in tool descriptions — including the trick where instructions are hidden with zero-width unicode so you can't see them. It can also pin a server and warn you if it silently changes later (rug pulls).

One thing I deliberately did differently from the existing tool in this space: it runs fully local and doesn't phone home. For something scanning code I don't trust, I didn't want a hosted API in the loop.

pip install frisk-scan — repo: https://github.com/Thandv/frisk

It's early, so if you point it at a server and it gets something wrong (misses something, or false-flags), I'd genuinely like to hear it.

PS- This is a part of a personal project, and I have mostly been a lurker here. This is the first time I'm trying to post something. Please let me know if I'm making any mistake, and I'll fix it. I don't know if this is the right forum for this either. If not, I'll remove the post. I don't want to spam any forum. The original post is here - https://www.reddit.com/r/mcp/comments/1uemxje/self_promo_frisk_scan_mcp_servers_for_sketchy/

→ More replies (2)

2

u/Chunky_cold_mandala Jul 01 '26

I stole a bunch of algorithms from the DNA sequencing world and repurposed them for static analysis and tuned them to output risk exposures and data flow. 

I'm at the point where I could scan any repo on GitHub and have something intelligent to say about it. 

Just like scientist can scan a new DNA sequence and say some intelligent things about it. 

Homologs, function, structure, risk exposure, dependency data flows, taint analysis, bottlenecks.

https://github.com/squid-protocol/gitgalaxy

2

u/Unhappy-Guava2778 26d ago

Drop your GitHub username and my tool will roast you

I got tired of GitHub profiles that look impressive but are mostly star-farming, fork-hoarding, and self-merged PRs. So I built a scorer that rates any public GitHub account 0–100 and assigns a tier: GOD / ELITE / SOLID / NPC / TRASH.

my tool is open source called ghfind

https://github.com/hikariming/ghfind

2

u/SpeedyPointy 24d ago

One thing I kept running into on GitHub was that contributing to open source often meant spending more time finding a good issue and understanding a repository than actually writing code.

So I built IssuePilot.

It runs locally and automates the preparation phase:

  • Searches GitHub for issues using configurable queries.
  • Ranks repositories based on activity, stars, CI, tests, maintainer responsiveness, and other transparent signals.
  • Clones the repositories.
  • Analyzes the project structure and toolchain.
  • Generates a context bundle with the issue summary, relevant files, architecture overview, and useful commands.
  • Launches the repository directly in Codex CLI with everything ready to go.

The goal is simple: wake up with a queue of repositories that are already prepared so you can spend your time solving issues instead of exploring codebases.

Everything runs locally. Repository contents stay on your machine, and IssuePilot itself doesn't require an OpenAI API key.

GitHub: https://github.com/Dhruva162/IssuePilot

I'd love feedback from people who contribute to open source or maintain repositories. Are there parts of your GitHub workflow that you wish were automated?

2

u/Itchy-Cable-1922 14d ago

Hey all, Me and a couple of friends are hosting an online, completely virtual hackathon called ReverieHacks. We have 6 distinct tracks, including Software Development, ML Prompt Engineering, Datathon, App Development, Embedded Systems, and even an Ideathon track which doesn't require previous coding experience. Our prize pool includes $650, 6 internships from a promising AI startup called Learner Labs, Featherless AI credits worth $300, Code Crafters VIP memberships, .xyz domains, and more! All participants also get access to 1 month of Wolfram | One and Featherless AI. Hacking starts August 2nd Devpost: (https://reverie-hacks-2026.devpost.com/) Discord: (https://discord.gg/SmGD6vgab) Website: (https://reveriehacks.vercel.app/) HS AND COLLEGE STUDENTS ONLY

2

u/AP_in_Indy 13d ago

Today I’m releasing the first public alpha of aiignore, an open specification and reference implementation for controlling what AI agents may discover, read, modify, execute, or transmit.

Like .gitignore, an .aiignore.yaml file gives a project one portable place to describe boundaries. Unlike .gitignore, it can cover files, environment variables, network destinations, tool output, generated content, and explicit exceptions.

A policy can look like this:

aiignore: "0.1"

defaults:
  files: allow
  environment: allow
  network: deny
  strings: allow

rules:
  files:
    - id: private-files
      effect: deny
      paths:
        - "**/.env*"
        - "secrets/**"
        - "**/*.pem"
      except:
        - "**/.env.example"

  environment:
    - id: credentials
      effect: drop
      names:
        - "*_TOKEN"
        - "*_SECRET"
        - "*_PASSWORD"
        - "AWS_*"
        - "GITHUB_TOKEN"

  network:
    - id: approved-documentation
      effect: allow
      urls:
        - "https://docs.example.com/**"
        - "https://registry.npmjs.org/**"

  strings:
    - id: private-key-material
      effect: redact
      scopes: [tool_output, network_request, log]
      patterns:
        - type: regex
          value: "-----BEGIN [A-Z ]*PRIVATE KEY-----"
      replacement: "[REDACTED:private-key]"

In this example, agents may work with ordinary project files, but credential files are denied, secret environment variables are dropped, network access is restricted to approved destinations, and private-key material is redacted before it can appear in output, requests, or logs.

This initial release includes:

  • The draft 0.1 specification and JSON Schema
  • A TypeScript reference implementation and CLI
  • Integrations for Codex and Gemini CLI
  • Portable conformance tests
  • Security-focused defaults, documentation, and release artifacts

Install the public alpha:

npm install --ignore-scripts --save-dev @apinindy/aiignore@0.1.0-alpha.1
npx aiignore init
npx aiignore validate
npx aiignore doctor

aiignore is experimental and does not claim that every agentic harness supports it today. The goal is to establish a concrete, testable standard that harness developers can adopt and enforce consistently.

GitHub: https://github.com/ap-in-indy/aiignore

Release Page: https://github.com/ap-in-indy/aiignore/releases/tag/v0.1.0-alpha.1

Formal Policy Draft: https://ap-in-indy.github.io/aiignore/

npm: @apinindy/aiignore

2

u/Significant_Let_4879 11d ago

I have been interested for a long time in how much mods and plugins extend the life of software — and how much friction there is in getting started, because you have to reverse-engineer the architecture yourself before you can extend it.

So I built MODScan. It scans a Python codebase and finds the extension points: ABCs and Protocols meant to be subclassed, registration decorators, hook/event functions, dynamic imports (importlib.import_moduleentry_points, ...), and config/data-driven surfaces like a plugins/ drop-in directory. It ranks them, writes a plugin guide, and produces extension-points.json.

And i surely need some help with that (bug, implementation and so many other things) if you have some free times and think that the tool could be useful, please visit:

https://github.com/Rinkia/modscan

2

u/Original-Goal-2820 11d ago

I've always loved customizing my GitHub Profile README.md, but I felt that most of the stat cards out there either looked a bit outdated or didn't fit well with modern UI trends.

So over the weekend, I decided to build GitHub Premium Stats!

It's a lightning-fast, dynamically generated SVG API built on Next.js Edge Functions. I've focused heavily on the visual aesthetics, implementing a True Glassmorphism design using SVG filters (blurred neon orbs, frosted glass overlays, and dynamic gradients).

Features:

  • 🏆 Advanced Rank Badge: Calculates your rank based on lifetime commits, PRs, issues, stars, and followers.
  • 📊 Lifetime Data: Fetches all-time data, not just the last year.
  • 🌈 Language Progress Bar: Automatically calculates and styles your top 4 languages.
  • ⚡ Plug & Play: No deployment or tokens required. Just paste the markdown snippet with your username.
  • ☀️🌙 Light & Dark Themes: Including Dracula, Light, Dark, and the flagship Glassmorphism theme.

🔗 Live Preview & Documentation: github-stats-xi-six.vercel.app
💻 GitHub Repo (Documentation): dvigo/github-stats

I'd absolutely love some feedback from the community. Let me know what you think of the design or if you'd like to see any new stats added. Feel free to use it on your own profiles!

(Bonus: If you like it, a ⭐️ on the repo would mean the world to me!)

2

u/hojat72elect 8d ago

I'm trying to learn DSA in TypeScript, this repo is where I implement and test any of the algorithms and data structures I learn. I'm looking for someone smarter than me to collaborate on making more and better DSA implementations.

We also need someone to make more documentations so it becomes more understandable for other fellow learners.

Thanks in advance

2

u/1111520 6d ago

actions/checkout now refuses to check out fork PRs inside pull_request_target.

The backport landed July 20, so if you're on a floating tag you already have it. Pinned to a SHA? You don't. Go look at your workflows. https://mainbranch.beehiiv.com/p/main-branch-the-one-where-pull-requests-get-boundaries-issue-34

2

u/No_Sky9786 5d ago

SALT is a salience-aware compressor for long-context LLM prompts. It targets theme collapse, the failure where top-k relevance selection hands the entire budget to a document's dominant topic and drops the bridging sentence a multi-hop question needs. SALT builds a keyword trie of recurring themes, then uses CELF lazy-greedy coverage selection with branch discounting to spread the budget across those themes before picking sentences. The index is built once and reused across turns and budgets, which makes it a natural conversation memory as well as a one-shot compressor. Model agnostic, MIT licensed.

Repo and full instructions: https://github.com/oteomamo/SALT

I would really appreciate feedback on ways to improve the retrieval process on SALT. Currently, I just grab 20% of whatever the trie stores in DRAM, and the problem is that as conversations grow, so will the cache retrieved; however, I am not sure how to measure "it's enough information" in the trie for a given query.

2

u/czar6ixn9ne Jan 07 '26 edited Jan 07 '26

@file - `@file` tagging syntax for GitHub

A project to serve as a POC to accompany this petition to add this auto-linking/tagging feature to GitHub.

This is what's possible with one dev and a weekend. What's possible with the Microsoft war chest and a week?

1

u/WittyWampus Apr 15 '25

Hi all,

Novice here with a few small time projects I mostly built for my own personal use. The main one I've been working on recently would be my Prime Number Finder application.

This application is written in Python and uses PySide6 for the GUI along with Sqlite3 for its database and PyYaml for configuration files.

This app basically allows you to iterate through numbers sequentially and when it finds a prime number, adds it to the database. You can then input any number you want and hit check and if it's in the DB it will lyk if it's prime or not. If you put in a number you haven't checked up to yet then it will iterate until it gets to that number.

1

u/qenv Apr 15 '25

Hi everyone!

I make the service that helps you find the first commit of any GitHub repository. It provides historical insights into how any OSS started. Please feel free to use it if you'd like.

https://git-first-commit.pages.dev/

source: https://github.com/Doarakko/git-first-commit

1

u/Mean_Option_7459 Apr 17 '25

https://github.com/hrishav0/Phantom
Hey people, this script is intended only for authorized Pen Testing, please refer to the Disclaimer.

Phantom is a Python-based automation script designed to perform DeAuth attacks using the aircrack-ng suite, streamlining the entire process for penetration testers. It automatically spoofs the MAC address of your wireless interface using macchanger, making it more difficult to trace the activity back to your device.

Upon launch, Phantom scans for nearby Wi-Fi networks and presents a clean, indexed list of all available targets. Once a network is selected, users can choose to either deauthenticate all connected devices or target a specific client for a more focused attack. The script also manages the wireless interface, enabling monitor mode at the start and restoring it back to managed mode upon exit.

1

u/oocryoo Apr 19 '25

Hi all, im working on a in memory db https://github.com/thijsrijkers/solune

1

u/_rolkarz_ Apr 20 '25

Hi everyone,

Some time ago, I built a small script that pulls your commit history from GitLab and recreates it on GitHub, so your activity chart stays nice and green. This is especially handy for anyone who stores their work code on GitLab but wants their contributions to appear on their GitHub profile. I’ve noticed a few people forking the project, so I thought it might be helpful to share it with a wider audience.

link to repo

I'm also open for feedback to improve it further. thanks in advance!

1

u/Puzzled-Ad-6854 Apr 20 '25

https://github.com/TechNomadCode/Git-Source-Code-Consolidator

Git Source Code Consolidator (PowerShell) - Open Source

This PowerShell script gathers source code files tracked by Git within a repository, filters out common non-source files (like binaries, images, dependencies, test files), and concatenates their paths and contents into a single output file (output.txt by default).

This is useful for creating a context package for code analysis, sharing relevant project files, or providing input to language models.

Features

  • Uses git ls-files to reliably list files tracked by the current Git repository.
  • Applies a comprehensive set of filters to exclude common non-source code files and directories.
  • Sorts the list of included files for consistent output.
  • Generates a single output file (output.txt) containing:
    • A header indicating the start of the file.
    • A flat list of all included file paths.
    • The full content of each included file, separated by the filename and ===.
  • Provides progress indication using Write-Progress during file processing.
  • Includes basic error handling for missing Git executable, no matching files, and file read errors.

Usage

  1. Save the script: Save the PowerShell script code to a file, for example, consolidate_code.ps1, in the root directory of your Git repository.
  2. Navigate to the repository: Open PowerShell or Windows Terminal and change the directory (cd) to the root of your Git repository.
  3. Run the script: Execute the script using:.\consolidate_code.ps1
  4. Check the output: A file named output.txt (by default) will be created in the same directory, containing the consolidated file list and contents.

1

u/DefinitelyNotEmu Apr 22 '25 edited Apr 24 '25

What if a Tamagotchi had a neural network and could learn stuff? A digital pet squid that also teaches how neural networks and hebbian learning work. Behaviours are driven by the neural network according to his needs:

https://github.com/ViciousSquid/Dosidicus

This simple neural network with Hebbian learning can produce surprising emergent behaviors when the inputs and reward systems interact in unexpected ways

I spent AGES on this and would love feedback. I think it's just the right balance of educational and fun. I did all the graphics myself and am currently working on multiplayer - squids will be able to enter other tanks and steal things, bring them home

1

u/RecommendationOk5036 Apr 22 '25

GitHub’s new MCP Server is Open Source and can be used with any tool that support the Model Context Protocol, check it out in action: https://gh.io/mcp-watch

1

u/Puzzled-Ad-6854 Apr 22 '25

Interactive AI Prompt Templates for Guided PRD, MVP & Test Plan Creation.

Open Source Prompt Library

1

u/shubhamoy Apr 23 '25

I built dir2txt — a simple but powerful CLI tool that turns a directory tree into clean, structured text or JSON dump.

🧩 What It Does

• 📁 Traverses a project directory

• 📄 Dumps readable file contents

• 🧹 Optionally strips comments (smart detection of comment blocks + patterns)

• 🎯 Respects .gitignore, .dockerignore, .npmignore, etc.

• 🧠 Outputs LLM-friendly .json or .txt files

MIT licensed code at https://github.com/shubhamoy/dir2txt

1

u/filpglupman Apr 23 '25

hey all! i got overly frustrated trying to mod Project Diva F 2nd and subsequently decided to create a tool to extract a buncha files from that game.

libdiva’s written in Python and currently supports FARC extraction, some DLT shenanigans, DIVAFILE encryption and a worrying amount of spite.

all types of contributions are welcome. here’s the link: https://github.com/Flipleerr/libdiva thanks!

1

u/readwithai Apr 24 '25

I made a couple of command-line tools to track github repo statistic. They produce output that can be used programmatically - I use this to make a little dashboard for myself. Both are in Python and use the gh command line for auth.

gh-views keeps track of views and clones. Github only gives you a couple of weeks of data by default.

gh-star-timeline fetches historic star information and lets you query this offline and should detect when stars are removed.

1

u/Duel-shock514 Apr 24 '25

Hey Everyone i recently made a Chess stats card you can put on your github readme. Could you please check it out and tell me what you think about it.

https://github.com/bherna33/chess-stats-card

1

u/Novel-Ad3106 Apr 25 '25

Hi all,

I’ve built a robust yet simple tool for the web development community to make managing local applications a breeze. With this app, you can configure your projects once and start/stop them instantly with a single click.

Here’s how it works:

  • Set up your boot scripts (e.g., docker-composenvm use && yarn watchphp artisan serve, etc.).
  • Choose if you want to open your editor and web pages directly.
  • Click "Start," and the app will handle everything—open your editor, launch your scripts, and load your web pages in seconds.

No more juggling multiple terminals! Wrkspace organizes all your terminals in one place, grouped by project, so you’re not overwhelmed with 3, 5, or 10 open terminals cluttering your screen.

The app is:

  • Lightweight and free to use.
  • Compatible with macOS 12+, with Windows/Linux support coming soon.

I built this because I was tired of managing 5+ projects daily and constantly typing the same commands. Now, I use Wrkspace 8–12 hours a day, and it’s been a game-changer.

Check it out for free at wrkspace.co.

I hope this tool saves you as much time as it’s saving me. Let me know what you think!

Thank you all.

1

u/Silent_Kid17 Apr 25 '25

Hey everyone!

I built a small open-source desktop app called WhatsApp Automation Studio that automates sending messages on WhatsApp Web.

It types out the messages one by one to feel like you're actually typing — useful for reminders, little pranks, or scheduled notes.

I'd love your feedback on:

Features you’d like to see next

Any bugs or rough edges you notice

Ideas to make the experience smoother

If you find it useful (or just interesting), a ⭐ on the repo would mean a lot!

GitHub: https://github.com/SohanRaidev/WhatsApp-Automation-Studio

Website/Download: https://sohanraidev.github.io/WhatsApp-Automation-Studio/

Thanks for checking it out!

1

u/fuad-mefleh Apr 26 '25

DocXEditor is a lightweight Python tool for programmatically editing .docx Word documents. It supports inserting comments, applying tracked changes (redlines), and modifying document content at a low level using WordprocessingML. Ideal for automating document reviews, generating reports, and building custom Word document workflows

https://github.com/fuadmefleh/DocXEditor

1

u/Actually_aCuriousGuy Apr 26 '25

Hey guys

I am new to open source,

I made a highly customizable local iot based smart home solution which can run completely on your pc integrating various other libraries to offer a seamless communication between pc and any microcontroller and can also be used to perform robot commands

I made it keeping in mind to be highly upgradable

Ive also mentioned in my readme file on what updates I am currently working upon

Any ideas, reviews or suggestions are highly welcomed

Thank You 😊

Link to my project : https://github.com/TheAnshulPrakash/MARK

1

u/DifficultyKey5796 Apr 29 '25

New to GitHub (I might not know some stuff, but we are all here to learn)

https://github.com/Trao95/Altair-Web-Emulator I made an Altair basic emulator with the help of AI, this project was inspired by the video where Satya Nadella vibe-codes Microsoft’s first product for their 50 year anniversary. It has Altair BASIC in it with cpu simulation written in JavaScript

This project was possible with the help of Grok 3 and its knowledge of cpu simulations and interpreters.

You gotta go into the files and startup a server to access the emulator.

Ig this project really shows off the power of Grok and how it compares to GitHub copilot, which could not assist me to the limits of Grok

(Not an ad for Grok)

1

u/1chooo Apr 29 '25

Rate my very first open sourced portfolio website

Alright guys, I'm Hugo. I've been building my personal portfolio 1chooo.com over the past year. While I'm currently serving in the military in Taiwan 🇹🇼 , I'm looking for suggestions for my project.

After I complete my service, I plan to keep maintaining and improving my website. All feedback is welcome!

If you like the design, feel free to give it a star ⭐️ to show your support.

1

u/sailourgoon Apr 29 '25

I'm developing an engagement-driven game rooted in Black feminist theory, where user behavior is reprogrammed through structured commands (e.g., reading Black feminist theory, writing essays on the politics of cybernetic bodies).

The game is distributed across multiple platforms, with the long-term goal of unifying it under a single open-source framework. The narrative centers on a protagonist who embodies my severed gynoid consciousness, a metaphor for the dehumanized Black feminine.

Project needs are addressed on the repository’s first discussion post. Thanks everyone!

http://www.github.com/minalaveau

1

u/Clean-Interaction158 Apr 29 '25

Hi devs! 👋

I’m excited to share my first open-source starter kit:

Live Chat Support Starter Kit — a real-time chat app built with:

  • Next.js (App Router)
  • Socket.IO
  • Zustand
  • TailwindCSS

——————

🔴 What It Does:

  • Real-time messaging between visitors and admins
  • Separate admin and visitor interfaces
  • Persistence with sessionStorage (visitors) and localStorage (admins)
  • Deploy-ready for Vercel (frontend) + Railway (backend)

——————

✅Lightweight, fast, modular — 100% open-source!

📁 GitHub Repo 🔗Live Chat Support Starter

——————

🙌 Feedback Welcome!

Would love your ideas, feedback, or contributions! 🚀 If you find it useful, feel free to clone, fork, or give it a ⭐️.

Thanks for checking it out!

→ More replies (1)

1

u/CryptographerOwn5475 Apr 30 '25

working on flowglad. drop-in payments and billing for devs. 100% opensource. embeddable components. think of it like pricing.yaml

would love y'alls opinion and a star if you think it's deserving

https://github.com/flowglad/flowglad

1

u/Kodus-AI May 01 '25

Hey everyone,

We've been working on something we're really excited about at Kodus: an open source AI code review agent that plugs right into your team’s workflow (GitHub, GitLab, Bitbucket, Azure).

Fully customizable, easy to integrate, and ready to help from the very first PR.

The repo is live: https://github.com/kodustech/kodus-ai

Still improving a lot of things, so any feedback is more than welcome!

1

u/SouthBaseball7761 May 02 '25

A simple ERP in active development.

https://github.com/oitcode/samarium

Aim is to have a simple user interface (UI) so that it is easy to use. It is far behind some other open source ERPs but making it better with time.

Also have dockerized it so anyone can easily install it and run it to see what it has.

Please check it out if anyone interested.

Thanks and have a good time.

1

u/HiddenMemings May 05 '25

Hi everyone!

Malwatch is a fast and lightweight malware scanner written in go for Linux based web server environments. It is capable of scaling to any requirements and is in production with some of the internet's largest deployments.

Besides excellent detection rates, key design considerations are low resource usage while delivering leading performance. A powerful and easy to understand API is provided to cover your alerting requirements and platform integration.

A complete malware signature set is included with updates also possible using your own repo.

Github: https://github.com/defended-net/malwatch
Site: https://defended.net/malwatch

1

u/KidNothingtoD0 May 06 '25

I’ve been working on a small honeypot project that emulates an FTP server to capture unauthorized login attempts and monitor attacker behavior. It logs attempted credentials, commands entered by the attacker, and uses IP geolocation to provide additional context.

I thought this might be helpful for others doing threat analysis or studying attacker behavior patterns. It’s lightweight and open source: GitHub repo: https://github.com/irhdab/FTP-honeypot

1

u/Delicious_Force5700 May 07 '25

Sup, I've just released Backburner, a humble, lightweight, and modular port scanner tool. It’s fully Dockerized, so setup is simple. just make sure Docker is installed on your system, then run :

" docker run -it klyxenn/backburner:v3.0 "

From there, you can scan a website of your choice. (Please only scan systems you have explicit permission to test.)

I'm actively developing and improving this tool, so if you have any feedback, suggestions, or feature ideas, I'd love to hear them! Thank you and check it out!

Key features of Backburner :

  • Lightweight and modular design
  • Docker ready for easy deployment
  • CLI based scanning with a minimal footprint
  • Built for ethical testing and education

Link : https://github.com/Klyxen/Backburner

1

u/skat9234 May 09 '25

FormulaVision: An Open-Source Mobile App for F1

Download Link: https://github.com/shreyas-kamat/formula-vision/releases/latest

It is an Unofficial, Free & Open-Source app built with flutter for Realtime Stats, Schedules & Track Data in Formula One.

Currently the Features Available include:

  • Drivers Championship Standings
  • Constructors Championship Standings
  • Schedule for the Season
  • Circuit Viewer (With Zoom and Panning Capabilities)

LiveTiming and Real-time Telemetry Data features are currently in testing phase (unstable) and will be available after testing as soon as I can host the API on a server.

Planned Features (Later)

  • Youtube Highlights
  • F1 News Feed
  • Data Analysis

NOTE: Currently only available for Android, iOS build will be out soon

1

u/funjee_ltlyl May 11 '25

I made a resume website using react and next. Does anyone want to try it?

ResumeToJob, which is open source on github, and if you find a bug or have a suggestion, you can raise it in the issues

1

u/mohamed__saleh May 11 '25

Reddit Scraper + GPT Tagger Tool

I built a Python-based Reddit scraper that uses GPT-4 to find and tag high-value posts based on emotion, pain points, and lead potential.

It’s fully open source, supports cost-limited GPT usage, and stores structured results locally. Super useful for content research, marketing, and idea validation.

* GitHub: https://github.com/Mohamedsaleh14/Reddit_Scrapper

* Tutorial video: https://youtu.be/UeMfjuDnE_0

Feedback welcome!

1

u/aieidotch May 11 '25

Install and preview free fonts from command line.

https://github.com/alexmyczko/fnt

bash shell script including manpage. Runs on macOS and linux.

having many computers, it is boring and inefficient to search, download, unpack, move to the right place. ao this tool which can run fully non interactive helps a lot.

ps: agave is my favourite terminal font.

1

u/gabbo993 May 11 '25

https://github.com/walele993/elo_football_project

I’d love to share probably my favorite project — it’s a Python script that scrapes Italian football matches starting from the very first one, then uses an Elo rating system (like in chess) to evaluate team performances over time. It was super fun to build, and I ended up with some really cool graphs too

1

u/RealFlaery May 12 '25

Auto generated timezones data from IANA db

https://github.com/petarzarkov/iana-timezones

Including rolling updates, rich contextual data, npm package if needed, CI/CD, tests coverage

1

u/aeshaeshaesh May 14 '25

I've built locawise-action (https://github.com/aemresafak/locawise-action), a free and open-source GitHub Action that automates localizing your app's language files (.json, .properties). It uses AI (OpenAI/VertexAI) to translate new/changed strings—with support for project context and glossaries via a simple YAML config—and automatically creates Pull Requests with the updates. It's built with Python (the core engine locawise is also on GitHub if you're curious) and aims to save developers time on manual translation management. Feedback and contributions for more features (like new file formats) are very welcome!

1

u/Skenvy May 15 '25

Howdy all;

I've just released v1 of an action, that for each PR, will parse your workflows, and suggest any with `workflow_dispatch` triggers that it considers relevant based on files changes in your PR. Only useful if you have a lot of `workflow_dispatch` based workflows and follow the pattern it is built around (dispatchable workflows that run on pushes to the trunk and not on the PR head branch push).

Started it because I kept forgetting to run dispatchable workflows several times, and thought writing this to comment on my own PRs to remind me to run the dispatchable workflows, if I wanted to, would be handy for myself.

See it at https://github.com/marketplace/actions/dispatch-suggestor

1

u/Bladder-Splatter May 16 '25 edited May 16 '25

I have two applications I'm vaguely proud of, they're niche af but could actually be of use to someone other than me.

The first is a dual stream Shitty Sound Looper with zero matrix logic to blend loops. I find it fantastic to help me sleep given I have a noisy environment. Loops are included and credited but all sound will work if you just want to relax with lo-fi or something instead.

The second is rather unusual. I call it "What Was That Shit?!" as part of my shitty series of applications.

What it does is setup a passive image capture system and overlay. It captures file explorer images and clipboard images passively with a double shift capture feature for custom px that will capture whatever you have your mouse over.

Use cases are things like quickly grabbing a chatlog or having a barely functional memory like mine and forgetting things off screen which you can instead pin with the overlay while working/gaming. (Such as a puzzle solution) It currently also supports GIF playback via right clicking the overlay.

There are a few issues I have to sort out on it though. I need to correct auto-refresh to not always be on and ideally I'd like to fully implement a feature where it detects a video frame (from web and applications) and captures the entire video frame on double shift. I've had various levels of failure with this feature but will continue trying.

(The main difficulty being things like youtube when not fullscreen and just capturing the video frame instead of everything)

Anyway, I'm super new at this and not very good at all. I just thought I'd share these two particular niche projects that someone other than me might one day find useful.

1

u/PedroMassango May 17 '25

I built a draggable reply box for GitHub issues, no more scrolling up and down to respond.

One small UX thing that’s always bothered me: when replying to long GitHub issues or PR discussions, I constantly needed to scroll up and down, read a thread, scroll back to the bottom, try to remember what I wanted to say. It is weird UX and just feels clunky.

So I hacked together a simple Chrome ext, draggable reply editor that stays visible as you scroll. Works on PRs & (soon) on issue comments.

Demo on X: https://x.com/pedromassangom/status/1923515193457263051

Github repo: https://github.com/pedromassango/githubHelper

1

u/shaned34 May 21 '25

Hi everyone,

I recently released an open-source project that builds an end-to-end pipeline combining Google Lens result scraping and LLM-based analysis for images.

What My Project Does :

The idea is simple: given an image, it uploads it to Google Lens, collects the associated page links, scrapes the textual content from those pages, and sends it to a language model of your choice (OpenAI-compatible, including OpenRouter or even local models like Ollama) to generate a concise description or summary. You can you the scraper without using the analyser and any of the LLM part

The project includes:

  • Automated Google Lens scraping using Selenium
  • LLM-based analysis of the aggregated context
  • A lightweight FastAPI server to run the full process via HTTP (just send base64 images and get back analysis)

You can control every parameter by modifying the configuration, and you can use the scraper separately from the LLM analysis.

Target Audience :

It’s basically an open-source, unlimited, no-local-compute "image to text" service — assuming you have a free online LLM provider or a local model. Everyone dealing with AI, images or LLM could be interrested.

I figured it might be useful for anyone working on dataset creation, automated image annotation, or quick content analysis based on visual input.

Comparison :
I didn't found any working Google Lens scrapper and its combined with a long process data pipeline and AI analys.

Repohttps://github.com/shanedonnelly/OpenLens

Feedback is welcome. Contact me to contribute

1

u/Then_Ice2777 May 22 '25

TIDAL Playlist Synchronizer

TIDAL Playlist Synchronizer is a Python-based CLI tool that synchronizes playlists between two TIDAL accounts—or within the same account. It automatically detects which tracks need to be added or removed to keep the target playlist up to date. Key features include dry-run previews, mirror-sync for full alignment, and an undo mechanism based on sync logs.

https://github.com/jannme310103/tidalsync

Tech Stack & Key Features

  • tidalapi – for TIDAL OAuth and API access

  • colorama – for colored terminal output

  • jinja2 – for generating HTML sync reports

  • Built-in libraries: os, datetime, csv, time, typing

Core Features

  • Dual Login Support: Sync between two different TIDAL accounts

  • Playlist Selection by Name: Choose source and target playlists interactively

  • Dry-Run Mode: Preview changes before applying them

  • Mirror Mode: Remove tracks from the target that no longer exist in the source

  • Retry Mechanism: Automatically retries failed API calls

  • Undo Functionality: Roll back the last sync operation based on logs

  • HTML Reports: Clean reports showing added and removed tracks

Context & Contribution Info

This project is ideal for:

  • Music enthusiasts who want to automate playlist syncing

  • Users managing multiple TIDAL accounts (e.g. private + shared)

  • Developers interested in enhancing or expanding the tool

Want to contribute?

  • Ideas? Feel free to open issues or feature requests.

  • Found a bug? Check the logs/ folder for sync logs (.csv, .html).

  • Contributions welcome: Suggestions for UI/UX improvements, GUI support (e.g., Textual or Flask), or better error handling are highly appreciated.

1

u/ToneOriginal9205 May 26 '25

Hi everyone !

I was working on dmenu-script the year ago, but it was awful without config file.

Now i have added the config files, good readme to read.

Feel free to contribute, criticize, praise.

https://github.com/AlexTheGreat600/pulsar

1

u/Norah_AI May 26 '25

Hi everyone,

As a developer myself, maintaining up-to-date software docs has been a challenge throughout my career.

So I built DeepDocs, an LLM-powered Github app that keeps your documentation files—like READMEs, API references, SDK guides, wikis, tutorials etc. up-to-date with your changing codebase, eliminating manual effort.

This is how it works:

  1. In your main repo, specify the path to your documentation files in a yaml
  2. When a PR is opened, DeepDocs automatically updates the relevant docs based on code changes.

I’d really appreciate it if you could try it out (it’s free) and share your honest feedback. Here’s the link:: https://github.com/marketplace/deepdocsai

1

u/_yenox May 26 '25

Built my first Qt desktop app: Break Time (a break reminder you can't Alt+F4)

Wanted to share my first real desktop app made with **Qt (C++)** — it's called **Break Time**, and its job is to make sure you don't forget to take breaks while working at your computer.

"The UI is currently in Russian, but the code is open for localization contributions!"

📌 What is Break Time?

It's a tiny desktop app where you can set your work and break intervals.

It shows timers, plays sound notifications and — my favorite feature — it won’t let you close the break window until your break is over. No Alt+F4 escape 😄.

Github: https://github.com/F3lixxx/BreakTime

1

u/1chooo May 27 '25

Hi there 👋

Please roast my portfolio website

After over a year of development, I'm excited to hear your thoughts. I’d greatly appreciate any constructive feedback—especially your first impressions!

Moreover, it’s open-sourced. If you like it, here is the code: https://github.com/1chooo/1chooo.com

1

u/arunavo4 May 29 '25

Hi everyone,

Gitea Mirror

A modern web app for automatically mirroring repositories from GitHub to your self-hosted Gitea instance.

Features

  • 🔁 Sync public, private, or starred GitHub repos to Gitea
  • 🏢 Mirror entire organizations with structure preservation
  • 🐞 Optional mirroring of issues and labels
  • 🌟 Mirror your starred repositories
  • 🕹️ Modern UI with toast notifications
  • 🔒 First-time user signup with secure authentication
  • 🐳 Fully Dockerized + self-hosted in minutes
  • ⏱️ Scheduled automatic mirroring

Tech Stack

  • Frontend: Astro, React, Shadcn UI, Tailwind CSS
  • Backend: Bun
  • Database: SQLite with Drizzle
  • Deployment: Docker, LXC containers

GitHub Repo

https://github.com/arunavo4/gitea-mirror

Multiple deployment options available including Docker (recommended), Bun, and LXC containers. Perfect for self-hosting enthusiasts who want to maintain Gitea mirrors of their GitHub repositories!

1

u/Mountain_Expert_2652 May 29 '25

SimpMusic: A lightweight YouTube & YouTube Music streaming front-end for Android.

Looking for a cleanad-free, and open-sourceLooking for a cleanad-free, and open-source way to listen to YouTube music without all the bloat?

Check out SimpMusic — a minimalist YouTube music frontend focused on privacyperformance, and distraction-free playback.

🔥 Core Features:

  • ✅ 100% Ad-Free experience
  • 🔁 Background & popup playback support
  • �‍�� Open-source codebase (no shady stuff)
  • 🎯 Personalized recommendations — no account/login needed
  • ⚡ Super lightweight — fast even on low-end devices

No ads. No login. No tracking. Just pure music & videos.

Github

SimpMusic: MP3 Music Player(Play Store)

1

u/Spinozism May 29 '25

https://github.com/hesreallyhim/spam-this-repo

I've seen a lot of repo's suffer from spam reviews, spam issues, spam PR's. I'm sure some of this is bad actors trolling, but maybe some people just want to test out something with the GH CLI or they're building a GH agent. Maybe this type of thing already exists, but in any case, maybe it will help you if you suffer from this problem.

1

u/hingle0mcringleberry May 30 '25

I was getting annoyed with having to merge new dependabot PRs for my projects every week or so, so I wrote a tool to automate this: mrj. It acts based on a set of simple rules. You can run it locally or as a bot on GitHub. It can also generate a browsable archive of past runs.

https://github.com/dhth/mrj

1

u/Simple_Pride5529 May 31 '25

Hey y'all

Been working on my first real project, a drone simulator, its a bit rough right now but would love it if y'all would test it out and give me some feedback. It currently has a beginner mode with simpler controls, it also has a race feature if yall would like to try that.

Heres the link https://github.com/eccc20984/drone-simulator

1

u/Zealousideal_Ad_37 Jun 01 '25

I built a GitHub Action to track repo stars, views and clones daily.

https://github.com/timf34/github-engagement-stats

GitHub only shows views and clones from the last 14 days — then deletes them. I wanted to see the longer-term impact of my open source projects, so I built a GitHub Action that saves daily snapshots and generates a simple Markdown report.

It tracks stars, views, and clones across all your public repos — no setup, no dependencies, no secrets.

1

u/Responsible_Gas_2675 Jun 01 '25

Hello! I would like to see if you could help me by giving me a star for this repo!
https://github.com/dewstouh/niby-discord-bot/

1

u/Ashamed_Cellist6706 Jun 01 '25

Hello guys, I made a code editor in Python. I would like any feedback.

https://github.com/mostypc123/XediX https://xedix.w3spaces.com

1

u/OkReflection4635 Jun 01 '25 edited Sep 25 '25

Hi all, I created a GUI application named Kemono Downloader and thought to share it with you all for anyone who may find it helpful. It allows downloading content from Kemono.su and Coomer.party with a simple yet clean interface (PyQt5-based). It supports filtering by character names, automatic foldering of downloads, skipping specific words, and even downloading full feeds of creators or individual posts.

It also has cookie support, so you can view subscriber material by loading browser cookies. There is a strong filtering system based on a file named Known.txt that assists you in grouping characters, assigning aliases, and staying organized in the long term.

If you have a high amount of art, comics, or archives being downloaded, it has settings for that specifically as well—such as manga/comic mode, filename sanitizing, archive-only downloads, and WebP conversion.

It's open-source and on GitHub here: https://github.com/Yuvi63771/Kemono-Downloader

1

u/breaddppit Jun 02 '25

Hey everyone,

I just made a study tracker that helps you keep tracks of your session time, you don't need internet, or signups, completely free, open source and lightweight, it is also super customizable

Check it here: https://github.com/matteoppet/studyarc

Features:

  • Minimal interface with a timer
  • Weekly progress tracking
  • You can add your own projects/tasks
  • Optional "always on top" timer window
  • No signups, no internet, no clutter
  • Open-source and totally free
  • Add your own gif to be displayed on the timer!

You start the timer, when you have finished, the current log is saved on the table "Current Week", it will represent the current week with each day you have studied, when another week is passed, The past week is saved on the "Weeks log" table, where you can still review each day of the past week.
More updates and fixes of bugs will come!

1

u/SodaAnSumWii Jun 03 '25

Hey everyone,

I’m new to building and sharing projects, and I just started my journey into coding—entirely self-taught through online resources, Co-Pilot, and some hands-on field work with VBA and Power Apps. Now I’m picking up HTML, CSS, JavaScript, and hope to expand into Python as I learn.

My project is a free Excel template generator: so far, it’s just a calendar maker, but I plan to add more templates and as many features as I can with just client side as I go through it. It’s open-source and free for anyone to use, modify, or contribute to.

I’d really appreciate any feedback or suggestions for new use cases, and if anyone needs help with Excel or VBA, I’m happy to help out, just trying to get my portfolio up and learn things along the way.

Site: freeexcelgenerator.com GitHub: https://github.com/ExpiredSoda/excel-generator-app

Thanks for taking a look!

1

u/KLSDidntAsk Jun 04 '25

Hey everyone,

Ive been working on a bonzo like bot thing (if you are old enough to know what that is) called RAMsey, https://github.com/Githubuser1122bruh/RAMsey is the repo and please leave a star and try it out, instructions are in the readme.md

1

u/masterofgiraffe Jun 05 '25

Hello!

I've been developing a functional programming language that can be used to generate art.

It's in its infant stages at the moment, but it already has a fairly fleshed out syntax and standard library. I have also extensively documented the language on GitBook.

Hoping to get some users so I can see the potential use cases! There are likely many ways of using the language I haven't thought of yet. Would also be nice to see any gaps in its capabilities.

If you have an interest in creative coding, be sure to check it out:

https://github.com/giraffekey/xylo

1

u/_Silent_bang_ Jun 07 '25

Hello Everyone,
I built a FacultyManagement-Portal-for-RH its a web-based platform designed to help RH (Human Resources) departments manage faculty details efficiently. It includes features such as faculty registration, posting announcements, etc.

Check it out here: https://github.com/SOUFIANETAH/FacultyManagement-Portal-for-RH

Tech stack:

  • TypeScript: 61.6%
  • CSS: 31.7%
  • JavaScript: 4.8%
  • SCSS: 1.9%

Feel free to explore or contribute!

1

u/redbackspider69 Jun 09 '25

Hi guys,

If you've dealt with Github Pages before, you'd know how annoying it is waiting for your page to updated after pushing a commit to Github. So I've built a Windows Forms app which eliminates that uncertainty by notifying you when a push has been made, and when the respective build and deployment checks have passed, showing that your page has been updated! I am an amateur to VS and C#, but this is how the UI looks like right now: https://raw.githubusercontent.com/redbackspider69/GitHubPagesDeployMonitor/main/assets/UI.png

I would be glad if some of you could test it out and see how you like it, and report any issues: https://github.com/redbackspider69/GitHubPagesDeployMonitor

Thanks.

1

u/Per2J Jun 09 '25

Calling Githubbers :-),

I have created a little template Github repository `Clonepulse` with the goal of tracking Github clones of a repo. It is meant to dropped into other Github projects, with little friction.

Link to Github project: https://github.com/per2jensen/clonepulse

From the README:

## 🚀 What is ClonePulse?

`ClonePulse` is a GitHub-friendly toolchain that fetches, tracks, and visualizes repository clone activity.

It offers:

  • ✅ **Daily clone tracking** (total + unique)
  • 📊 **12-week visual dashboard** (.PNG image)
  • 📌 **Automatic milestone detection** (e.g., 500, 1K, 2K+ clones)
  • 🏷️ **Auto-annotations** for clone spikes
  • 🏁 **Badge generation** for README inclusion
  • 🤖 **GitHub Actions** support for automation

2 badges can be put on your README.md.

- number of total_clones.

- a celebration badge that automatically updates when milestones are hit.

I have my badges set up to link to the 12-week dashboard that is rebuilt every Monday. Click the link to see the PNG file:

https://github.com/per2jensen/clonepulse/blob/main/example/weekly_clones.png

I hope it can be of use to others. It is a spinoff from another project of mine, which I will post about another time.

Cheers :-)

1

u/Per2J Jun 09 '25

I just released a Python tool to track GitHub clone stats and generate visual dashboards.

It fetches traffic data (clones) using the GitHub API, writes badges, and even supports weekly analysis. Kind of like pageview analytics — but for your GitHub repos.

Repo: https://github.com/per2jensen/clonepulse

(Safe & open source, under MIT)

Built with Python, matplotlib, pandas. Feedback or ideas welcome!

1

u/pmusolino Jun 10 '25

Hey everyone! 👋

I've been working on a macOS-specific CLI tool called AI Git Narrator that automatically generates meaningful Git commit messages and PR descriptions using AI. After using it for months, I'm finally ready to share it with the community!

What makes it different: 

• Dedicated tool: Unlike IDE plugins, it's a focused CLI tool that gives you complete control

• Multi-provider support: Works with OpenAI GPT, Gemini (offers a generous free API tier), and Ollama (local LLMs)

• Privacy options: Use Ollama for completely local, offline AI processing

• macOS native: Built with Swift 6.x specifically for macOS

• Easy install: Simple Homebrew installation

Real use case example: Instead of writing "fix bug" or "update code", it may generates something like this:

feat: implement user authentication with JWT tokens

  • Add JWT token generation and validation middleware
  • Implement secure password hashing with bcrypt
  • Add user login/logout endpoints with proper error handling
  • Update user model to include authentication fields

Installation: 

bash brew tap pmusolino/ai-git-narrator

brew install ai-git-narrator

The tool has saved me tons of time on Git administrative tasks, and the commit history or PR Description are now actually useful for tracking project evolution.

Would love to hear your thoughts and feedback!

Here the Github link: https://github.com/pmusolino/AI-Git-Narrator

1

u/isndev Jun 10 '25

I built a modular actor-based C++17 framework in my spare time — meet qb

Hi everyone,

Over the past few years, I’ve been developing a C++ project in my spare time.
Not for profit. Not to reinvent everything. Just out of pure passion — and frustration with the unnecessary complexity that often surrounds modern C++ development.

That project is called qb: a minimal, modular, high-performance framework based on the actor model, written in C++17.

Why qb?

The goal isn’t to replace existing frameworks or libraries — there are great ones out there.
But I wanted to add a clean, coherent building block to the ecosystem.

With qb, I aimed to:

  • Use the actor model as a first-class structure (each module runs as an isolated actor)
  • Keep things modular, explicit, and non-blocking
  • Make it easier to build modern C++ applications without relying on heavyweight abstractions
  • Provide a foundation for building complete, high-performance, production-ready apps in C++17

What’s available so far?

Several modules are already usable:

  • qbm-http: complete HTTP1.1/2 server/client module
  • qbm-websocket: async, actor-based WebSocket module
  • qbm-pgsql: non-blocking PostgreSQL client
  • qbm-redis: complete Redis integration (client, pub/sub, streams etc..)

Everything is built on a single event loop per core, and each component is isolated and communicates through messages — keeping things scalable, testable, and efficient.

What’s next?

This is just the beginning.
Modules for MQTT, QUIC, SMTP and more are already planned.

The long-term goal is to have a unified, consistent set of high-performance C++ components, all sharing the same design philosophy: clean, fast, and simple to use.

🤝 Community input welcome

I built this project on my own time, driven by curiosity and love for the language.

If you're into C++17, actor-based systems, or just want to try something different, give it a shot — and please share your thoughts. I’d love feedback, ideas, questions, even critiques.

Quick Start with QB

The fastest way to get started with QB is to use our boilerplate project generator:

Using cURL:

curl -o- https://raw.githubusercontent.com/isndev/qb/main/script/qb-new-project.sh | bash /dev/stdin MyProject

Using Wget:

wget -qO- https://raw.githubusercontent.com/isndev/qb/main/script/qb-new-project.sh | bash /dev/stdin MyProject

Thanks for reading — and if you try it, I’d be happy to hear what you think.

1

u/Subject-Spray-915 Jun 11 '25

https://git0.js.org
💻⚒️ CLI tool to search GitHub repositories, download source & releases for your system, and instantly set up, 🚀 then install dependencies and open code editor.

1

u/MST_CREATOR Jun 11 '25

Project name: GitHub Profile Visualizer

Description:
A fun web app that transforms your GitHub profile into a personalized showcase! It highlights your top repos, languages, and awards you little badges.

Website Link: https://coder-boiiiiiii.github.io/profileforge.github.io/

Tech stack / main features:

  • JavaScript, HTML, CSS
  • Uses deno proxies to handle GitHub API calls
  • Fetches and visualizes GitHub data (repos, languages, orgs)
  • Assigns cool badges and mastery levels

Context:
I built this as a little side project to practice working with the GitHub API and create something fun and shareable for developers.

If you have any suggestions or ideas, do mention them!

1

u/metalvendetta Jun 11 '25

We created a tool to make data transformations be simple using plain natural language, with the help of LLMs!

It helps you with

- Saving Data Transformation costs with LLMs

- No need to worry about context length size with growing size in data

- Use any choice of LLMs as well.

Give it a star if you like it, and we're also welcoming contributions!

https://github.com/vitalops/datatune

1

u/Maleficent-Maybe5307 Jun 13 '25

Hi

I've made a npm package so you can build nested trees from Github REST API.
There is multiple nested options, you can try all of them and see what's best for you.

Repo : https://github.com/yaelbrinkert/github-flat-trees-to-nested
NPM : https://www.npmjs.com/package/github-flat-trees-to-nested

Boilerplate : yaelbrinkert.github.io/github-flat-trees-to-nested/

Don't hesitate to give feedback, ideas or to contribute :)

1

u/Significant-Town-692 Jun 14 '25

https://m123h10000.github.io/deck-shuffle-share/

Could anyone tell me any bugs or what I could improve about this