Skip to content

Commit 97a048a

Browse files
authored
Update Experience.tsx added lemonade
1 parent f080f22 commit 97a048a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

twizzy.gg/src/components/sections/index/Experience.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,21 @@ export default function Experience() {
3333
delay={0.1}
3434
gradient="bg-gradient-to-br"
3535
/>
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"
45+
media={[]}
46+
myRole="Developer"
47+
timeline="July 2026 - Current"
48+
delay={0.1}
49+
gradient="bg-gradient-to-br from-orange-500 to-yellow-300"
50+
/>
3651
<ExperienceCard
3752
url="https://oceansystems.vercel.app/"
3853
title="OceanSystems"

0 commit comments

Comments
 (0)