New Tab

“New Tab” is a modular new tab page/home page used to display data. It can display data from weather in your area, to RSS feeds, to computer statistics (requires python script). The project does not have an interface to set it up, but the entire structure is loaded from JSON data, so it would be extremely easy to create one and allow users to make their own custom New Tab page. The project is built using JavaScript, Python, HTML, & CSS. It also has support for building your own cards. For example, I use PHP on my server to display response data from contact forms and server statistics in JSON format. I then retrieve that data over a secure connection and display it on my New Tab page. This was just a little fun project I built for myself in a weekend or two.