SlaydX is a next-generation web browser built from the ground up for power users. While many modern browsers have become bloated and restrictive, SlaydX follows a "no-skip" philosophy: if power users need it, it belongs in the browser.
Built using Node.js, Electron, and React, SlaydX combines the raw power of Chromium with a highly customizable and modern desktop experience.
- Core Foundation: Robust session persistence and crash recovery systems.
- Advanced Tab Management: Tab grouping, pinning, and intelligent "Sleep Mode" to reduce RAM usage.
- Omnibox Commands: Trigger browser actions directly from the address bar (example:
set:theme dark). - Privacy Shield: Built-in tracking protection and advanced third-party request controls.
- Extensibility: Dedicated support for custom add-ons, plugins, and UI themes.
- Internal Protocols: Fast access to pages like
SlaydX://settings,SlaydX://extensions, and more.
To begin developing SlaydX, make sure you have Node.js and Git installed.
git clone https://github.com/CaptainEXE/SlaydX.git
cd SlaydXnpm install# Runs the app in development mode
npm start/src/main.js
→ Electron main process (window management and system events)
/src/renderer/
→ React-based UI layer (tabs, address bar, settings pages)
/src/preload.js
→ Secure bridge between web pages and Node.js APIs
/assets/
→ Icons, themes, and static assetsContributions are always welcome. Whether you're fixing bugs, improving performance, designing UI components, or building major features, your support helps move the project forward.
Click the Fork button at the top of the repository to create your own copy.
Always work on a separate branch to keep your main branch clean and organized.
Development guidelines:
- Use functional React components.
- Keep the UI consistent with the SlaydX glass-style interface.
- Document new systems and features inside the
/docsdirectory. - Maintain clean and readable code formatting.
git add .
git commit -m "feat: add amazing new feature"
git push origin feature/amazing-new-featureOpen a pull request against the main SlaydX repository and clearly describe your changes.
SlaydX is open-source software licensed under the MIT License. You are free to modify, fork, and expand upon the project.
Found a bug? Open an Issue on GitHub.
Community links and discussion platforms will be added soon.
Developed and maintained by CaptainEXE.