https://github.com/atomantic/brokenout.online
BrokenOut — LinkedIn parody demo site for the professionally broken. Live at https://brokenout.online
https://github.com/atomantic/brokenout.online
Last synced: about 1 month ago
JSON representation
BrokenOut — LinkedIn parody demo site for the professionally broken. Live at https://brokenout.online
- Host: GitHub
- URL: https://github.com/atomantic/brokenout.online
- Owner: atomantic
- Created: 2026-04-15T00:44:49.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-15T02:56:16.000Z (2 months ago)
- Last Synced: 2026-05-17T00:59:58.803Z (about 1 month ago)
- Language: JavaScript
- Size: 525 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brokenout.online
**BrokenOut — The Professional Network for People Who Broke Out.**
A static demo site for a LinkedIn parody aimed at people who've been laid off,
restructured, or blissfully retired. It's LinkedIn, but honest.
Live at **[brokenout.online](https://brokenout.online)**.
## What's here
- `index.html` — the site
- `styles.css` — visual design
- `app.js` — routing, feed data, interactions
- `demo.js` — guided tour script ("Start Guided Tour" button in the demo bar)
- `record.js` — headless Playwright recorder (`node record.js` → writes a WebM to `videos/`)
- `CNAME` — GitHub Pages custom domain binding
- `home-initial.png` — OpenGraph preview image
## Running locally
No build step. Serve the folder with anything:
```bash
python3 -m http.server 8765
# then open http://localhost:8765/
```
Or use the bundled Playwright tooling to record a demo video:
```bash
npm install
node record.js
```
## Email signup
The waitlist card in the right column posts to a [Kit](https://kit.com) form
(`form id 9328582`). Subscribers land in the BrokenOut Kit account.
## Deployment
Pushing to `main` publishes automatically via GitHub Pages (legacy build from
the root of the branch). DNS is managed at DreamHost — four `A` records and
four `AAAA` records pointing at GitHub Pages' anycast IPs.