diff --git a/app/page.tsx b/app/page.tsx index d4d760f..2768ef6 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -55,51 +55,71 @@ export default function HomePage() { Find Related Repositories -

- Just replace{" "} - - github.com - {" "} - in any repo's URL with{" "} - - gitrelate.com - {" "} - or{" "} - - gitrelated.com - - , and you can see other repositories that people who starred the - original repo also liked. Works best with obscure niches with ~100 - stargazers. Lots of noise when you lookup{" "} - - facebook/react-native - - . -

-

- Discuss at{" "} - - Hacker News - - . -

-

- Data for this project is sourced from the{" "} - - ClickHouse GitHub event dataset - {" "} - provided by ClickHouse Inc. and licensed under CC-BY-4.0 or Apache 2.0. -

+
+

+ Just replace{" "} + + github.com + {" "} + in any repo's URL with{" "} + + gitrelate.com + {" "} + or{" "} + + gitrelated.com + + , and you can see other repositories that people who starred the + original repo also liked. +

+

+ Works best with obscure niches with less than 1,000 stargazers. Repos + with many stargazers can take up to 30 seconds to load the ClickHouse + data and may return less relevant results. Try{" "} + + mattiasthalen/ducklake + {" "} + or{" "} + + matsonj/nba-monte-carlo + + . +

+

+ This project is open source and available on{" "} + + GitHub + + . Contributions and feedback are welcome! Discuss at{" "} + + Hacker News + + . +

+

+ Data for this project is sourced from the{" "} + + ClickHouse GitHub event dataset + {" "} + provided by ClickHouse Inc. and licensed under CC-BY-4.0 or Apache + 2.0. +

+
); }