Audio
π Docker Setup, Minus the Headache
π¦ unslop-xyz/noodles
Noodles is an open-source command-line tool that helps developers spin up a ready-to-use project environment with Docker, without hand-writing lots of setup files. It looks at your codebase (for example, Python, Node, Rust, or Go), picks a sensible base image, and generates the Docker Compose setup for you. This solves a common problem: getting a new app running locally often takes time, breaks on different machines, and requires container know-how. Noodles makes that setup more automatic and consistent, so teams can onboard faster, avoid environment mismatches, and spend more time building features instead of plumbing.
π https://github.com/unslop-xyz/noodles
π° https://news.ycombinator.com/item?id=47138656
π¦ unslop-xyz/noodles
Noodles is an open-source command-line tool that helps developers spin up a ready-to-use project environment with Docker, without hand-writing lots of setup files. It looks at your codebase (for example, Python, Node, Rust, or Go), picks a sensible base image, and generates the Docker Compose setup for you. This solves a common problem: getting a new app running locally often takes time, breaks on different machines, and requires container know-how. Noodles makes that setup more automatic and consistent, so teams can onboard faster, avoid environment mismatches, and spend more time building features instead of plumbing.
π https://github.com/unslop-xyz/noodles
π° https://news.ycombinator.com/item?id=47138656
Audio
π Turn Command Lines Into Real Apps
π¦ charmbracelet/bubbletea
Bubble Tea is an open-source toolkit for Go developers to build interactive command-line apps that feel more like full interfaces than plain text scripts. Instead of hand-coding screen updates, keyboard input, and app state from scratch, it gives a clear pattern for handling user actions and drawing the screen, with support for mouse input, colors, and fast performance. This solves a common problem: terminal apps get messy and hard to maintain as they grow. It is useful because teams can build polished tools, dashboards, and workflows inside the terminal faster, with more consistent behavior and less low-level terminal work.
π https://github.com/charmbracelet/bubbletea
π° https://news.ycombinator.com/item?id=47138688
π¦ charmbracelet/bubbletea
Bubble Tea is an open-source toolkit for Go developers to build interactive command-line apps that feel more like full interfaces than plain text scripts. Instead of hand-coding screen updates, keyboard input, and app state from scratch, it gives a clear pattern for handling user actions and drawing the screen, with support for mouse input, colors, and fast performance. This solves a common problem: terminal apps get messy and hard to maintain as they grow. It is useful because teams can build polished tools, dashboards, and workflows inside the terminal faster, with more consistent behavior and less low-level terminal work.
π https://github.com/charmbracelet/bubbletea
π° https://news.ycombinator.com/item?id=47138688
Audio
π Browse Open Data Without the API Headache
π¦ noi-techpark/opendatahub-databrowser
This repository contains the Open Data Hub Data Browser, an open-source web app that helps people explore public datasets, especially tourism and regional data from South Tyrol, in one place. Instead of digging through many API endpoints and technical documentation, users can browse clear categories such as events, accommodations, weather, webcams, and locations, then inspect records and jump to related API or Swagger pages. It solves the common problem of knowing what data exists and where to find it by turning a complex data platform into a searchable, easy-to-navigate interface. That makes it useful for developers, researchers, and curious non-experts before building apps, dashboards, or reports.
π https://github.com/noi-techpark/opendatahub-databrowser
π° https://news.ycombinator.com/item?id=47138797
π¦ noi-techpark/opendatahub-databrowser
This repository contains the Open Data Hub Data Browser, an open-source web app that helps people explore public datasets, especially tourism and regional data from South Tyrol, in one place. Instead of digging through many API endpoints and technical documentation, users can browse clear categories such as events, accommodations, weather, webcams, and locations, then inspect records and jump to related API or Swagger pages. It solves the common problem of knowing what data exists and where to find it by turning a complex data platform into a searchable, easy-to-navigate interface. That makes it useful for developers, researchers, and curious non-experts before building apps, dashboards, or reports.
π https://github.com/noi-techpark/opendatahub-databrowser
π° https://news.ycombinator.com/item?id=47138797
Audio
π FPScanner: DIY Bot Detection for Websites
π¦ antoinevastel/fpscanner
FPScanner is an open-source JavaScript library that helps websites detect bots and suspicious automated traffic by collecting a short-lived browser fingerprint and checking for common automation clues. Instead of forcing teams to buy an expensive, all-in-one anti-bot service, it provides self-hosted building blocks they can connect to their own server. It can spot signals from popular browser automation tools, compare results across different browser contexts, and send protected payloads with timestamps and random values to make replay or fake submissions harder. This makes it useful for defending signup, login, and scraping-targeted pages while keeping more control over data and detection rules.
π https://github.com/antoinevastel/fpscanner
π° https://news.ycombinator.com/item?id=47139031
π¦ antoinevastel/fpscanner
FPScanner is an open-source JavaScript library that helps websites detect bots and suspicious automated traffic by collecting a short-lived browser fingerprint and checking for common automation clues. Instead of forcing teams to buy an expensive, all-in-one anti-bot service, it provides self-hosted building blocks they can connect to their own server. It can spot signals from popular browser automation tools, compare results across different browser contexts, and send protected payloads with timestamps and random values to make replay or fake submissions harder. This makes it useful for defending signup, login, and scraping-targeted pages while keeping more control over data and detection rules.
π https://github.com/antoinevastel/fpscanner
π° https://news.ycombinator.com/item?id=47139031
Audio
π Turn Your Mac Into a Local AI Hub
π¦ jundot/omlx
oMLX is a macOS app and local server that lets people run AI language models directly on Apple Silicon Macs, with a menu bar control and browser dashboard instead of command-line setup. It solves a common headache: local AI tools can be hard to manage, slow to reload, and awkward when switching between models. oMLX adds easier model downloads, automatic model loading/unloading, and caching that saves work to SSD so repeated conversations can resume faster, even after restarts. It also speaks OpenAI- and Anthropic-style APIs, so existing apps and coding tools can connect to it with minimal changes, making private, on-device AI much more practical.
π https://github.com/jundot/omlx
π° https://news.ycombinator.com/item?id=47139158
π¦ jundot/omlx
oMLX is a macOS app and local server that lets people run AI language models directly on Apple Silicon Macs, with a menu bar control and browser dashboard instead of command-line setup. It solves a common headache: local AI tools can be hard to manage, slow to reload, and awkward when switching between models. oMLX adds easier model downloads, automatic model loading/unloading, and caching that saves work to SSD so repeated conversations can resume faster, even after restarts. It also speaks OpenAI- and Anthropic-style APIs, so existing apps and coding tools can connect to it with minimal changes, making private, on-device AI much more practical.
π https://github.com/jundot/omlx
π° https://news.ycombinator.com/item?id=47139158
Audio
π Turn Messy SQL Into Clickable Maps
π¦ buva7687/sql-crack
SQL Crack is an open-source Visual Studio Code extension that turns database query text (SQL) into interactive diagrams. Instead of reading long, hard-to-follow queries line by line, users can see how data moves through filters, joins, calculations, and results, then click around to trace where columns come from. It also scans a project folder to map relationships between files and tables, highlight possible performance issues, and show what might break if something changes. This helps analysts, engineers, and learners understand complex data logic faster, debug mistakes sooner, and explain query behavior visually with exports and side-by-side comparisons.
π https://github.com/buva7687/sql-crack
π° https://news.ycombinator.com/item?id=47139578
π¦ buva7687/sql-crack
SQL Crack is an open-source Visual Studio Code extension that turns database query text (SQL) into interactive diagrams. Instead of reading long, hard-to-follow queries line by line, users can see how data moves through filters, joins, calculations, and results, then click around to trace where columns come from. It also scans a project folder to map relationships between files and tables, highlight possible performance issues, and show what might break if something changes. This helps analysts, engineers, and learners understand complex data logic faster, debug mistakes sooner, and explain query behavior visually with exports and side-by-side comparisons.
π https://github.com/buva7687/sql-crack
π° https://news.ycombinator.com/item?id=47139578
Audio
π A Tiny AI Assistant You Can Actually Read
π¦ nicktikhonov/bitclaw
BitClaw is a small, open-source personal AI assistant that lets you chat with Claude through Telegram while keeping the assistant isolated in a Docker container on your computer. It is designed for people who want AI help with notes, coding, and scheduled tasks, but do not want to trust a huge, hard-to-audit codebase. Because the project is only about 1,500 lines of TypeScript, you can realistically read it, understand how it works, and customize it for tools like Gmail or Calendar. That makes BitClaw useful as a safer, more transparent starting point for running your own AI assistant.
π https://github.com/NickTikhonov/bitclaw
π° https://news.ycombinator.com/item?id=47136566
π¦ nicktikhonov/bitclaw
BitClaw is a small, open-source personal AI assistant that lets you chat with Claude through Telegram while keeping the assistant isolated in a Docker container on your computer. It is designed for people who want AI help with notes, coding, and scheduled tasks, but do not want to trust a huge, hard-to-audit codebase. Because the project is only about 1,500 lines of TypeScript, you can realistically read it, understand how it works, and customize it for tools like Gmail or Calendar. That makes BitClaw useful as a safer, more transparent starting point for running your own AI assistant.
π https://github.com/NickTikhonov/bitclaw
π° https://news.ycombinator.com/item?id=47136566
Audio
π Caddy: the web server that makes HTTPS easy
π¦ caddyserver/caddy
Caddy is an open-source web server and app platform that helps people put websites and web apps online with less setup pain. Its standout feature is automatic HTTPS, which means it can get and renew security certificates for you instead of making you handle that manually. It also supports reverse proxying, load balancing, and serving static sites, so it can sit in front of apps and route traffic reliably. For developers, small teams, and hobby projects, Caddy is useful because it simplifies secure hosting, reduces configuration mistakes, and works well across local machines, cloud servers, and containers.
π https://github.com/caddyserver/caddy
π° https://news.ycombinator.com/item?id=47139913
π¦ caddyserver/caddy
Caddy is an open-source web server and app platform that helps people put websites and web apps online with less setup pain. Its standout feature is automatic HTTPS, which means it can get and renew security certificates for you instead of making you handle that manually. It also supports reverse proxying, load balancing, and serving static sites, so it can sit in front of apps and route traffic reliably. For developers, small teams, and hobby projects, Caddy is useful because it simplifies secure hosting, reduces configuration mistakes, and works well across local machines, cloud servers, and containers.
π https://github.com/caddyserver/caddy
π° https://news.ycombinator.com/item?id=47139913
Audio
π Plug-In Skills for AI Coding Helpers
π¦ huggingface/skills
Hugging Face Skills is a collection of ready-made instruction packs that teach coding assistants how to handle common Hugging Face tasks, such as creating datasets, training models, running evaluations, and publishing research outputs. Each skill bundles step-by-step guidance, helper scripts, and templates so an AI agent can do a job more reliably instead of guessing. The repository also works across multiple agent tools, including Codex, Claude Code, Gemini CLI, and Cursor, which reduces setup friction and lock-in. It is useful because teams can start from proven workflows, automate repetitive machine-learning work, and customize or contribute new skills instead of building everything from scratch.
π https://github.com/huggingface/skills
π° https://news.ycombinator.com/item?id=47139902
π¦ huggingface/skills
Hugging Face Skills is a collection of ready-made instruction packs that teach coding assistants how to handle common Hugging Face tasks, such as creating datasets, training models, running evaluations, and publishing research outputs. Each skill bundles step-by-step guidance, helper scripts, and templates so an AI agent can do a job more reliably instead of guessing. The repository also works across multiple agent tools, including Codex, Claude Code, Gemini CLI, and Cursor, which reduces setup friction and lock-in. It is useful because teams can start from proven workflows, automate repetitive machine-learning work, and customize or contribute new skills instead of building everything from scratch.
π https://github.com/huggingface/skills
π° https://news.ycombinator.com/item?id=47139902
Audio
π Find Your Lost Glasses With Your Phone
π¦ yjeanrenaud/yj_nearbyglasses
This repository contains an Android app called NearbyGlasses, built to help people locate Bluetooth-enabled smart glasses (especially XREAL Air glasses) when they are nearby. Instead of guessing where you left them, the app scans for the glasses and uses signal strength to give a rough sense of distance, making it easier to track them down around your home, office, or travel bag. It also shows basic battery information and connection details. The project is useful because it solves a simple but frustrating everyday problem: misplaced wearable devices that are hard to spot, especially when they are small, folded, or buried in a case.
π https://github.com/yjeanrenaud/yj_nearbyglasses
π° https://news.ycombinator.com/item?id=47140042
π¦ yjeanrenaud/yj_nearbyglasses
This repository contains an Android app called NearbyGlasses, built to help people locate Bluetooth-enabled smart glasses (especially XREAL Air glasses) when they are nearby. Instead of guessing where you left them, the app scans for the glasses and uses signal strength to give a rough sense of distance, making it easier to track them down around your home, office, or travel bag. It also shows basic battery information and connection details. The project is useful because it solves a simple but frustrating everyday problem: misplaced wearable devices that are hard to spot, especially when they are small, folded, or buried in a case.
π https://github.com/yjeanrenaud/yj_nearbyglasses
π° https://news.ycombinator.com/item?id=47140042
Audio
π LoMux: FFmpeg Power Without the Command Line
π¦ zblauser/lomux
LoMux is a lightweight, cross-platform desktop app that makes video and audio conversion easier for everyday users. Instead of typing long FFmpeg commands, you use a simple interface to convert files, run batches, edit media details, and watch progress in real time. It can also download and convert YouTube videos in one step when used with yt-dlp. The project solves a common problem: powerful media tools are often confusing and text-heavy. LoMux puts those features behind clear presets and buttons, making it useful for creators, students, and anyone who needs quick format changes without learning command-line syntax or installing a bulky media program.
π https://github.com/zblauser/LoMux
π° https://news.ycombinator.com/item?id=47140207
π¦ zblauser/lomux
LoMux is a lightweight, cross-platform desktop app that makes video and audio conversion easier for everyday users. Instead of typing long FFmpeg commands, you use a simple interface to convert files, run batches, edit media details, and watch progress in real time. It can also download and convert YouTube videos in one step when used with yt-dlp. The project solves a common problem: powerful media tools are often confusing and text-heavy. LoMux puts those features behind clear presets and buttons, making it useful for creators, students, and anyone who needs quick format changes without learning command-line syntax or installing a bulky media program.
π https://github.com/zblauser/LoMux
π° https://news.ycombinator.com/item?id=47140207
Audio
π One App to Run an AI Coding Team
π¦ generalaction/emdash
Emdash is an open-source desktop app that helps teams run several AI coding assistants on the same software project at once. Instead of trying one tool at a time, it gives each agent its own safe workspace, lets them work in parallel, and then shows the code differences side by side so a person can compare and merge the best result. It also connects tasks from GitHub, Linear, and Jira, so work can move from issue to finished code faster. This solves the bottleneck of managing multiple AI agents manually and makes AI-assisted development easier to organize, review, and trust.
π https://github.com/generalaction/emdash
π° https://news.ycombinator.com/item?id=47140322
π¦ generalaction/emdash
Emdash is an open-source desktop app that helps teams run several AI coding assistants on the same software project at once. Instead of trying one tool at a time, it gives each agent its own safe workspace, lets them work in parallel, and then shows the code differences side by side so a person can compare and merge the best result. It also connects tasks from GitHub, Linear, and Jira, so work can move from issue to finished code faster. This solves the bottleneck of managing multiple AI agents manually and makes AI-assisted development easier to organize, review, and trust.
π https://github.com/generalaction/emdash
π° https://news.ycombinator.com/item?id=47140322
Audio
π Hedit Makes Hosts File Editing Human-Friendly
π¦ valtlfelipe/hedit
Hedit is an open-source desktop app for managing your computerβs hosts file, the system file that can block websites, redirect domains, or support local development. Editing that file by hand is easy to mess up and usually involves technical steps. Hedit replaces that with a clean interface, syntax highlighting, and validation, so changes are easier to read and safer to make. It can manage multiple hosts files, combine local and online lists, and automatically sync remote lists in the background. It currently supports macOS and Linux (with Windows planned), making website control and setup switching much simpler for everyday users and developers alike.
π https://github.com/valtlfelipe/hedit
π° https://news.ycombinator.com/item?id=47140802
π¦ valtlfelipe/hedit
Hedit is an open-source desktop app for managing your computerβs hosts file, the system file that can block websites, redirect domains, or support local development. Editing that file by hand is easy to mess up and usually involves technical steps. Hedit replaces that with a clean interface, syntax highlighting, and validation, so changes are easier to read and safer to make. It can manage multiple hosts files, combine local and online lists, and automatically sync remote lists in the background. It currently supports macOS and Linux (with Windows planned), making website control and setup switching much simpler for everyday users and developers alike.
π https://github.com/valtlfelipe/hedit
π° https://news.ycombinator.com/item?id=47140802
Audio
π Screen Recording, Minus the Editing Hassle
π¦ jkuri/reframed
Reframed is an open-source macOS app that lets you record your screen and edit the video in the same place. Instead of juggling a recorder, a video editor, and an export tool, you can capture a full screen, a window, a selected area, or even an iPhone/iPad connected by USB, then trim the clip, add webcam overlays, clean up audio, and export to common formats like MP4 or GIF. It also adds useful presentation features like cursor highlights and automatic zooming so viewers can follow along more easily. This makes it especially helpful for tutorials, demos, lessons, and product walkthroughs.
π https://github.com/jkuri/Reframed
π° https://news.ycombinator.com/item?id=47141255
π¦ jkuri/reframed
Reframed is an open-source macOS app that lets you record your screen and edit the video in the same place. Instead of juggling a recorder, a video editor, and an export tool, you can capture a full screen, a window, a selected area, or even an iPhone/iPad connected by USB, then trim the clip, add webcam overlays, clean up audio, and export to common formats like MP4 or GIF. It also adds useful presentation features like cursor highlights and automatic zooming so viewers can follow along more easily. This makes it especially helpful for tutorials, demos, lessons, and product walkthroughs.
π https://github.com/jkuri/Reframed
π° https://news.ycombinator.com/item?id=47141255
Audio
π Build a Spring Backend From One Config File
π¦ mzivkovicdev/spring-crud-generator
Spring CRUD Generator is an open-source tool for Java developers that builds the repetitive parts of a Spring Boot backend from one simple YAML or JSON setup file. Instead of hand-writing the same create/read/update/delete (CRUD) code, database migration files, API documentation, tests, and even Docker files, the tool generates them automatically. This solves a common problem: backend projects often start with a lot of boilerplate that is slow and error-prone to create manually. It is useful because teams can start faster, keep code output consistent, and still review and edit the generated files themselves.
π https://github.com/mzivkovicdev/spring-crud-generator
π° https://news.ycombinator.com/item?id=47141760
π¦ mzivkovicdev/spring-crud-generator
Spring CRUD Generator is an open-source tool for Java developers that builds the repetitive parts of a Spring Boot backend from one simple YAML or JSON setup file. Instead of hand-writing the same create/read/update/delete (CRUD) code, database migration files, API documentation, tests, and even Docker files, the tool generates them automatically. This solves a common problem: backend projects often start with a lot of boilerplate that is slow and error-prone to create manually. It is useful because teams can start faster, keep code output consistent, and still review and edit the generated files themselves.
π https://github.com/mzivkovicdev/spring-crud-generator
π° https://news.ycombinator.com/item?id=47141760
Audio
π A Fast Raycast-Style Launcher, Built in Rust
π¦ unsecretised/rustcast
RustCast is an open-source desktop launcher app built in Rust that gives you a quick popup bar for everyday tasks. Instead of hunting through menus or opening separate apps, you can press a hotkey to search and launch installed programs, run simple tools like a calculator and unit conversion, search the web, and access clipboard history from one place. It solves the βtoo many clicksβ problem by putting common actions behind a single fast command box. That makes it useful for people who want a lightweight, customizable productivity helper and a free alternative to tools like Raycast or PowerToys.
π https://github.com/unsecretised/rustcast
π° https://news.ycombinator.com/item?id=47141912
π¦ unsecretised/rustcast
RustCast is an open-source desktop launcher app built in Rust that gives you a quick popup bar for everyday tasks. Instead of hunting through menus or opening separate apps, you can press a hotkey to search and launch installed programs, run simple tools like a calculator and unit conversion, search the web, and access clipboard history from one place. It solves the βtoo many clicksβ problem by putting common actions behind a single fast command box. That makes it useful for people who want a lightweight, customizable productivity helper and a free alternative to tools like Raycast or PowerToys.
π https://github.com/unsecretised/rustcast
π° https://news.ycombinator.com/item?id=47141912
Audio
π Turn a Laptop Mainboard Into a DIY Portable Computer
π¦ brickbots/framedeck
Framedeck is an open-source project that shows how to build a custom portable computer using a Framework laptop mainboard. Instead of letting a powerful spare board sit unused, it demonstrates a complete βcyberdeckβ design with a screen, keyboard, battery, storage, speakers, and a clear acrylic case. The repository helps solve the biggest challenge for DIY builders: knowing how to start and what parts and files are needed. It includes design files, keyboard and case details, and a guided build tour. That makes it useful for learning, remixing the design, or creating your own unique portable computer project.
π https://github.com/brickbots/framedeck
π° https://news.ycombinator.com/item?id=47142498
π¦ brickbots/framedeck
Framedeck is an open-source project that shows how to build a custom portable computer using a Framework laptop mainboard. Instead of letting a powerful spare board sit unused, it demonstrates a complete βcyberdeckβ design with a screen, keyboard, battery, storage, speakers, and a clear acrylic case. The repository helps solve the biggest challenge for DIY builders: knowing how to start and what parts and files are needed. It includes design files, keyboard and case details, and a guided build tour. That makes it useful for learning, remixing the design, or creating your own unique portable computer project.
π https://github.com/brickbots/framedeck
π° https://news.ycombinator.com/item?id=47142498
Audio
π See What Your AI Features Really Cost
π¦ botanu-ai/botanu-sdk-python
Botanu SDK for Python is a developer tool that helps teams measure the real cost of AI features in their apps, not just the model bill. It groups all the background steps inside one user-facing task (like handling a support ticket or generating a report) and tracks related AI calls, retries, and service activity as a single event. Built on OpenTelemetry, it works with many common Python frameworks and libraries and can be set up with minimal code changes. This makes it useful for pricing, budgeting, and scaling, because teams can see which customers and workflows are expensive and which outcomes are actually worth it.
π https://github.com/botanu-ai/botanu-sdk-python
π° https://news.ycombinator.com/item?id=47142444
π¦ botanu-ai/botanu-sdk-python
Botanu SDK for Python is a developer tool that helps teams measure the real cost of AI features in their apps, not just the model bill. It groups all the background steps inside one user-facing task (like handling a support ticket or generating a report) and tracks related AI calls, retries, and service activity as a single event. Built on OpenTelemetry, it works with many common Python frameworks and libraries and can be set up with minimal code changes. This makes it useful for pricing, budgeting, and scaling, because teams can see which customers and workflows are expensive and which outcomes are actually worth it.
π https://github.com/botanu-ai/botanu-sdk-python
π° https://news.ycombinator.com/item?id=47142444
Audio
π A To-Do List That Lives With Your Code
π¦ unnecessary-special-projects/ghist
Ghist is an open-source tool that turns a code project into a built-in task tracker and shared memory for developers and AI coding assistants. Instead of keeping plans and status in separate apps, it stores tasks, notes, and decisions inside the project itself, so progress stays with the code. It includes a simple command-line tool and a local web dashboard for viewing task boards, updating work, and logging important choices. This solves the problem of lost context between work sessions, making it easier to resume work, hand off projects, and avoid repeating the same discussions, especially for solo builders and small teams using AI.
π https://github.com/unnecessary-special-projects/ghist
π° https://news.ycombinator.com/item?id=47139396
π¦ unnecessary-special-projects/ghist
Ghist is an open-source tool that turns a code project into a built-in task tracker and shared memory for developers and AI coding assistants. Instead of keeping plans and status in separate apps, it stores tasks, notes, and decisions inside the project itself, so progress stays with the code. It includes a simple command-line tool and a local web dashboard for viewing task boards, updating work, and logging important choices. This solves the problem of lost context between work sessions, making it easier to resume work, hand off projects, and avoid repeating the same discussions, especially for solo builders and small teams using AI.
π https://github.com/unnecessary-special-projects/ghist
π° https://news.ycombinator.com/item?id=47139396
Audio
π Turn AI Coding Into a Real Workflow
π¦ bmad-code-org/bmad-method
BMAD Method is a free, open-source toolkit that adds step-by-step AI helpers and workflows to coding tools like Claude Code and Cursor. Instead of asking an AI to do everything in one prompt, it guides people through planning, design, coding, testing, and release with specialist-style assistants and clear next-step prompts. It solves a common problem with AI coding: uneven results, missed steps, and messy project planning. This is useful for solo builders and teams because it creates a repeatable process that can scale from small fixes to larger software projects, with optional add-on modules for testing, game development, and brainstorming.
π https://github.com/bmad-code-org/BMAD-METHOD
π° https://news.ycombinator.com/item?id=47142762
π¦ bmad-code-org/bmad-method
BMAD Method is a free, open-source toolkit that adds step-by-step AI helpers and workflows to coding tools like Claude Code and Cursor. Instead of asking an AI to do everything in one prompt, it guides people through planning, design, coding, testing, and release with specialist-style assistants and clear next-step prompts. It solves a common problem with AI coding: uneven results, missed steps, and messy project planning. This is useful for solo builders and teams because it creates a repeatable process that can scale from small fixes to larger software projects, with optional add-on modules for testing, game development, and brainstorming.
π https://github.com/bmad-code-org/BMAD-METHOD
π° https://news.ycombinator.com/item?id=47142762