Startpage for quick access to websites and ChatGPT
Top 77.4% on sourcepulse
Chevron is a highly functional, minimalist startpage designed for users seeking a customizable and efficient browsing experience. It integrates with ChatGPT and offers features like autosuggestions, history, macros, and commands, all wrapped in an animated interface.
How It Works
Chevron leverages React and MUI for its UI, with Framer-motion for animations. It parses user input to provide suggestions from history and an autosuggestion engine. Macros act as advanced bookmarks, allowing custom triggers and commands to modify URLs, enabling complex workflows. ChatGPT integration is activated by a double-space press after typing a query, requiring an OpenAI API key.
Quick Start & Requirements
npm install
, then npm run build
. For hosted, register the server as a system service (e.g., npm run register_windows
).Highlighted Details
config.js
for macros, commands, and search engines.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is still under development with several features listed under "TODO," including a macros/commands editor and weather widget. Some browser extensions might cause focus issues with the static installation. Macros icons require manual placement in /icons.js
due to CORS limitations.
1 year ago
Inactive