You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: twizzy.gg/src/components/sections/index/Experience.tsx
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,21 @@ export default function Experience() {
33
33
delay={0.1}
34
34
gradient="bg-gradient-to-br"
35
35
/>
36
+
<ExperienceCard
37
+
url="https://github.com/twizzycodes/lemonade-cli"
38
+
title="Lemonade CLI"
39
+
fullDescription={[
40
+
"An open-source, model-agnostic AI coding CLI. Lemonade is a Claude Code–style agentic terminal assistant",
41
+
"any model on OpenRouter https://openrouter.ai (Multiple free models)"
42
+
]}
43
+
cardImage="/lemonade.png"
44
+
cardDescription="An open-source, model-agnostic AI coding CLI. Lemonade is a Claude Code–style agentic terminal assistant that runs against **any model on OpenRouter https://openrouter.ai — pick whichever model you have credits or access for. Point it at an API key"
0 commit comments