Skip to content

Commit 6bc013f

Browse files
Add coding tools and database projects, make grid responsive
Added coding-related projects: - Cline, Continue, Cursor, Tabby, Zed, Aider Added database projects: - Drizzle, Prisma, Neon, PocketBase, SurrealDB, Turso Made OSS friends grid responsive: - 1 column on mobile - 2 columns on tablet (sm breakpoint) - 3 columns on desktop (lg breakpoint) - Replaced border-based separators with gap-px approach Co-Authored-By: [email protected] <[email protected]>
1 parent fc91a3b commit 6bc013f

File tree

13 files changed

+74
-4
lines changed

13 files changed

+74
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Aider
3+
description: AI pair programming in your terminal. Chat with LLMs to edit code in your local git repo.
4+
href: https://aider.chat
5+
github: https://github.com/paul-gauthier/aider
6+
---
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Cline
3+
description: Autonomous coding agent for VS Code. AI-powered assistant that can create files, run commands, and use the browser with your permission.
4+
href: https://cline.bot
5+
github: https://github.com/cline/cline
6+
---
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Continue
3+
description: Open source AI code assistant. The leading IDE extension for connecting any LLM to VS Code and JetBrains.
4+
href: https://continue.dev
5+
github: https://github.com/continuedev/continue
6+
---
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Cursor
3+
description: AI-first code editor. Built on VS Code with native AI features for code generation, editing, and chat.
4+
href: https://cursor.com
5+
github: https://github.com/getcursor/cursor
6+
---
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Drizzle
3+
description: TypeScript ORM for SQL databases. Lightweight, performant, and type-safe with zero dependencies.
4+
href: https://orm.drizzle.team
5+
github: https://github.com/drizzle-team/drizzle-orm
6+
---
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Neon
3+
description: Serverless Postgres. Fully managed with autoscaling, branching, and bottomless storage.
4+
href: https://neon.tech
5+
github: https://github.com/neondatabase/neon
6+
---
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: PocketBase
3+
description: Open source backend in a single file. Realtime database, authentication, and file storage in one Go binary.
4+
href: https://pocketbase.io
5+
github: https://github.com/pocketbase/pocketbase
6+
---
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Prisma
3+
description: Next-generation Node.js and TypeScript ORM. Type-safe database access with auto-generated queries.
4+
href: https://prisma.io
5+
github: https://github.com/prisma/prisma
6+
---
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: SurrealDB
3+
description: Multi-model cloud database. SQL-style queries for documents, graphs, and time-series in one platform.
4+
href: https://surrealdb.com
5+
github: https://github.com/surrealdb/surrealdb
6+
---
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Tabby
3+
description: Self-hosted AI coding assistant. Open source GitHub Copilot alternative with local model support.
4+
href: https://tabby.tabbyml.com
5+
github: https://github.com/TabbyML/tabby
6+
---

0 commit comments

Comments
 (0)