GitHub Trends

최근 주목받는 개발 프로젝트

GitHub REST API로 수집한 인기 저장소를 초보자 관점에서 리뷰합니다.

openclaw/openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

38211580168TypeScript

이 프로젝트는 '나만의 AI 비서'를 직접 만들어 쓰는 오픈소스 도구입니다. 챗GPT 같은 서비스를 쓰면 내 데이터가 외부 서버로 가지만, 이건 내 컴퓨터에서만 돌아가서 프라이버시가 안전합니다. TypeScript(자바스크립트 슈퍼셋)와 Electron(데스크톱 앱 프레임워크)을 쓰며, 초보자가 보기엔 코드베이스가 꽤 클 수 있지만 '데스크톱 앱 + AI 연동' 구조를 배우기엔 훌륭한 예시입니다.

프로젝트 아이디어: OpenClaw를 참고해 '로컬에서 돌아가는 간단한 메모+요약 앱'을 만들어보세요. Electron + TypeScript로 데스크톱 앱을 만들고, 로컬 LLM(예: Ollama)과 연동해 사용자가 쓴 메모를 자동 요약해주는 기능을 넣으면 포트폴리오용으로 훌륭합니다. UI는 Tauri나 Wails로 더 가볍게 갈아타도 좋습니다.

obra/superpowers

An agentic skills framework & software development methodology that works.

24897422104Shell

AI 비서들이 협력해서 소프트웨어를 개발하는 새로운 방식을 정리한 프로젝트입니다. 마치 여러 명의 주니어 개발자가 각자 역할을 맡아 작업하는 것처럼, AI 에이전트들에게 역할을 부여해 개발을 자동화하는 방법을 배울 수 있습니다.

프로젝트 아이디어: 간단한 CLI 도구를 만들어보세요: 사용자가 '로그인 기능 만들어줘'라고 입력하면, 내부적으로 3개의 AI 에이전트(기획자, 백엔드 개발자, 프론트엔드 개발자)가 순차적으로 작업해 코드 스켈레톤을 생성해주는 미니 프로젝트

affaan-m/ECC

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

22692134695JavaScript

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

프로젝트 아이디어: affaan-m/ECC을 참고한 미니 클론 만들기

NousResearch/hermes-agent

The agent that grows with you

21111738763Python

이 프로젝트는 '나만의 AI 비서'를 만드는 틀입니다. 챗GPT나 클로드 같은 거대 언어 모델을 이용해 코드 작성, 파일 조작, 웹 검색 등 실제 작업을 수행하는 에이전트를 만들 수 있게 해줍니다. 파이썬으로 작성되어 있어 파이썬 기초만 알면 내부 구조를 이해하기 좋습니다.

프로젝트 아이디어: 이 저장소를 참고해 '나만의 코드 리뷰 봇'을 만들어보세요. GitHub PR이 올라오면 자동으로 코드를 분석하고 개선 사항을 댓글로 남겨주는 간단한 에이전트입니다. Hermes Agent의 도구 사용 패턴을 배워 파일 읽기, 코드 분석, 댓글 작성 기능을 구현하면 좋은 연습이 됩니다.

n8n-io/n8n

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

19559459164TypeScript

n8n은 코드 없이도 다양한 서비스(API, 데이터베이스, AI 도구 등)를 연결해 자동화 워크플로우를 만들 수 있는 도구입니다. 노드 기반의 시각적 에디터로 흐름을 설계하고, 필요하면 JavaScript/TypeScript로 직접 로직을 추가할 수 있어요. 초보자는 노코드/로우코드 자동화 개념을 익히고, 실제 서비스 연동 예제를 보며 배울 수 있습니다.

프로젝트 아이디어: n8n의 핵심 아이디어를 참고해 '미니 워크플로우 자동화 툴'을 만들어 보세요. 간단한 드래그 앤 드롭으로 HTTP 요청, 데이터 변환, 조건 분기 같은 기본 노드를 연결하고, JSON 설정으로 워크플로우를 저장/실행하는 작은 Node.js/TypeScript CLI 도구를 구현하면 자동화 엔진의 기본 원리를 이해하는 데 좋습니다.

Significant-Gravitas/AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

18543046123Python

목표만 말하면 AI가 스스로 계획을 짜고, 인터넷 검색하고, 코드 돌려가며 일을 끝까지 마무리해 주는 '자율 비서'를 만드는 파이썬 프로젝트야. 어렵게 느껴지지만, 핵심은 'LLM + 도구(툴) + 루프' 세 가지 조합이야.

프로젝트 아이디어: 간단한 '숙제 도우미 에이전트'를 만들어 보자. 1) 사용자가 '파이썬으로 계산기 만들기' 같은 과제를 주면, 2) 에이전트가 단계별로 코드 작성 → 실행 → 오류 수정 → 결과 저장까지 자동으로 수행하는 미니 AutoGPT를 LangChain이나 직접 프롬프트 체이닝으로 구현해 보면 핵심 원리를 익힐 수 있다.

ollama/ollama

Get up and running with Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

17565416870Go

Get up and running with Kimi-K2.6, GLM-5.1, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.

프로젝트 아이디어: ollama/ollama을 참고한 미니 클론 만들기

f/prompts.chat

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

16501421362HTML

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

프로젝트 아이디어: f/prompts.chat을 참고한 미니 클론 만들기

Snailclimb/JavaGuide

Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发

15686346163JavaScript

Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发

프로젝트 아이디어: Snailclimb/JavaGuide을 참고한 미니 클론 만들기

langgenius/dify

Production-ready platform for agentic workflow development.

14805823319TypeScript

Production-ready platform for agentic workflow development.

프로젝트 아이디어: langgenius/dify을 참고한 미니 클론 만들기

vercel/next.js

The React Framework

14037231341JavaScript

The React Framework

프로젝트 아이디어: vercel/next.js을 참고한 미니 클론 만들기

shadcn-ui/ui

A set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite frameworks. Open Source. Open Code.

1183409262TypeScript

A set of beautifully-designed, accessible components and a code distribution platform. Works with your favorite frameworks. Open Source. Open Code.

프로젝트 아이디어: shadcn-ui/ui을 참고한 미니 클론 만들기

supabase/supabase

The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

10586413017TypeScript

The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.

프로젝트 아이디어: supabase/supabase을 참고한 미니 클론 만들기

puppeteer/puppeteer

JavaScript API for Chrome and Firefox

952879478TypeScript

JavaScript API for Chrome and Firefox

프로젝트 아이디어: puppeteer/puppeteer을 참고한 미니 클론 만들기

TauricResearch/TradingAgents

TradingAgents: Multi-Agents LLM Financial Trading Framework

9160117698Python

TradingAgents: Multi-Agents LLM Financial Trading Framework

프로젝트 아이디어: TauricResearch/TradingAgents을 참고한 미니 클론 만들기

OpenHands/OpenHands

🙌 OpenHands: AI-Driven Development

7979610176Python

🙌 OpenHands: AI-Driven Development

프로젝트 아이디어: OpenHands/OpenHands을 참고한 미니 클론 만들기

hoppscotch/hoppscotch

Open-Source API Development Ecosystem • https://hoppscotch.io • Offline, On-Prem & Cloud • Web, Desktop & CLI • Open-Source Alternative to Postman, Insomnia

797545952TypeScript

Open-Source API Development Ecosystem • https://hoppscotch.io • Offline, On-Prem & Cloud • Web, Desktop & CLI • Open-Source Alternative to Postman, Insomnia

프로젝트 아이디어: hoppscotch/hoppscotch을 참고한 미니 클론 만들기

lobehub/lobehub

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

7957815561TypeScript

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

프로젝트 아이디어: lobehub/lobehub을 참고한 미니 클론 만들기

DietrichGebert/ponytail

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

766484081JavaScript

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

프로젝트 아이디어: DietrichGebert/ponytail을 참고한 미니 클론 만들기

appwrite/appwrite

Appwrite® - complete cloud infrastructure for your web, mobile and AI apps. Including Auth, Databases, Storage, Functions, Messaging, Hosting, Realtime and more

565155521TypeScript

Appwrite® - complete cloud infrastructure for your web, mobile and AI apps. Including Auth, Databases, Storage, Functions, Messaging, Hosting, Realtime and more

프로젝트 아이디어: appwrite/appwrite을 참고한 미니 클론 만들기