Skip to content

Commit c2ca027

Browse files
Lukas Geigerclaude
andcommitted
feat: add banner + modernize README header
Add assets/banner.svg (code-in-a-box motif), insert banner at top of README.md, add shields.io badges (MIT, Python, Platform, LSP-ready) and blockquote tagline. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 25bd0b6 commit c2ca027

2 files changed

Lines changed: 192 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# CodeBox - local PySide6 desktop code editor
1+
<img src="assets/banner.svg" width="100%" alt="CodeBox Banner">
2+
3+
# CodeBox — local PySide6 desktop code editor
4+
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
6+
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/)
7+
[![Platform: Windows](https://img.shields.io/badge/platform-Windows-lightgrey.svg)]()
8+
[![LSP Ready](https://img.shields.io/badge/LSP-ready-purple.svg)]()
9+
10+
> Local-first desktop IDE for Windows — lightweight PySide6 code editor with tabs, project tree, integrated terminal, Git helpers, syntax highlighting and LSP diagnostics.
11+
212

3-
CodeBox is a local-first desktop IDE for Windows developers who want a
413
lightweight PySide6 code editor with tabs, a project tree, an integrated
514
terminal, Git helpers, syntax highlighting and Language Server Protocol
615
diagnostics.

assets/banner.svg

Lines changed: 181 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)