About Notebooker
Learn about Notebooker, our mission, and how to get started.
## Welcome to Notebooker
Notebooker is your AI-powered knowledge companion, built on top of the [Open Notebook](https://www.open-notebook.ai/) platform. We extend Open Notebook's powerful features—podcast generation, AI insights, and multi-format content support—with enhanced bookmarking and knowledge organization capabilities.
## Built on Open Notebook
Notebooker leverages the open-source [Open Notebook](https://www.open-notebook.ai/) platform as its foundation. This means you get all the powerful AI features of Open Notebook—including podcast generation, AI-powered insights, content transformations, and privacy controls—combined with our enhanced bookmarking and knowledge curation tools.
## Our Mission
We believe that the information you save should be easy to find and actionable when you need it. By building on Open Notebook, we bring the latest AI-powered knowledge management features to bookmark and content organization.
## Getting Started
Getting started with Notebooker is simple:
1. **Install the extension** for your browser of choice
2. **Create an account** or sign in with Google/Apple
3. **Import your bookmarks** from your browser or other services
4. **Start saving** with one click
## Key Features
### Smart Organization
Our AI automatically categorizes your bookmarks based on content analysis. No more manual sorting into folders.
### Full-Text Search
Search through the actual content of saved pages, not just titles and URLs. Find that article about "productivity tips" even if the title doesn't mention it.
### Cross-Platform Sync
Your bookmarks are available everywhere. Browser extensions, mobile apps, and web access all stay perfectly in sync.
### Highlights & Annotations {#highlights}
Save key passages from any page and add your own notes. Remember why you bookmarked something.
## Installation {#installation}
### Browser Extension {#browser-extension}
1. Visit the [Download page](/download)
2. Click on your browser
3. Follow the store prompts to install
4. Sign in to start syncing
### Mobile Apps {#mobile-apps}
Download from the App Store or Google Play Store. Sign in with your account to access all your bookmarks.
## Keyboard Shortcuts {#keyboard-shortcuts}
Speed up your workflow with these shortcuts:
| Shortcut | Action |
|----------|--------|
| `Cmd/Ctrl + D` | Quick save current page |
| `Cmd/Ctrl + Shift + D` | Save with options |
| `Cmd/Ctrl + B` | Open Notebooker |
| `Cmd/Ctrl + K` | Quick search |
## API Reference {#api-reference}
Our REST API enables programmatic access to your bookmarks. Included with every Notebooker subscription.
### Authentication
```bash
curl https://api.notebooker.ai/v1/bookmarks \
-H "Authorization: Bearer YOUR_API_KEY"
```
### Endpoints
- `GET /v1/bookmarks` - List all bookmarks
- `POST /v1/bookmarks` - Create a bookmark
- `GET /v1/bookmarks/:id` - Get a bookmark
- `PUT /v1/bookmarks/:id` - Update a bookmark
- `DELETE /v1/bookmarks/:id` - Delete a bookmark
- `GET /v1/collections` - List collections
- `POST /v1/search` - Search bookmarks
## Support
Need help? Here's how to reach us:
- **Email**: [support@notebooker.ai](mailto:support@notebooker.ai)
- **Twitter**: [@notebooker](https://twitter.com/notebooker)
- **Discord**: [Join our community](https://discord.gg/notebooker)
## Privacy & Security
Your data is yours. We never sell your information or show ads. All data is encrypted in transit and at rest. Subscribers can enable end-to-end encryption for sensitive collections.
Read our full [Privacy Policy](#) and [Terms of Service](#).