https://github.com/josephdburdick/mobile-haptic-web
Mobile Tactile UI Exploration
https://github.com/josephdburdick/mobile-haptic-web
tactile ui web
Last synced: 4 days ago
JSON representation
Mobile Tactile UI Exploration
- Host: GitHub
- URL: https://github.com/josephdburdick/mobile-haptic-web
- Owner: josephdburdick
- Created: 2026-03-17T22:42:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-27T01:30:20.000Z (3 months ago)
- Last Synced: 2026-03-27T14:08:26.655Z (3 months ago)
- Topics: tactile, ui, web
- Language: TypeScript
- Homepage: https://josephdburdick.github.io/mobile-haptic-web
- Size: 205 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mobile-haptic-web
Proof-of-concept workspace that includes:
- `packages/haptic-text`: publishable React package using [`web-haptics`](https://github.com/lochie/web-haptics)
- `apps/demo`: GitHub Pages-ready full-screen carousel demo
## Install
```bash
npm install
```
## Run demo locally
```bash
npm run dev
```
## Build
```bash
npm run build
```
## Package outputs
Build just the npm package:
```bash
npm run build:package
```
Build just the static demo:
```bash
npm run build:demo
```
## Demo slides
1. Home screen
2. `TruncatedText` (UUID + email built-in patterns, copy interaction)
3. Haptic radio preset selector
4. Drawer snap-point haptics
5. AI streaming text haptics
6. Closing slide linking back to [j0e.me](https://j0e.me)
## GitHub Pages
Deploy is configured in `.github/workflows/deploy-demo.yml` and publishes `apps/demo/dist`.