Zen Search is a lightweight and intuitive browser extension designed to enhance your search experience. With its modern UI and powerful shortcuts, it helps you search faster and more efficiently.
- Customizable Search Engines: Switch between your favorite search engines with ease.
- Keyboard Shortcuts: Navigate results and perform actions using arrow keys, Enter, and more.
- Lightweight and Fast: Minimal resource usage ensures smooth performance.
- Modern Design: Built with Tailwind CSS for a sleek and responsive interface.
Here's an overview of the project's structure:
src/
assets/ # Global styles and shared assets
components/ # UI building blocks for the popup and content scripts
content/ # Components rendered inside content scripts
modules/ # Layout modules and common UI patterns
widgets/ # Popup widgets such as search results and history items
context/ # React context providers (e.g., ThemeProvider)
entrypoints/ # Extension entry points (popup, background, content)
hooks/ # Custom hooks for keyboard shortcuts and state handling
services/ # Business logic and Chrome extension APIs
utils/ # Shared helper and algorithm functions
-
Clone the repository:
git clone https://github.com/your-repo/zen-search.git cd zen-search
-
Install dependencies:
pnpm install
-
Start the development server:
pnpm dev
-
Load the extension in your browser and enjoy Zen Search!
Here's how we're organizing upcoming work based on impact and theme:
- Add support for dark mode.
- Add unit tests for critical components.
- Enhance search result filtering options.
- Optimize performance for large datasets.
- Add support for multiple search engines (Google, Bing, DuckDuckGo, etc.).
- Implement multi-language support for the UI.
- Add new Action types:
- Close a window.
- Open a window.
- Open a tab.
- Reload a tab.
- Duplicate a tab.
- Pin or unpin a tab.
- Create a new tab group.
- Add tabs to a group.
- Remove tabs from a group.
- Rename a tab group.
- Close a tab group.
- Allow users to define and add custom actions.
- Implement a settings page to configure:
- Default search engine.
- Custom actions.
This project is licensed under the MIT License.