diff --git a/docs/platform-native.md b/docs/platform-native.md
new file mode 100644
index 0000000..3770f92
--- /dev/null
+++ b/docs/platform-native.md
@@ -0,0 +1,173 @@
+# Platform-Native Solutions
+
+The lazy senior dev's first question is always: *does the platform already do this?*
+
+This document answers that question for the most common cases. Before reaching for a package, scan here. The platform ships with your app for free, doesn't break on updates, and was written by people whose job is exactly that problem.
+
+---
+
+## HTML Elements
+
+Things the browser already has as a form control.
+
+| You think you need | What the platform has |
+|---|---|
+| Date picker library | `` |
+| Time picker library | `` |
+| Color picker library | `` |
+| Range slider library | `` |
+| Progress bar component | `