awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to drathier/stack-overflow-import

Open-source alternatives to Stack Overflow Import

30 open-source projects similar to drathier/stack-overflow-import, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Stack Overflow Import alternative.

  • electron/fiddleelectron 的头像

    electron/fiddle

    7,736在 GitHub 上查看↗

    Fiddle is an interactive API reference tool and playground environment for the Electron platform. It serves as a project prototyper and sandbox where users can explore, draft, and test application logic without the need to manually set up a full project structure. The tool distinguishes itself by allowing users to compile prototype experiments into distributable standalone binaries for Windows, macOS, and Linux. It also provides a mechanism to export these experiments into standalone project folders for continued development in a professional integrated development environment. The environme

    TypeScriptdesktopelectronhacktoberfest
    在 GitHub 上查看↗7,736
  • actions/github-scriptactions 的头像

    actions/github-script

    4,975在 GitHub 上查看↗

    github-script is a GitHub Actions JavaScript runner that executes asynchronous scripts to interact with the GitHub API. It serves as a JavaScript workflow scripting runtime and API client, providing a pre-configured authenticated client for automating tasks within GitHub Actions pipelines. The project enables the implementation of custom workflow logic that exceeds standard YAML syntax, including the ability to perform REST API calls and execute GraphQL queries for complex data extraction. It supports the management of multiple authenticated clients to facilitate cross-organization repository

    TypeScript
    在 GitHub 上查看↗4,975
  • dabbott/javascript-playgroundsdabbott 的头像

    dabbott/javascript-playgrounds

    1,410在 GitHub 上查看↗

    Javascript Playgrounds is a browser-based code execution engine designed for running untrusted JavaScript snippets and managing interactive playgrounds. The system isolates user-submitted code inside dedicated web workers to prevent main thread blocking and protect the host environment, while supporting dynamic module loading that fetches external libraries and third-party scripts on demand. The platform includes architectural tools for mobile device simulation, rendering application output inside configurable viewport wrappers with adjustable platform dimensions and status bar styling. Debug

    TypeScript
    在 GitHub 上查看↗1,410

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • shobrook/reboundshobrook 的头像

    shobrook/rebound

    4,119在 GitHub 上查看↗

    Rebound is an automated error resolver and exception handling extension that maps runtime exceptions to external community knowledge bases. It functions as a search automation tool designed to surface community-driven error resolutions directly in the terminal when a software exception is thrown. The tool specifically integrates with Stack Overflow to automatically fetch relevant discussion threads and solutions during a program crash. It reduces manual searching by retrieving these community answers without requiring the developer to leave the command line interface. The system covers autom

    Pythoncommand-line-interfacecommand-line-toolerror-messages
    在 GitHub 上查看↗4,119
  • mjolnirapp/mjolnirmjolnirapp 的头像

    mjolnirapp/mjolnir

    5,220在 GitHub 上查看↗

    Mjolnir is a macOS automation framework and extensible scripting engine. It provides a system for creating custom productivity workflows, managing application states, and controlling the macOS desktop interface programmatically. The project functions as a global hotkey manager that binds keyboard shortcuts to trigger automated scripts across the operating system. It includes a macOS application controller to inspect active windows and manage system-wide user interface interactions. The environment supports extensibility through a pluggable package management system, allowing for the installa

    C
    在 GitHub 上查看↗5,220
  • wequick/smallwequick 的头像

    wequick/Small

    5,024在 GitHub 上查看↗

    Small is a cross-platform plugin framework and modularization tool designed to break monolithic mobile applications into independent components. It provides a modular mobile architecture that allows developers to split applications into decoupled plugins to reduce system complexity and memory usage across multiple operating systems. The framework includes a dynamic module loader for on-demand feature loading to improve startup times and a dependency injection service registry that connects feature modules to a central core for service discovery. The system provides a platform abstraction lay

    Java
    在 GitHub 上查看↗5,024
  • aliucord/aliucordAliucord 的头像

    Aliucord/Aliucord

    4,759在 GitHub 上查看↗

    Aliucord is a modified version of the Discord Android application that functions as a plugin-based app extender. It allows for the installation of third-party plugins and deep customization of the mobile client without requiring a full rebuild of the binary. The project provides a framework for loading external code modules at runtime and includes a management system for installing and updating these extensions. It features a dedicated telemetry blocker designed to prevent the application from sending tracking and analytics data to remote servers. Additional capabilities include a crash logg

    Kotlinandroiddiscordjava
    在 GitHub 上查看↗4,759
  • dotnet/coredotnet 的头像

    dotnet/core

    21,897在 GitHub 上查看↗

    This project is a cross-platform development framework and managed runtime environment designed for building high-performance applications. It provides a comprehensive toolkit for constructing web services, cloud-native microservices, and desktop applications, utilizing a unified runtime that handles memory management and execution across diverse operating systems. The framework distinguishes itself through a native ahead-of-time compilation toolchain that transforms source code into optimized, self-contained machine code binaries. This capability enables fast startup times and reduced memory

    PowerShelldotnetdotnet-core
    在 GitHub 上查看↗21,897
  • apache/httpdapache 的头像

    apache/httpd

    4,051在 GitHub 上查看↗

    This project is an HTTP web server that delivers web content to clients using HTTP/1.1 and HTTP/2 protocols across various operating systems. It functions as a reverse proxy server, a rule-based URL rewriter, an SSL/TLS termination gateway, and a virtual host manager. The server is capable of hosting multiple distinct domains on a single instance by mapping requests to specific directory structures. It encrypts and decrypts network traffic at the server boundary to secure communication between clients and servers. Additionally, it transforms requested URLs into different paths using a regular

    Chttpd
    在 GitHub 上查看↗4,051
  • ajalt/fuckitpyajalt 的头像

    ajalt/fuckitpy

    5,292在 GitHub 上查看↗

    fuckitpy is a Python exception suppression tool and AST modifier designed to ensure program execution continues despite the presence of runtime errors. It functions as a fault-tolerant module loader and error handling wrapper that rewrites Python code to skip statements that would otherwise cause crashes. The project utilizes abstract syntax tree manipulation to automatically inject exception handlers around expressions and functions. This allows for the loading of modules that contain errors, ensuring that valid members remain accessible even when the module itself is partially broken. The

    Python
    在 GitHub 上查看↗5,292
  • tobi/trytobi 的头像

    tobi/try

    3,681在 GitHub 上查看↗

    This project is an ephemeral workspace orchestrator and Git manager designed to create isolated, date-prefixed directories for short-lived development tasks. It functions as a repository cloner and worktree manager, allowing users to spin up fresh environments to test ideas without affecting a primary project branch. The system focuses on preventing local workspace clutter through dated directory isolation and the orchestration of detached head worktrees. It includes a fuzzy project navigator that uses an interactive terminal interface and recency-based scoring to locate and open these experi

    Shell
    在 GitHub 上查看↗3,681
  • wandb/openuiwandb 的头像

    wandb/openui

    22,415在 GitHub 上查看↗

    OpenUI is an AI design sandbox and natural language prototyping tool used to generate and render live user interface components from text descriptions. It functions as an LLM UI generator that translates natural language into executable HTML and CSS code. The system provides a pipeline for iterative refinement, allowing users to update existing interfaces by feeding previous code versions and new instructions back into the model. It also acts as a frontend framework converter, transforming HTML markup into different library formats to maintain styling consistency across various web frameworks

    TypeScriptaigenerative-aihtml-css-javascript
    在 GitHub 上查看↗22,415
  • workshopper/learnyounodeW

    workshopper/learnyounode

    7,390在 GitHub 上查看↗

    This project is a guided coding course and interactive tutorial designed to teach the fundamentals of the Node.js runtime and its core modules. It functions as a learning environment where users complete a series of self-guided workshops focused on server construction and asynchronous input and output operations. The system includes an automated exercise validator that verifies the correctness of lesson solutions. This tool checks submitted script files against expected outcomes to provide immediate validation of the user's work. The curriculum covers Node.js programming education through ex

    HTML
    在 GitHub 上查看↗7,390
  • toddbluhm/env-cmdtoddbluhm 的头像

    toddbluhm/env-cmd

    1,818在 GitHub 上查看↗

    This project is a command-line utility that executes processes by injecting environment variables from local configuration files. It functions as a runtime wrapper, allowing developers to manage application settings and process execution contexts without modifying global system variables. The tool distinguishes itself by supporting dynamic configuration loading, which allows for the use of files that export objects or promises to compute values at runtime. It provides granular control over environment management, including the ability to group variables into named collections, protect existin

    TypeScriptcommand-line-toolcross-platformenvironment-variables
    在 GitHub 上查看↗1,818
  • gleitz/howdoigleitz 的头像

    gleitz/howdoi

    10,840在 GitHub 上查看↗

    howdoi is a command-line coding answer engine that retrieves programming solutions and code snippets from the web for display directly in the terminal. It functions as a web-based code search tool that uses natural language queries to find technical answers without requiring a web browser. The tool provides a JSON-exportable query system, allowing search results to be output as structured data for integration with other software and text editors. It features terminal-based knowledge retrieval that includes local caching and stashing of answers to reduce network latency and avoid search engine

    Python
    在 GitHub 上查看↗10,840
  • matvp91/indigo-playermatvp91 的头像

    matvp91/indigo-player

    1,246在 GitHub 上查看↗

    Indigo Player is a JavaScript media framework designed for building custom web-based video playback experiences. It functions as a modular HTML5 video player that supports adaptive bitrate streaming for formats including HLS, MPEG-DASH, and MP4. The framework provides a consistent interface for rendering video content while managing stream quality, subtitle tracks, and thumbnail previews. The player distinguishes itself through a plugin-based architecture that allows developers to extend core functionality without modifying primary logic. This modular design supports dynamic module loading, w

    TypeScriptdashdrmhls
    在 GitHub 上查看↗1,246
  • significant-gravitas/auto-gpt-pluginsSignificant-Gravitas 的头像

    Significant-Gravitas/Auto-GPT-Plugins

    3,831在 GitHub 上查看↗

    This project is a plugin framework for extending autonomous LLM agents. It enables the integration of external scripts and third-party services into an agent's workflow without modifying the core code. The framework utilizes an event-driven hook system to execute plugin functions at predefined stages of an agent's lifecycle. It includes a sandboxed code executor to run external extensions in a secure, isolated environment. The system manages the lifecycle of external modules through a dependency injection manager and supports loading extensions from local directories or zipped archives. Conf

    Python
    在 GitHub 上查看↗3,831
  • flutter-team-archive/engineflutter-team-archive 的头像

    flutter-team-archive/engine

    7,576在 GitHub 上查看↗

    This project is a cross-platform rendering engine and Dart runtime embedder. It functions as a hardware-accelerated graphics engine that composites and paints user interfaces across mobile, desktop, and web targets. The engine utilizes a hardware-accelerated rendering pipeline to drive high-frame-rate animations using GPU APIs such as Vulkan, Metal, and OpenGL. It incorporates an accessibility framework that maps user interface semantics to platform assistive technologies and screen readers. The system provides a platform abstraction layer for managing file and network I/O and incorporates a

    C++c-plus-plus
    在 GitHub 上查看↗7,576
  • nginx/kubernetes-ingressnginx 的头像

    nginx/kubernetes-ingress

    5,039在 GitHub 上查看↗

    The NGINX Ingress Controller is a Kubernetes-native traffic manager that handles external requests and routes them to internal services. It translates Kubernetes API objects and annotations into proxy configurations to manage incoming HTTP, TCP, and UDP traffic. The controller distinguishes itself through advanced traffic steering and security integration. It supports blue-green and canary traffic splitting, as well as content-based and regex path routing. Security is handled at the edge via a web application firewall, denial-of-service protection, and a variety of authentication methods incl

    Godockergogolang
    在 GitHub 上查看↗5,039
  • pywebio/pywebiopywebio 的头像

    pywebio/PyWebIO

    4,817在 GitHub 上查看↗

    PyWebIO is a Python web application framework and script-based UI library that allows the construction of interactive web interfaces without writing HTML, CSS, or JavaScript. It treats the web browser as a rich terminal, translating Python function calls into UI elements and capturing user input through a synchronous request-response loop. The framework functions as an asynchronous web app server that executes user sessions as coroutines to handle multiple concurrent interactions on a single thread. It also serves as a data visualization interface, enabling the direct rendering of interactive

    Pythonpywebio
    在 GitHub 上查看↗4,817
  • neutrinojs/neutrinoneutrinojs 的头像

    neutrinojs/neutrino

    3,914在 GitHub 上查看↗

    Neutrino is a zero-config build framework and orchestrator for JavaScript projects. It serves as a build preset framework that eliminates manual setup files by using a convention-over-configuration model to bootstrap development environments. The system functions as a preset manager, wrapping complex build tool settings into reusable modules. These configurations are managed through a composable build pipeline that combines multiple presets into a single execution chain by merging and overriding object properties. The project covers frontend toolchain management and build process standardiza

    JavaScriptbuild-tooljavascriptmiddleware
    在 GitHub 上查看↗3,914
  • seek-oss/playroomseek-oss 的头像

    seek-oss/playroom

    4,579在 GitHub 上查看↗

    Playroom is a frontend design system tool and JSX component sandbox. It functions as a UI component workbench and TypeScript-aware prototyper, allowing developers to design and test user interfaces within a live, interactive environment. The project enables visual testing by rendering the same component across multiple themes, screen sizes, and property configurations simultaneously. It provides a mechanism for interactive style guides and design system documentation, where components can be prototyped using an existing library and exported as a distributable sandbox. The workbench includes

    TypeScriptdesigndesign-systemsfront-end
    在 GitHub 上查看↗4,579
  • root-project/clingroot-project 的头像

    root-project/cling

    4,147在 GitHub 上查看↗

    Cling is an interactive C++ interpreter and read-eval-print loop that allows for the execution of C++ code in real time. It provides an interactive environment where statements can be evaluated immediately, bypassing the manual compilation and linking cycles typically required for the language. The system functions as a Jupyter C++ kernel, enabling cell-based development and visualization within notebook interfaces. It also supports the loading and execution of external source files within an active session. The environment includes capabilities for just-in-time debugging and profiling by em

    C++c-plus-plusclanginterpreter
    在 GitHub 上查看↗4,147
  • superduper-io/superdupersuperduper-io 的头像

    superduper-io/superduper

    5,298在 GitHub 上查看↗

    Superduper is an AI agent development kit and LLM application framework designed to build autonomous agents and data-driven applications. It functions as a RAG orchestration platform and vector search infrastructure, coordinating AI models with database storage to perform multi-step computations and actions using persisted data states. The project distinguishes itself by providing a database-integrated machine learning pipeline that executes training and inference tasks directly on data hosted within SQL and NoSQL databases. It allows for the deployment of self-hosted AI infrastructure on pri

    Pythonaichatbotdata
    在 GitHub 上查看↗5,298
  • ivanmathy/boopIvanMathy 的头像

    IvanMathy/Boop

    4,150在 GitHub 上查看↗

    Boop is a scriptable text scratchpad and developer productivity tool used for automating repetitive string formatting and data cleaning tasks. It functions as a JavaScript text transformer that processes plain text snippets through a library of custom functions. The tool features a hot-reloading script engine that refreshes JavaScript modules from disk at runtime, allowing text processing logic to be updated without restarting the application. The software provides a text transformation engine with a searchable script picker for locating and executing specific functions. It utilizes stateful

    JavaScriptapplicationboopdeveloper-tools
    在 GitHub 上查看↗4,150
  • jonathanslenders/ptpythonjonathanslenders 的头像

    jonathanslenders/ptpython

    5,439在 GitHub 上查看↗

    ptpython is a programmable Python interactive shell and development console. It functions as an enhanced REPL for executing Python code and managing runtime state, featuring support for an asynchronous event loop that allows for top-level await statements. The environment is highly customizable, offering pluggable keybinding schemes and adjustable interface appearances. It provides a programmable interface that can be embedded into other applications to facilitate runtime debugging and live state inspection. The shell includes a suite of developer tools for interactive coding, such as automa

    Python
    在 GitHub 上查看↗5,439
  • jakevdp/whirlwindtourofpythonjakevdp 的头像

    jakevdp/WhirlwindTourOfPython

    4,006在 GitHub 上查看↗

    This project is a collection of curricular resources and hands-on tutorials designed to teach Python programming and scientific computing. It consists of a series of interactive lessons and executable notebooks that provide a guided approach to learning Python through a combination of code and prose. The curriculum is specifically designed for experienced programmers to quickly master Python syntax, data structures, and core language semantics. It includes an introductory guide to the libraries and programming environments used for scientific computing and complex dataset analysis. The educa

    Jupyter Notebook
    在 GitHub 上查看↗4,006
  • jupyter/notebookjupyter 的头像

    jupyter/notebook

    13,204在 GitHub 上查看↗

    This project is a browser-based interactive computing environment and data science IDE. It serves as a literate programming tool that allows users to create documents combining live code, mathematical equations, visualizations, and narrative text. As a polyglot notebook interface, it connects to various language kernels to execute code and render output within a single interface. The application distinguishes itself by separating the frontend interface from a remote compute engine through a language-agnostic kernel interface. This allows it to support multiple programming languages while main

    Jupyter Notebookclosemberjupyterjupyter-notebook
    在 GitHub 上查看↗13,204
  • jashkenas/coffeescriptJ

    jashkenas/coffeescript

    16,601在 GitHub 上查看↗

    CoffeeScript is a source-to-source transpiler that transforms a concise high-level syntax into standard JavaScript. It enables the development of logic for web applications and server-side environments by converting source code into a format compatible with browsers and server runtimes. The project provides a workflow for rapid prototyping and script execution automation, allowing users to run source files through a compiler and execute the resulting code immediately without a manual build step. The tooling leverages lexical analysis and abstract syntax tree transformations to manipulate cod

    CoffeeScript
    在 GitHub 上查看↗16,601
  • blitz-js/blitzblitz-js 的头像

    blitz-js/blitz

    14,129在 GitHub 上查看↗

    Blitz is a fullstack development framework extension for Next.js and a command line interface used to bootstrap project structures and orchestrate local development servers. It integrates frontend and backend logic into a single workflow to facilitate the creation of complete web applications. The framework employs a zero-API backend integration and a direct database access layer, allowing frontend components to connect to serverless functions and databases without manual API definitions. It features a schema-driven type generator that automatically creates TypeScript definitions by analyzing

    TypeScript
    在 GitHub 上查看↗14,129