A modern, customizable browser start page with elegant search experience and personalized settings.
- π¨ Multi-Theme Support - 8 preset theme colors to choose from
- πΌοΈ Custom Wallpapers - Support for image and video backgrounds with multiple fit modes
- π Multiple Search Engines - Built-in Google, Baidu, Bing, DuckDuckGo, Bilibili
- β° Real-time Clock - Support for 12/24 hour format with optional seconds display
- π Dynamic Blur - Background automatically blurs during search for enhanced focus
- πΎ Local Storage - All settings automatically saved to browser local storage
- π± Responsive Design - Perfect adaptation to all screen sizes
- π¬ Smooth Animations - Carefully designed transitions and interactive animations
Click the button above to deploy your own instance of AeroStart to Vercel in minutes.
Prerequisites: Node.js 16+
pnpm installpnpm devVisit http://localhost:3000 to view the application.
pnpm build- Enter keywords in the search box and press Enter to search
- Click the icon on the left side of the search box to switch search engines
- Background automatically blurs during search to enhance focus
- Right-click the background to enter Dashboard mode
- Click the settings icon in the top right corner to open the settings panel
- Customizable options:
- Clock format (12/24 hour)
- Background wallpaper (preset or custom URL)
- Theme color
- Search box opacity
- Background blur intensity
- Support for image and video backgrounds
- 5 fit modes: Cover, Contain, Fill, Center, Repeat
- Add custom wallpaper URLs
- Framework: React 19
- Build Tool: Vite 6
- Language: TypeScript
- Styling: Tailwind CSS
AeroStart/
βββ src/
β βββ components/ # UI components
β βββ config/ # Search engine provider configs
β βββ context/ # Toast context
β βββ state/ # Global settings store
β βββ utils/ # Storage and suggestion utilities
β βββ constants.ts # Defaults and static data
β βββ types.ts # Shared domain types
β βββ App.tsx # App composition entry
β βββ index.tsx # React bootstrap
βββ eslint.config.js # ESLint flat config
βββ tailwind.config.ts # Tailwind scan configuration
Copyright (C) 2025 AeroStart Contributors
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Issues and Pull Requests are welcome!