Thingbomb

screenshot of Thingbomb
solid

Thingbomb apps

Overview:

Flowtide is a customizable browser extension that offers various features to enhance your browsing experience. From a widget-based system for maximum customizability to the option of using it as a speed dial or nightstand-style clock, Flowtide provides users with a range of functionalities to personalize their browsing environment.

Features:

  • Widget-based system for max customizability
  • Use it as a speed dial or a nightstand-style clock
  • Listen to relaxing soundscapes
  • Focus with the pomodoro technique
  • Variety of background options: beautiful images, solid colors, and gradients
  • Customize font, layout, theme, and more
  • Greeted on every New Tab
  • Install CSS mods with one-click at flowtide.app/plugins

For Developing the extension:

  1. Install the dependencies.
  2. Start the development server.
  3. Access the development server through the indicated port.

Building from source:

  1. Install the dependencies.
  2. Build the extension:
    • For Chrome compatibility.
    • For Firefox compatibility.
  3. Find the extension's source code in the apps/new-tab/dist folder.

For end-users:

  1. Install Flowtide for your browser (Firefox, Chrome, Vivaldi).

Summary:

Flowtide is a versatile browser extension that offers users the ability to personalize their browsing experience through various features such as customizable widgets, background options, pomodoro technique integration, and more. Whether you are looking to enhance productivity or simply customize your browsing environment, Flowtide provides a range of options to cater to your needs. Additionally, the extension's open-source nature encourages community contributions and localization efforts to make it accessible to a wider audience.

solid
Solid

SolidJS is a declarative JavaScript library for building user interfaces, offering a reactive programming model for efficient updates. It stands out for its reactivity system that minimizes unnecessary re-renders and its small bundle size, making it a performant choice for developing lightweight and reactive web applications.

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.