https://github.com/climoux/searchy
Searchy is a simple web browser. No ads or trackers, just results.
https://github.com/climoux/searchy
browser nextjs typescript web
Last synced: about 2 months ago
JSON representation
Searchy is a simple web browser. No ads or trackers, just results.
- Host: GitHub
- URL: https://github.com/climoux/searchy
- Owner: climoux
- License: cc0-1.0
- Created: 2025-01-29T22:15:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T18:26:34.000Z (over 1 year ago)
- Last Synced: 2025-03-22T19:26:00.552Z (over 1 year ago)
- Topics: browser, nextjs, typescript, web
- Language: TypeScript
- Homepage:
- Size: 356 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Searchy is a simple web browser. No ads or trackers, just results. It is enhanced by my own web crawler.
This project is made with [Next.js](https://nextjs.org).
## Features
- Private browsing experience with no ads or trackers
- Custom web crawler to enhance search results
- Built with Next.js for performance and scalability
## Installation
To run Searchy locally, follow these steps:
1. Clone the repository:
```git clone https://github.com/Climoux/searchy.git```
2. Navigate to the project directory:
```cd searchy```
3. Install dependencies:
```sh
npm install
# or
pnpm install
# or
yarn install
```
4. Launch the application
```sh
npm run dev
# or
pnpm run dev
# or
yarn run dev
```
The application will be available at `http://localhost:3000`.
## Contribution
Contributions are welcome! Feel free to open issues or submit pull requests.
## License
This project is licensed under the CC0-1.0 license.