VSIX save-from-selection
Highlight code in VS Code → run the 'Save as snippet' command → it's in your dashboard with language auto-detected.
A code snippet manager built for the AI-agent era. Save from VS Code selection, tag + search, auto-version every edit, share via signed URL, and insert into FloodG8 Plan Editor with [[snippet:abc]] references.
VSIX save-from-selection. Highlight code in VS Code → "Save as snippet" command → it's in your dashboard, tagged + versioned.
// debounce.ts
export function debounce<T>(
fn: T, ms: number
) {
let t: ReturnType<typeof setTimeout>;
return (...a: Parameters<T>) => {
clearTimeout(t);
t = setTimeout(() => fn(...a), ms);
};
}Standard Snippets is a code snippet manager with sharing, tagging, and versioning — designed to embed into your existing dev loop. Save snippets from VS Code selection, auto-version every edit, share via signed URL, and insert them into FloodG8 Plan Editor with [[snippet:abc123]] references that always resolve to the latest version.
Highlight code in VS Code → run the 'Save as snippet' command → it's in your dashboard with language auto-detected.
Every edit to a snippet body creates a new version row. Restore any prior version with one click.
Tag snippets (#typescript, #utility, #react) and filter the dashboard by tag. Full-text search coming.
Mint a /s/<slug> URL to share a snippet publicly without auth. Optional expiry. Revoke by deleting the share.
Paste [[snippet:abc123]] into any FloodG8 plan — the editor resolves it to the latest version body on render.
Time spent editing a snippet is tracked via SyncDevTime heartbeat (snippet_id sent in payload).
Start free. Upgrade when you outgrow limits or want to remove the powered-by badge.
25 snippets · 1 user
500 snippets + sharing
Three focused products, one portfolio. Each app is built to spread your brand while solving one job extremely well.
Open Dashboard| Feature | Spreadsheets | Generic SaaS | Market Standard Market Standard |
|---|---|---|---|
| Purpose-built for the workflow | No | Partial | Yes |
| Free tier with no credit card | — | Sometimes | Yes |
| Open schema (Postgres + Drizzle) | No | No | Yes |
| Viral powered-by badge on free tier | No | No | Yes |
| Cross-sells into the rest of the suite | No | No | Yes |
| Self-hostable source-available code | No | No | Yes |
Everything you need to know before signing up.