A custom new tab page, keeping all the best info handy (a work in progress, feedback is invaluable)
The Starter Tab app is a dashboard that opens up on every new tab of your browser. It provides a centralized location to view all the information you want to see at a glance. The app is built using NextJS with ChakraUI and utilizes local storage to store your data, giving you ownership and control over your information. The app currently integrates with the Strava API for swim/run data, Spotify API for music controls and favorite artists, Weather API for weather data, Hacker News for top ask posts, and Stocks API for stock ticker information.
.env.local
in the root directory of the project..env.local
file.The Starter Tab app is a convenient dashboard that opens up on every new tab, providing users with a centralized location for all their desired information. It is built using NextJS and ChakraUI and utilizes local storage to give users ownership and control over their data. The app integrates with various APIs to provide data such as swim/run information, music controls, weather data, top ask posts, and stock ticker information. Users can also customize the dashboard by adding new tiles and using Recoil for persistent storage.