43 lines
643 B
Markdown
43 lines
643 B
Markdown
---
|
|
type: moc
|
|
domain: startup
|
|
---
|
|
|
|
# 🚀 MOC — Startup
|
|
|
|
> Your curated map of startup knowledge, strategy, and operations.
|
|
|
|
---
|
|
|
|
## Vision & Strategy
|
|
- [[Vision]]
|
|
- [[Competitive Landscape]]
|
|
|
|
## Product
|
|
- [[Roadmap]]
|
|
|
|
## Frameworks & Mental Models
|
|
-
|
|
|
|
## Customer Insights
|
|
```dataview
|
|
table date, status
|
|
from "40 - Areas/Startup"
|
|
where type = "startup-note" and category = "customer-feedback"
|
|
sort date desc
|
|
limit 10
|
|
```
|
|
|
|
## Open Experiments
|
|
```dataview
|
|
table status, date
|
|
from "40 - Areas/Startup/Experiments"
|
|
sort date desc
|
|
limit 10
|
|
```
|
|
|
|
## Key Resources
|
|
```dataview
|
|
list from "50 - Resources/Business & Strategy"
|
|
sort file.mtime desc
|
|
```
|