A modern, privacy-focused search portal with multiple search engine options
- 🔍 Multiple Search Engines - Choose from Google, Bing, DuckDuckGo, Brave, Yahoo, Ecosia, You.com, Yep, and Webvium
- 🌙 Dark Mode - Automatic dark/light mode based on system preferences
- 💾 Preference Saving - Your search engine choice is saved locally
- ⌨️ Keyboard Shortcuts - Press
/to focus search,Escapeto clear - 📱 Responsive Design - Works beautifully on all devices
- ♿ Accessible - Built with WCAG guidelines in mind
- 🚀 Fast & Lightweight - No external dependencies
The clean, minimalist interface adapts to your system preferences.
Easy on the eyes with automatic dark mode support.
- Visit Webvium Search
- Set it as your browser homepage
- Start searching!
-
Clone the repository:
git clone https://github.com/OshekharO/Webvium-Search.git
-
Open
index.htmlin your browser, or serve with any static file server:# Using Python python -m http.server 8000 # Using Node.js npx serve
-
Open
http://localhost:8000in your browser
| Shortcut | Action |
|---|---|
/ |
Focus search input |
Enter |
Submit search |
Escape |
Clear search / Unfocus |
Edit the searchEngines object in index.html:
const searchEngines = {
// Add your custom search engine
custom: {
url: 'https://your-search-engine.com/search',
name: 'Custom',
param: 'q'
},
// ...
};Don't forget to add a corresponding <option> in the select element.
The CSS uses CSS custom properties (variables) for easy theming. Edit the :root section in style.css:
:root {
--color-primary: #4285f4;
--color-background: #f8f9fa;
/* ... */
}This search portal was created for Webvium, a sleek, fast, feature-rich Android web browser with Material Design aesthetics.
- 🎨 Beautiful Material Design
- ⚡ Fast and lightweight
- 🔒 Privacy-focused
- 🌐 Full-featured browsing experience
Get involved with the Webvium community on GitHub.
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Webvium Browser Team
- All the amazing search engines supported
- The open source community
Made with ❤️ by OshekharO
Happy browsing with Webvium! 🎊🌐💻🚀