Public code library

Share code.
Build together.

A modern place to save, discover and share useful code snippets with developers around the world.

12,842
Snippets
2,481
Contributors
36
Categories
1.8M
Total views

Trending snippets

Popular code from the community

JavaScriptScraper

TikTok Profile Scraper

Fetch public TikTok profile information with a simple Node.js utility.

01const snippet = async () => {
02await fetch(...)
03}
R
King Ryan·2h ago
1.2K328
Node.jsTelegram

Telegram Bot Logger

Simple event logger for Telegram bots with structured output.

01const snippet = async () => {
02await fetch(...)
03}
R
devryan·5h ago
842156
TypeScriptUtility

API Response Formatter

Format and normalize API responses into a clean JSON structure.

01const snippet = async () => {
02await fetch(...)
03}
R
AwasPhpJir·1d ago
62194