This webpage will take a grammar with a set of rules and output the First and Follow sets. This is often used in compiler design and syntax analysis. I initially created a script to automate this for a class in college when I found no tools already available online and then decided to build upon it so others can easily use it as well.