Skip to content

Commit b760a6a

Browse files
committed
update README
1 parent 3e99d89 commit b760a6a

File tree

1 file changed

+59
-7
lines changed

1 file changed

+59
-7
lines changed

README.md

Lines changed: 59 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
<div align="center">
2+
3+
<img src="docs/resource/dspy-code.png" alt="DSPy Code Logo" width="200"/>
4+
15
# DSPy Code
26

3-
**Claude Code for DSPy: AI-Powered Interactive Development Environment for DSPy**
7+
### 🚀 AI-Powered Interactive Development Environment for DSPy
8+
9+
**Build, Optimize, and Deploy DSPy Applications with Natural Language**
410

511
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
612
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -10,19 +16,45 @@
1016
[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/astral-sh/ruff)
1117
[![Pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
1218

13-
*An interactive CLI tool for building, optimizing, and deploying DSPy applications*
19+
[📖 Documentation](https://superagenticai.github.io/dspy-code/)
20+
[🚀 Quick Start](#-quick-start)
21+
[💡 Examples](#-use-cases)
22+
[🤝 Contributing](CONTRIBUTING.md)
23+
24+
---
25+
26+
### ⚡ Claude Code for DSPy
27+
28+
```bash
29+
pip install dspy-code
30+
dspy-code
31+
```
1432

15-
[📖 Documentation](https://superagenticai.github.io/dspy-code/)
33+
**Ask in natural language****Get working DSPy code****Optimize with GEPA****Deploy**
1634

1735
</div>
1836

1937
---
2038

2139
## ✨ What is DSPy Code?
2240

41+
<div align="center">
42+
43+
**The First Purpose-Built CLI for DSPy Development**
44+
45+
</div>
46+
2347
DSPy Code is an **interactive development environment** that transforms how you learn and build with DSPy. Built as an intelligent CLI tool, it provides natural language interactions, code generation, optimization workflows, and comprehensive validation, all designed specifically for DSPy development.
2448

25-
**Learn as you build.** Whether you're a complete beginner or a DSPy expert, the CLI adapts to your level and guides you through every step.
49+
> 💡 **Learn as you build.** doesn't matter, you're a complete beginner or a DSPy expert, the CLI adapts to your level and guides you through every step.
50+
51+
### 🎯 Perfect For:
52+
53+
| 🎓 **Learning DSPy** | 🚀 **Building Projects** |**Optimizing Code** |
54+
|---------------------|------------------------|----------------------|
55+
| Interactive Q&A about DSPy concepts | Generate complete DSPy applications | Real GEPA optimization workflows |
56+
| Built-in examples and templates | Natural language to code | Automated metric evaluation |
57+
| Step-by-step guidance | Code validation & best practices | Progress tracking & resumption |
2658

2759
## 🎯 Why DSPy Code?
2860

@@ -414,16 +446,36 @@ DSPy Code is currently in **Beta** and under active development. While it's func
414446

415447
## 🙏 Acknowledgments
416448

417-
Built with ❤️ by [Superagentic AI](https://super-agentic.ai)
449+
<div align="center">
450+
451+
Built with ❤️ by **[Superagentic AI](https://super-agentic.ai)**
418452

419453
Special thanks to the DSPy community and all contributors!
420454

455+
</div>
456+
421457
---
422458

423459
<div align="center">
424460

425-
**[📖 Full Documentation](https://superagenticai.github.io/dspy-code/)**
461+
### 📚 Resources
462+
463+
**[📖 Documentation](https://superagenticai.github.io/dspy-code/)**
464+
**[🐛 Issues](https://github.com/SuperagenticAI/dspy-code/issues)**
465+
**[🤝 Contributing](CONTRIBUTING.md)**
466+
467+
---
468+
469+
### ⭐ Show Your Support
470+
471+
If DSPy Code helps your workflow, give us a star! ⭐
472+
473+
It helps others discover the project and motivates us to keep improving it.
474+
475+
---
476+
477+
<img src="docs/resource/dspy-code.png" alt="DSPy Code" width="100"/>
426478

427-
Made for the DSPy community
479+
**Made with 💜 for the DSPy community**
428480

429481
</div>

0 commit comments

Comments
 (0)