KCD
Personal Operations Hub
ONLINE 1 ACTIVE TOOL
Personal
Operations Hub
A unified front for all personal tools. Each tool is purpose-built — no bloat, no noise, no subscriptions.
TOOLS LIVE 1 TOOLS PLANNED 4+ OWNER KCD
Tool Suite
TOOL 01
Intel Brief
Morning Intelligence Dashboard
AI-generated daily briefing across India, world news, business, tech, science, agriculture & entertainment. Telugu vocab tracker. Streak system. Cost-optimised — one Claude call per day.
TOOL 02
Slot Available
Next tool goes here. Add it when ready — the grid adapts automatically.
TOOL 03
Slot Available
Add your next personal tool here. Finance tracker, habit logger, read list — whatever you build next.
TOOL 04
Slot Available
Reserved for future deployment. This hub expands as your tool suite grows.
Hub Principles
No Bloat
Every tool is purpose-built. No unnecessary features, no third-party trackers, no accounts you don't control.
Cost Aware
API costs are tracked and minimised at every layer. Intel Brief uses one Claude call per day by design.
Self-Hosted
All tools run on your own infrastructure. You own the data, you own the stack, you own the keys.
Expandable
New tools slot into the grid. The hub grows with you — no migration, no refactoring the core.
Intel Brief
About This Tool
Intel Brief is a full-page morning intelligence dashboard. It runs its own backend, has its own navigation and sidebar, and is built to be used directly — not embedded. Click the button above to open it.
What It Does
  • AI-curated daily briefing from live RSS feeds
  • India, World, Business, Tech, Science, Agriculture, Entertainment sections
  • Telugu vocabulary tracker with speech synthesis
  • Reading streak and analytics dashboard
  • Cost tracking per API call
Stack
AIClaude (Anthropic)
Calls/day1
ThemeDark/Light
LanguageEN / తె / Both
Sections Available Inside Intel Brief
Intel Brief has its own full navigation — briefing, India, World, Technology, Business, Agriculture, Entertainment, Science, Feed, Telugu Vocab, and Analytics.
Briefing
AI-generated executive summary with top 5 stories, sentiment analysis, and contrarian take.
India
South, North, East, West — filtered by region. Live article counts.
World
NA, EU, Africa, South America, Asia, Oceania. Geographic breakdown of global news.
Telugu Vocab
Daily vocabulary cards with pronunciation, transliteration, meaning, and context. Speech synthesis enabled.
Analytics
Reading streak, API cost history, total tokens used, articles read vs available.
All Feed
Raw feed of all articles pulled from RSS sources in the last 24 hours.
Tool Roadmap
Status
1 tool in production. Slots 02–05 are open. Add a tool to the grid by updating the HTML and adding a new card — the grid handles the rest.
Deployed
01
Intel Brief Live
Morning intelligence dashboard. AI briefing, news by category, Telugu vocab, reading analytics. Fully deployed and running.
Pipeline — Add Your Next Tools Here
02
Tool 02 Open Slot
Replace this with your next build. Finance tracker, habit logger, journal, read queue, workout log — your call.
03
Tool 03 Open Slot
Third tool slot. Reserve for something that saves you repeated manual work.
04
Tool 04 Open Slot
Fourth slot. The grid auto-adjusts columns as tools are added.
05
Tool 05 Open Slot
Fifth slot. Expand the sidebar nav entry too when you add a live tool here.
Activity Log
Recent Events
Hub loaded — KCD Personal Operations Hub initialised
Earlier
Intel Brief — Tool available. Navigate to open.
Tools 02–05 pending deployment. Grid slots reserved.
Note
This log is session-only and resets on reload. For persistent logging, wire the hub to your backend or local storage once you have more than one tool running.
About This Hub
What Is This
A static HTML middleman that sits between the browser and your individual tools. It provides a unified entry point — one URL, one consistent UI — so each tool doesn't have to reinvent navigation, branding, or discovery.
Adding a Tool
Copy a placeholder card in the tools grid. Update the name, description, badge, onclick handler, and status bar class. Add a sidebar entry and a nav button. Done.
Linking to a Tool
Set the onclick of a tool card to window.open('YOUR_URL','_blank') or window.location.href depending on whether you want a new tab or in-place navigation.
Style System
All colours use CSS variables. Dark/light toggling is a single attribute on the root element. Fonts: IBM Plex Mono (labels, code) + IBM Plex Sans (body). Grey, not blue.
Intel Brief Link
Currently wired to launchTool() which opens the tool URL. Update the INTEL_BRIEF_URL constant at the top of the script to point to your running instance.
Design Decisions
  • Grey palette — not blue. Matches industrial / ops aesthetic.
  • IBM Plex Mono for all labels, nav, chips — telegraphs precision and control.
  • 2px left-border active state on sidebar items — minimal indicator, no background blobs.
  • Animated scan bar on live tool card — status at a glance, no badge hunting.
  • Dark default. Light toggle available. Both look correct.
  • Core CSS variables and component classes inherited from Intel Brief for visual consistency.