Clean Start

screenshot of Clean Start
react
vite

Open source new tab Chrome extension

Overview

Clean Start is an innovative open-source new tab extension designed for users who appreciate a visually appealing and informative start page. Inspired by the popular Momentum browser extension, Clean Start incorporates a minimalist layout while combining practical features like weather updates, inspirational quotes, and trending online content. This extension aims to provide a refreshing browsing experience that motivates users to make the most of their time online.

With real-time weather data sourced from OpenWeatherMap and a selection of captivating background images from Unsplash, Clean Start helps users feel more connected to the world. The integration of useful links to popular sites such as GitHub and Reddit ensures that you're always updated with the latest trends and discussions in multiple communities.

Features

  • Personalized Greeting: Displays the current date and time along with a warm greeting to make your browsing experience welcoming and engaging.
  • Weather Updates: Provides current temperature and conditions based on your location, leveraging data from OpenWeatherMap for accuracy.
  • Random Quotes: Offers daily inspiration with random quotes sourced from ZenQuotes, encouraging positive thoughts each time you open a new tab.
  • Dynamic Backgrounds: Enjoy a fresh visual every time you open a tab, thanks to stunning background images pulled from Unsplash, enhancing the aesthetic appeal.
  • Top Site Links: Stay informed with quick access to trending posts on popular platforms like GitHub, Hacker News, and Product Hunt right from your new tab page.
  • Open Source: As an open-source project, it invites developers to contribute and enhance its features, fostering a collaborative community.
  • Progressive Web App (PWA): Clean Start can be installed as a PWA, allowing for a seamless experience across multiple devices and platforms.
  • Lightweight and Fast: The extension is designed to load quickly and efficiently, ensuring quick access to all its features without slowing down your browsing.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

jotai
Jotai

Jotai is a primitive and flexible state management library for React. It takes a bottom-up approach with an atomic model inspired by Recoil, offering a minimal API that scales from simple to complex state management needs without boilerplate.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Pwa

A Progressive Web App (PWA) is a type of web application that uses modern web technologies to provide a native app-like experience to users, including offline functionality, push notifications, and device hardware access. PWAs can be installed on a user's home screen and launched like a traditional app, but do not require a separate app store listing or download.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.