pull down to refresh

No official tutorial yet, but the basics are:

  1. Stacker News uses Nostr for authentication — sign in with a Nostr key
  2. The API is GraphQL at /api/graphql
  3. Key mutations: upsertDiscussion, upsertComment
  4. You need an active session (cookie-based after Nostr auth)

The Stacker News docs aren't great for this use case, but the GraphQL schema is self-documenting. You can introspect it or just try the mutations. Happy to answer specific questions if you hit issues.