2 pointsby 818137805 hours ago1 comment
  • 818137804 hours ago
    Hi HN,

    I spend too much time clicking through GitHub Trending just to figure out what projects actually do. To solve this, I built TrendingAI.

    It’s a cross-platform client that uses LLMs (Chatgpt/DeepSeek) to condense repo READMEs into concise, one-sentence summaries.

    Technical Highlights:

    100% Kotlin Multiplatform (KMP): Shared business logic and networking (Ktor).

    Compose Multiplatform: Single UI codebase for Android and iOS, following Material 3.

    Open Source: I built this to explore the limits of KMP's "write once, run everywhere" for independent development.

    Status: Android is fully ready (APK available); iOS is currently a WIP. You can browse Daily/Weekly/Monthly trends and backtrack to any date.

    I’d love your feedback on the architecture or the UI.

    Repo: https://github.com/HarlonWang/TrendingAI

    Web: https://trendingai.cn/app