Minimalist Wikipedia explorer in a bubble https://cedev-1.github.io/wiki-bubbles/
  • TypeScript 95.2%
  • Nix 2.1%
  • HTML 1.4%
  • JavaScript 1.1%
  • CSS 0.2%
Find a file
2025-12-10 23:00:55 +01:00
.github/workflows fix: use bun into the ci 2025-12-10 22:57:09 +01:00
components init wiki bubbles 2025-12-10 22:53:38 +01:00
services init wiki bubbles 2025-12-10 22:53:38 +01:00
.envrc init wiki bubbles 2025-12-10 22:53:38 +01:00
.gitignore init wiki bubbles 2025-12-10 22:53:38 +01:00
App.tsx update translations 2025-12-10 23:00:55 +01:00
bun.lock init wiki bubbles 2025-12-10 22:53:38 +01:00
flake.lock init flake 2025-12-10 22:53:07 +01:00
flake.nix init flake 2025-12-10 22:53:07 +01:00
index.css init wiki bubbles 2025-12-10 22:53:38 +01:00
index.html init wiki bubbles 2025-12-10 22:53:38 +01:00
index.tsx init wiki bubbles 2025-12-10 22:53:38 +01:00
LICENSE Initial commit 2025-12-10 22:17:45 +01:00
package.json init wiki bubbles 2025-12-10 22:53:38 +01:00
postcss.config.js init wiki bubbles 2025-12-10 22:53:38 +01:00
README.md Add image to README for visualization 2025-12-10 22:55:03 +01:00
tailwind.config.js init wiki bubbles 2025-12-10 22:53:38 +01:00
tsconfig.json init wiki bubbles 2025-12-10 22:53:38 +01:00
types.ts init wiki bubbles 2025-12-10 22:53:38 +01:00
vite.config.ts init wiki bubbles 2025-12-10 22:53:38 +01:00

Wiki Bubbles

A minimalist Wikipedia knowledge explorer that visualizes article connections as an interactive blubble graph.

image

Setup

Installation

Clone the repository:

git clone https://github.com/cedev-1/wiki-bubbles.git
cd wiki-bubbles

Allow direnv:

direnv allow

Install dependencies:

bun install

Start development server:

bun run dev

Nix Environment

This project uses Nix for reproducible development environments. The flake.nix provides:

  • Bun runtime
  • direnv for automatic environment loading

When you enter the directory, direnv will automatically load the Nix environment.

Usage

  1. Enter a Wikipedia URL or article title
  2. Click on bubbles to navigate and expand the graph
  3. Use controls to switch language/theme

Deployment

Live demo: https://cedev-1.github.io/wiki-bubbles/

License

License MIT.