AIBit-Discover Open Source Projects AIBit-Discover Open Source Projects
Open Source ProjectsWeb Scraping & DataAI Agents & AutomationAI Tools & Resources
More
Learning & TutorialsAI Research & BenchmarksDevelopment & SecurityWeb & InfrastructureMedia & Content CreationHardware & Edge AIStartup Resources

January 16, 2026

MicroQuickJS: a 10 kB Embedded JavaScript Engine

MicroQuickJS is a compact, memory‑efficient JavaScript engine targeted at embedded systems. With just 10 kB of RAM and 100 kB of ROM, it runs a strict ES5 subset and includes a tracing garbage collector. The project comes with a REPL, bytecode export, and a C API that avoids malloc()/free() calls. This article walks you through building the engine, running scripts, generating bytecode, and exploring its C‑level API, making it a powerful tool for developers building lightweight, secure, JavaScript‑enabled devices.

  • Jan 16, 2026

    Ultimate Guide to Claude Code Setup: Hooks, Skills & Actions

    Discover how to turn your repository into a smart, AI‑powered teammate with Claude Code. This tutorial walks through creating the .claude folder, configuring hooks and agents, setting up MCP servers for JIRA and GitHub, enabling LSP for real‑time code insight, and wiring GitHub Actions for automated quality checks and scheduled maintenance. With code snippets, directory layouts, and best‑practice tips, you’ll learn how to build reusable skills, slash commands, and automated review workflows. Ready to boost productivity and enforce consistency across your codebase? Read on for the complete, hands‑on guide.

  • Jan 16, 2026

    Embed Static Files into Your Go Binary Using statik

    If you’re developing a Go application with a web front‑end, you’ll often need to bundle static assets like HTML, CSS, JavaScript, and images. Hand‑carrying those files or deploying them separately can be error‑prone. The statik tool solves this by embedding an entire directory into your Go binary. In this tutorial you’ll learn how to install statik, generate the embedded source, filter file types, access files at runtime, and serve them with an HTTP server. Following the step‑by‑step example will let you ship a single binary, simplify deployment, and maintain deterministic builds.

  • Jan 16, 2026

    Edhita: Open‑Source iOS SwiftUI Text Editor for Developers

    Explore Edhita, the fully open‑source text editor for iOS built with SwiftUI. Learn its core features, how it integrates AdMob and privacy policies, and why it’s an ideal starter project for Swift developers. The article walks through setting up the repo, building the app in Xcode, and customizing the editor for personal use. Whether you’re a seasoned iOS engineer or just beginning, discover how Edhita’s modern codebase, clean UI, and active community can boost your learning curve and empower your own editor projects.

  • Jan 16, 2026

    Continuous Claude v3: A Persistent, Multi‑Agent Open‑Source Dev Environment

    Continuous Claude v3 transforms Claude Code into a self‑learning, multi‑agent platform that preserves context across sessions, drastically cuts token usage with TLDR code analysis, and orchestrates complex workflows through 109 skills and 32 agents. Learn how to install the Docker‑backed PostgreSQL stack, set up the wizard, and run first‑time workflows like "/fix bug" or "/build greenfield". This guide covers the architecture, key features, and practical examples—making it the go‑to resource for developers looking to boost productivity with AI‑driven code tooling.

  • Jan 16, 2026

    Quotio: The All‑In‑One MacOS Menu‑Bar Tool for AI Coders (2026)

    Quotio is a free, native macOS menu‑bar app that brings together your Claude, Gemini, OpenAI, Qwen, Antigravity, and more into one coherent hub. With real‑time quota tracking, smart fail‑over, and one‑click configuration for popular AI coding companions like Claude Code and OpenCode, Quotio turns a chaotic AI‑workspace into a clean command centre. Learn how to install, set up accounts, automate agent routing, and keep your tokens under control—without leaving your IDE or terminal. Whether you’re a solo dev or a small team, Quotio gives you the visibility and control you need to stay productive.

  • Jan 16, 2026

    Gemini Watermark Remover: Fast Client‑Side Open‑Source Tool

    Gemini Watermark Remover is a 100% client‑side JavaScript utility that removes Gemini AI watermarks using a mathematically precise Reverse Alpha Blending algorithm. It works straight in your browser — no server uploads, no data loss, and full privacy. Learn how the project detects watermark positions, applies the inverse blend formula, and offers a drag‑and‑drop interface, a userscript for Gemini conversation pages, and a simple JavaScript API for developers. Whether you’re a web developer, data‑privacy advocate, or creator looking to clean up images quickly, this open‑source project delivers speed, precision, and openness.

  • Jan 16, 2026

    Daily Stock Analysis with Gemini AI: A Free Open‑Source Tool

    Learn how to clone, configure, and run a zero‑cost, AI‑powered daily stock analysis system that pulls data from AkShare, Tushare, Baostock, and YFinance, searches news via Tavily or SerpAPI, generates decision dashboards with Gemini, and pushes alerts to Enterprise WeChat, Feishu, Telegram, and email—all through GitHub Actions or Docker. Step‑by‑step instructions, secret management, and customization tips are included so anyone can get real‑time market insights without owning a server.

  • Jan 16, 2026

    JSON-Render: Guarded AI‑Prompted UI Library for React

    Learn how JSON‑Render turns natural‑language prompts from ChatGPT into safe, predictable React components. Install the library, define a catalog of whitelisted UI elements, register React renderers, and let the AI stream JSON that you can instantly render. This article walks you through the quick‑start steps, showcases guardrails like visibility conditions and built‑in validation, and demonstrates a full example dashboard. Perfect for developers looking to build AI‑powered dashboards and widgets without compromising on security or performance.

  • Jan 16, 2026

    agent-browser: Fast Rust CLI for AI Browser Automation

    Discover agent-browser, an open‑source, Rust‑powered command‑line tool that lets AI agents interact with web pages as seamlessly as a human would. With built‑in Playwright support, deterministic refs, headless or headed modes, and an optional streaming interface, it’s designed for speed, reliability, and developer friendliness. Learn how to install, script, and integrate agent-browser into serverless workflows or local projects, and see real‑world examples of AI agents navigating sites, filling forms, and parsing content — all with a single, easy‑to‑use CLI.

  • Jan 16, 2026

    Hammerspoon: Automate macOS via Lua – an Open‑Source Power Tool

    Discover how Hammerspoon turns your Mac into a custom automation hub powered by Lua scripting. Learn how to install the app, set up your first init.lua, and leverage a growing library of extensions to control windows, keyboard shortcuts, macOS services, and more. With a vibrant community and extensive documentation, Hammerspoon is the go‑to open‑source tool for developers and power users looking to streamline everyday tasks on macOS.

  • Jan 16, 2026

    Agent Skills for Context Engineering: Open Source Mastery

    Discover the Agent Skills for Context Engineering repository – a comprehensive, MIT‑licensed collection designed to supercharge AI agent systems. Learn about context engineering fundamentals, multi‑agent patterns, memory systems, and more. The guide walks you through installation in Claude Code, showcases real‑world examples, and explains how to contribute. Whether you’re building a personal operating system or a production‑grade evaluation pipeline, this repo gives you the proven skills to manage a model’s limited attention budget efficiently.

Previous 25 / 49 Next

Curated AI tools, open source projects, tutorials, and resources for developers building with artificial intelligence.

Terms of Service Privacy Policy © 2026 AIBit-Discover Open Source Projects