# ReMarkable Web
[](https://opensource.org/licenses/MIT)
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[](http://makeapullrequest.com)
[](https://typescriptlang.org)
[](https://www.buymeacoffee.com/andrewbest)
**ReMarkable Web** is a web application deployed [here](https://remarkable-web.vercel.app/) that imports highlights from [ReMarkable](https://remarkable.com/) devices and exports them to providers such as [Readwise](https://readwise.io/).
[Features](#features) •
[Getting Started](#getting-started) •
[Contributing](#contributing) •
[Technologies used](#technologies-used)
## Features
- View highlights
- Export to CSV, Markdown and Readwise
## Getting Started
First install the npm dependencies:
```
npm install
```
Next run the Next application:
```
npm run dev
```
If you wish to run it with vercel so that the manual python function will work:
```
vercel dev
```
The application should then be running at http://localhost:3000/
## Contributing
Contributions are very welcome! Please fork and PRs to build this into a fantastic community tool. On the road-map of ideas are:
- Move, Rename and Delete files
- Neaten up code, remove 'any' uses
- Sort by values other than alphabetical
- Filter by favourites, ebooks, pdfs
- Export to Zotero, Obsidian
## Technologies used
- [Next](https://nextjs.org/)
- [Tailwind](https://tailwindcss.com/)
- [Ant design](https://ant.design/)