Create Your Virtual Tower of Books!

For many people who love to read, we've always dreamt of that fairytale library filled floor to ceiling with our favorite works - Booktower is a reading app that allows you to make one virtually! Fill your customizable tower with books, fan fictions, comics, manga, and more to track your reading and share your favorites with your friends.


Customize Your Tower

Booktower allows readers to create customized towers that match their reading style! Pick from a growing selection of bookshelves and wallpapers to make your room represent you and what you like to read.


Follow Your Friends

With Booktower, you can easily follow your friends book rooms to get updates whenever they're reading something new!


Track Your Stats

Easily track what you're planning to read, actively reading, or have read in the past with statistics around your reading habits.


Join Fandom Events

Join official Booktower events where you and your fellow readers will have a chance to earn exclusive cosmetics for your favorite fandom!


Ready to Build Your Tower?

Booktower is currently in private beta!Join our waitlist to get access as we send out invites.

const counters = document.querySelectorAll('.counter'); const duration = 5000; function animateCounter(counterElement, finalNum) { let startTime = null; function updateCounter(timestamp) { if (!startTime) startTime = timestamp; const elapsedTime = timestamp - startTime; const progress = Math.min(elapsedTime / duration, 1); const currentCount = Math.round(progress * finalNum); counterElement.textContent = currentCount.toLocaleString(); if (currentCount < finalNum) { window.requestAnimationFrame(updateCounter); } else { counterElement.textContent = finalNum.toLocaleString() + '+'; } } window.requestAnimationFrame(updateCounter); } counters.forEach(counter => { const total = parseInt(counter.dataset.total, 10); animateCounter(counter, total); })
Books Added
Fanfictions Added
Webcomics Added

View our leaderboards for live stats!

About Booktower

Booktower was created by Dara & John, a married couple from New York!Dara became extremely invested in fanfictions and created a spreadsheet to track the many fics she was reading along with information about those fics so that she could see her stats increase over time. John, after seeing the massive spreadsheet, offered to create a chrome extension to automatically capture that information and the "first version" of Booktower was born!After using the chrome extension for a while Dara talked about it with her friends, and they were excited about it too! Hearing this, John (inspired by their favorite fairytales like Beauty & The Beast) suggested creating a virtual book tower that people could fill with all of their favorite readables.A few months later, in April 2024, they invited the first beta users and started on this wonderful adventure!

Meet The Team

Dara

Dara

Art, Fanfiction Reader

John

John

Tech, Book Reader

Aeriel

Aeriel

Marketing, Fanfiction Reader

Hallie / Coby

Hallie / Coby

Art, Comic Reader

Track Your Books

Quickly & easily add the books that you've read, are actively reading, and want to read (to be read). Enter your ISBNs and build your dream library!

Track Your Fics

Quickly & easily add the fanfictions that you've read, are actively reading, and want to read (TBR). Just enter the URL and you're all set - now you can close all of those tabs!

Track Your Webcomics

Quickly & easily add the webcomics that you've read, are actively reading, and want to read (to-be-read). Simply enter the URLs and keep track of what you love!

Fill Your Tower

Fill your tower with virtual bookshelves containing your books, fics, and web comics.

Customize Your Tower

Choose from a number of backgrounds and bookshelf styles so that your tower truly represents you!

Follow Your Friends

Follow your friends to know when they're reading something new!

Control Your Privacy

Easily mark your shelves as public or private so that you can decide how much you share!

Climb The Leaderboards

Help your favorite Fandoms climb the leaderboards!

Track Your Stats

Track how many Readables you've read including page counts for books and word count for fics.

Earn Achievements

Earn achievements for your reading habits and (coming soon) show them off in your tower!

Are you a Book or Fanfiction Author?

Join our Creator program and get access to ways to customize your covers and (coming soon) interact with your readers!

And So Much More To Come!