When the Czech Republic was selected as the Guest of Honour (Czechia2026) at the 2026 Frankfurt Book Fair, the Moravian Library needed a website that would worthily present Czech literature to an international audience. The result is a comprehensive presentation platform with advanced filters, three language versions, and hundreds of events distributed across three program sections. The website combines technical solutions with the project's visual identity - including a characteristic animated wave that accompanies navigation.
The website serves as the main information source for book professionals, media, and the general public from around the world.
Key project requirements:
The web design was created by Bušek+Dienstbier graphic studio. My task was the technical implementation - converting the design into a functional web application with emphasis on performance, usability, and easy content management for multiple editors.
The project required structured presentation of various content types with relationships between them. I created custom post types for each category:
Authors and Translators - profiles with biographies, photographs, and lists of works. Connection to their participation in program events.
Contemporary Book Translations into German - database of books translated into German between 2024-2026. Each book contains information about the author, translator, Czech and foreign publishers including links to their e-shops.
Dramaturgy Board and Team - members of the dramaturgy board and organizational team. Simpler structure with photograph, biography, and contacts.
Publishers - Czech publishing houses.
All post types are fully integrated with the Polylang translation plugin. Each language version has synchronized content with the possibility of minor localization adjustments according to the target audience.




Events - the most complex page with a rich structure of ACF fields. Contains date and time, event type (reading, theater, exhibition, concert, debate, lecture, festival), venue, participating authors (as a link to their profiles), and external participants (text field with semicolon as separator). Each event generates a link for adding to Google Calendar.
The event program presented the biggest technical challenge. Hundreds of events distributed across three time periods (Year of Czech Culture, Frankfurt 2026, ECHO) required an intuitive interface for navigation.
I created an AJAX filtering system with four simultaneously functioning criteria:
Beyond these filters is a "current only" checkbox that automatically hides past events. All filters work together - users can, for example, find all readings with a specific author in Berlin during a certain period.
Technical implementation uses:
AJAX loading - changing any filter immediately updates the event listing without page reload. The request contains all active filters and returns only relevant results.


The visual identity of the Czechia2026 project works with the wave motif - a reference to the project's slogan "country on the coast". The graphic design included an animated wave in the navigation menu, which had to function smoothly without burdening the website.
I implemented a custom JavaScript animation where the wave shape is calculated as the sum of several sine waves - the wave is not a static SVG file but a dynamically generated curve. After each menu slide-in/slide-out, a slightly different animation progression is generated.
The website menu has a multi-level structure - main items contain several levels of nested submenus. This required careful handling of controls and accessibility:
With a large amount of JavaScript for animations, filtering, and navigation, it was critical to ensure it loaded only where needed.
I implemented a selective enqueue system:
JavaScript is structured as ES6 modules with imports and exports. The main file detects the presence of specific HTML elements and initializes only the necessary components accordingly. Unnecessary code is not loaded.
The website runs on WordPress with Oxygen Builder for visual page construction according to the design. For managing complex data structures, I use Advanced Custom Fields - all fields for custom post types (authors, books, events, etc.) are defined through ACF.
Multilingualism is handled by Polylang, which creates separate versions of each post type for Czech, German, and English. ACF fields are synchronized across languages, but content can be localized as needed.
For date selection in the event calendar, I use Flatpickr - a lightweight and flexible JavaScript library with Czech localization.
I handle event export to Google Calendar through a special link format - no library needed, just a properly constructed URL string with event parameters.
The Czechia 2026 website was launched gradually in four phases:
As of December 2025, the website contains dozens of events in three program sections, dozens of translator profiles, and a complete database of Czech literature translations into German from 2024-2026.
The Moravian Library obtained a modern presentation platform that worthily represents Czech literature in an international context. Editors easily add new content through an intuitive WordPress interface with ACF fields. Visitors navigate thanks to advanced filters and search.
The website runs on its own VPS with sufficient performance, which can be increased under higher load.
If you're looking for a website with advanced filtering, structured content presentation, or custom features beyond standard templates, I'd be happy to help with implementation.
Contact me and we'll discuss your project.