the signals and their derived score are provisional and subject to change.
validate manually before sharing.
f182a50868c4b2b681d7ef213018a7cd0d9dc1ff7e70bd2b344cb2eddac970b2f55b76a10a0d53ddAuthored: 5 months ago (Fri, 27 Mar 2026 17:52:29 +0000)Match: Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>CLAUDE.mdTool: claude-code# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Overview
Explorar.dev is a Next.js 16 application for exploring and learning from arbitrary software source code with an interactive VS Code-like interface. It supports both curated repositories (pre-downloaded at build time) and arbitrary GitHub repositories (downloaded on-demand).
**Key Architecture Decisions**:
- **Frontend**: Static Next.js export with no server-side rendering
- **Nnone