OPEN SOURCE, OPEN TO EVERYONE

Open source. Open possibilities.

Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.

Human-curated · Discover open source4109discovered

A little curiosity. A world of open source.

THE FIRST COLLECTION
Topic: javascript清除
ADDED

FlashLoanArbitrage is a DeFi bot that scans ETH/USDC prices across Chainlink, Uniswap V2, SushiSwap, Curve, and Balancer, then executes flash loan arbitrage through Aave, dYdX, Uniswap V3, or Balancer when price spreads reach 0.9% or more.

AutomationAI & MLBots & integrations
pixelpetsJOhnsonKC201
ADDED

A desktop pet for Windows (macOS beta): a pixel cat or dog that sits in a transparent, click-through overlay, reacts to typing, scrolling, petting and cursor play, and delivers break timers, reminders and optional mail or calendar alerts. All sprites and sounds are generated in code.

ProductivityAI & MLUtilities
waspwasp-lang
ADDED

Wasp is a batteries-included full-stack web framework for React, Node.js and Prisma. A declarative spec file describes the app's high-level structure, and the compiler generates front-end, back-end and deployment code, with built-in auth, RPC, jobs, email and type safety.

Developer toolsAI & MLTemplates & starters
bitteambit
ADDED

Bit is an open-source build system that organizes source code into reusable components and composes them into applications, with support for NodeJS, React, Angular, Vue, NextJS and more, plus MCP integration for AI agents.

Developer toolsAI & MLBuild & DevOps
repomixyamadashy
ADDED

Repomix packs an entire repository into a single AI-friendly file (XML, Markdown, JSON, or plain text) for feeding codebases into LLMs like Claude, ChatGPT, and Gemini. It offers token counting, security checks, code compression, and remote repository support.

Developer toolsAI & MLCLI & terminal
responsively-appresponsively-org
ADDED

A modified web browser built with Electron for responsive web development. It mirrors interactions across multiple device previews simultaneously, includes 30+ built-in device profiles, a unified elements inspector, one-click screenshots, and hot reloading. It also ships a built-in MCP server so AI coding agents can drive the app to visually verify responsive layouts.

Developer toolsAI & MLFrontend tooling
ADDED

A pre-research hook for Claude Code: it runs Haiku to explore your codebase with Glob, Grep, Read and Git tools, then injects a structured findings block as context before Opus or Sonnet responds, with caching and skip detection.

AI & MLDeveloper toolsCoding assistants
dittoKartik8Dwivedi
ADDED

Ditto scans JavaScript/TypeScript repositories with ts-morph, fingerprints each function through an LLM, clusters behavioural duplicates by embedding, then executes pure functions in a sandbox to show where they diverge.

Developer toolsAI & MLTesting & debugging