https://github.com/blooft-app/blooft
[REBRAND IN PROGRESS] 🌲 New Tab page with images, drag-and-drop modularity, soundscapes, and more
https://github.com/blooft-app/blooft
chrome firefox hacktoberfest libre solidjs typescript
Last synced: 10 months ago
JSON representation
[REBRAND IN PROGRESS] 🌲 New Tab page with images, drag-and-drop modularity, soundscapes, and more
- Host: GitHub
- URL: https://github.com/blooft-app/blooft
- Owner: blooft-app
- License: gpl-3.0
- Created: 2024-09-05T00:40:56.000Z (over 1 year ago)
- Default Branch: canary
- Last Pushed: 2025-03-04T03:45:28.000Z (12 months ago)
- Last Synced: 2025-03-04T22:35:47.022Z (11 months ago)
- Topics: chrome, firefox, hacktoberfest, libre, solidjs, typescript
- Language: TypeScript
- Homepage: https://www.flowtide.app
- Size: 184 MB
- Stars: 203
- Watchers: 4
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Blooft
Blooft is a heavily customizable, beautiful, and modular New Tab page. Blooft lets you build your New Tab page, customizing it every step of the way, using a sleek modular system. Get stuff done with todos and the pomodoro technique, relax with soundscapes, and move faster with our command palette.
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
- Beautiful background images, solid colors, gradients, all up to you
- Change the font, layout, theme, and more
- Be greeted on every New Tab
- Install CSS mods with one-click at [blooft.com/plugins](https://blooft.com/plugins/)

## Install for your browser
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/blooft-new-tab/)
- [Chrome](https://chromewebstore.google.com/detail/blooft/fpdjjjmglibdjocjpcchgkbakeelaghm)
- [Vivaldi](https://help.blooft.com/help/articles/0376600-use-flowtide-as-your-new-tab-page-in-vivaldi)
## Developing the extension
First, install the dependencies:
```bash
pnpm install
```
Then, start the development server:
```bash
pnpm dev
```
Go to the port shown for the development server.
## Building from source
First, install the dependencies:
```bash
pnpm install
```
Then, build the extension:
**Chrome compatible:**
```bash
pnpm build:chrome
```
**Firefox compatible:**
```bash
pnpm build:firefox
```
The extension's source code will be inside the `apps/new-tab/dist` folder.
## Community
[Join the Discord server here!](https://discord.gg/hhPuurkvua)
## Localization
If you know Spanish, French, Korean, Chinese (simplified or traditional), German, or Portugese, I'd very much appreciate you helping proofread existing translations or adding new ones. With your help, Blooft can be enjoyed by more people.
## Contributions
We welcome contributions! If you have suggestions or improvements, please:
- **Create a feature request**: [Post a feature request](https://feedback.blooft.com/feature-requests)
- **Open an Issue**: [Create an issue](https://github.com/Thingbomb/Blooft/issues).
- **Submit a Pull Request**: [Submit a pull request](https://github.com/Thingbomb/Blooft/pulls).
Or, you can discuss in our [discussions page](https://github.com/blooft-app/blooft/discussions).
## License
This project is licensed under the GPLv3 license.