diff --git a/packages/bulb-input/README.md b/packages/bulb-input/README.md
new file mode 100644
index 0000000..9ba0df1
--- /dev/null
+++ b/packages/bulb-input/README.md
@@ -0,0 +1,10 @@
+# Bulb Input
+
+This package extends [Bulb](https://github.com/nullobject/bulb) to provide
+signals for working with the keyboard and mouse input devices.
+
+## Installation
+
+```sh
+> npm install bulb bulb-input
+```
diff --git a/packages/bulb/README.md b/packages/bulb/README.md
new file mode 100644
index 0000000..09180f2
--- /dev/null
+++ b/packages/bulb/README.md
@@ -0,0 +1,10 @@
+# Bulb
+
+This package provides the [Bulb](https://github.com/nullobject/bulb) reactive programming
+library for JavaScript.
+
+## Installation
+
+```sh
+> npm install bulb
+```