Skip to content

Commit 2f866b5

Browse files
author
bigmacfive
committed
Refresh showcase with public no-login apps
1 parent 9929869 commit 2f866b5

16 files changed

Lines changed: 159 additions & 97 deletions

README.ko.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,23 @@ appbun https://github.com --name "GitHub" --out-dir ./github --yes
9191

9292
## Showcase
9393

94-
Playwright로 공개 웹 엔트리 포인트를 캡처하고, 생성되는 shell 느낌에 맞춰 프레임한 예시입니다.
94+
로그인 없이 바로 동작하는 공개 웹앱을 Playwright로 캡처하고, 생성되는 shell 느낌에 맞춰 프레임한 예시입니다.
9595

9696
![appbun showcase](https://raw.githubusercontent.com/bigmacfive/appbun/main/docs/screenshots/showcase-grid.png)
9797

9898
### 예시 대상
9999

100100
|| URL | 명령 |
101101
| --- | --- | --- |
102-
| ChatGPT | `https://chat.openai.com` | `appbun https://chat.openai.com --name "ChatGPT" --dmg` |
103102
| GitHub | `https://github.com` | `appbun https://github.com --name "GitHub" --dmg` |
104-
| Notion | `https://www.notion.so` | `appbun https://www.notion.so --name "Notion" --dmg` |
105-
| Figma | `https://www.figma.com` | `appbun https://www.figma.com --name "Figma" --dmg` |
106-
| Linear | `https://linear.app` | `appbun https://linear.app --name "Linear" --dmg` |
107-
| Telegram | `https://web.telegram.org/k` | `appbun https://web.telegram.org/k --name "Telegram" --dmg` |
103+
| YouTube | `https://www.youtube.com` | `appbun https://www.youtube.com --name "YouTube" --dmg` |
104+
| YouTube Music | `https://music.youtube.com` | `appbun https://music.youtube.com --name "YouTube Music" --dmg` |
105+
| Excalidraw | `https://excalidraw.com` | `appbun https://excalidraw.com --name "Excalidraw" --dmg` |
106+
| Photopea | `https://www.photopea.com` | `appbun https://www.photopea.com --name "Photopea" --dmg` |
107+
| Google Maps | `https://www.google.com/maps` | `appbun https://www.google.com/maps --name "Google Maps" --dmg` |
108+
| Google Translate | `https://translate.google.com` | `appbun https://translate.google.com --name "Google Translate" --dmg` |
109+
| Squoosh | `https://squoosh.app` | `appbun https://squoosh.app --name "Squoosh" --dmg` |
110+
| Desmos | `https://www.desmos.com/calculator` | `appbun https://www.desmos.com/calculator --name "Desmos" --dmg` |
108111

109112
자세한 내용은 [docs/showcase/README.md](./docs/showcase/README.md)에 있습니다.
110113

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,23 @@ appbun https://github.com --name "GitHub" --out-dir ./github --yes
9191

9292
## Showcase
9393

94-
Current public web entry points captured with Playwright and framed to match the generated shell:
94+
Public no-login web apps captured with Playwright and framed to match the generated shell:
9595

9696
![appbun showcase](https://raw.githubusercontent.com/bigmacfive/appbun/main/docs/screenshots/showcase-grid.png)
9797

9898
### Example targets
9999

100100
| App | URL | Command |
101101
| --- | --- | --- |
102-
| ChatGPT | `https://chat.openai.com` | `appbun https://chat.openai.com --name "ChatGPT" --dmg` |
103102
| GitHub | `https://github.com` | `appbun https://github.com --name "GitHub" --dmg` |
104-
| Notion | `https://www.notion.so` | `appbun https://www.notion.so --name "Notion" --dmg` |
105-
| Figma | `https://www.figma.com` | `appbun https://www.figma.com --name "Figma" --dmg` |
106-
| Linear | `https://linear.app` | `appbun https://linear.app --name "Linear" --dmg` |
107-
| Telegram | `https://web.telegram.org/k` | `appbun https://web.telegram.org/k --name "Telegram" --dmg` |
103+
| YouTube | `https://www.youtube.com` | `appbun https://www.youtube.com --name "YouTube" --dmg` |
104+
| YouTube Music | `https://music.youtube.com` | `appbun https://music.youtube.com --name "YouTube Music" --dmg` |
105+
| Excalidraw | `https://excalidraw.com` | `appbun https://excalidraw.com --name "Excalidraw" --dmg` |
106+
| Photopea | `https://www.photopea.com` | `appbun https://www.photopea.com --name "Photopea" --dmg` |
107+
| Google Maps | `https://www.google.com/maps` | `appbun https://www.google.com/maps --name "Google Maps" --dmg` |
108+
| Google Translate | `https://translate.google.com` | `appbun https://translate.google.com --name "Google Translate" --dmg` |
109+
| Squoosh | `https://squoosh.app` | `appbun https://squoosh.app --name "Squoosh" --dmg` |
110+
| Desmos | `https://www.desmos.com/calculator` | `appbun https://www.desmos.com/calculator --name "Desmos" --dmg` |
108111

109112
More detail lives in [docs/showcase/README.md](docs/showcase/README.md).
110113

docs/assets/social-card.png

4.66 KB
Loading

docs/screenshots/desmos.png

171 KB
Loading

docs/screenshots/excalidraw.png

181 KB
Loading

docs/screenshots/google-maps.png

1.13 MB
Loading
151 KB
Loading

docs/screenshots/photopea.png

552 KB
Loading

docs/screenshots/showcase-grid.png

253 KB
Loading

docs/screenshots/squoosh.png

268 KB
Loading

0 commit comments

Comments
 (0)