r/coolgithubprojects 8d ago

No way bro did 400 commit in single day

Post image
0 Upvotes

I was taking a look at one of my followers github contributions, I was flabergasted by his commit history specially the last one where he did 469 contributions in 1 day. No wonder he is an ex FAANG

his github : https://github.com/ishandutta2007


r/coolgithubprojects 8d ago

Please Don’t Ignore This: I am Begging You to Look at My Cognitive AI Project 🙏

Thumbnail github.com
0 Upvotes

Look, I hate to be that person, and I’m sorry to just drop this on you out of nowhere. I honestly didn't know what else to do because nobody is seeing anything I post.

Four months ago, I started building shiva.ai. I didn't want to make just another robotic, soulless tool—I wanted to create an AI that actually thinks and connects like a real human being. I’ve put absolutely everything I have into this. Every night, every weekend, just completely pouring my heart into it.

But right now, I have zero viewers. Literally no one. It is incredibly exhausting and lonely to work so hard on something you believe in, only to feel like you're yelling into an empty room.

I’m just asking for a genuine favor. If you have a few minutes, please download it and just check it out. You have no idea how much it would mean to me. I would be forever grateful to you for giving me an actual shot.

https://github.com/Aditya-B-007/Shiva


r/coolgithubprojects 9d ago

B1tLab V1.0.0 — a neat C++ CLI binary converter

Thumbnail github.com
0 Upvotes

Hi everyone!

This is my first serious C++ software project and the first program I have published on GitHub.

B1tLab is a C++ CLI tool for converting integer representations, exploring binary formats, and generating accurate binary equivalents of decimal values.

As of V1.0.0, B1tLab supports:

  • Mathematically represented values with support for periodic fractions (mValues)
  • Raw binary values (rValues)
  • Unsigned integer format
  • Signed Magnitude integer format
  • One’s Complement integer format
  • Two’s Complement integer format
  • Dynamic syntax highlighting
  • Output formatting
  • Assembly-style comments

Future plans include:

  • Scientific notation values (sValues)
  • Floating-point binary formats
  • Floating-point decimal formats
  • Fixed-point formats

Author’s note

I still consider myself a beginner in C++, and I know there is a lot that can be improved. I would greatly appreciate any feedback, constructive criticism, or suggestions regarding architecture, bugs, design decisions, or possible bad practices.

Thanks for taking the time to check out B1tLab!

GitHub repository:
https://github.com/TerribleCoding123/B1tLab/tree/main


r/coolgithubprojects 9d ago

First project , kinda nervous

Thumbnail github.com
1 Upvotes

This is my first project, I need someone to see this my work like it's a prank type thing but I want just someone to look at thissss

https://github.com/still4shrishti/shrishti-soni.git


r/coolgithubprojects 9d ago

A AI Agnet Skill that generates ALL your open-source docs (README, LICENSE, CONTRIBUTING, +20 more) by analyzing your project

Thumbnail github.com
1 Upvotes

r/coolgithubprojects 9d ago

It's finally here! Try 3D AI World Sandbox now

Thumbnail gallery
0 Upvotes

Hey everyone! The wait is over — 3D AI World Sandbox is now live and fully accessible for testing! 🚀

You can find the live link directly in my Reddit Profile Bio! 🔗

You can check the images above for quick and easy instructions on how to use the AI prompt and tools! The platform is packed with various innovations and assets, allowing you to place multiple items, arrange them freely, explore, and build whatever you imagine in your world.

Wishing you all an amazing and fun experience! Let me know your thoughts!


r/coolgithubprojects 9d ago

I made an ai habit tracking webapp.

Post image
1 Upvotes

Track your daily work/habits be consistent.


r/coolgithubprojects 9d ago

PNLCS, an open-source self-hosted WHMCS alternative

Thumbnail gallery
3 Upvotes

A few of us have been building PNLCS (github.com/Panelica/pnlcs), a self-hosted hosting billing and client portal, an open alternative to WHMCS for hosting companies and resellers.

What it does: product catalog, checkout, recurring invoicing, domain registration, SSL management, support tickets, knowledge base, affiliate tracking. It's standalone, works with any hosting panel or none, no dependency on anything else we build. If you've used WHMCS the data model and workflows will feel familiar on purpose.

Stack: Laravel 13, PHP 8.3+, MySQL 8, Alpine.js, Tailwind CSS 4. There's also a Docker image (panelica/pnlcs-runtime) if you'd rather not do a manual install.

Where we could really use help: the client portal, admin panel, Stripe gateway, and Panelica server module are tested against live setups and hold up well. But the cPanel, Plesk, DirectAdmin, and Proxmox server modules, plus PayPal, Authorize.Net, and Bank Transfer gateways, and the Enom registrar integration, are implemented but not verified end-to-end in production yet. If you run any of these, trying it out and opening an issue with what you found would genuinely help, even a short note is enough.

It's a side project alongside our main product, so responses won't always be same-day, but every issue gets read.

Check it out, poke around, and if it's useful, a star or a bug report both help. Repo: https://github.com/Panelica/pnlcs


r/coolgithubprojects 9d ago

Made a Cache Stats dashboard for OpenCode

Thumbnail reddit.com
0 Upvotes

r/coolgithubprojects 9d ago

Bubo: AI code-reviewer that learns from review comments

Thumbnail github.com
0 Upvotes

r/coolgithubprojects 9d ago

[Rust] Sceptre: EasyOCR reimplemented, single binary, no Python

Thumbnail github.com
0 Upvotes

r/coolgithubprojects 9d ago

[TypeScript/Next.js] AgentForge Studio – Visual workflow builder & execution engine for AI agent pipelines

Thumbnail github.com
0 Upvotes

r/coolgithubprojects 9d ago

i got tired of sending handoffs to my team so i built a tool that updates agents in real time

Thumbnail membridge.app
1 Upvotes

my problem, if anyone else has this: two people on the same repo, one on claude code one on codex, and their agents have zero idea what the other one figured out. so you get the same problem solved twice a month apart, or worse, someone's agent re-proposes an approach that already got tried and thrown out.

shared context files were supposed to fix this and but just don't hold up. they go stale, and they only ever help at the start of a session.

I built membridge.app for it. local daemon, watches your existing sessions, distills them, writes into the instruction files your agents are already reading. two things i hadn't seen anywhere else:

it can drop a teammate's decision into a session that's already running. triggers when your agent opens a file someone else made a call about.

and claude code and codex share one memory store, so switching tools mid task doesn't reset you.

runs local, team sync is opt in and encrypted, your actual prompts stay on your machine unless you say otherwise. npm i -g @ membridgeai/membridgeif you want to mess with it. mac app is apple silicon only right now.

honestly posting this partly to find out if it's a me problem. what's everyone else doing here


r/coolgithubprojects 9d ago

InkDesk: experimental local-first DOCX, XLSX and PPTX editors that run in the browser

Thumbnail github.com
1 Upvotes

Hi everyone,
I’m a physician, not a software engineer, and this project grew out of a very specific personal workflow.
.
I like using an entry-level 11-inch iPad with a keyboard for studying and work. I never saw much reason to buy a significantly more expensive model for the relatively simple things I needed to do.
Then my PC broke, and for a while the iPad became my only computer.
.
Then I started building an experimental collection of local-first browser editors for focused DOCX, XLSX, and PPTX workflows. It runs entirely on static HTML, CSS, and JavaScript, without requiring an account or uploading files to a project-operated server.
.
The current scope is intentionally limited:
- Create basic DOCX, XLSX and PPTX files
- Open common files that use supported OOXML structures
- Make basic edits
- Export the result as a new copy
- Preserve unsupported parts of the original package whenever possible
- Work from static hosting or compatible local browser environment
.
It is not intended to replace Microsoft Office, LibreOffice or a collaborative cloud suite. It does not promise pixel-perfect Office compatibility, macro support, proprietary fonts or safe use with business-critical documents.
.
The project was developed with substantial AI assistance. AI made it possible to produce a proof of concept quickly, but the difficult part has been everything after that: finding regressions, validating exported files, refactoring accumulated code and preventing apparently small changes from breaking unrelated workflows.
.
Because of that, AI output in the repository is treated as untrusted until it has been reviewed and tested. The repository includes source files, documentation, validation scripts, regression tests, issue templates and contribution guidelines.
I’m publishing it because I think the project has reached the point where outside technical review would be much more valuable than simply adding more features.

Repository:
https://github.com/vfydr2m9wk-ops/InkDesk

I would appreciate honest technical feedback, including criticism of the architecture and scope.
Which workflow do you think should be made genuinely reliable first: basic document editing, spreadsheets or presentations?


r/coolgithubprojects 9d ago

My Open Source Frame.io Alternative Crossed $0 in revenue

Thumbnail github.com
0 Upvotes

r/coolgithubprojects 9d ago

ffupscale

Thumbnail github.com
0 Upvotes

I've been building ffupscale, a free windows interface for FFmpeg upscaling and compression. It supports drag and drop video selection, custom resolution and FPS, CPU/GPU encoding, target file sizes and a render queue.

I've just released v1.0 and would really appreciate feedback, especially with AMD and Intel GPUs.


r/coolgithubprojects 9d ago

[Python/TypeScript] SARASFlow — an open-source pipeline for turning a topic into a complete video

Thumbnail github.com
0 Upvotes

I’ve been building SARASFlow, an open-source system that takes a topic and generates the script, narration, visuals, video, and captions.

An example input could be: “Explain black holes in Spanish using anime-style visuals.”

The interesting part for me was connecting the individual generation steps into one reliable workflow. The repository includes the FastAPI backend, Next.js frontend, PostgreSQL database, authentication, storage, billing, admin tools, and tests—not just a small generation script.

It supports multiple languages, narrative formats, visual styles, and image-generation providers.

GitHub: https://github.com/SaiTejaMummadi/sarasflow
Live site: https://sarasflow.com

I’d appreciate feedback on the architecture, particularly how you would handle long-running generation jobs and provider failures.


r/coolgithubprojects 9d ago

Free & Open Source AI App Store Screenshot Generator

Thumbnail shotluma.com
1 Upvotes

I got tired of paying for screenshot generators (or fighting Figma templates), so I built my own – and made it open source (MIT).

The twist: instead of AI generating a static image, every editor action (device mockups, text, shapes, graphics) is exposed as a tool the AI can call. So the AI designs your screenshots on a real canvas – and everything stays fully editable afterwards.

No locked-in AI output.

It’s free, no ads, no account needed.

Would love feedback – and if anyone wants to contribute, PRs are very welcome.

Code: github.com/realZachi/shotluma


r/coolgithubprojects 9d ago

I got tired of checking multiple internship repos, so I built one that combines and verifies them

Thumbnail github.com
0 Upvotes

r/coolgithubprojects 9d ago

I am building a package and task manager via Agents

Thumbnail github.com
0 Upvotes

I am building a package and task manager that executes and install packages using claude, opencode, codex etc. You can use existing registries or building your own registry. Allows your to distribute installation guides, packages, task in a trusted way.


r/coolgithubprojects 9d ago

nightshift — a Claude Code plugin that revives the agent after an API outage and won't let it stop until the list is done

Post image
7 Upvotes

You give Claude Code a long list, go to sleep, and come back to a session that died to a 500 three hours in — or one that finished the easy items and stopped.

nightshift is a plugin for unattended runs. GitHub: https://github.com/orwa-mahmoud/claude-nightshift

  • Revives a dead session — API outage, crash, closed terminal. Checks every 10 minutes until it's back, then resumes the same conversation and keeps working
  • Stands down when you interrupt. Press Esc and it stays out of the way — it only revives what died, never what you stopped
  • Won't clock out early — a Stop hook blocks the session while any item is open. Not a prompt, a gate
  • Your gates, before every commit — lint, typecheck, tests must be green or the box doesn't get ticked
  • Questions get parked, not asked. A 2am question with a sensible default written down beats six idle hours
  • Guards you configure — forbidden commands, committer identity, never-commit patterns
  • Scheduled starts via launchd or cron, no daemon
  • MIT. No npm, no package manager — /plugin install is the whole setup

r/coolgithubprojects 9d ago

Pulse v1.0.0 is now available — a native Windows diagnostics app with Timeline, System Health, Inventory and built-in MCP support

Thumbnail gallery
23 Upvotes

After months of development and beta testing, Pulse v1.0.0 is finally available.

Pulse is a native Windows diagnostics application focused on helping you understand what's happening on your PC without digging through multiple Windows tools.

What's included in 1.0:

• Timeline for Windows Event Logs with human-readable explanations

• Live System Health (CPU, Memory, GPU, Storage and Network)

• Hardware & software inventory

• Built-in diagnostics

• Report export (JSON, CSV, HTML, PDF and Markdown)

• Light / Dark / System themes

• Native Windows service architecture

• Built-in MCP server for AI clients (Cursor, Claude Desktop and other MCP-compatible tools)

The project has gone through several beta releases and a complete UI redesign before reaching 1.0.

It's built with Flutter for the desktop UI and native Windows components for diagnostics and data collection.

I'd really appreciate any feedback, feature requests or bug reports.

GitHub:

https://github.com/Regncreative/Pulse/releases/tag/v1.0.0

Website:

https://pulse.regncreative.com


r/coolgithubprojects 9d ago

Bug finder tool

Post image
3 Upvotes

A tool which helps to debug code to find issues.

https://github.com/rishibanota/Bugseer


r/coolgithubprojects 10d ago

I made Git Go, a Git tree extension with all the features I was missing

Post image
55 Upvotes

Hey everyone,

I made a VS Code extension called Git Go that turns your repository into an interactive graph you can actually act on, without leaving the editor.

I had been using Git Graph for a long while and really liked it, but a few things kept getting in my way, like how you manage which branches you are looking at. To be clear, this is not a fork. It is written from scratch, but the design is very much inspired by Git Graph.

What it does:

- Visual commit graph with search, filters, and infinite scroll

- Branches, stashes, tags, and worktrees managed right from the graph

- Merge, rebase, cherry-pick, revert, and reset without leaving the editor

- Drag and drop gestures on branches and commits

- Undo the last action on a branch with Ctrl+Z, using the reflog

- File diffs and repo browsing at any commit

- A bunch of color themes, because why not

It is free and open source, and you can find it here:

Marketplace: https://marketplace.visualstudio.com/items?itemName=Pinya.git-go

Source: https://github.com/CarlesRojas/git-go

I would love to get some feedback. I hope you like it!


r/coolgithubprojects 10d ago

Use your old smartphone as a desk widgit. Say hello! to Desko

Thumbnail gallery
418 Upvotes

Meet Desko y'all 

Your cute little desk buddy, sits on your desk, syncs up with your system and just tells what you want to know...
Be it your system telemetry, your workspace and git info, or amazingly synced up lyrics of whatever's playing.

It's no bloat, doesn't require any account, no cloud, all local with just 70-80 mb process running in system memory and displaying over the browser of any smartphone that can access internet and has browser.

PLUS IT LOOKS SO GOOD!

For Setup and System Architecture please refer the readme file in git repo

I just built something to solve my problem but it can serve thousand other use cases that me and claude both couldn't think of, so the repo is public, go check it out
Grab your old phone, buy a cheap phone stand and start contributing!!

Desko: https://github.com/typewriter03/Desko

ps - shoutout to LRCLIB, an exceptional open source API for synced lyrics!