Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1266,6 +1266,11 @@ <h2>Deep dives</h2>
<div style="font-size:22px;font-weight:700;color:var(--text);margin-bottom:10px;letter-spacing:-0.01em">How to Reduce AI Coding Agent Costs</div>
<div style="font-size:15px;color:var(--text2);line-height:1.6">5 practical ways to cut your Claude Code, Cursor, and Copilot bills.</div>
</a>
<a href="blog/cce-cursor-setup-guide.html" style="text-decoration:none;display:block;background:var(--bg2);border:1px solid var(--border);border-radius:14px;padding:36px;transition:border-color .3s,transform .3s;box-shadow:0 2px 8px rgba(0,0,0,.2);" onmouseover="this.style.borderColor='rgba(0,200,240,.25)';this.style.transform='translateY(-3px)'" onmouseout="this.style.borderColor='var(--border)';this.style.transform='none'">
<div style="font-family:var(--mono);font-size:12px;color:var(--text3);margin-bottom:12px">May 6, 2026 · 5 min read</div>
<div style="font-size:22px;font-weight:700;color:var(--text);margin-bottom:10px;letter-spacing:-0.01em">How to Use CCE with Cursor: Complete Setup Guide</div>
<div style="font-size:15px;color:var(--text2);line-height:1.6">Step-by-step guide to setting up Code Context Engine with Cursor. Works alongside Cursor's built-in indexing.</div>
</a>
<a href="blog/benchmark-fastapi.html" style="text-decoration:none;display:block;background:var(--bg2);border:1px solid var(--border);border-radius:14px;padding:36px;transition:border-color .3s,transform .3s;box-shadow:0 2px 8px rgba(0,0,0,.2);" onmouseover="this.style.borderColor='rgba(0,200,240,.25)';this.style.transform='translateY(-3px)'" onmouseout="this.style.borderColor='var(--border)';this.style.transform='none'">
<div style="font-family:var(--mono);font-size:12px;color:var(--text3);margin-bottom:12px">May 4, 2026 · 5 min read</div>
<div style="font-size:22px;font-weight:700;color:var(--text);margin-bottom:10px;letter-spacing:-0.01em">How We Cut Claude Code Token Usage by 94%</div>
Expand Down
Loading