Skip to content

thingbomb/flowtide

Repository files navigation

Flowtide

Flowtide is a beautiful, smart New Tab page for your browser. Magic Search is the core feature of Flowtide, allowing you to easily complete tasks (e.g. making a Google Doc or Excel workbook) and search your bookmarks all with /.

Install for your browser

License

This project is licensed under the GPLv3 license.

Developing the extension

First, install the dependencies:

pnpm install

Then, start the development server:

pnpm dev

To test the extension in the browser, go to chrome://extensions and enable developer mode. Then, click on "Load unpacked" and select the dist directory.

Building from source

First, install the dependencies:

pnpm install

Then, build the extension:

pnpm build-only

The extension's source code will be inside the dist folder.

Contributions

We welcome contributions! If you have suggestions or improvements, please: