matthoffner commited on
Commit
c36a681
1 Parent(s): 4241e26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -1,21 +1,23 @@
1
  ---
2
  title: Codetree
3
- emoji: 🎳🌲
4
  colorFrom: purple
5
  colorTo: yellow
6
  sdk: docker
7
  app_port: 3000
8
- pinned: false
9
  ---
10
 
11
- # Codetree
12
 
13
  ## Features
14
 
15
- - Instant code compilation and preview (15x faster than codepen/codesanbox).
16
 
17
- - Automatic import of external library.
18
 
19
- - Auto-completion and intelliSense.
20
 
21
- - Offline mode.
 
 
 
1
  ---
2
  title: Codetree
3
+ emoji: 🎳🖼️
4
  colorFrom: purple
5
  colorTo: yellow
6
  sdk: docker
7
  app_port: 3000
8
+ pinned: true
9
  ---
10
 
11
+ # Open Codetree
12
 
13
  ## Features
14
 
15
+ * Rapidly prototype with LLM and a WASM powered Javascript live editor.
16
 
17
+ * Customize to edit system prompt and change LLM.
18
 
19
+ * Uses Monaco Editor with WASM powered Codetree to handle transpiling JSX.
20
 
21
+ ## How it works
22
+
23
+ Codetree parses markdown sent from the chat editor which triggers the live compilation to a sandboxed iframe.