diff --git a/src/data/_Projects.js b/src/data/_Projects.js
index 703ec82..1317371 100755
--- a/src/data/_Projects.js
+++ b/src/data/_Projects.js
@@ -3,6 +3,91 @@
import React from 'react';
const projects = [
+ {
+ category: 'Website',
+ title: 'Helicone',
+ slug: '#helicone',
+ imageUrl: 'img/projects/helicone.jpeg',
+ subtitle: 'The easiest way to monitor your LLM-applications at scale.',
+ period: '24 Nov 2023',
+ tech: 'NextJS, Cloudflare, OpenAI, Tailwindcss, Vercel, Supabase, Clickhouse, TypeScript, PostgreSQL, KV, Cache',
+ team: [
+ {
+ name: 'Umut Hope YILDIRIM',
+ link: 'https://github.com/umuthopeyildirim/',
+ },
+ ],
+ description: (
+ <>
+
+ As a collaborative member of the Helicone Team, I contributed to the
+ development of a robust platform designed for monitoring Large
+ Language Models (LLMs) at scale. This innovative platform streamlines
+ the process of managing and analyzing LLMs, enhancing efficiency and
+ scalability. My role encompassed both technical development and
+ project optimization, ensuring a seamless user experience and
+ effective system performance.
+
+ Helicone Technical Contributions: 🎯
+
+ -
+ Revamped documentation and fixed TypeScript configurations for
+ Langchain and other projects.
+
+ -
+ Removed and replaced `recharts` with alternatives in Tremor,
+ entailing deletion and repurposing of multiple components.
+
+ -
+ Developed and integrated a new `cache_hits` table in Clickhouse,
+ enhancing the `recordCacheHit` function for improved data
+ management.
+
+ -
+ Eliminated unnecessary dependencies like `@dqbd/tiktoken` and
+ updated API calls by substituting `axios` with `fetch`.
+
+ -
+ Implemented code quality improvements by resolving eslint
+ unused-imports errors and removing redundant imports.
+
+ -
+ Enhanced user experience by adding redirect options for Google and
+ GitHub sign-in and supporting GitHub authentication.
+
+ -
+ Contributed to user interface enhancements, including the addition
+ of a user cost graph.
+
+
+ Helicone Project Management and Optimization:
+
+ -
+ Managed testing requirements for UI/UX improvements, particularly
+ for the Cache page.
+
+ -
+ Streamlined onboarding processes by modifying email templates and
+ onboarding checks, and setting existing users to 'has_onboarded'.
+
+ -
+ Ensured thorough testing, including end-to-end testing of GitHub
+ authentication integration.
+
+
+ >
+ ),
+ links: [
+ {
+ name: 'Website',
+ link: 'https://helicone.ai',
+ },
+ {
+ name: 'Github',
+ link: 'https://github.com/helicone/helicone',
+ },
+ ],
+ },
{
category: 'Website',
title: 'MarkAI',
diff --git a/src/pages/index.js b/src/pages/index.js
index 72fd866..84c3551 100755
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -42,6 +42,7 @@ export default function Home() {