All Projects → philippetedajo → codetree

philippetedajo / codetree

Licence: other
⚡️ Lightning fast online code playground, built on top of webAssembly 🔥.

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to codetree

fast-vite-nestjs-electron
Vite + Electron + Nestjs with esbuild, crazy fast! ⚡
Stars: ✭ 128 (+132.73%)
Mutual labels:  esbuild
hammer
Build Tool for Browser and Node Applications
Stars: ✭ 226 (+310.91%)
Mutual labels:  esbuild
esbuild-css-modules-plugin
A esbuild plugin to bundle css modules into js(x)/ts(x)
Stars: ✭ 64 (+16.36%)
Mutual labels:  esbuild
vite-electron-esbuild-starter
⚡️The electron starter using Vite and esbuild to fast development.
Stars: ✭ 52 (-5.45%)
Mutual labels:  esbuild
tailwind-layouts
Collection of Tailwind Layouts
Stars: ✭ 53 (-3.64%)
Mutual labels:  esbuild
bundle
An online tool to quickly bundle & minify your projects, while viewing the compressed gzip/brotli bundle size, all running locally on your browser.
Stars: ✭ 475 (+763.64%)
Mutual labels:  esbuild
esbuild-plugin-svgr
A plugin for esbuild that enables importing *.svg files as React components.
Stars: ✭ 27 (-50.91%)
Mutual labels:  esbuild
electron-vite-boilerplate
📚 A Electron + Vite boilerplate of the nature of learning(source-code of vite-plugin-electron) / 学习性的样板工程(vite-plugin-electron源码)
Stars: ✭ 157 (+185.45%)
Mutual labels:  esbuild
cdk-esbuild
CDK constructs for esbuild, an extremely fast JavaScript bundler
Stars: ✭ 44 (-20%)
Mutual labels:  esbuild
new-tab
⚡ A high-performance browser new tab page that gets you where you need to go faster.
Stars: ✭ 64 (+16.36%)
Mutual labels:  esbuild
electron-esbuild
Create Electron apps using esbuild and your favorite frontend tool
Stars: ✭ 60 (+9.09%)
Mutual labels:  esbuild
docker-node-example
An example Node / Express app that's using Docker and Docker Compose.
Stars: ✭ 122 (+121.82%)
Mutual labels:  esbuild
unconfig
A universal solution for loading configurations.
Stars: ✭ 415 (+654.55%)
Mutual labels:  esbuild
electron-vue-next
A starter template for using vue-next with the electron.
Stars: ✭ 189 (+243.64%)
Mutual labels:  esbuild
gulp-esbuild
gulp plugin for esbuild bundler
Stars: ✭ 39 (-29.09%)
Mutual labels:  esbuild
charpente
Seamlessly design robust 'shiny' extensions
Stars: ✭ 36 (-34.55%)
Mutual labels:  esbuild
docker-flask-example
A production ready example Flask app that's using Docker and Docker Compose.
Stars: ✭ 311 (+465.45%)
Mutual labels:  esbuild
sunder-worker-template
Template for Sunder in Cloudflare worker with Typescript, ESBuild and Jest
Stars: ✭ 44 (-20%)
Mutual labels:  esbuild
esbuild-vue
An esbuild plugin for loading and compiling Vue 2 single-file components.
Stars: ✭ 43 (-21.82%)
Mutual labels:  esbuild
esbuild-loader-examples
esbuild-loader examples
Stars: ✭ 76 (+38.18%)
Mutual labels:  esbuild

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

Netlify Status

Codetree : Standalone version - 0.1

Codetree 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, codetree 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].