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

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

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

stackblitz/core

0
View on GitHub↗
10,829 星标·1,275 分支·MIT·1 次浏览stackblitz.com↗

Core

Online IDE powered by Visual Studio Code ⚡️

Features

  • Node.js Sandbox Runtimes - Runs a full Node.js environment inside the browser using WebAssembly and a virtualized filesystem.
  • VS Code Editors - Provides a full VS Code-based editor with extension support that runs entirely in the browser.
  • Node.js Browser Emulation - Executes Node.js applications entirely within a browser environment without a remote server.
  • WebContainers-Based Embeddings - Embeds a Node.js runtime into third-party apps via the WebContainers API for interactive playgrounds.
  • Editor Launches - Launches a complete code editor with git integration and hot-reloading preview from a single link.
  • Virtual File System Layers - Provides a writable, in-memory filesystem that mirrors a real disk for sandboxed execution.
  • Live Browser Launches - Opens a GitHub repository as a live, editable project in the browser using a structured URL template.
  • Browser-Based IDEs - A full Visual Studio Code editor with extensions and terminal that runs entirely in the browser.
  • HTTP API-Based Integrations - Clones, commits, and pushes to remote repos using only browser-accessible HTTP endpoints.
  • Browser-Based Development Environments - Boots a complete Node.js development environment inside a browser tab using WebAssembly.
  • Repository Launches - Launches a complete desktop-grade development environment in the browser from any GitHub repository.
  • Git Provider Connections - Links the IDE to enterprise Git providers for streamlined version control workflows.
  • Remote Development Environments - Spins up a complete development environment from a GitHub repo or pull request, accessible instantly via a URL.
  • WASI-to-Browser Bridges - Translates WASI system calls into browser APIs for native Node.js module execution.
  • Browser Sandbox Emulations - Replicates the VS Code extension API in the browser for desktop-grade extensions in a web sandbox.
  • Development Servers - Executes full Node.js development servers and terminals locally inside the browser using WebContainers.
  • Live Browser Imports - Opens any public GitHub repository as a live, editable project in the browser via a structured URL.
  • Node.js Runtimes - A runtime that executes Node.js applications and development servers inside the browser using WebAssembly.
  • Offline Environments - Continues development work even after losing internet connectivity, with the full environment remaining functional.
  • Starter Boilerplates - Packages boilerplate code into starter templates that others can clone and run instantly.
  • IDE Components - A customizable web-based editor that can be embedded into third-party applications using the WebContainers API.
  • Search and Indexing - Indexes project code and lets users find files, symbols, and text matches instantly.
  • Embeddable Launch Buttons - Displays a clickable call-to-action image in documentation that loads a code example into the browser IDE.
  • Persistent URL Sharing - Exposes a running application via a persistent URL that never sleeps for sharing.
  • API-Based Creations - Generates new projects from external data sources using a POST API or JavaScript SDK methods.
  • Repository Forking on Open - Creates a writable copy of a repository when the link is opened for editing without affecting the original.
  • Live Editable Snippets - Inserts live, editable code snippets from repositories into documentation for hands-on learning.
  • Live Snippets - Embeds live, editable code snippets from a project into documentation or blogs for hands-on learning.
  • Node.js Version Managers - Switches between different Node.js runtime versions for compatibility testing within the browser IDE.
  • Browser Environment Integrations - Makes proprietary npm packages available inside the browser-based development environment.
  • WASI Program Execution - Runs WebAssembly System Interface (WASI) programs inside the browser-based runtime.
  • Enterprise SSO Authentication - Connects the IDE to an existing Single Sign-On provider so users log in with their corporate credentials.
  • Dashboard Connections - Connects a private GitHub repository to a project through the dashboard interface for live editing.
  • URL State Serialization - Encodes the entire project state into a shareable URL for instant cloning and forking.
  • CORS Bypass Proxies - Intercepts browser network requests through a service worker to bypass CORS restrictions.
  • Browser Reviews - Spins up a full IDE and dev server for any pull request, eliminating local branch checkouts.
  • Full IDE Caching - Caches the entire IDE runtime and project files locally for full offline development functionality.
  • Editor Live Previews - Provides real-time preview of changes while editing documentation or blog content in a browser-based editor.
  • Persistent URL Hosting - Hosts running applications at permanent URLs that never sleep and have no bandwidth limits.

Star 历史

stackblitz/core 的 Star 历史图表stackblitz/core 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Core 的开源替代方案

相似的开源项目,按与 Core 的功能重合度排序。
  • awesome-selfhosted/awesome-selfhostedawesome-selfhosted 的头像

    awesome-selfhosted/awesome-selfhosted

    299,516在 GitHub 上查看↗

    This project is a community-curated directory of open-source software designed for deployment in private server environments and home labs. It serves as a comprehensive resource for discovering independent, self-hosted alternatives to mainstream cloud services, enabling users to maintain full data ownership and control over their digital infrastructure. The directory is structured through a hierarchical taxonomy that organizes a vast collection of applications into logical categories, ranging from media management and data analytics to private communication and team productivity tools. It dis

    awesomeawesome-listcloud
    在 GitHub 上查看↗299,516
  • flexpilot-ai/flexpilot-ideflexpilot-ai 的头像

    flexpilot-ai/flexpilot-ide

    2,022在 GitHub 上查看↗

    Flexpilot is a browser-based integrated development environment that combines a code editor with containerized workspaces. It provides a cloud-hosted platform for software development, allowing users to access fully functional coding environments directly through a web browser without requiring local software installations. The platform distinguishes itself by integrating conversational artificial intelligence directly into the editor interface. Through a unified abstraction layer, it connects to external artificial intelligence models to provide automated code generation, deep analysis, and

    TypeScriptaialternativecopilot
    在 GitHub 上查看↗2,022
  • cdr/code-servercdr 的头像

    cdr/code-server

    78,072在 GitHub 上查看↗

    code-server is a browser-based integrated development environment that allows a VS Code compatible editor to run on a remote server. It functions as a self-hosted code editor, enabling users to access a persistent development workspace from any web browser without requiring local software installation. The project focuses on remote development environment hosting, moving heavy compilation and processing tasks to remote hardware to offload resources. This architecture enables cloud development environments that standardize workspaces and preserve local battery life by shifting computation to a

    TypeScript
    在 GitHub 上查看↗78,072
  • stackblitz/webcontainer-corestackblitz 的头像

    stackblitz/webcontainer-core

    4,610在 GitHub 上查看↗

    WebContainer is a browser-based runtime environment designed to execute server-side code, operating system commands, and full-stack development toolchains directly within a web tab. It provides the infrastructure for cloud IDEs and zero-install development workflows by simulating a runtime that eliminates the need for local installations or remote virtual machines. The system leverages WebAssembly to map system calls and implements a virtual POSIX-compliant filesystem and network interception layer. This allows the runtime to spawn command-line processes, execute shell commands, and route int

    browsernodejsstackblitz
    在 GitHub 上查看↗4,610
查看 Core 的所有 30 个替代方案→

常见问题解答

stackblitz/core 是做什么的?

Online IDE powered by Visual Studio Code ⚡️

stackblitz/core 的主要功能有哪些?

stackblitz/core 的主要功能包括:Node.js Sandbox Runtimes, VS Code Editors, Node.js Browser Emulation, WebContainers-Based Embeddings, Editor Launches, Virtual File System Layers, Live Browser Launches, Browser-Based IDEs。

stackblitz/core 有哪些开源替代品?

stackblitz/core 的开源替代品包括: awesome-selfhosted/awesome-selfhosted — This project is a community-curated directory of open-source software designed for deployment in private server… flexpilot-ai/flexpilot-ide — Flexpilot is a browser-based integrated development environment that combines a code editor with containerized… cdr/code-server — code-server is a browser-based integrated development environment that allows a VS Code compatible editor to run on a… stackblitz/webcontainer-core — WebContainer is a browser-based runtime environment designed to execute server-side code, operating system commands,… coderamp-labs/pad.ws — pad.ws is a web-based development environment that integrates a code editor and terminal with a shared visual canvas… coder/coder — Coder is a self-hosted platform for provisioning and managing isolated, containerized development environments. It…