Skip to content

StephenQiu30/hotkey-server

Repository files navigation

hotkey-server

hotkey-server is the Go backend for the HotKey personal creator AI hotspot monitoring product.

The repository is being rebooted around a standard Go service structure and Symphony-driven Linear workflow. The server is the future OpenAPI source of truth for Web and miniapp clients.

Current Scope

  • Email-first account system.
  • Optional WeChat login when configuration is present.
  • User keywords and preferences.
  • System sources plus user RSS or public links.
  • Content normalization, deduplication, similarity, hotspot scoring, AI summaries, and daily reports.

The first foundation phase only provides:

  • Symphony WORKFLOW.md.
  • Standard Go API skeleton.
  • GET /healthz.
  • Migration directory foundation.
  • Test and run commands.

Commands

make test
make run
HOTKEY_HTTP_ADDR=127.0.0.1:18080 make run
curl http://127.0.0.1:18080/healthz

Workflow

All implementation work is tracked in Linear and orchestrated by Symphony. WORKFLOW.md is the repository-owned workflow contract.

About

Go 后端,面向 AI 实时热点监测小程序,基于 PostgreSQL、pgvector、Redis 和 OpenAPI,支持关键词监控、多源采集、相似事件聚合、来源证据链和每日热点报告。

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors