Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.75 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.75 KB


Cuely is an open source web search engine hosted at cuely.io targeted towards tinkerers and developers.




💡 Features

  • Keyword search that respects your search query.
  • Advanced query syntax (site:, intitle: etc.).
  • Rank webpages based on their harmonic centrality
  • DDG-style !bang syntax
  • Entity sidebar
  • De-rank websites with third-party trackers
  • Prioritize fresh content
  • Regional search
  • Customize how signals are combined during search for the final search result
  • Use goggles to almost endlessly customize your search results.
  • (Coming soon) Prioritize links (centrality) from the sites you trust.

👩‍💻 Setup

We recommend everyone to use the hosted version at cuely.io, but you can also follow the steps outlined in CONTRIBUTING.md to setup the engine locally.

‍💼 License

Cuely is offered under the terms defined under the LICENSE.md file.

📬 Contact

You can contact us at [email protected] or in our Discord server.

🏆 Thank you!

We truly stand on the shoulders of giants and this project would not have been even remotely feasible without them. An especially huge thank you to

  • The authors and contributors of Tantivy for providing the inverted index library on which Cuely is built.
  • The commoncrawl organization for crawling the web and making the dataset readily available.