A free & open source IMDb front-end.
Find a file
zyachel 9891204f5a feat: major rewrite
the application is now rewritten in next.js. this commit also adds the ability to see trailers, did you know, more like this, etc. on title page.

BREAKING CHANGE: the whole application is rewritten from scratch.
2022-09-24 09:31:09 -04:00
.github/workflows feat: major rewrite 2022-09-24 09:31:09 -04:00
public feat: major rewrite 2022-09-24 09:31:09 -04:00
src feat: major rewrite 2022-09-24 09:31:09 -04:00
.env.local.example feat: major rewrite 2022-09-24 09:31:09 -04:00
.eslintrc.json feat: major rewrite 2022-09-24 09:31:09 -04:00
.gitignore feat: major rewrite 2022-09-24 09:31:09 -04:00
CHANGELOG.md chore(release): v0.1.2 [skip ci] 2022-06-06 19:18:41 +00:00
LICENSE initial commit 2022-03-19 17:22:07 +05:30
next-env.d.ts feat: major rewrite 2022-09-24 09:31:09 -04:00
next.config.mjs feat: major rewrite 2022-09-24 09:31:09 -04:00
package.json feat: major rewrite 2022-09-24 09:31:09 -04:00
pnpm-lock.yaml feat: major rewrite 2022-09-24 09:31:09 -04:00
README.md feat: major rewrite 2022-09-24 09:31:09 -04:00
tsconfig.json feat: major rewrite 2022-09-24 09:31:09 -04:00

libremdb

A free & open source IMDb front-end.

Inspired by projects like teddit, nitter and many others.

(This is a rewrite of libremdb in Next.js. The information below corresponds to this branch only. I'll make this branch default sometime later.)


Some Features

  • No ads or tracking
    Browse any movie info without being tracked or bombarded by annoying ads.
  • Modern interface
    Modern interface with curated colors supporting both dark and light themes.
  • Responsive design
    Be it your small mobile or big computer screen, it's fully responsive.
  • Lightweight
    Up movie page
    (tested on Firefox v104; without scroll; simulated regular 4g)
    Network tab stats libremdb IMDb
    no. of requests 22 180
    data transfered(gzipped) 468KB 1.88MB
    load event fired in 6.22s 10.01s

Instances

Instance URL Region Notes
https://libremdb.iket.me Canada Operated by me

Questions you might have

  • Why is it so slow?
    Whenever you request info about a movie/show on libremdb, 4 trips are made(2 between your browser and libremdb's server, and 2 between libremdb's server and IMDb's server) instead of the usual 2 trips when you visit a website. For this reason there's a noticable delay. This is a bit of inconvenience you'll have to face should you wish to use this website.

  • It doesn't have all routes.
    I'll implement more with time :)

  • I see connection being made to some Amazon domains.
    For now, images and videos are directly served from Amazon. If I have enough time in the future, I'll implement a way to serve the images from libremdb instead.

  • Will Amazon track me then?
    They may log your IP address, useragent, and other such identifiers. I'd recommend using a VPN, or accessing the website through TOR for mitigating this risk.

  • Why not just use IMDb?
    Refer to the features section above.

  • Why didn't you use other databases like TMDB or OMDb?
    IMDb simply has superior dataset compared to all other alternatives. With that being said, I'd encourage you to check out those alternatives too.


Privacy

  • Information collected:
    None.

  • Information stored in your browser:
    A key named 'theme' is stored in Local Storage provided by your browser, if you ever override the default theme. To remove it, go to site data settings, and clear the data for this website. To permamently disable libremdb from storing your theme prefrences, either turn off JavaScript or disable access to Local Storage for libremdb.

  • Information collected by other services:
    libremdb connects to 'media-amazon.com' and 'media-imdb.com' for fetching images and videos. So, Amazon might log your IP address, and other information(such as http headers) sent by your browser.


To-Do

soon

  • add advanced search route
  • add did you know and reviews on movie info page
  • implement routes for reviews, quotes, goofs, trivia and crazy credits

at a later stage

  • use redis
  • implement a better installation method
  • serve images from libremdb itself
  • add a way to see trailer and other videos
  • implement other trivial routes

Installation

As libremdb is made with Next.js, you can deploy it anywhere where Next.js is supported. Below are a few other methods:

Manual

  1. Install Node.js and Git.
    for Node.js, visit their website.
    for Git, run sudo apt install git if you're on a Debian-based distro. Else visit their website.

  2. Clone and set up the repo.

    git clone https://github.com/zyachel/libremdb.git # replace github.com with codeberg.org if you wish so.
    cd libremdb
    # optional configuration
    cp .env.local.example .env.local
    # replace 'pnpm' with yarn or npm if you use those
    pnpm install
    pnpm build
    pnpm start
    

libremdb will start running at http://localhost:3000.

Docker

No image available yet.


Miscellaneous

Automatic redirection

  • Redirector
    config:

    Description: redirect IMDb to libremdb
    Example URL: https://www.imdb.com/title/tt0258463/?ref_=tt_sims_tt_t_4
    Include pattern: https?:\/\/(www\.)?imdb\.com\/([^\?]*)
    Redirect to: https://libremdb.iket.me/$2
    Pattern type: Regular Expression
    

Similar projects

  • Teddit
    Teddit is an alternative Reddit front-end focused on privacy.
  • Nitter
    Nitter is a free and open source alternative Twitter front-end focused on privacy.
  • Bibliogram
    Bibliogram is an alternative front-end for Instagram.
  • Invidious
    Invidious is an alternative front-end to YouTube.
  • Libreddit
    Libreddit is an alternative private front-end to Reddit.
  • Scribe
    Scribe is an alternative Medium frontend.
  • full list →

Contact

I'm availabe on [matrix] and email in case you wish to contact me personally.


License

Licensed under GNU AGPLv3.
See License for full legalese.