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 /
.
This project is licensed under the GPLv3 license.
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.
First, install the dependencies:
pnpm install
Then, build the extension:
pnpm build-only
The extension's source code will be inside the dist
folder.
We welcome contributions! If you have suggestions or improvements, please:
- Open an Issue: Create an issue.
- Submit a Pull Request: Submit a pull request.