This document discusses building a Tinder-style NativeScript app that uses data from the 23AndMe DNA testing service. NativeScript allows building native mobile apps using JavaScript that has direct access to device APIs. The proposed app would authenticate with 23AndMe, analyze the user's DNA data, and use adaptive learning to find matches for users based on the DNA profiles of people they like. It provides code examples for implementing card swiping, authentication with 23AndMe's API, retrieving and displaying a user's DNA relatives and ancestry data, and building the app interface.