알고리즘 문제 풀이 사이트인 백준 온라인 저지(BOJ)의 통계를 제공하는 solved.ac의 공개 API를 기반으로
GitHub README용 동적 SVG 통계 카드를 생성하는 프로젝트입니다.
📊 Display your solved.ac stats beautifully in your GitHub README
Inspired by github-readme-stats, powered by the solved.ac API
⚠️ This project is currently in early development (Demo / Experimental). Features and API may change.
solvedac-readme-stats is a dynamic GitHub README card generator
that fetches real-time data from solved.ac and renders it as an SVG image.
It allows developers to showcase their algorithm-solving achievements
directly inside their GitHub profile.
This project was built to create a customizable and aesthetic alternative to existing solved.ac badges.
Add this to your GitHub README:
Replace
{username}with your solved.ac (BOJ) handle(ID).
아래와 같이 작성하며,{username}에 자신의 solved.ac 핸들(아이디)을 입력하여 사용하세요.
[](https://github.com/kookjd7759/solvedac-readme-stats)- Fork
- Deploy to Vercel
- Use your own endpoint
solved.ac is a competitive programming profile service built on
Baekjoon Online Judge (BOJ).
It analyzes solved problems and assigns a tier rating (Bronze → Ruby)
to measure problem-solving skills.
This project uses the solved.ac public API to render those stats
as dynamic SVG cards for GitHub READMEs.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
Distributed under the MIT License.
See LICENSE for more information.