https://github.com/krasun/howbrowserswork
An interactive guide to how browsers work
https://github.com/krasun/howbrowserswork
browsers guides
Last synced: about 1 month ago
JSON representation
An interactive guide to how browsers work
- Host: GitHub
- URL: https://github.com/krasun/howbrowserswork
- Owner: krasun
- License: mit
- Created: 2026-01-01T20:53:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-04T17:45:04.000Z (5 months ago)
- Last Synced: 2026-04-14T08:39:55.967Z (about 2 months ago)
- Topics: browsers, guides
- Language: TypeScript
- Homepage: https://HowBrowsersWork.com
- Size: 439 KB
- Stars: 194
- Watchers: 0
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# How Browsers Work
[HowBrowsersWork](https://howbrowserswork.com) is an interactive guide to the internal world of browsers.
[](https://howbrowserswork.com)
Made by [Dmytro Krasun](https://dmytrokrasun.com).
## Stack
1. Hosted on [Cloudflare Pages](https://pages.cloudflare.com/).
2. Built with [Next.js](https://nextjs.org/) and [Tailwind CSS](https://tailwindcss.com/).
3. [Codex](https://openai.com/codex/) as an AI assistant for writing code.
## Development
Run:
```bash
npm run dev
```
## License
The project is licensed under the [MIT License](./LICENSE).