Number Gossip is a web site explaining properties of integers. For example, 6 is the only even evil perfect number; it's also a factorial, a palindrome, and many other things besides.
As a matter of technology stack, it's a Ruby on Rails application, using SQLite to store the property definitions. Which numbers have which properties is either computed online for the fast ones, or also stored in the database (up to 10,000).