-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.tape
More file actions
73 lines (62 loc) · 1.35 KB
/
demo.tape
File metadata and controls
73 lines (62 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# GeoKit Demo — Main README GIF
# Run: cd geokit && CHROME_PATH="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" vhs demo.tape
Output assets/demo.gif
Set Shell "bash"
Set FontSize 15
Set Width 1200
Set Height 750
Set Theme "Catppuccin Mocha"
Set Padding 20
Set TypingSpeed 30ms
Set WindowBar Colorful
Set WindowBarSize 40
# 1. Audit a site
Type "# Audit any website for AI-readiness"
Enter
Sleep 600ms
Type "npx geo-audit https://stripe.com"
Enter
Sleep 12s
# 2. Convert a URL to markdown
Type ""
Enter
Type "# Convert any URL to clean markdown"
Enter
Sleep 600ms
Type "npx geomark https://stripe.com --json | head -20"
Enter
Sleep 8s
# 3. Auto-fix pipeline
Type ""
Enter
Type "# Auto-fix: audit + generate missing GEO files"
Enter
Sleep 600ms
Type "npx geokit fix https://stripe.com --out /tmp/geo-fixes"
Enter
Sleep 12s
# 4. Framework adapters
Type ""
Enter
Type "# Framework adapters for Next.js, Vite, Astro, Nuxt"
Enter
Sleep 600ms
Type "cat <<EOF"
Enter
Type "import { withGeoSEO } from '@glincker/geo-seo/next'"
Enter
Type "import { geoSeoPlugin } from '@glincker/geo-seo/vite'"
Enter
Type "import { geoSeoIntegration } from '@glincker/geo-seo/astro'"
Enter
Type "import { geoSeoModule } from '@glincker/geo-seo/nuxt'"
Enter
Type "EOF"
Enter
Sleep 2s
# 5. End
Type ""
Enter
Type "# npm i @glincker/geokit | https://geo.glincker.com"
Enter
Sleep 3s