gitwtfhub

wtf is technical-radar-engine?

engyossefyossry-crypto/technical-radar-engine — explained in plain English

Analysis updated 2026-05-18

0Audience · ops devopsComplexity · 3/5LicenseSetup · moderate

TL;DR

Two n8n automation blueprints that watch Reddit and GitHub for tech trends and use AI to summarize findings.

Mindmap

mindmap
  root((technical radar))
    What it does
      Watches Reddit
      Watches GitHub
      Summarizes trends
    Tech stack
      n8n
      JavaScript
      OpenRouter
    Use cases
      Trend monitoring
      Automated research
    Audience
      Automation builders
      Ops teams

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Set up an automated feed that tracks new discussions about a technical topic across Reddit and GitHub.

REASON 2

Get AI generated summaries of trending developer conversations without checking each platform manually.

REASON 3

Learn a working pattern for combining mismatched API data sources inside n8n.

What's in the stack?

n8nJavaScriptOpenRouterGroq API

How it stacks up

engyossefyossry-crypto/technical-radar-engine00kaku/gallery-slider-block04amanrajj/netwatch
Stars00
LanguageJavaScriptRust
Last pushed2021-05-19
MaintenanceDormant
Setup difficultymoderateeasymoderate
Complexity3/52/53/5
Audienceops devopsgeneralops devops

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 1h+

Requires a running n8n instance plus paid Groq and OpenRouter API keys.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

Wtf does this do

This project is a pair of automation blueprints for n8n, a visual workflow tool. Together they act as a radar that watches Reddit and GitHub for technical discussions and repositories, then uses an AI model to summarize and analyze what it finds. You do not write code to use it, you import two JSON files into your own n8n dashboard and connect them together. The first blueprint is the main controller. It listens for a trigger, decides what to do next, and hands off deeper research work to the second blueprint, a separate worker piece built to be called on demand. The worker fetches raw data from the Reddit and GitHub APIs, which each return information in very different shapes, and rewrites it into one consistent format with a title, a summary, a link, and a source label, before passing it along. A notable part of the README explains a specific bug the author ran into and fixed: when a workflow step waits for input from two different branches but only one branch is active, the step can freeze forever. The fix was to replace that waiting step with a small piece of custom JavaScript that just collects whatever data shows up, instead of waiting on both paths. The README also describes cleaning up messy text responses from free AI models, since those models sometimes wrap their answers in extra formatting that breaks automated parsing. To run this yourself you need your own n8n instance, either self-hosted with Docker or through n8n's cloud service, plus API keys for Groq and OpenRouter, which are the two AI services the workflows call out to. There is no built in interface beyond n8n itself. The project has no stars yet and is released under the MIT license, so it can be freely reused, modified, or built upon.

Yoink these prompts

Prompt 1
Walk me through importing multi-source-ingestion-engine.json and deep-dive-subworkflow-tool.json into my n8n instance and connecting them.
Prompt 2
Help me set up Groq and OpenRouter API credentials for this n8n technical radar workflow.
Prompt 3
Explain how this project normalizes Reddit and GitHub API responses into one shared data format.
Prompt 4
Show me how to change the trigger so this workflow polls a different subreddit or GitHub search term.

Frequently asked questions

wtf is technical-radar-engine?

Two n8n automation blueprints that watch Reddit and GitHub for tech trends and use AI to summarize findings.

What license does technical-radar-engine use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is technical-radar-engine to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is technical-radar-engine for?

Mainly ops devops.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.