An open API service indexing awesome lists of open source software.

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.

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.