A lightweight browser homepage built with ReactJS and TailwindCSS, using Vite as the build tool and Jotai for state management.
This project was created to provide a more streamlined web surfing experience and make your searching experience way better.
-
Clone the repository
git clone https://github.com/amirparsadd/nexosurf.git cd nexosurf
-
Install dependencies
npm install
-
Run the development server
npm run dev
-
Open in browser
http://localhost:5173
- Add bookmarks or shortcuts section
- Add animated transitions
- Polish overall UI/UX
- Make it an extension
- Add help section
- Add direct query support (e.g.
https://nexosurf.example/search?q=[Nexo Surf Query]
)
Feel free to fork, modify, or contribute!