Skip to content

⚡️ Lightning fast online code playground with automatic npm module detection, built on top of Esbuild 🔥.

Notifications You must be signed in to change notification settings

mbiskho/codespaces

Repository files navigation

Next-gen online editor Playground, built with Next and hosted with Vercel

Netlify Status

CodeSpaces

CodeSpace is a lightning fast ⚡️⚡️⚡️ code playground with automatic module detection as main feature. Unlike https://codepen.io/, Codetree is built on top of WebAssembly using esbuild, the code is compiled directly in your browser, without any backend and converted into machine language, allowing extremely fast execution and offline-mode.

Usage

No need to install any npm package manually, CodeSpace automatically detects the presence of import/require syntax in your file, downloads and installs npm package for you, for example just type import React from "react" for installing React library.

Features

  • Instant code compilation and preview (15x faster than codepen/codesanbox).

  • Automatic import of external library.

  • Auto-completion and intelliSense.

  • Offline mode.

About

⚡️ Lightning fast online code playground with automatic npm module detection, built on top of Esbuild 🔥.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published