Implementing this will require you to create an API service which can convert epub files to mobi files. The core conversion operations can be done by Calibre CLI.
The frontend part should be straight forward, you need to have a file upload widget and show the link to download the converted file after it has been created. Look at [merge-pdfs]([merge](https://github.com/felvin-search/instant-apps/tree/master/apps/merge-pdfs)) instant app for example of how to deal with files.
Summary
Convert a epub file to mobi file
Example search queries
Implementation (optional)
Implementing this will require you to create an API service which can convert epub files to mobi files. The core conversion operations can be done by Calibre CLI.
The frontend part should be straight forward, you need to have a file upload widget and show the link to download the converted file after it has been created. Look at
[merge-pdfs]([merge](https://github.com/felvin-search/instant-apps/tree/master/apps/merge-pdfs))
instant app for example of how to deal with files.Context