

FindInn
Get a Premier Inn for a Bargain!
Marketing Description
FindInn is the easiest way to find the cheapest upcoming stay at Premier Inn hotels across the UK. Instead of manually checking date after date on the Premier Inn website, FindInn scans the next 100 days for you and instantly highlights the lowest price. It’s built specifically for Premier Inn travellers who are flexible on dates and want the best possible rate without the repetitive searching.
​
Technical Description
FindInn is a SwiftUI-based iOS app built using an MVVM architecture. It loads a locally stored Premier Inn hotel dataset and presents it in a searchable, sectioned A–Z list with fast index scrolling. When a hotel is selected, the app asynchronously retrieves pricing data for the next 100 days, parses the responses, and calculates the lowest available rate. To avoid placing excessive load on the Premier Inn website, responses are cached via Cloudflare, which acts as an edge cache layer to reduce repeated requests, improve performance, and prevent rate-limiting or service disruption. The view model manages networking, state, error handling, and booking URL generation for deep-linking into the official Premier Inn booking flow.