惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
博客园_首页
IT之家
IT之家
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Vercel News
Vercel News
美团技术团队
D
Docker
WordPress大学
WordPress大学
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
Y
Y Combinator Blog
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
MongoDB | Blog
MongoDB | Blog
S
SegmentFault 最新的问题
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
DeepCtx — AI Codebase Context - Visual Studio Marketplace
sonicharmi · 2026-05-05 · via Hacker News - Newest: "AI"

Stop explaining your codebase to AI. Let DeepCtx do it automatically.

Every time you open ChatGPT, Claude, or Cursor, your AI has zero memory of your project. You waste 10–15 minutes re-explaining your folder structure, your patterns, your stack — before you can even ask the real question.

DeepCtx fixes this. One scan. One context file. Paste it anywhere.


How it works

  1. Scan — DeepCtx walks your entire repo and reads key files in every folder
  2. Summarize — Groq AI generates a technical summary of each folder in plain English
  3. Copy — One click copies the full context block to your clipboard
  4. Paste — Drop it into ChatGPT, Claude, or Cursor before your question

Your AI now knows your codebase instantly.


Features

  • 🔍 Auto repo scanner — walks every folder, respects node_modules/.git/dist ignores
  • 🤖 AI-powered summaries — generates a technical summary of what each folder actually does
  • 📋 One-click copy — full context block ready to paste into any AI tool
  • 💾 Saves to .deepctx.md — lives in your repo root, re-run anytime
  • ⚙️ Fully configurable — choose model, ignored folders, files per folder
  • 🚀 Works with everything — ChatGPT, Claude, Cursor, Copilot, any LLM

Setup (30 seconds)

Step 1 — Install & open a project

Install DeepCtx → open any project folder in VS Code → click the icon in the activity bar

Step 2 — Scan

Click "Scan & Build Context" → watch it analyze your repo folder by folder

Step 3 — Use it

Click "Copy Context to Clipboard" → paste into ChatGPT, Claude, or Cursor → ask your question

That's it. No API key. No account. No setup.


Example output

# DeepCtx — Codebase Context for my-app

## Project Overview
- Primary Stack: node
- Framework: Next.js
- Top-level directories: src, public, components, lib

## Codebase Map

### `/src/app`
Files: page.tsx, layout.tsx, globals.css
The root Next.js app directory. `page.tsx` is the homepage component rendering
the hero section and feature grid. `layout.tsx` wraps all pages with the
navigation bar and footer. Uses Tailwind CSS for styling throughout.

### `/src/lib`
Files: db.ts, auth.ts, utils.ts
Core utility layer. `db.ts` initializes the Prisma client for PostgreSQL access.
`auth.ts` handles NextAuth session management with Google OAuth provider.
`utils.ts` contains shared helper functions for date formatting and string manipulation.

Settings

Setting Default Description
deepctx.groqApiKey Your Groq API key (free at console.groq.com)
deepctx.model llama-3.3-70b-versatile Model for summarization
deepctx.ignoredFolders node_modules, .git, dist... Folders to skip
deepctx.maxFilesPerFolder 8 Max files summarized per folder
deepctx.autoScanOnOpen false Auto-scan when opening workspace

Tips

  • Re-scan after big refactors — the context file gets stale if you rename folders or add major features
  • Add .deepctx.md to .gitignore if your repo has sensitive architecture details
  • Use llama-3.1-8b-instant in settings for faster (but lighter) summaries on large repos

Why Groq?

Groq is free for the amounts DeepCtx uses. A full scan of a medium-sized project (50 folders) costs fractions of a cent. You bring your own key so your data stays between you and Groq — DeepCtx never sees it.


Feedback & Issues

Found a bug or have a feature request? Open an issue on GitHub.


Built for developers who are tired of re-explaining their codebase.