Notion : Notion is a collaboration platform with modified Markdown support that integrates kanban boards, tasks, wikis, and database.
This technology is used by 0.05% of websites in the Page builders category. The most popular industry vertical is Technology & Computing, with Computing being the top subcategory.
What is Notion?
Notion is an all-in-one workspace combining notes, wikis, databases, and project management. Founded in 2016 in San Francisco, Notion became one of the most popular productivity tools with over 30 million users.
Notion uses blocks as its fundamental building unit. Text, images, databases, and embeds are all blocks that combine to create documents, knowledge bases, and collaborative workspaces.
Industry Vertical Distribution
Technologies Frequently Used with Notion
| Technology | Co-usage Rate | Website |
|---|---|---|
| Open Graph | 100% | https://ogp.me |
| Module Federation | 92.96% | https://webpack.js.org/concepts/module-federation/ |
| HSTS | 90.14% | https://www.rfc-editor.org/rfc/rfc6797#section-6.1 |
| webpack | 74.65% | https://webpack.js.org/ |
| React | 73.24% | https://reactjs.org |
| Amazon Web Services | 67.61% | https://aws.amazon.com/ |
| web-vitals | 67.61% | https://github.com/GoogleChrome/web-vitals |
| Underscore.js | 67.61% | http://underscorejs.org |
| Lodash | 66.2% | http://www.lodash.com |
| Moment.js | 66.2% | https://momentjs.com |
Core Features
Documents
- Blocks: Modular content units
- Rich Text: Markdown support
- Embeds: 50+ integrations
- Templates: Reusable structures
Databases
- Views: Table, board, calendar, gallery
- Properties: Text, numbers, dates, relations
- Filters: Custom queries
- Formulas: Calculated fields
Collaboration
- Sharing: Page-level permissions
- Comments: Inline discussion
- Real-time: Live editing
- Workspaces: Team organization
AI-Powered Technology Recommendations
Our AI recommender engine, trained on 100 million data points, suggests these technologies for websites using Notion:
| Technology | AI Score | Website |
|---|---|---|
| Cloudflare Bot Management | 0.24 | https://www.cloudflare.com/en-gb/products/bot-management/ |
| Vercel Analytics | 0.24 | https://vercel.com/analytics |
| Super Builder | 0.22 | https://super.so |
| MonsterInsights | 0.19 | https://www.monsterinsights.com |
| Moment.js | 0.19 | https://momentjs.com |
| Omnisend | 0.16 | https://www.omnisend.com |
| Vercel | 0.16 | https://vercel.com |
| Headless UI | 0.16 | https://headlessui.dev |
| Recent Posts Widget With Thumbnails | 0.16 | https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/ |
| Cloudflare Browser Insights | 0.15 | http://www.cloudflare.com |
IAB Tier 1 Vertical Distribution
Relative Usage by Industry
Market Distribution Comparison
Team Applications
Company Wiki
Teams build internal knowledge bases with nested pages and databases. New employees onboard with organized documentation.
Project Management
Teams track projects with database views as kanban boards or timelines. Properties customize workflow stages and ownership.
Personal Knowledge
Individuals build second brains for notes, reading lists, and learning. Databases organize information for later retrieval.
Public Sites
Creators publish Notion pages as websites. Simple blogs, portfolios, and documentation sites without separate hosting.
IAB Tier 2 Subcategory Distribution
Top Websites Using Notion
| Website | IAB Category | Subcategory | OpenRank |
|---|---|---|---|
| bethanyriebock.com | Technology & Computing | Computing | 3.92 |
| quillhash.com | Business and Finance | Industries | 3.92 |
| annageller.com | Technology & Computing | Computing | 3.9 |
| operatorvc.com | Food & Drink | World Cuisines | 3.9 |
| amelano.net | Technology & Computing | Computing | 3.79 |
| mitchboyer.com | Technology & Computing | Computing | 3.53 |
| fahmifaisal.com | Personal Finance | Computing | 3.46 |
| jaredshort.com | Technology & Computing | Computing | 3.45 |
| ruralmigrantministry.org | Business and Finance | Business | 3.4 |
| sysiak.com | Religion & Spirituality | Educational Content | 3.31 |
API & Integration
Database Query
const { Client } = require('@notionhq/client');
const notion = new Client({ auth: process.env.NOTION_TOKEN });
const response = await notion.databases.query({
database_id: 'DATABASE_ID',
filter: {
property: 'Status',
select: { equals: 'Published' }
},
sorts: [{ property: 'Date', direction: 'descending' }]
});
response.results.forEach(page => {
console.log(page.properties.Title.title[0].plain_text);
});
Create Page
await notion.pages.create({
parent: { database_id: 'DATABASE_ID' },
properties: {
Title: { title: [{ text: { content: 'New Post' }}]},
Status: { select: { name: 'Draft' }}
},
children: [
{ paragraph: { rich_text: [{ text: { content: 'Content here' }}]}}
]
});
Usage by Domain Popularity (Top 1M)
Usage by Domain Age
The average age of websites using Notion is 7.8 years. The average OpenRank (measure of backlink strength) is 2.31.
Pricing & Ecosystem
Plans
- Free: Individual use
- Plus: $10/user/month
- Business: $18/user/month
- Enterprise: Custom pricing
Ecosystem Tools
- Super: Custom websites from Notion
- Potion: Fast Notion sites
- Automate.io: Workflow automation
- Notion Charts: Data visualization
vs Competitors
- Confluence: Notion more flexible
- Coda: Similar, different approach
- Obsidian: Local-first alternative
- Roam: Different graph structure
Emerging Websites Using Notion
| Website | IAB Category | Subcategory | OpenRank |
|---|---|---|---|
| marcoizzo.com | Technology & Computing | Computing | 0 |
| xyzfellows.com | Technology & Computing | Computing | 0 |
| carolineschlenker.com | Technology & Computing | Computing | 0 |
| cypherarts.co | Fine Art | Digital Arts | 0 |
| danielkemery.com | Business and Finance | Design | 0 |
Technologies Less Frequently Used with Notion
| Technology | Co-usage Rate | Website |
|---|---|---|
| reCAPTCHA | 1.41% | https://www.google.com/recaptcha/ |
| Apache | 1.41% | http://apache.org |
| Cloudflare Browser Insights | 1.41% | http://www.cloudflare.com |
| Python | 1.41% | http://python.org |
| WordPress | 1.41% | https://wordpress.org |
