Skip to content

Commit 3303db7

Browse files
thegreatalxxclaude
andcommitted
feat: add terminal demo GIF to README
Generated with VHS (demo.tape → demo.gif) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fa8adcd commit 3303db7

3 files changed

Lines changed: 10 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
**Local-first, open-source AI coding assistant for your terminal.**
44
Supports Ollama (free, fully local), Claude, OpenAI, and Groq — with a rich TUI inspired by Claude Code.
55

6+
![LocalCode demo](demo.gif)
7+
68
[![npm version](https://img.shields.io/npm/v/@localcode/cli.svg?style=flat-square)](https://www.npmjs.com/package/@localcode/cli)
79
[![npm downloads](https://img.shields.io/npm/dm/@localcode/cli.svg?style=flat-square)](https://www.npmjs.com/package/@localcode/cli)
810
[![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/LocalCodeByTheAlxLabs.localcode.svg?style=flat-square&label=VS%20Code)](https://marketplace.visualstudio.com/items?itemName=LocalCodeByTheAlxLabs.localcode)

demo.gif

765 KB
Loading

demo.tape

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
1-
# LocalCode demo — run with: vhs demo.tape
2-
# Install vhs: brew install charmbracelet/tap/vhs
3-
41
Output demo.gif
52
Set FontSize 14
63
Set Width 900
74
Set Height 600
85
Set Theme "Dracula"
96
Set Framerate 24
107
Set PlaybackSpeed 0.8
8+
Set Shell "bash"
119

12-
# Start LocalCode
10+
# Start LocalCode (--yes skips setup wizard)
1311
Type "localcode --yes"
1412
Enter
15-
Sleep 2s
16-
17-
# Show the header / wait for load
18-
Sleep 1s
13+
Sleep 3s
1914

20-
# Ask a question
15+
# Ask about the project
2116
Type "what files are in this project?"
2217
Enter
23-
Sleep 4s
18+
Sleep 5s
2419

25-
# Use a slash command
20+
# Switch provider
2621
Type "/provider claude"
2722
Enter
2823
Sleep 1s
@@ -32,12 +27,12 @@ Type "/review"
3227
Enter
3328
Sleep 5s
3429

35-
# Commit
30+
# AI commit
3631
Type "/commit"
3732
Enter
3833
Sleep 4s
3934

40-
# Ping
35+
# Ping latency
4136
Type "/ping"
4237
Enter
4338
Sleep 3s

0 commit comments

Comments
 (0)