A beautiful,highly customizable startpage for your browser featuring a clean interface, multiple search engines, and dynamic visual effects including animated mandala backgrounds and spiral patterns.
- 9+ Search Engines support: Google, DuckDuckGo, Bing, Yandex, Ecosia, Searx, Brave, Kagi, Shodan, GitHub + Custom search engines
- Search Operators, Better dorking: Specialized operators for each search engine (site:, filetype:, inurl:, etc.)
- Keyboard Shortcuts: Quick switching between search engines
- Custom Engines: Add your own search engines through the settings panel
- WebGL Mandala Art: Animated background with customizable patterns
- spiral Animation: Mathematical spiral patterns in the settings button
- Custom Backgrounds: Solid colors, gradients, or upload your own images
- Font Selection: Multiple font families with size controls
- Color Themes: Customize text, background, and accent colors
- Real-time Preview: See changes instantly while customizing
- Persistent Storage: All customizations saved in localStorage
- Import/Export: Backup and restore your settings
- Responsive Design: Works on desktop, tablet, and mobile
- Glassmorphism UI: Modern blurred glass effects throughout
Clean, minimalist interface with search functionality and real-time clock
Comprehensive settings with tabbed interface for customization
Animated WebGL mandala art background option
- Install the "New Tab Redirect" extension from Chrome Web Store
- Set the redirect URL to:
file:///path/to/your/startpage.html - Replace
/path/to/your/with the actual path to your HTML file
- Use a local server (Python:
python -m http.server 5503) - Set new tab page to
http://localhost:5503/startpage.html - Use extensions like "New Tab Redirect" to set the URL
- Custom New Tab URL - Simple and lightweight
- Tabliss - Feature-rich with customization options
- Momentum - Popular choice with weather and todos
- Install "New Tab Override" from Firefox Add-ons
- Set custom URL to:
file:///path/to/your/startpage.html
- Type
about:configin address bar - Search for
browser.newtab.url - Set value to your HTML file path
- Restart Firefox
- Install "Start" extension from App Store
- Configure with your HTML file path
- Safari β Preferences β General
- Set "New windows open with" to "Homepage"
- Set homepage to your HTML file
- Opera Settings β Start page
- Add custom background
- Or use "Speed Dial" with custom URL
- Install "Custom New Tab" extension
- Set URL to your HTML file
- Install "New Tab Redirect" from Chrome Web Store
- Configure with your HTML file path
- Brave Settings β New Tab Page
- Choose "Custom" and set URL
- Modern web browser with WebGL support
- Local web server (optional but recommended)
chrome/
βββ startpage.html # Main HTML file with embedded CSS/JS
βββ screenshots/ # Preview images
β βββ page.png # Main interface
β βββ settings.png # Settings panel
β βββ mandala.png # Mandala background
βββ README.md # This file
| Shortcut | Action |
|---|---|
Ctrl/Cmd + K |
Focus search input |
1-9 |
Switch between search engines |
Escape |
Close settings panel |
Enter |
Perform search |
- Add custom search engines with name and URL
- Configure search parameters
- Set keyboard shortcuts
- Remove or reorder engines
- Customize operators for each search engine
- Add specialized search functions
- Quick access to advanced search syntax
-
Background Options:
- Solid colors
- Linear gradients
- Radial gradients
- Custom image uploads
- Animated mandala patterns
-
Typography:
- SF Mono (default)
- JetBrains Mono
- Fira Code
- Source Code Pro
- IBM Plex Mono
- Roboto Mono
- Custom font size controls
-
Color Schemes:
- Text colors
- Background colors
- Accent colors
- Hover effects
- Real-time preview
- Hardware-accelerated rendering
- Customizable patterns and colors
- Smooth animations with 60fps performance
- Responsive to screen size
- Lazy loading of heavy components
- Efficient DOM manipulation
- Optimized CSS animations
- Minimal JavaScript footprint
- Chrome 90+
- Firefox 88+
- Safari 14+
- Edge 90+
- Opera 76+
All customizations are stored locally using browser's localStorage:
- Search engine preferences
- Visual customizations
- User-added content
- Settings backup/restore capability
- GSAP: Animation library for smooth transitions
- Google Fonts: Typography (Poppins font family)
- WebGL: Hardware-accelerated graphics
- CSS3: Modern styling and effects