WHATSNEXT is a Shiny app designed to accept an n-gram English text and predicts the next word. This app used data provided by HC Corpora. These data are used to create a ngram frequency dictionary for the app to predict the next word (up to top 3 possibilities). Just like the crystal ball used by the fortune-teller, the dictionary will give the prediction as accurate as it can based on the given "facts"/ngram.