CollabGistCollabGistCollabGist
v1.0 Public Beta

Code collaboration,
reimagined.

A minimal, high-performance snippet manager designed for modern developers. Share, store, and collaborate on code in real-time without the clutter.

Get Started
main.tsx
import React from 'react';

export default function App() {
return (
<div className="p-4">
<h1>Hello, World!</h1>
<p>Collaborating in real-time...</p>
</div>
);
}

An open source and modern snippet manager

CollabGist is your personal code vault with superpowers. Store snippets privately or share them with the world through unique URLs. Snippets are soft-deleted and can be restored within 7 days. Built with Monaco Editor for that VS Code feel, OAuth for frictionless login, and optimistic updates that make everything feel instant.

Next.js 15
TypeScript
Tailwind CSS
Supabase
React Query
Monaco Editor
Shadcn UI
Zod + RHF

Features that don't get in your way

Every feature exists because you actually need it—no fluff, no friction.

Monaco Editor Built-in

The same editor from VS Code, with IntelliSense and 100+ language modes. Copy-paste code without losing formatting.

Trash with a Safety Net

Deleted snippets hang out in trash for 7 days. Restore them with one click or let them auto-purge after the grace period.

Public or Eyes-Only

Toggle snippet visibility on the fly. Share with a link or keep it locked down for your eyes only.

Optimistic Updates

UI responds before the server does. Edit, save, delete—everything feels instant thanks to React Query magic.

OAuth Login

Sign in with GitHub or Google if you don't like passwords. No passwords to memorize and no email verification.

Tags & Organization

Tag snippets with custom labels. Filter and find what you need without digging through endless lists.