Skip to content

LLM chat directly into a WebAssembly powered javascript live editor and preview

Notifications You must be signed in to change notification settings

matthoffner/codetree-ai

This branch is 7 commits ahead of philippetedajo/codetree:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b74bec9 · Oct 18, 2023

History

91 Commits
Jun 4, 2022
Aug 4, 2023
Jul 31, 2023
Sep 28, 2022
Oct 2, 2022
Oct 2, 2022
Oct 18, 2023
Jun 4, 2022
Jul 31, 2023
Jul 31, 2023
Oct 2, 2022
Jun 4, 2022
Jun 10, 2022
Jul 31, 2023
Oct 10, 2022
Oct 2, 2022
Sep 27, 2022
Jul 7, 2021
Oct 2, 2022
Jun 4, 2022
Oct 2, 2022
Jul 31, 2023
Jul 31, 2023
Jul 7, 2021
Oct 2, 2022
Jul 31, 2023

Repository files navigation

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

Netlify Status

Codetree : Standalone version

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.

About

LLM chat directly into a WebAssembly powered javascript live editor and preview

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.0%
  • CSS 16.4%
  • JavaScript 0.6%