···11# Roadmap
2233+## v0.4 - Minimum viable web workbench
44+55+- [ ] Multi-protocol architecture
66+- [ ] Content publishing
77+- [ ] Event model
88+- [ ] Chaining
99+1010+## v0.3 - Personal daily driver
1111+1212+- [ ] Design philosophy write-up w/ driving principles and characteristics
1313+- [ ] Datastore
1414+- [ ] Open URLs by default
1515+- [ ] Page model and user interface
1616+- [ ] Cmd bar adaptive matching and frecency
1717+- [ ] Tags + Groups
1818+- [ ] Notes (vim)
1919+- [ ] Images
2020+- [ ] Lists/feeds
2121+- [ ] Peek:// extensibility model
2222+- [ ] WebExtension integration for priority only
2323+324## v0.2 - MVCP (minimum viable concept preview)
425526minimum viable concept preview.
+21
notes/page-model.md
···11+# Peek page model
22+33+This document describes the design paradigm for a web page lifecycle in Peek..
44+55+Key pieces:
66+77+- User actions and decisions
88+- Page metadata
99+- Windowing model
1010+- Chaining integration
1111+- Extensibility
1212+1313+## Page loading user actions and decisions
1414+1515+As a user, I need to:
1616+1717+- Open a web page URL
1818+- See the web page and interact with it
1919+- Easily access website information, such as the URL
2020+- See extended information, such as the SSL cert info
2121+- See extended information, provided by extensions or customizations