From d02e0c1e5521916f57a5a3d88a036c0cd3b696e0 Mon Sep 17 00:00:00 2001 From: tribixbite Date: Sun, 8 Sep 2024 12:08:12 +0000 Subject: [PATCH] chore(updates): updated entries in files --- README.md | 58 +- data.json | 20790 ++++++++++++++++++++++++++-------------------------- 2 files changed, 10423 insertions(+), 10425 deletions(-) diff --git a/README.md b/README.md index 4cd1cf4..a9024f0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ## Table of Contents +* [Java](#java) * [TypeScript](#typescript) * [Shell](#shell) * [Python](#python) @@ -19,7 +20,6 @@ * [C](#c) * [PowerShell](#powershell) * [C++](#c-1) -* [Java](#java) * [Groovy](#groovy) * [PHP](#php) * [MDX](#mdx) @@ -55,6 +55,33 @@ * [AutoHotkey](#autohotkey) * [Visual Basic .NET](#visual-basic-net) +## Java + +* [ddsky/spoonacular-api-clients](https://github.com/ddsky/spoonacular-api-clients) - +* [LSPosed/AndroidHiddenApiBypass](https://github.com/LSPosed/AndroidHiddenApiBypass) - LSPass: Bypass restrictions on non-SDK interfaces +* [M66B/NetGuard](https://github.com/M66B/NetGuard) - A simple way to block access to the internet per app +* [zaproxy/zaproxy](https://github.com/zaproxy/zaproxy) - The ZAP core project +* [dbeaver/dbeaver](https://github.com/dbeaver/dbeaver) - Free universal database tool and SQL client +* [Tencent/tinker](https://github.com/Tencent/tinker) - Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk. +* [Konloch/bytecode-viewer](https://github.com/Konloch/bytecode-viewer) - A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More) +* [google/android-classyshark](https://github.com/google/android-classyshark) - Android and Java bytecode viewer +* [asLody/VirtualApp](https://github.com/asLody/VirtualApp) - Virtual Engine for Android(Support 14.0 in business version) +* [skylot/jadx](https://github.com/skylot/jadx) - Dex to Java decompiler +* [charles2gan/GDA-android-reversing-Tool](https://github.com/charles2gan/GDA-android-reversing-Tool) - the fastest and most powerful android decompiler(native tool working without Java VM) for the APK, DEX, ODEX, OAT, JAR, AAR, and CLASS file. which supports malicious behavior detection, privacy leaking detection, vulnerability detection, path solving, packer identification, variable tracking, deobfuscation, python\&java scripts, device memory extraction, data decryption, and encryption, etc. +* [pengshn6/BlackBox](https://github.com/pengshn6/BlackBox) - BlackBox is a virtual engine, it can clone and run virtual application on Android, users don't have to install APK file to run the application on devices. BlackBox control all virtual applications, so you can do anything you want by using BlackBox. +* [iBotPeaches/Apktool](https://github.com/iBotPeaches/Apktool) - A tool for reverse engineering Android apk files +* [OpenAPITools/openapi-generator](https://github.com/OpenAPITools/openapi-generator) - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3) +* [swagger-api/swagger-parser](https://github.com/swagger-api/swagger-parser) - Swagger Spec to Java POJOs +* [swagger-api/validator-badge](https://github.com/swagger-api/validator-badge) - Validate your Swagger JSON/YAML today! +* [ripmeapp2/ripme](https://github.com/ripmeapp2/ripme) - Downloads albums in bulk +* [storyofdavid/Android-WorkoutTracker](https://github.com/storyofdavid/Android-WorkoutTracker) - Free to use demo repo of an android workout tracker application +* [arjunkaruvally/BluetoothPeripheral](https://github.com/arjunkaruvally/BluetoothPeripheral) - +* [solana-developers/dapp-scaffold-react-native](https://github.com/solana-developers/dapp-scaffold-react-native) - dApp scaffold for react native apps +* [fusetools/react-native-unity2](https://github.com/fusetools/react-native-unity2) - Embed Unity content in your React Native app! +* [azesmway/react-native-unity](https://github.com/azesmway/react-native-unity) - +* [LuigiVampa92/XLogger](https://github.com/LuigiVampa92/XLogger) - Xposed module that allows to sniff and record logs of NFC and Bluetooth communication on device +* [xtclang/xvm](https://github.com/xtclang/xvm) - Ecstasy and XVM + ## TypeScript * [StarlightLabsCo/starlightshire-server](https://github.com/StarlightLabsCo/starlightshire-server) - @@ -377,7 +404,7 @@ * [icebreakerlabs/merlin](https://github.com/icebreakerlabs/merlin) - All-in-one NFT minter app * [dicebear/dicebear](https://github.com/dicebear/dicebear) - DiceBear is an avatar library for designers and developers. 🌍 * [mockoon/mockoon](https://github.com/mockoon/mockoon) - Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source. -* [learn-anything/learn-anything.xyz](https://github.com/learn-anything/learn-anything.xyz) - Organize world's knowledge, explore connections and curate learning paths +* [learn-anything/learn-anything](https://github.com/learn-anything/learn-anything) - Organize world's knowledge, explore connections and curate learning paths * [BrainJS/brain.js](https://github.com/BrainJS/brain.js) - 🤖 GPU accelerated Neural networks in JavaScript for Browsers and Node.js * [mswjs/msw](https://github.com/mswjs/msw) - Seamless REST/GraphQL API mocking library for browser and Node.js. * [Envuso/framework](https://github.com/Envuso/framework) - Envuso is a backend framework focusing building apis using Fastify and MongoDB support. @@ -1751,32 +1778,6 @@ * [HASwitchPlate/openHASP](https://github.com/HASwitchPlate/openHASP) - HomeAutomation Switchplate based on lvgl for ESP32 * [esphome/esphome](https://github.com/esphome/esphome) - ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. -## Java - -* [LSPosed/AndroidHiddenApiBypass](https://github.com/LSPosed/AndroidHiddenApiBypass) - LSPass: Bypass restrictions on non-SDK interfaces -* [M66B/NetGuard](https://github.com/M66B/NetGuard) - A simple way to block access to the internet per app -* [zaproxy/zaproxy](https://github.com/zaproxy/zaproxy) - The ZAP core project -* [dbeaver/dbeaver](https://github.com/dbeaver/dbeaver) - Free universal database tool and SQL client -* [Tencent/tinker](https://github.com/Tencent/tinker) - Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk. -* [Konloch/bytecode-viewer](https://github.com/Konloch/bytecode-viewer) - A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More) -* [google/android-classyshark](https://github.com/google/android-classyshark) - Android and Java bytecode viewer -* [asLody/VirtualApp](https://github.com/asLody/VirtualApp) - Virtual Engine for Android(Support 14.0 in business version) -* [skylot/jadx](https://github.com/skylot/jadx) - Dex to Java decompiler -* [charles2gan/GDA-android-reversing-Tool](https://github.com/charles2gan/GDA-android-reversing-Tool) - the fastest and most powerful android decompiler(native tool working without Java VM) for the APK, DEX, ODEX, OAT, JAR, AAR, and CLASS file. which supports malicious behavior detection, privacy leaking detection, vulnerability detection, path solving, packer identification, variable tracking, deobfuscation, python\&java scripts, device memory extraction, data decryption, and encryption, etc. -* [pengshn6/BlackBox](https://github.com/pengshn6/BlackBox) - BlackBox is a virtual engine, it can clone and run virtual application on Android, users don't have to install APK file to run the application on devices. BlackBox control all virtual applications, so you can do anything you want by using BlackBox. -* [iBotPeaches/Apktool](https://github.com/iBotPeaches/Apktool) - A tool for reverse engineering Android apk files -* [OpenAPITools/openapi-generator](https://github.com/OpenAPITools/openapi-generator) - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3) -* [swagger-api/swagger-parser](https://github.com/swagger-api/swagger-parser) - Swagger Spec to Java POJOs -* [swagger-api/validator-badge](https://github.com/swagger-api/validator-badge) - Validate your Swagger JSON/YAML today! -* [ripmeapp2/ripme](https://github.com/ripmeapp2/ripme) - Downloads albums in bulk -* [storyofdavid/Android-WorkoutTracker](https://github.com/storyofdavid/Android-WorkoutTracker) - Free to use demo repo of an android workout tracker application -* [arjunkaruvally/BluetoothPeripheral](https://github.com/arjunkaruvally/BluetoothPeripheral) - -* [solana-developers/dapp-scaffold-react-native](https://github.com/solana-developers/dapp-scaffold-react-native) - dApp scaffold for react native apps -* [fusetools/react-native-unity2](https://github.com/fusetools/react-native-unity2) - Embed Unity content in your React Native app! -* [azesmway/react-native-unity](https://github.com/azesmway/react-native-unity) - -* [LuigiVampa92/XLogger](https://github.com/LuigiVampa92/XLogger) - Xposed module that allows to sniff and record logs of NFC and Bluetooth communication on device -* [xtclang/xvm](https://github.com/xtclang/xvm) - Ecstasy and XVM - ## Groovy * [NationalSecurityAgency/skills-service](https://github.com/NationalSecurityAgency/skills-service) - SkillTree is a micro-learning gamification platform supporting the rapid integration of a gamified tool training approach into new and existing applications. @@ -1861,7 +1862,6 @@ * [primer/css](https://github.com/primer/css) - The CSS design system that powers GitHub * [jcphlux/swagger-ui-themes](https://github.com/jcphlux/swagger-ui-themes) - Themes for swagger-ui * [slatedocs/slate](https://github.com/slatedocs/slate) - Beautiful static documentation for your API -* [just-the-docs/just-the-docs](https://github.com/just-the-docs/just-the-docs) - A modern, high customizable, responsive Jekyll theme for documentation with built-in search. ## Dockerfile diff --git a/data.json b/data.json index 1571275..c6bee05 100644 --- a/data.json +++ b/data.json @@ -1,1295 +1,1444 @@ { - "TypeScript": [ + "Java": [ { - "id": 634368793, - "node_id": "R_kgDOJc-zGQ", - "name": "starlightshire-server", - "full_name": "StarlightLabsCo/starlightshire-server", + "id": 189444765, + "node_id": "MDEwOlJlcG9zaXRvcnkxODk0NDQ3NjU=", + "name": "spoonacular-api-clients", + "full_name": "ddsky/spoonacular-api-clients", "owner": { - "login": "StarlightLabsCo", - "id": 144094998, - "avatar_url": "https://avatars.githubusercontent.com/u/144094998?v=4", - "url": "https://api.github.com/users/StarlightLabsCo", - "html_url": "https://github.com/StarlightLabsCo" + "login": "ddsky", + "id": 1111388, + "avatar_url": "https://avatars.githubusercontent.com/u/1111388?v=4", + "url": "https://api.github.com/users/ddsky", + "html_url": "https://github.com/ddsky" }, - "html_url": "https://github.com/StarlightLabsCo/starlightshire-server", + "html_url": "https://github.com/ddsky/spoonacular-api-clients", "description": null, - "url": "https://api.github.com/repos/StarlightLabsCo/starlightshire-server", - "languages_url": "https://api.github.com/repos/StarlightLabsCo/starlightshire-server/languages", - "created_at": "2023-04-29T22:20:49Z", - "updated_at": "2024-09-06T17:06:35Z", - "git_url": "git://github.com/StarlightLabsCo/starlightshire-server.git", - "ssh_url": "git@github.com:StarlightLabsCo/starlightshire-server.git", - "clone_url": "https://github.com/StarlightLabsCo/starlightshire-server.git", + "url": "https://api.github.com/repos/ddsky/spoonacular-api-clients", + "languages_url": "https://api.github.com/repos/ddsky/spoonacular-api-clients/languages", + "created_at": "2019-05-30T16:12:36Z", + "updated_at": "2024-09-08T12:03:30Z", + "git_url": "git://github.com/ddsky/spoonacular-api-clients.git", + "ssh_url": "git@github.com:ddsky/spoonacular-api-clients.git", + "clone_url": "https://github.com/ddsky/spoonacular-api-clients.git", "homepage": null, - "stargazers_count": 22, - "watchers_count": 22, - "language": "TypeScript", + "stargazers_count": 42, + "watchers_count": 42, + "language": "Java", "topics": [] }, { - "id": 548866917, - "node_id": "R_kgDOILcLZQ", - "name": "cardinal-staking", - "full_name": "Blocksmith-Labs/cardinal-staking", + "id": 355517152, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTU1MTcxNTI=", + "name": "AndroidHiddenApiBypass", + "full_name": "LSPosed/AndroidHiddenApiBypass", "owner": { - "login": "Blocksmith-Labs", - "id": 99273348, - "avatar_url": "https://avatars.githubusercontent.com/u/99273348?v=4", - "url": "https://api.github.com/users/Blocksmith-Labs", - "html_url": "https://github.com/Blocksmith-Labs" + "login": "LSPosed", + "id": 75879071, + "avatar_url": "https://avatars.githubusercontent.com/u/75879071?v=4", + "url": "https://api.github.com/users/LSPosed", + "html_url": "https://github.com/LSPosed" }, - "html_url": "https://github.com/Blocksmith-Labs/cardinal-staking", - "description": "Cardinal staking encompasses a suite of contracts for issuing and staking NFTs and FTs on Solana. The simple program is a stake pool that tracks total stake duration and plugs into arbitrary reward distributors for rewarding staking.", - "url": "https://api.github.com/repos/Blocksmith-Labs/cardinal-staking", - "languages_url": "https://api.github.com/repos/Blocksmith-Labs/cardinal-staking/languages", - "created_at": "2022-10-10T10:00:13Z", - "updated_at": "2024-09-02T05:54:31Z", - "git_url": "git://github.com/Blocksmith-Labs/cardinal-staking.git", - "ssh_url": "git@github.com:Blocksmith-Labs/cardinal-staking.git", - "clone_url": "https://github.com/Blocksmith-Labs/cardinal-staking.git", - "homepage": "https://cardinal-labs.github.io/cardinal-staking", - "stargazers_count": 1, - "watchers_count": 1, - "language": "TypeScript", + "html_url": "https://github.com/LSPosed/AndroidHiddenApiBypass", + "description": "LSPass: Bypass restrictions on non-SDK interfaces", + "url": "https://api.github.com/repos/LSPosed/AndroidHiddenApiBypass", + "languages_url": "https://api.github.com/repos/LSPosed/AndroidHiddenApiBypass/languages", + "created_at": "2021-04-07T11:20:34Z", + "updated_at": "2024-09-08T01:11:05Z", + "git_url": "git://github.com/LSPosed/AndroidHiddenApiBypass.git", + "ssh_url": "git@github.com:LSPosed/AndroidHiddenApiBypass.git", + "clone_url": "https://github.com/LSPosed/AndroidHiddenApiBypass.git", + "homepage": "", + "stargazers_count": 1583, + "watchers_count": 1583, + "language": "Java", "topics": [] }, { - "id": 850239395, - "node_id": "R_kgDOMq2fow", - "name": "xsx", - "full_name": "qudo-code/xsx", + "id": 44877925, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDg3NzkyNQ==", + "name": "NetGuard", + "full_name": "M66B/NetGuard", "owner": { - "login": "qudo-code", - "id": 59782726, - "avatar_url": "https://avatars.githubusercontent.com/u/59782726?v=4", - "url": "https://api.github.com/users/qudo-code", - "html_url": "https://github.com/qudo-code" + "login": "M66B", + "id": 259573, + "avatar_url": "https://avatars.githubusercontent.com/u/259573?v=4", + "url": "https://api.github.com/users/M66B", + "html_url": "https://github.com/M66B" }, - "html_url": "https://github.com/qudo-code/xsx", - "description": null, - "url": "https://api.github.com/repos/qudo-code/xsx", - "languages_url": "https://api.github.com/repos/qudo-code/xsx/languages", - "created_at": "2024-08-31T08:29:09Z", - "updated_at": "2024-09-01T20:00:29Z", - "git_url": "git://github.com/qudo-code/xsx.git", - "ssh_url": "git@github.com:qudo-code/xsx.git", - "clone_url": "https://github.com/qudo-code/xsx.git", - "homepage": null, - "stargazers_count": 1, - "watchers_count": 1, - "language": "TypeScript", + "html_url": "https://github.com/M66B/NetGuard", + "description": "A simple way to block access to the internet per app", + "url": "https://api.github.com/repos/M66B/NetGuard", + "languages_url": "https://api.github.com/repos/M66B/NetGuard/languages", + "created_at": "2015-10-24T17:59:20Z", + "updated_at": "2024-09-08T08:59:53Z", + "git_url": "git://github.com/M66B/NetGuard.git", + "ssh_url": "git@github.com:M66B/NetGuard.git", + "clone_url": "https://github.com/M66B/NetGuard.git", + "homepage": "http://www.netguard.me/", + "stargazers_count": 1899, + "watchers_count": 1899, + "language": "Java", "topics": [] }, { - "id": 816311233, - "node_id": "R_kgDOMKfrwQ", - "name": "cord", - "full_name": "getcord/cord", + "id": 36817565, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjgxNzU2NQ==", + "name": "zaproxy", + "full_name": "zaproxy/zaproxy", "owner": { - "login": "getcord", - "id": 74909205, - "avatar_url": "https://avatars.githubusercontent.com/u/74909205?v=4", - "url": "https://api.github.com/users/getcord", - "html_url": "https://github.com/getcord" + "login": "zaproxy", + "id": 6716868, + "avatar_url": "https://avatars.githubusercontent.com/u/6716868?v=4", + "url": "https://api.github.com/users/zaproxy", + "html_url": "https://github.com/zaproxy" }, - "html_url": "https://github.com/getcord/cord", - "description": "The complete SDK for Chat, Commenting, and Notifications", - "url": "https://api.github.com/repos/getcord/cord", - "languages_url": "https://api.github.com/repos/getcord/cord/languages", - "created_at": "2024-06-17T13:35:55Z", - "updated_at": "2024-09-06T16:31:18Z", - "git_url": "git://github.com/getcord/cord.git", - "ssh_url": "git@github.com:getcord/cord.git", - "clone_url": "https://github.com/getcord/cord.git", - "homepage": "", - "stargazers_count": 65, - "watchers_count": 65, - "language": "TypeScript", + "html_url": "https://github.com/zaproxy/zaproxy", + "description": "The ZAP core project", + "url": "https://api.github.com/repos/zaproxy/zaproxy", + "languages_url": "https://api.github.com/repos/zaproxy/zaproxy/languages", + "created_at": "2015-06-03T16:55:01Z", + "updated_at": "2024-09-08T09:33:23Z", + "git_url": "git://github.com/zaproxy/zaproxy.git", + "ssh_url": "git@github.com:zaproxy/zaproxy.git", + "clone_url": "https://github.com/zaproxy/zaproxy.git", + "homepage": "https://www.zaproxy.org", + "stargazers_count": 12478, + "watchers_count": 12478, + "language": "Java", "topics": [ - "chat", - "comments", - "notifications", - "sdk", - "typescript" + "appsec", + "dast", + "hacktoberfest", + "security", + "security-scanner", + "zap", + "zap-development", + "zaproxy" ] }, { - "id": 577076286, - "node_id": "R_kgDOImV8Pg", - "name": "surrealist", - "full_name": "surrealdb/surrealist", + "id": 44662669, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDY2MjY2OQ==", + "name": "dbeaver", + "full_name": "dbeaver/dbeaver", "owner": { - "login": "surrealdb", - "id": 10982346, - "avatar_url": "https://avatars.githubusercontent.com/u/10982346?v=4", - "url": "https://api.github.com/users/surrealdb", - "html_url": "https://github.com/surrealdb" + "login": "dbeaver", + "id": 34743864, + "avatar_url": "https://avatars.githubusercontent.com/u/34743864?v=4", + "url": "https://api.github.com/users/dbeaver", + "html_url": "https://github.com/dbeaver" }, - "html_url": "https://github.com/surrealdb/surrealist", - "description": "Surrealist is the ultimate way to visually manage your SurrealDB database", - "url": "https://api.github.com/repos/surrealdb/surrealist", - "languages_url": "https://api.github.com/repos/surrealdb/surrealist/languages", - "created_at": "2022-12-11T22:18:07Z", - "updated_at": "2024-09-06T16:15:24Z", - "git_url": "git://github.com/surrealdb/surrealist.git", - "ssh_url": "git@github.com:surrealdb/surrealist.git", - "clone_url": "https://github.com/surrealdb/surrealist.git", - "homepage": "https://surrealist.app/", - "stargazers_count": 1060, - "watchers_count": 1060, - "language": "TypeScript", + "html_url": "https://github.com/dbeaver/dbeaver", + "description": "Free universal database tool and SQL client", + "url": "https://api.github.com/repos/dbeaver/dbeaver", + "languages_url": "https://api.github.com/repos/dbeaver/dbeaver/languages", + "created_at": "2015-10-21T08:26:28Z", + "updated_at": "2024-09-08T10:53:24Z", + "git_url": "git://github.com/dbeaver/dbeaver.git", + "ssh_url": "git@github.com:dbeaver/dbeaver.git", + "clone_url": "https://github.com/dbeaver/dbeaver.git", + "homepage": "https://dbeaver.io", + "stargazers_count": 39181, + "watchers_count": 39181, + "language": "Java", "topics": [ - "authentication", "database", - "desktop", - "linux", - "macos", - "react", - "rust", - "schema", + "db2", + "dbeaver", + "erd", + "gui", + "java", + "mysql", + "nosql", + "oracle", + "postgresql", + "redshift", "sql", - "surql", - "surrealdb", - "surrealql", - "tauri", - "webapp", - "windows" + "sqlite", + "sqlserver", + "tycho" ] }, { - "id": 835757460, - "node_id": "R_kgDOMdCllA", - "name": "solana_serialization_benchmark", - "full_name": "metaplex-foundation/solana_serialization_benchmark", + "id": 67481986, + "node_id": "MDEwOlJlcG9zaXRvcnk2NzQ4MTk4Ng==", + "name": "tinker", + "full_name": "Tencent/tinker", "owner": { - "login": "metaplex-foundation", - "id": 84874526, - "avatar_url": "https://avatars.githubusercontent.com/u/84874526?v=4", - "url": "https://api.github.com/users/metaplex-foundation", - "html_url": "https://github.com/metaplex-foundation" + "login": "Tencent", + "id": 18461506, + "avatar_url": "https://avatars.githubusercontent.com/u/18461506?v=4", + "url": "https://api.github.com/users/Tencent", + "html_url": "https://github.com/Tencent" }, - "html_url": "https://github.com/metaplex-foundation/solana_serialization_benchmark", - "description": "Benchmarks for rust serialization frameworks, inspired by https://github.com/djkoloski/rust_serialization_benchmark", - "url": "https://api.github.com/repos/metaplex-foundation/solana_serialization_benchmark", - "languages_url": "https://api.github.com/repos/metaplex-foundation/solana_serialization_benchmark/languages", - "created_at": "2024-07-30T13:24:36Z", - "updated_at": "2024-08-20T20:38:58Z", - "git_url": "git://github.com/metaplex-foundation/solana_serialization_benchmark.git", - "ssh_url": "git@github.com:metaplex-foundation/solana_serialization_benchmark.git", - "clone_url": "https://github.com/metaplex-foundation/solana_serialization_benchmark.git", - "homepage": "https://solana-serialization-benchmark.vercel.app", - "stargazers_count": 9, - "watchers_count": 9, - "language": "TypeScript", - "topics": [] + "html_url": "https://github.com/Tencent/tinker", + "description": "Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.", + "url": "https://api.github.com/repos/Tencent/tinker", + "languages_url": "https://api.github.com/repos/Tencent/tinker/languages", + "created_at": "2016-09-06T06:57:52Z", + "updated_at": "2024-09-08T03:55:30Z", + "git_url": "git://github.com/Tencent/tinker.git", + "ssh_url": "git@github.com:Tencent/tinker.git", + "clone_url": "https://github.com/Tencent/tinker.git", + "homepage": "", + "stargazers_count": 17131, + "watchers_count": 17131, + "language": "Java", + "topics": [ + "android", + "dynamic", + "hotfix", + "wechat" + ] }, { - "id": 724549397, - "node_id": "R_kgDOKy-_FQ", - "name": "meta-vision-api", - "full_name": "dcrebbin/meta-vision-api", + "id": 25201361, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTIwMTM2MQ==", + "name": "bytecode-viewer", + "full_name": "Konloch/bytecode-viewer", "owner": { - "login": "dcrebbin", - "id": 97231548, - "avatar_url": "https://avatars.githubusercontent.com/u/97231548?v=4", - "url": "https://api.github.com/users/dcrebbin", - "html_url": "https://github.com/dcrebbin" + "login": "Konloch", + "id": 1207403, + "avatar_url": "https://avatars.githubusercontent.com/u/1207403?v=4", + "url": "https://api.github.com/users/Konloch", + "html_url": "https://github.com/Konloch" }, - "html_url": "https://github.com/dcrebbin/meta-vision-api", - "description": "Hacky Meta Glasses API with GPT4 Vision Integration", - "url": "https://api.github.com/repos/dcrebbin/meta-vision-api", - "languages_url": "https://api.github.com/repos/dcrebbin/meta-vision-api/languages", - "created_at": "2023-11-28T10:02:54Z", - "updated_at": "2024-09-07T04:33:26Z", - "git_url": "git://github.com/dcrebbin/meta-vision-api.git", - "ssh_url": "git@github.com:dcrebbin/meta-vision-api.git", - "clone_url": "https://github.com/dcrebbin/meta-vision-api.git", - "homepage": "", - "stargazers_count": 263, - "watchers_count": 263, - "language": "TypeScript", + "html_url": "https://github.com/Konloch/bytecode-viewer", + "description": "A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)", + "url": "https://api.github.com/repos/Konloch/bytecode-viewer", + "languages_url": "https://api.github.com/repos/Konloch/bytecode-viewer/languages", + "created_at": "2014-10-14T10:26:46Z", + "updated_at": "2024-09-07T19:18:12Z", + "git_url": "git://github.com/Konloch/bytecode-viewer.git", + "ssh_url": "git@github.com:Konloch/bytecode-viewer.git", + "clone_url": "https://github.com/Konloch/bytecode-viewer.git", + "homepage": "https://bytecodeviewer.com", + "stargazers_count": 14592, + "watchers_count": 14592, + "language": "Java", "topics": [ - "gpt4", - "meta" + "android", + "apk", + "baksmali", + "bytecode", + "bytecode-viewer", + "cfr", + "compiler", + "decompiler", + "dex2jar", + "fernflower", + "hacktoberfest", + "java", + "java-decompiler", + "jsp", + "krakatau", + "procyon", + "recompiler", + "smali", + "static-analysis", + "war" ] }, { - "id": 70154651, - "node_id": "MDEwOlJlcG9zaXRvcnk3MDE1NDY1MQ==", - "name": "nikiv.dev", - "full_name": "nikitavoloboev/nikiv.dev", + "id": 44109745, + "node_id": "MDEwOlJlcG9zaXRvcnk0NDEwOTc0NQ==", + "name": "android-classyshark", + "full_name": "google/android-classyshark", "owner": { - "login": "nikitavoloboev", - "id": 6391776, - "avatar_url": "https://avatars.githubusercontent.com/u/6391776?v=4", - "url": "https://api.github.com/users/nikitavoloboev", - "html_url": "https://github.com/nikitavoloboev" + "login": "google", + "id": 1342004, + "avatar_url": "https://avatars.githubusercontent.com/u/1342004?v=4", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google" }, - "html_url": "https://github.com/nikitavoloboev/nikiv.dev", - "description": "Personal website", - "url": "https://api.github.com/repos/nikitavoloboev/nikiv.dev", - "languages_url": "https://api.github.com/repos/nikitavoloboev/nikiv.dev/languages", - "created_at": "2016-10-06T13:05:44Z", - "updated_at": "2024-09-05T21:57:06Z", - "git_url": "git://github.com/nikitavoloboev/nikiv.dev.git", - "ssh_url": "git@github.com:nikitavoloboev/nikiv.dev.git", - "clone_url": "https://github.com/nikitavoloboev/nikiv.dev.git", - "homepage": "https://nikiv.dev", - "stargazers_count": 1438, - "watchers_count": 1438, - "language": "TypeScript", + "html_url": "https://github.com/google/android-classyshark", + "description": "Android and Java bytecode viewer", + "url": "https://api.github.com/repos/google/android-classyshark", + "languages_url": "https://api.github.com/repos/google/android-classyshark/languages", + "created_at": "2015-10-12T13:40:48Z", + "updated_at": "2024-09-07T17:12:30Z", + "git_url": "git://github.com/google/android-classyshark.git", + "ssh_url": "git@github.com:google/android-classyshark.git", + "clone_url": "https://github.com/google/android-classyshark.git", + "homepage": "", + "stargazers_count": 7510, + "watchers_count": 7510, + "language": "Java", "topics": [ - "nextjs", - "react" + "analysis", + "android", + "apk", + "apk-parser", + "classyshark", + "dex", + "jar", + "java", + "kotlin", + "multidex" ] }, { - "id": 809602516, - "node_id": "R_kgDOMEGN1A", - "name": "twitter", - "full_name": "wordware-ai/twitter", + "id": 62722814, + "node_id": "MDEwOlJlcG9zaXRvcnk2MjcyMjgxNA==", + "name": "VirtualApp", + "full_name": "asLody/VirtualApp", "owner": { - "login": "wordware-ai", - "id": 102771702, - "avatar_url": "https://avatars.githubusercontent.com/u/102771702?v=4", - "url": "https://api.github.com/users/wordware-ai", - "html_url": "https://github.com/wordware-ai" + "login": "asLody", + "id": 11069271, + "avatar_url": "https://avatars.githubusercontent.com/u/11069271?v=4", + "url": "https://api.github.com/users/asLody", + "html_url": "https://github.com/asLody" }, - "html_url": "https://github.com/wordware-ai/twitter", - "description": "AI Agent for Twitter Personality Analysis", - "url": "https://api.github.com/repos/wordware-ai/twitter", - "languages_url": "https://api.github.com/repos/wordware-ai/twitter/languages", - "created_at": "2024-06-03T05:02:01Z", - "updated_at": "2024-09-07T23:06:30Z", - "git_url": "git://github.com/wordware-ai/twitter.git", - "ssh_url": "git@github.com:wordware-ai/twitter.git", - "clone_url": "https://github.com/wordware-ai/twitter.git", - "homepage": "https://twitter.wordware.ai", - "stargazers_count": 1191, - "watchers_count": 1191, - "language": "TypeScript", - "topics": [] + "html_url": "https://github.com/asLody/VirtualApp", + "description": "Virtual Engine for Android(Support 14.0 in business version)", + "url": "https://api.github.com/repos/asLody/VirtualApp", + "languages_url": "https://api.github.com/repos/asLody/VirtualApp/languages", + "created_at": "2016-07-06T13:25:23Z", + "updated_at": "2024-09-08T05:14:34Z", + "git_url": "git://github.com/asLody/VirtualApp.git", + "ssh_url": "git@github.com:asLody/VirtualApp.git", + "clone_url": "https://github.com/asLody/VirtualApp.git", + "homepage": "", + "stargazers_count": 10137, + "watchers_count": 10137, + "language": "Java", + "topics": [ + "android", + "framework", + "plugin", + "plugin-manager" + ] }, { - "id": 635818192, - "node_id": "R_kgDOJeXQ0A", - "name": "spotifly", - "full_name": "tr1ckydev/spotifly", + "id": 8859474, + "node_id": "MDEwOlJlcG9zaXRvcnk4ODU5NDc0", + "name": "jadx", + "full_name": "skylot/jadx", "owner": { - "login": "tr1ckydev", - "id": 86865279, - "avatar_url": "https://avatars.githubusercontent.com/u/86865279?v=4", - "url": "https://api.github.com/users/tr1ckydev", - "html_url": "https://github.com/tr1ckydev" + "login": "skylot", + "id": 118523, + "avatar_url": "https://avatars.githubusercontent.com/u/118523?v=4", + "url": "https://api.github.com/users/skylot", + "html_url": "https://github.com/skylot" }, - "html_url": "https://github.com/tr1ckydev/spotifly", - "description": "Spotify library in typescript without using the Spotify Web API.", - "url": "https://api.github.com/repos/tr1ckydev/spotifly", - "languages_url": "https://api.github.com/repos/tr1ckydev/spotifly/languages", - "created_at": "2023-05-03T14:14:24Z", - "updated_at": "2024-08-11T09:19:47Z", - "git_url": "git://github.com/tr1ckydev/spotifly.git", - "ssh_url": "git@github.com:tr1ckydev/spotifly.git", - "clone_url": "https://github.com/tr1ckydev/spotifly.git", - "homepage": "https://www.npmjs.com/package/spotifly", - "stargazers_count": 113, - "watchers_count": 113, - "language": "TypeScript", + "html_url": "https://github.com/skylot/jadx", + "description": "Dex to Java decompiler", + "url": "https://api.github.com/repos/skylot/jadx", + "languages_url": "https://api.github.com/repos/skylot/jadx/languages", + "created_at": "2013-03-18T17:08:21Z", + "updated_at": "2024-09-08T11:21:39Z", + "git_url": "git://github.com/skylot/jadx.git", + "ssh_url": "git@github.com:skylot/jadx.git", + "clone_url": "https://github.com/skylot/jadx.git", + "homepage": "", + "stargazers_count": 40870, + "watchers_count": 40870, + "language": "Java", "topics": [ - "npm", - "spotify", - "spotify-api", - "spotify-web-api" + "android", + "decompiler", + "dex", + "java" ] }, { - "id": 669010898, - "node_id": "R_kgDOJ-BL0g", - "name": "hyperimport", - "full_name": "tr1ckydev/hyperimport", + "id": 108965444, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDg5NjU0NDQ=", + "name": "GDA-android-reversing-Tool", + "full_name": "charles2gan/GDA-android-reversing-Tool", "owner": { - "login": "tr1ckydev", - "id": 86865279, - "avatar_url": "https://avatars.githubusercontent.com/u/86865279?v=4", - "url": "https://api.github.com/users/tr1ckydev", - "html_url": "https://github.com/tr1ckydev" - }, - "html_url": "https://github.com/tr1ckydev/hyperimport", - "description": "⚡ Import c, rust, zig etc. files in your TypeScript code and more.", - "url": "https://api.github.com/repos/tr1ckydev/hyperimport", - "languages_url": "https://api.github.com/repos/tr1ckydev/hyperimport/languages", - "created_at": "2023-07-21T06:15:21Z", - "updated_at": "2024-09-07T15:42:53Z", - "git_url": "git://github.com/tr1ckydev/hyperimport.git", - "ssh_url": "git@github.com:tr1ckydev/hyperimport.git", - "clone_url": "https://github.com/tr1ckydev/hyperimport.git", - "homepage": "https://www.npmjs.com/package/hyperimport", - "stargazers_count": 827, - "watchers_count": 827, - "language": "TypeScript", + "login": "charles2gan", + "id": 13128580, + "avatar_url": "https://avatars.githubusercontent.com/u/13128580?v=4", + "url": "https://api.github.com/users/charles2gan", + "html_url": "https://github.com/charles2gan" + }, + "html_url": "https://github.com/charles2gan/GDA-android-reversing-Tool", + "description": "the fastest and most powerful android decompiler(native tool working without Java VM) for the APK, DEX, ODEX, OAT, JAR, AAR, and CLASS file. which supports malicious behavior detection, privacy leaking detection, vulnerability detection, path solving, packer identification, variable tracking, deobfuscation, python&java scripts, device memory extraction, data decryption, and encryption, etc. ", + "url": "https://api.github.com/repos/charles2gan/GDA-android-reversing-Tool", + "languages_url": "https://api.github.com/repos/charles2gan/GDA-android-reversing-Tool/languages", + "created_at": "2017-10-31T08:18:29Z", + "updated_at": "2024-09-08T03:36:29Z", + "git_url": "git://github.com/charles2gan/GDA-android-reversing-Tool.git", + "ssh_url": "git@github.com:charles2gan/GDA-android-reversing-Tool.git", + "clone_url": "https://github.com/charles2gan/GDA-android-reversing-Tool.git", + "homepage": "https://twitter.com/charles_gan1", + "stargazers_count": 4095, + "watchers_count": 4095, + "language": "Java", "topics": [ - "bun", - "ffi", - "import" + "decompiler", + "malware-analysis", + "mobile-security", + "privacy-protection", + "security-audit", + "vulnerability-scanners" ] }, { - "id": 512424907, - "node_id": "R_kgDOHor7yw", - "name": "bun-discord-bot", - "full_name": "xhyrom/bun-discord-bot", + "id": 716380841, + "node_id": "R_kgDOKrMaqQ", + "name": "BlackBox", + "full_name": "pengshn6/BlackBox", "owner": { - "login": "xhyrom", - "id": 56601352, - "avatar_url": "https://avatars.githubusercontent.com/u/56601352?v=4", - "url": "https://api.github.com/users/xhyrom", - "html_url": "https://github.com/xhyrom" + "login": "pengshn6", + "id": 102295379, + "avatar_url": "https://avatars.githubusercontent.com/u/102295379?v=4", + "url": "https://api.github.com/users/pengshn6", + "html_url": "https://github.com/pengshn6" }, - "html_url": "https://github.com/xhyrom/bun-discord-bot", - "description": "official discord bot for bun server", - "url": "https://api.github.com/repos/xhyrom/bun-discord-bot", - "languages_url": "https://api.github.com/repos/xhyrom/bun-discord-bot/languages", - "created_at": "2022-07-10T12:07:37Z", - "updated_at": "2024-08-31T10:38:45Z", - "git_url": "git://github.com/xhyrom/bun-discord-bot.git", - "ssh_url": "git@github.com:xhyrom/bun-discord-bot.git", - "clone_url": "https://github.com/xhyrom/bun-discord-bot.git", - "homepage": "https://bun.sh/discord", - "stargazers_count": 36, - "watchers_count": 36, - "language": "TypeScript", + "html_url": "https://github.com/pengshn6/BlackBox", + "description": "BlackBox is a virtual engine, it can clone and run virtual application on Android, users don't have to install APK file to run the application on devices. BlackBox control all virtual applications, so you can do anything you want by using BlackBox.", + "url": "https://api.github.com/repos/pengshn6/BlackBox", + "languages_url": "https://api.github.com/repos/pengshn6/BlackBox/languages", + "created_at": "2023-11-09T02:33:45Z", + "updated_at": "2023-12-17T04:32:57Z", + "git_url": "git://github.com/pengshn6/BlackBox.git", + "ssh_url": "git@github.com:pengshn6/BlackBox.git", + "clone_url": "https://github.com/pengshn6/BlackBox.git", + "homepage": "", + "stargazers_count": 1, + "watchers_count": 1, + "language": "Java", + "topics": [] + }, + { + "id": 3766706, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzY2NzA2", + "name": "Apktool", + "full_name": "iBotPeaches/Apktool", + "owner": { + "login": "iBotPeaches", + "id": 611784, + "avatar_url": "https://avatars.githubusercontent.com/u/611784?v=4", + "url": "https://api.github.com/users/iBotPeaches", + "html_url": "https://github.com/iBotPeaches" + }, + "html_url": "https://github.com/iBotPeaches/Apktool", + "description": "A tool for reverse engineering Android apk files", + "url": "https://api.github.com/repos/iBotPeaches/Apktool", + "languages_url": "https://api.github.com/repos/iBotPeaches/Apktool/languages", + "created_at": "2012-03-19T17:46:53Z", + "updated_at": "2024-09-08T10:35:45Z", + "git_url": "git://github.com/iBotPeaches/Apktool.git", + "ssh_url": "git@github.com:iBotPeaches/Apktool.git", + "clone_url": "https://github.com/iBotPeaches/Apktool.git", + "homepage": "https://apktool.org/", + "stargazers_count": 19794, + "watchers_count": 19794, + "language": "Java", "topics": [ - "bot", - "bun", - "discord" + "9patch", + "android", + "apk", + "apktool", + "arsc", + "reverse-engineering" ] }, { - "id": 510874499, - "node_id": "R_kgDOHnNTgw", - "name": "igir", - "full_name": "emmercm/igir", + "id": 133134007, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzMxMzQwMDc=", + "name": "openapi-generator", + "full_name": "OpenAPITools/openapi-generator", "owner": { - "login": "emmercm", - "id": 10749361, - "avatar_url": "https://avatars.githubusercontent.com/u/10749361?v=4", - "url": "https://api.github.com/users/emmercm", - "html_url": "https://github.com/emmercm" + "login": "OpenAPITools", + "id": 37325267, + "avatar_url": "https://avatars.githubusercontent.com/u/37325267?v=4", + "url": "https://api.github.com/users/OpenAPITools", + "html_url": "https://github.com/OpenAPITools" }, - "html_url": "https://github.com/emmercm/igir", - "description": "🕹 A zero-setup ROM collection manager that sorts, filters, extracts or archives, patches, and reports on collections of any size on any OS.", - "url": "https://api.github.com/repos/emmercm/igir", - "languages_url": "https://api.github.com/repos/emmercm/igir/languages", - "created_at": "2022-07-05T19:47:36Z", - "updated_at": "2024-09-05T08:15:07Z", - "git_url": "git://github.com/emmercm/igir.git", - "ssh_url": "git@github.com:emmercm/igir.git", - "clone_url": "https://github.com/emmercm/igir.git", - "homepage": "https://igir.io/", - "stargazers_count": 348, - "watchers_count": 348, - "language": "TypeScript", + "html_url": "https://github.com/OpenAPITools/openapi-generator", + "description": "OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)", + "url": "https://api.github.com/repos/OpenAPITools/openapi-generator", + "languages_url": "https://api.github.com/repos/OpenAPITools/openapi-generator/languages", + "created_at": "2018-05-12T09:57:56Z", + "updated_at": "2024-09-08T01:01:42Z", + "git_url": "git://github.com/OpenAPITools/openapi-generator.git", + "ssh_url": "git@github.com:OpenAPITools/openapi-generator.git", + "clone_url": "https://github.com/OpenAPITools/openapi-generator.git", + "homepage": "https://openapi-generator.tech", + "stargazers_count": 21240, + "watchers_count": 21240, + "language": "Java", "topics": [ - "1g1r", - "analogue-pocket", - "anbernic", - "batocera", - "cmpro", - "emulation", + "api", + "api-client", + "api-server", + "generator", "hacktoberfest", - "logiqx", - "mame", - "mister", - "miyoo", - "no-intro", - "redump", - "retroarch", - "roms", - "tosec" + "openapi", + "openapi-generator", + "openapi3", + "rest", + "rest-api", + "rest-client", + "restful-api", + "sdk" ] }, { - "id": 280049771, - "node_id": "MDEwOlJlcG9zaXRvcnkyODAwNDk3NzE=", - "name": "esbuild-register", - "full_name": "egoist/esbuild-register", + "id": 18997610, + "node_id": "MDEwOlJlcG9zaXRvcnkxODk5NzYxMA==", + "name": "swagger-parser", + "full_name": "swagger-api/swagger-parser", "owner": { - "login": "egoist", - "id": 8784712, - "avatar_url": "https://avatars.githubusercontent.com/u/8784712?v=4", - "url": "https://api.github.com/users/egoist", - "html_url": "https://github.com/egoist" + "login": "swagger-api", + "id": 7658037, + "avatar_url": "https://avatars.githubusercontent.com/u/7658037?v=4", + "url": "https://api.github.com/users/swagger-api", + "html_url": "https://github.com/swagger-api" }, - "html_url": "https://github.com/egoist/esbuild-register", - "description": "Transpile JSX, TypeScript and esnext features on the fly with esbuild", - "url": "https://api.github.com/repos/egoist/esbuild-register", - "languages_url": "https://api.github.com/repos/egoist/esbuild-register/languages", - "created_at": "2020-07-16T04:07:45Z", - "updated_at": "2024-09-03T18:05:51Z", - "git_url": "git://github.com/egoist/esbuild-register.git", - "ssh_url": "git@github.com:egoist/esbuild-register.git", - "clone_url": "https://github.com/egoist/esbuild-register.git", - "homepage": "", - "stargazers_count": 982, - "watchers_count": 982, - "language": "TypeScript", - "topics": [] + "html_url": "https://github.com/swagger-api/swagger-parser", + "description": "Swagger Spec to Java POJOs", + "url": "https://api.github.com/repos/swagger-api/swagger-parser", + "languages_url": "https://api.github.com/repos/swagger-api/swagger-parser/languages", + "created_at": "2014-04-21T16:00:22Z", + "updated_at": "2024-09-03T11:21:31Z", + "git_url": "git://github.com/swagger-api/swagger-parser.git", + "ssh_url": "git@github.com:swagger-api/swagger-parser.git", + "clone_url": "https://github.com/swagger-api/swagger-parser.git", + "homepage": "http://swagger.io", + "stargazers_count": 778, + "watchers_count": 778, + "language": "Java", + "topics": [ + "java", + "open-source", + "openapi", + "openapi-specification", + "openapi3", + "rest", + "rest-api", + "swagger", + "swagger-oss", + "swagger-parser" + ] }, { - "id": 787885743, - "node_id": "R_kgDOLvYurw", - "name": "kinobi", - "full_name": "kinobi-so/kinobi", + "id": 23099185, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzA5OTE4NQ==", + "name": "validator-badge", + "full_name": "swagger-api/validator-badge", "owner": { - "login": "kinobi-so", - "id": 165308886, - "avatar_url": "https://avatars.githubusercontent.com/u/165308886?v=4", - "url": "https://api.github.com/users/kinobi-so", - "html_url": "https://github.com/kinobi-so" + "login": "swagger-api", + "id": 7658037, + "avatar_url": "https://avatars.githubusercontent.com/u/7658037?v=4", + "url": "https://api.github.com/users/swagger-api", + "html_url": "https://github.com/swagger-api" }, - "html_url": "https://github.com/kinobi-so/kinobi", - "description": "Generate clients, CLIs, documentation and more from your Solana programs", - "url": "https://api.github.com/repos/kinobi-so/kinobi", - "languages_url": "https://api.github.com/repos/kinobi-so/kinobi/languages", - "created_at": "2024-04-17T11:19:46Z", - "updated_at": "2024-09-07T11:33:27Z", - "git_url": "git://github.com/kinobi-so/kinobi.git", - "ssh_url": "git@github.com:kinobi-so/kinobi.git", - "clone_url": "https://github.com/kinobi-so/kinobi.git", - "homepage": "", - "stargazers_count": 51, - "watchers_count": 51, - "language": "TypeScript", - "topics": [] + "html_url": "https://github.com/swagger-api/validator-badge", + "description": "Validate your Swagger JSON/YAML today!", + "url": "https://api.github.com/repos/swagger-api/validator-badge", + "languages_url": "https://api.github.com/repos/swagger-api/validator-badge/languages", + "created_at": "2014-08-19T06:18:38Z", + "updated_at": "2024-08-13T11:33:01Z", + "git_url": "git://github.com/swagger-api/validator-badge.git", + "ssh_url": "git@github.com:swagger-api/validator-badge.git", + "clone_url": "https://github.com/swagger-api/validator-badge.git", + "homepage": "http://swagger.io", + "stargazers_count": 210, + "watchers_count": 210, + "language": "Java", + "topics": [ + "open-source", + "openapi-specification", + "openapi3", + "rest", + "restful-api", + "swagger", + "swagger-api", + "swagger-oss", + "validator-badge" + ] }, { - "id": 448421132, - "node_id": "R_kgDOGrpdDA", - "name": "engineering", - "full_name": "ForetagInc/engineering", + "id": 330195520, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzAxOTU1MjA=", + "name": "ripme", + "full_name": "ripmeapp2/ripme", "owner": { - "login": "ForetagInc", - "id": 33750316, - "avatar_url": "https://avatars.githubusercontent.com/u/33750316?v=4", - "url": "https://api.github.com/users/ForetagInc", - "html_url": "https://github.com/ForetagInc" + "login": "ripmeapp2", + "id": 77541404, + "avatar_url": "https://avatars.githubusercontent.com/u/77541404?v=4", + "url": "https://api.github.com/users/ripmeapp2", + "html_url": "https://github.com/ripmeapp2" }, - "html_url": "https://github.com/ForetagInc/engineering", - "description": "Foretag's Development toolkit: config files, linting, tooling and IDE extensions", - "url": "https://api.github.com/repos/ForetagInc/engineering", - "languages_url": "https://api.github.com/repos/ForetagInc/engineering/languages", - "created_at": "2022-01-16T00:17:05Z", - "updated_at": "2024-07-24T14:24:13Z", - "git_url": "git://github.com/ForetagInc/engineering.git", - "ssh_url": "git@github.com:ForetagInc/engineering.git", - "clone_url": "https://github.com/ForetagInc/engineering.git", - "homepage": "https://engineering.foret.ag", - "stargazers_count": 5, - "watchers_count": 5, - "language": "TypeScript", - "topics": [ - "devex", - "vscode-extension", - "vscode-extension-pack", - "vscode-theme" - ] + "html_url": "https://github.com/ripmeapp2/ripme", + "description": "Downloads albums in bulk", + "url": "https://api.github.com/repos/ripmeapp2/ripme", + "languages_url": "https://api.github.com/repos/ripmeapp2/ripme/languages", + "created_at": "2021-01-16T15:40:03Z", + "updated_at": "2024-09-08T01:22:08Z", + "git_url": "git://github.com/ripmeapp2/ripme.git", + "ssh_url": "git@github.com:ripmeapp2/ripme.git", + "clone_url": "https://github.com/ripmeapp2/ripme.git", + "homepage": "", + "stargazers_count": 300, + "watchers_count": 300, + "language": "Java", + "topics": [] }, { - "id": 717671902, - "node_id": "R_kgDOKsbN3g", - "name": "astropix", - "full_name": "alexanderniebuhr/astropix", + "id": 642293718, + "node_id": "R_kgDOJkif1g", + "name": "Android-WorkoutTracker", + "full_name": "storyofdavid/Android-WorkoutTracker", "owner": { - "login": "alexanderniebuhr", - "id": 45965090, - "avatar_url": "https://avatars.githubusercontent.com/u/45965090?v=4", - "url": "https://api.github.com/users/alexanderniebuhr", - "html_url": "https://github.com/alexanderniebuhr" + "login": "storyofdavid", + "id": 40136155, + "avatar_url": "https://avatars.githubusercontent.com/u/40136155?v=4", + "url": "https://api.github.com/users/storyofdavid", + "html_url": "https://github.com/storyofdavid" }, - "html_url": "https://github.com/alexanderniebuhr/astropix", - "description": null, - "url": "https://api.github.com/repos/alexanderniebuhr/astropix", - "languages_url": "https://api.github.com/repos/alexanderniebuhr/astropix/languages", - "created_at": "2023-11-12T07:32:15Z", - "updated_at": "2024-07-24T14:24:07Z", - "git_url": "git://github.com/alexanderniebuhr/astropix.git", - "ssh_url": "git@github.com:alexanderniebuhr/astropix.git", - "clone_url": "https://github.com/alexanderniebuhr/astropix.git", + "html_url": "https://github.com/storyofdavid/Android-WorkoutTracker", + "description": "Free to use demo repo of an android workout tracker application", + "url": "https://api.github.com/repos/storyofdavid/Android-WorkoutTracker", + "languages_url": "https://api.github.com/repos/storyofdavid/Android-WorkoutTracker/languages", + "created_at": "2023-05-18T08:44:03Z", + "updated_at": "2024-05-07T07:27:04Z", + "git_url": "git://github.com/storyofdavid/Android-WorkoutTracker.git", + "ssh_url": "git@github.com:storyofdavid/Android-WorkoutTracker.git", + "clone_url": "https://github.com/storyofdavid/Android-WorkoutTracker.git", "homepage": null, - "stargazers_count": 2, - "watchers_count": 2, - "language": "TypeScript", + "stargazers_count": 74, + "watchers_count": 74, + "language": "Java", "topics": [] }, { - "id": 831886559, - "node_id": "R_kgDOMZWU3w", - "name": "dbest-moon", - "full_name": "elliotnash/dbest-moon", + "id": 51515004, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTUxNTAwNA==", + "name": "BluetoothPeripheral", + "full_name": "arjunkaruvally/BluetoothPeripheral", "owner": { - "login": "elliotnash", - "id": 53949099, - "avatar_url": "https://avatars.githubusercontent.com/u/53949099?v=4", - "url": "https://api.github.com/users/elliotnash", - "html_url": "https://github.com/elliotnash" + "login": "arjunkaruvally", + "id": 10836545, + "avatar_url": "https://avatars.githubusercontent.com/u/10836545?v=4", + "url": "https://api.github.com/users/arjunkaruvally", + "html_url": "https://github.com/arjunkaruvally" }, - "html_url": "https://github.com/elliotnash/dbest-moon", + "html_url": "https://github.com/arjunkaruvally/BluetoothPeripheral", "description": null, - "url": "https://api.github.com/repos/elliotnash/dbest-moon", - "languages_url": "https://api.github.com/repos/elliotnash/dbest-moon/languages", - "created_at": "2024-07-21T22:44:56Z", - "updated_at": "2024-07-25T21:32:40Z", - "git_url": "git://github.com/elliotnash/dbest-moon.git", - "ssh_url": "git@github.com:elliotnash/dbest-moon.git", - "clone_url": "https://github.com/elliotnash/dbest-moon.git", + "url": "https://api.github.com/repos/arjunkaruvally/BluetoothPeripheral", + "languages_url": "https://api.github.com/repos/arjunkaruvally/BluetoothPeripheral/languages", + "created_at": "2016-02-11T13:04:11Z", + "updated_at": "2023-05-02T13:21:36Z", + "git_url": "git://github.com/arjunkaruvally/BluetoothPeripheral.git", + "ssh_url": "git@github.com:arjunkaruvally/BluetoothPeripheral.git", + "clone_url": "https://github.com/arjunkaruvally/BluetoothPeripheral.git", "homepage": null, "stargazers_count": 2, "watchers_count": 2, - "language": "TypeScript", + "language": "Java", "topics": [] }, { - "id": 545508308, - "node_id": "R_kgDOIIPL1A", - "name": "knip", - "full_name": "webpro-nl/knip", + "id": 484132217, + "node_id": "R_kgDOHNtFeQ", + "name": "dapp-scaffold-react-native", + "full_name": "solana-developers/dapp-scaffold-react-native", "owner": { - "login": "webpro-nl", - "id": 170418124, - "avatar_url": "https://avatars.githubusercontent.com/u/170418124?v=4", - "url": "https://api.github.com/users/webpro-nl", - "html_url": "https://github.com/webpro-nl" + "login": "solana-developers", + "id": 93691676, + "avatar_url": "https://avatars.githubusercontent.com/u/93691676?v=4", + "url": "https://api.github.com/users/solana-developers", + "html_url": "https://github.com/solana-developers" }, - "html_url": "https://github.com/webpro-nl/knip", - "description": "✂️ Find unused files, dependencies and exports in your JavaScript and TypeScript projects. Knip it before you ship it!", - "url": "https://api.github.com/repos/webpro-nl/knip", - "languages_url": "https://api.github.com/repos/webpro-nl/knip/languages", - "created_at": "2022-10-04T13:49:30Z", - "updated_at": "2024-09-07T18:05:36Z", - "git_url": "git://github.com/webpro-nl/knip.git", - "ssh_url": "git@github.com:webpro-nl/knip.git", - "clone_url": "https://github.com/webpro-nl/knip.git", - "homepage": "https://knip.dev", - "stargazers_count": 6486, - "watchers_count": 6486, - "language": "TypeScript", + "html_url": "https://github.com/solana-developers/dapp-scaffold-react-native", + "description": "dApp scaffold for react native apps", + "url": "https://api.github.com/repos/solana-developers/dapp-scaffold-react-native", + "languages_url": "https://api.github.com/repos/solana-developers/dapp-scaffold-react-native/languages", + "created_at": "2022-04-21T16:48:00Z", + "updated_at": "2024-09-04T13:45:03Z", + "git_url": "git://github.com/solana-developers/dapp-scaffold-react-native.git", + "ssh_url": "git@github.com:solana-developers/dapp-scaffold-react-native.git", + "clone_url": "https://github.com/solana-developers/dapp-scaffold-react-native.git", + "homepage": "https://solanacookbook.com/integrations/react-native.html", + "stargazers_count": 52, + "watchers_count": 52, + "language": "Java", "topics": [ - "dependencies-checking", - "dependency-analysis", - "elimination", - "lint", - "maintenance", + "blockchain", + "crypto", + "cryptocurrency", + "mit-license", + "react-native", + "scaffold", + "solana", + "solana-native", + "solana-react", + "solana-react-native", + "starter", + "starter-template", "typescript", - "unused-code", - "unused-exports", - "unused-imports" + "web3", + "web3js" ] }, { - "id": 349892338, - "node_id": "MDEwOlJlcG9zaXRvcnkzNDk4OTIzMzg=", - "name": "gallery", - "full_name": "gallery-so/gallery", + "id": 488290462, + "node_id": "R_kgDOHRq4ng", + "name": "react-native-unity2", + "full_name": "fusetools/react-native-unity2", "owner": { - "login": "gallery-so", - "id": 83274174, - "avatar_url": "https://avatars.githubusercontent.com/u/83274174?v=4", - "url": "https://api.github.com/users/gallery-so", - "html_url": "https://github.com/gallery-so" + "login": "fusetools", + "id": 10243317, + "avatar_url": "https://avatars.githubusercontent.com/u/10243317?v=4", + "url": "https://api.github.com/users/fusetools", + "html_url": "https://github.com/fusetools" }, - "html_url": "https://github.com/gallery-so/gallery", - "description": "Express your taste.", - "url": "https://api.github.com/repos/gallery-so/gallery", - "languages_url": "https://api.github.com/repos/gallery-so/gallery/languages", - "created_at": "2021-03-21T03:35:08Z", - "updated_at": "2024-07-24T10:59:48Z", - "git_url": "git://github.com/gallery-so/gallery.git", - "ssh_url": "git@github.com:gallery-so/gallery.git", - "clone_url": "https://github.com/gallery-so/gallery.git", - "homepage": "https://gallery.so", - "stargazers_count": 82, - "watchers_count": 82, - "language": "TypeScript", + "html_url": "https://github.com/fusetools/react-native-unity2", + "description": "Embed Unity content in your React Native app!", + "url": "https://api.github.com/repos/fusetools/react-native-unity2", + "languages_url": "https://api.github.com/repos/fusetools/react-native-unity2/languages", + "created_at": "2022-05-03T16:49:35Z", + "updated_at": "2024-07-02T03:18:51Z", + "git_url": "git://github.com/fusetools/react-native-unity2.git", + "ssh_url": "git@github.com:fusetools/react-native-unity2.git", + "clone_url": "https://github.com/fusetools/react-native-unity2.git", + "homepage": "https://fuse.no", + "stargazers_count": 34, + "watchers_count": 34, + "language": "Java", + "topics": [ + "android", + "ios", + "react-native", + "typescript", + "unity", + "unity3d" + ] + }, + { + "id": 475486961, + "node_id": "R_kgDOHFda8Q", + "name": "react-native-unity", + "full_name": "azesmway/react-native-unity", + "owner": { + "login": "azesmway", + "id": 15251391, + "avatar_url": "https://avatars.githubusercontent.com/u/15251391?v=4", + "url": "https://api.github.com/users/azesmway", + "html_url": "https://github.com/azesmway" + }, + "html_url": "https://github.com/azesmway/react-native-unity", + "description": null, + "url": "https://api.github.com/repos/azesmway/react-native-unity", + "languages_url": "https://api.github.com/repos/azesmway/react-native-unity/languages", + "created_at": "2022-03-29T14:44:25Z", + "updated_at": "2024-09-07T22:01:33Z", + "git_url": "git://github.com/azesmway/react-native-unity.git", + "ssh_url": "git@github.com:azesmway/react-native-unity.git", + "clone_url": "https://github.com/azesmway/react-native-unity.git", + "homepage": null, + "stargazers_count": 253, + "watchers_count": 253, + "language": "Java", "topics": [] }, { - "id": 763657278, - "node_id": "R_kgDOLYR8Pg", - "name": "cc-ts", - "full_name": "svemat01/cc-ts", + "id": 445334837, + "node_id": "R_kgDOGotFNQ", + "name": "XLogger", + "full_name": "LuigiVampa92/XLogger", "owner": { - "login": "svemat01", - "id": 15212818, - "avatar_url": "https://avatars.githubusercontent.com/u/15212818?v=4", - "url": "https://api.github.com/users/svemat01", - "html_url": "https://github.com/svemat01" + "login": "LuigiVampa92", + "id": 9579364, + "avatar_url": "https://avatars.githubusercontent.com/u/9579364?v=4", + "url": "https://api.github.com/users/LuigiVampa92", + "html_url": "https://github.com/LuigiVampa92" }, - "html_url": "https://github.com/svemat01/cc-ts", + "html_url": "https://github.com/LuigiVampa92/XLogger", + "description": "Xposed module that allows to sniff and record logs of NFC and Bluetooth communication on device", + "url": "https://api.github.com/repos/LuigiVampa92/XLogger", + "languages_url": "https://api.github.com/repos/LuigiVampa92/XLogger/languages", + "created_at": "2022-01-06T23:02:32Z", + "updated_at": "2024-08-27T02:14:31Z", + "git_url": "git://github.com/LuigiVampa92/XLogger.git", + "ssh_url": "git@github.com:LuigiVampa92/XLogger.git", + "clone_url": "https://github.com/LuigiVampa92/XLogger.git", + "homepage": "", + "stargazers_count": 45, + "watchers_count": 45, + "language": "Java", + "topics": [ + "android", + "ble", + "bluetooth", + "bluetooth-le", + "bluetooth-low-energy", + "hce", + "lsposed", + "nfc", + "xposed", + "xposed-module" + ] + }, + { + "id": 196110471, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTYxMTA0NzE=", + "name": "xvm", + "full_name": "xtclang/xvm", + "owner": { + "login": "xtclang", + "id": 51277395, + "avatar_url": "https://avatars.githubusercontent.com/u/51277395?v=4", + "url": "https://api.github.com/users/xtclang", + "html_url": "https://github.com/xtclang" + }, + "html_url": "https://github.com/xtclang/xvm", + "description": "Ecstasy and XVM", + "url": "https://api.github.com/repos/xtclang/xvm", + "languages_url": "https://api.github.com/repos/xtclang/xvm/languages", + "created_at": "2019-07-10T01:46:15Z", + "updated_at": "2024-09-06T18:52:47Z", + "git_url": "git://github.com/xtclang/xvm.git", + "ssh_url": "git@github.com:xtclang/xvm.git", + "clone_url": "https://github.com/xtclang/xvm.git", + "homepage": null, + "stargazers_count": 200, + "watchers_count": 200, + "language": "Java", + "topics": [] + } + ], + "TypeScript": [ + { + "id": 634368793, + "node_id": "R_kgDOJc-zGQ", + "name": "starlightshire-server", + "full_name": "StarlightLabsCo/starlightshire-server", + "owner": { + "login": "StarlightLabsCo", + "id": 144094998, + "avatar_url": "https://avatars.githubusercontent.com/u/144094998?v=4", + "url": "https://api.github.com/users/StarlightLabsCo", + "html_url": "https://github.com/StarlightLabsCo" + }, + "html_url": "https://github.com/StarlightLabsCo/starlightshire-server", "description": null, - "url": "https://api.github.com/repos/svemat01/cc-ts", - "languages_url": "https://api.github.com/repos/svemat01/cc-ts/languages", - "created_at": "2024-02-26T17:34:10Z", - "updated_at": "2024-07-24T10:58:34Z", - "git_url": "git://github.com/svemat01/cc-ts.git", - "ssh_url": "git@github.com:svemat01/cc-ts.git", - "clone_url": "https://github.com/svemat01/cc-ts.git", + "url": "https://api.github.com/repos/StarlightLabsCo/starlightshire-server", + "languages_url": "https://api.github.com/repos/StarlightLabsCo/starlightshire-server/languages", + "created_at": "2023-04-29T22:20:49Z", + "updated_at": "2024-09-06T17:06:35Z", + "git_url": "git://github.com/StarlightLabsCo/starlightshire-server.git", + "ssh_url": "git@github.com:StarlightLabsCo/starlightshire-server.git", + "clone_url": "https://github.com/StarlightLabsCo/starlightshire-server.git", "homepage": null, - "stargazers_count": 1, - "watchers_count": 1, + "stargazers_count": 22, + "watchers_count": 22, "language": "TypeScript", "topics": [] }, { - "id": 667183542, - "node_id": "R_kgDOJ8Rptg", - "name": "the-beth-stack", - "full_name": "ethanniser/the-beth-stack", + "id": 548866917, + "node_id": "R_kgDOILcLZQ", + "name": "cardinal-staking", + "full_name": "Blocksmith-Labs/cardinal-staking", "owner": { - "login": "ethanniser", - "id": 100045248, - "avatar_url": "https://avatars.githubusercontent.com/u/100045248?v=4", - "url": "https://api.github.com/users/ethanniser", - "html_url": "https://github.com/ethanniser" + "login": "Blocksmith-Labs", + "id": 99273348, + "avatar_url": "https://avatars.githubusercontent.com/u/99273348?v=4", + "url": "https://api.github.com/users/Blocksmith-Labs", + "html_url": "https://github.com/Blocksmith-Labs" }, - "html_url": "https://github.com/ethanniser/the-beth-stack", - "description": "An opinionated hypermedia-driven architecture for building web apps", - "url": "https://api.github.com/repos/ethanniser/the-beth-stack", - "languages_url": "https://api.github.com/repos/ethanniser/the-beth-stack/languages", - "created_at": "2023-07-16T23:07:14Z", - "updated_at": "2024-09-05T18:45:26Z", - "git_url": "git://github.com/ethanniser/the-beth-stack.git", - "ssh_url": "git@github.com:ethanniser/the-beth-stack.git", - "clone_url": "https://github.com/ethanniser/the-beth-stack.git", - "homepage": "", - "stargazers_count": 835, - "watchers_count": 835, + "html_url": "https://github.com/Blocksmith-Labs/cardinal-staking", + "description": "Cardinal staking encompasses a suite of contracts for issuing and staking NFTs and FTs on Solana. The simple program is a stake pool that tracks total stake duration and plugs into arbitrary reward distributors for rewarding staking.", + "url": "https://api.github.com/repos/Blocksmith-Labs/cardinal-staking", + "languages_url": "https://api.github.com/repos/Blocksmith-Labs/cardinal-staking/languages", + "created_at": "2022-10-10T10:00:13Z", + "updated_at": "2024-09-02T05:54:31Z", + "git_url": "git://github.com/Blocksmith-Labs/cardinal-staking.git", + "ssh_url": "git@github.com:Blocksmith-Labs/cardinal-staking.git", + "clone_url": "https://github.com/Blocksmith-Labs/cardinal-staking.git", + "homepage": "https://cardinal-labs.github.io/cardinal-staking", + "stargazers_count": 1, + "watchers_count": 1, "language": "TypeScript", "topics": [] }, { - "id": 690537104, - "node_id": "R_kgDOKSjCkA", - "name": "elysia-kickstart", - "full_name": "syhner/elysia-kickstart", + "id": 850239395, + "node_id": "R_kgDOMq2fow", + "name": "xsx", + "full_name": "qudo-code/xsx", "owner": { - "login": "syhner", - "id": 71605633, - "avatar_url": "https://avatars.githubusercontent.com/u/71605633?v=4", - "url": "https://api.github.com/users/syhner", - "html_url": "https://github.com/syhner" + "login": "qudo-code", + "id": 59782726, + "avatar_url": "https://avatars.githubusercontent.com/u/59782726?v=4", + "url": "https://api.github.com/users/qudo-code", + "html_url": "https://github.com/qudo-code" }, - "html_url": "https://github.com/syhner/elysia-kickstart", - "description": " ElysiaJS boilerplate with HTMX, Tailwind, Auth.js, Drizzle, CI. Deploy in one click to Railway or Vercel Edge Functions", - "url": "https://api.github.com/repos/syhner/elysia-kickstart", - "languages_url": "https://api.github.com/repos/syhner/elysia-kickstart/languages", - "created_at": "2023-09-12T11:46:04Z", - "updated_at": "2024-09-05T17:17:35Z", - "git_url": "git://github.com/syhner/elysia-kickstart.git", - "ssh_url": "git@github.com:syhner/elysia-kickstart.git", - "clone_url": "https://github.com/syhner/elysia-kickstart.git", - "homepage": "https://elysia-kickstart.vercel.app", - "stargazers_count": 116, - "watchers_count": 116, + "html_url": "https://github.com/qudo-code/xsx", + "description": null, + "url": "https://api.github.com/repos/qudo-code/xsx", + "languages_url": "https://api.github.com/repos/qudo-code/xsx/languages", + "created_at": "2024-08-31T08:29:09Z", + "updated_at": "2024-09-01T20:00:29Z", + "git_url": "git://github.com/qudo-code/xsx.git", + "ssh_url": "git@github.com:qudo-code/xsx.git", + "clone_url": "https://github.com/qudo-code/xsx.git", + "homepage": null, + "stargazers_count": 1, + "watchers_count": 1, "language": "TypeScript", - "topics": [ - "authjs", - "boilerplate", - "bun", - "docker", - "drizzle", - "elysiajs", - "github-actions", - "htmx", - "tailwindcss", - "turso", - "vercel-edge-functions" - ] + "topics": [] }, { - "id": 817836036, - "node_id": "R_kgDOML8wBA", - "name": "elysiajs-drizzleORM-lucia-auth-template", - "full_name": "kaitakami/elysiajs-drizzleORM-lucia-auth-template", + "id": 816311233, + "node_id": "R_kgDOMKfrwQ", + "name": "cord", + "full_name": "getcord/cord", "owner": { - "login": "kaitakami", - "id": 83680466, - "avatar_url": "https://avatars.githubusercontent.com/u/83680466?v=4", - "url": "https://api.github.com/users/kaitakami", - "html_url": "https://github.com/kaitakami" + "login": "getcord", + "id": 74909205, + "avatar_url": "https://avatars.githubusercontent.com/u/74909205?v=4", + "url": "https://api.github.com/users/getcord", + "html_url": "https://github.com/getcord" }, - "html_url": "https://github.com/kaitakami/elysiajs-drizzleORM-lucia-auth-template", - "description": "Elysiajs, drizzleORM and Lucia Auth template", - "url": "https://api.github.com/repos/kaitakami/elysiajs-drizzleORM-lucia-auth-template", - "languages_url": "https://api.github.com/repos/kaitakami/elysiajs-drizzleORM-lucia-auth-template/languages", - "created_at": "2024-06-20T14:37:21Z", - "updated_at": "2024-09-03T04:12:40Z", - "git_url": "git://github.com/kaitakami/elysiajs-drizzleORM-lucia-auth-template.git", - "ssh_url": "git@github.com:kaitakami/elysiajs-drizzleORM-lucia-auth-template.git", - "clone_url": "https://github.com/kaitakami/elysiajs-drizzleORM-lucia-auth-template.git", + "html_url": "https://github.com/getcord/cord", + "description": "The complete SDK for Chat, Commenting, and Notifications", + "url": "https://api.github.com/repos/getcord/cord", + "languages_url": "https://api.github.com/repos/getcord/cord/languages", + "created_at": "2024-06-17T13:35:55Z", + "updated_at": "2024-09-06T16:31:18Z", + "git_url": "git://github.com/getcord/cord.git", + "ssh_url": "git@github.com:getcord/cord.git", + "clone_url": "https://github.com/getcord/cord.git", "homepage": "", - "stargazers_count": 5, - "watchers_count": 5, + "stargazers_count": 65, + "watchers_count": 65, "language": "TypeScript", "topics": [ - "drizzle-orm", - "elysia", - "elysiajs", - "lucia-auth" + "chat", + "comments", + "notifications", + "sdk", + "typescript" ] }, { - "id": 614928937, - "node_id": "R_kgDOJKcSKQ", - "name": "chatgpt-hackers", - "full_name": "transitive-bullshit/chatgpt-hackers", + "id": 577076286, + "node_id": "R_kgDOImV8Pg", + "name": "surrealist", + "full_name": "surrealdb/surrealist", "owner": { - "login": "transitive-bullshit", - "id": 552829, - "avatar_url": "https://avatars.githubusercontent.com/u/552829?v=4", - "url": "https://api.github.com/users/transitive-bullshit", - "html_url": "https://github.com/transitive-bullshit" + "login": "surrealdb", + "id": 10982346, + "avatar_url": "https://avatars.githubusercontent.com/u/10982346?v=4", + "url": "https://api.github.com/users/surrealdb", + "html_url": "https://github.com/surrealdb" }, - "html_url": "https://github.com/transitive-bullshit/chatgpt-hackers", - "description": "Join thousands of other developers, researchers, and AI enthusiasts who are building at the cutting edge of AI ✨", - "url": "https://api.github.com/repos/transitive-bullshit/chatgpt-hackers", - "languages_url": "https://api.github.com/repos/transitive-bullshit/chatgpt-hackers/languages", - "created_at": "2023-03-16T15:46:03Z", - "updated_at": "2024-09-07T12:00:05Z", - "git_url": "git://github.com/transitive-bullshit/chatgpt-hackers.git", - "ssh_url": "git@github.com:transitive-bullshit/chatgpt-hackers.git", - "clone_url": "https://github.com/transitive-bullshit/chatgpt-hackers.git", - "homepage": "https://www.chatgpthackers.dev", - "stargazers_count": 98, - "watchers_count": 98, + "html_url": "https://github.com/surrealdb/surrealist", + "description": "Surrealist is the ultimate way to visually manage your SurrealDB database", + "url": "https://api.github.com/repos/surrealdb/surrealist", + "languages_url": "https://api.github.com/repos/surrealdb/surrealist/languages", + "created_at": "2022-12-11T22:18:07Z", + "updated_at": "2024-09-06T16:15:24Z", + "git_url": "git://github.com/surrealdb/surrealist.git", + "ssh_url": "git@github.com:surrealdb/surrealist.git", + "clone_url": "https://github.com/surrealdb/surrealist.git", + "homepage": "https://surrealist.app/", + "stargazers_count": 1060, + "watchers_count": 1060, "language": "TypeScript", "topics": [ - "ai", - "chatgpt", - "chatpgt-api", - "community", - "discord", - "openai" + "authentication", + "database", + "desktop", + "linux", + "macos", + "react", + "rust", + "schema", + "sql", + "surql", + "surrealdb", + "surrealql", + "tauri", + "webapp", + "windows" ] }, { - "id": 698817809, - "node_id": "R_kgDOKacdEQ", - "name": "elysia-demo-app", - "full_name": "jellydn/elysia-demo-app", + "id": 835757460, + "node_id": "R_kgDOMdCllA", + "name": "solana_serialization_benchmark", + "full_name": "metaplex-foundation/solana_serialization_benchmark", "owner": { - "login": "jellydn", - "id": 870029, - "avatar_url": "https://avatars.githubusercontent.com/u/870029?v=4", - "url": "https://api.github.com/users/jellydn", - "html_url": "https://github.com/jellydn" + "login": "metaplex-foundation", + "id": 84874526, + "avatar_url": "https://avatars.githubusercontent.com/u/84874526?v=4", + "url": "https://api.github.com/users/metaplex-foundation", + "html_url": "https://github.com/metaplex-foundation" }, - "html_url": "https://github.com/jellydn/elysia-demo-app", - "description": "A Real-World Example Using Bun, Docker, and Fly.io 🚀", - "url": "https://api.github.com/repos/jellydn/elysia-demo-app", - "languages_url": "https://api.github.com/repos/jellydn/elysia-demo-app/languages", - "created_at": "2023-10-01T03:57:26Z", - "updated_at": "2024-09-07T11:56:24Z", - "git_url": "git://github.com/jellydn/elysia-demo-app.git", - "ssh_url": "git@github.com:jellydn/elysia-demo-app.git", - "clone_url": "https://github.com/jellydn/elysia-demo-app.git", - "homepage": "https://elysia-demo-app.fly.dev/swagger", - "stargazers_count": 61, - "watchers_count": 61, + "html_url": "https://github.com/metaplex-foundation/solana_serialization_benchmark", + "description": "Benchmarks for rust serialization frameworks, inspired by https://github.com/djkoloski/rust_serialization_benchmark", + "url": "https://api.github.com/repos/metaplex-foundation/solana_serialization_benchmark", + "languages_url": "https://api.github.com/repos/metaplex-foundation/solana_serialization_benchmark/languages", + "created_at": "2024-07-30T13:24:36Z", + "updated_at": "2024-08-20T20:38:58Z", + "git_url": "git://github.com/metaplex-foundation/solana_serialization_benchmark.git", + "ssh_url": "git@github.com:metaplex-foundation/solana_serialization_benchmark.git", + "clone_url": "https://github.com/metaplex-foundation/solana_serialization_benchmark.git", + "homepage": "https://solana-serialization-benchmark.vercel.app", + "stargazers_count": 9, + "watchers_count": 9, "language": "TypeScript", - "topics": [ - "bun", - "elysiajs" - ] + "topics": [] }, { - "id": 310226997, - "node_id": "MDEwOlJlcG9zaXRvcnkzMTAyMjY5OTc=", - "name": "ni", - "full_name": "antfu-collective/ni", + "id": 724549397, + "node_id": "R_kgDOKy-_FQ", + "name": "meta-vision-api", + "full_name": "dcrebbin/meta-vision-api", "owner": { - "login": "antfu-collective", - "id": 167634566, - "avatar_url": "https://avatars.githubusercontent.com/u/167634566?v=4", - "url": "https://api.github.com/users/antfu-collective", - "html_url": "https://github.com/antfu-collective" + "login": "dcrebbin", + "id": 97231548, + "avatar_url": "https://avatars.githubusercontent.com/u/97231548?v=4", + "url": "https://api.github.com/users/dcrebbin", + "html_url": "https://github.com/dcrebbin" }, - "html_url": "https://github.com/antfu-collective/ni", - "description": "💡 Use the right package manager", - "url": "https://api.github.com/repos/antfu-collective/ni", - "languages_url": "https://api.github.com/repos/antfu-collective/ni/languages", - "created_at": "2020-11-05T07:56:23Z", - "updated_at": "2024-09-07T20:56:05Z", - "git_url": "git://github.com/antfu-collective/ni.git", - "ssh_url": "git@github.com:antfu-collective/ni.git", - "clone_url": "https://github.com/antfu-collective/ni.git", + "html_url": "https://github.com/dcrebbin/meta-vision-api", + "description": "Hacky Meta Glasses API with GPT4 Vision Integration", + "url": "https://api.github.com/repos/dcrebbin/meta-vision-api", + "languages_url": "https://api.github.com/repos/dcrebbin/meta-vision-api/languages", + "created_at": "2023-11-28T10:02:54Z", + "updated_at": "2024-09-07T04:33:26Z", + "git_url": "git://github.com/dcrebbin/meta-vision-api.git", + "ssh_url": "git@github.com:dcrebbin/meta-vision-api.git", + "clone_url": "https://github.com/dcrebbin/meta-vision-api.git", "homepage": "", - "stargazers_count": 6201, - "watchers_count": 6201, + "stargazers_count": 263, + "watchers_count": 263, "language": "TypeScript", "topics": [ - "cli", - "npm", - "package-manager", - "pnpm", - "yarn" + "gpt4", + "meta" ] }, { - "id": 676669715, - "node_id": "R_kgDOKFUpEw", - "name": "dexter", - "full_name": "dexaai/dexter", + "id": 70154651, + "node_id": "MDEwOlJlcG9zaXRvcnk3MDE1NDY1MQ==", + "name": "nikiv.dev", + "full_name": "nikitavoloboev/nikiv.dev", "owner": { - "login": "dexaai", - "id": 122048749, - "avatar_url": "https://avatars.githubusercontent.com/u/122048749?v=4", - "url": "https://api.github.com/users/dexaai", - "html_url": "https://github.com/dexaai" + "login": "nikitavoloboev", + "id": 6391776, + "avatar_url": "https://avatars.githubusercontent.com/u/6391776?v=4", + "url": "https://api.github.com/users/nikitavoloboev", + "html_url": "https://github.com/nikitavoloboev" }, - "html_url": "https://github.com/dexaai/dexter", - "description": "LLM tools used in production at Dexa", - "url": "https://api.github.com/repos/dexaai/dexter", - "languages_url": "https://api.github.com/repos/dexaai/dexter/languages", - "created_at": "2023-08-09T18:23:57Z", - "updated_at": "2024-08-31T14:34:06Z", - "git_url": "git://github.com/dexaai/dexter.git", - "ssh_url": "git@github.com:dexaai/dexter.git", - "clone_url": "https://github.com/dexaai/dexter.git", - "homepage": "https://dexter.dexa.ai", - "stargazers_count": 69, - "watchers_count": 69, + "html_url": "https://github.com/nikitavoloboev/nikiv.dev", + "description": "Personal website", + "url": "https://api.github.com/repos/nikitavoloboev/nikiv.dev", + "languages_url": "https://api.github.com/repos/nikitavoloboev/nikiv.dev/languages", + "created_at": "2016-10-06T13:05:44Z", + "updated_at": "2024-09-05T21:57:06Z", + "git_url": "git://github.com/nikitavoloboev/nikiv.dev.git", + "ssh_url": "git@github.com:nikitavoloboev/nikiv.dev.git", + "clone_url": "https://github.com/nikitavoloboev/nikiv.dev.git", + "homepage": "https://nikiv.dev", + "stargazers_count": 1438, + "watchers_count": 1438, "language": "TypeScript", "topics": [ - "llms", - "openai", - "rag" + "nextjs", + "react" ] }, { - "id": 716449467, - "node_id": "R_kgDOKrQmuw", - "name": "OpenOpenAI", - "full_name": "transitive-bullshit/OpenOpenAI", + "id": 809602516, + "node_id": "R_kgDOMEGN1A", + "name": "twitter", + "full_name": "wordware-ai/twitter", "owner": { - "login": "transitive-bullshit", - "id": 552829, - "avatar_url": "https://avatars.githubusercontent.com/u/552829?v=4", - "url": "https://api.github.com/users/transitive-bullshit", - "html_url": "https://github.com/transitive-bullshit" + "login": "wordware-ai", + "id": 102771702, + "avatar_url": "https://avatars.githubusercontent.com/u/102771702?v=4", + "url": "https://api.github.com/users/wordware-ai", + "html_url": "https://github.com/wordware-ai" }, - "html_url": "https://github.com/transitive-bullshit/OpenOpenAI", - "description": "Self-hosted version of OpenAI’s new stateful Assistants API", - "url": "https://api.github.com/repos/transitive-bullshit/OpenOpenAI", - "languages_url": "https://api.github.com/repos/transitive-bullshit/OpenOpenAI/languages", - "created_at": "2023-11-09T06:51:10Z", - "updated_at": "2024-09-06T01:47:45Z", - "git_url": "git://github.com/transitive-bullshit/OpenOpenAI.git", - "ssh_url": "git@github.com:transitive-bullshit/OpenOpenAI.git", - "clone_url": "https://github.com/transitive-bullshit/OpenOpenAI.git", - "homepage": "", - "stargazers_count": 502, - "watchers_count": 502, + "html_url": "https://github.com/wordware-ai/twitter", + "description": "AI Agent for Twitter Personality Analysis", + "url": "https://api.github.com/repos/wordware-ai/twitter", + "languages_url": "https://api.github.com/repos/wordware-ai/twitter/languages", + "created_at": "2024-06-03T05:02:01Z", + "updated_at": "2024-09-07T23:06:30Z", + "git_url": "git://github.com/wordware-ai/twitter.git", + "ssh_url": "git@github.com:wordware-ai/twitter.git", + "clone_url": "https://github.com/wordware-ai/twitter.git", + "homepage": "https://twitter.wordware.ai", + "stargazers_count": 1191, + "watchers_count": 1191, "language": "TypeScript", - "topics": [ - "assistants", - "gpts", - "openai", - "openai-api", - "self-hosted" - ] + "topics": [] }, { - "id": 590367770, - "node_id": "R_kgDOIzBMGg", - "name": "bens-bites-ai-search", - "full_name": "transitive-bullshit/bens-bites-ai-search", + "id": 635818192, + "node_id": "R_kgDOJeXQ0A", + "name": "spotifly", + "full_name": "tr1ckydev/spotifly", "owner": { - "login": "transitive-bullshit", - "id": 552829, - "avatar_url": "https://avatars.githubusercontent.com/u/552829?v=4", - "url": "https://api.github.com/users/transitive-bullshit", - "html_url": "https://github.com/transitive-bullshit" + "login": "tr1ckydev", + "id": 86865279, + "avatar_url": "https://avatars.githubusercontent.com/u/86865279?v=4", + "url": "https://api.github.com/users/tr1ckydev", + "html_url": "https://github.com/tr1ckydev" }, - "html_url": "https://github.com/transitive-bullshit/bens-bites-ai-search", - "description": "AI search for all the best resources in AI – powered by Ben's Bites 💯", - "url": "https://api.github.com/repos/transitive-bullshit/bens-bites-ai-search", - "languages_url": "https://api.github.com/repos/transitive-bullshit/bens-bites-ai-search/languages", - "created_at": "2023-01-18T08:52:13Z", - "updated_at": "2024-09-05T21:27:59Z", - "git_url": "git://github.com/transitive-bullshit/bens-bites-ai-search.git", - "ssh_url": "git@github.com:transitive-bullshit/bens-bites-ai-search.git", - "clone_url": "https://github.com/transitive-bullshit/bens-bites-ai-search.git", - "homepage": "https://search.bensbites.co", + "html_url": "https://github.com/tr1ckydev/spotifly", + "description": "Spotify library in typescript without using the Spotify Web API.", + "url": "https://api.github.com/repos/tr1ckydev/spotifly", + "languages_url": "https://api.github.com/repos/tr1ckydev/spotifly/languages", + "created_at": "2023-05-03T14:14:24Z", + "updated_at": "2024-08-11T09:19:47Z", + "git_url": "git://github.com/tr1ckydev/spotifly.git", + "ssh_url": "git@github.com:tr1ckydev/spotifly.git", + "clone_url": "https://github.com/tr1ckydev/spotifly.git", + "homepage": "https://www.npmjs.com/package/spotifly", "stargazers_count": 113, "watchers_count": 113, "language": "TypeScript", "topics": [ - "ai", - "beehiiv", - "ml", - "newsletters", - "search", - "semantic-search" + "npm", + "spotify", + "spotify-api", + "spotify-web-api" ] }, { - "id": 573631261, - "node_id": "R_kgDOIjDrHQ", - "name": "agentic", - "full_name": "transitive-bullshit/agentic", + "id": 669010898, + "node_id": "R_kgDOJ-BL0g", + "name": "hyperimport", + "full_name": "tr1ckydev/hyperimport", "owner": { - "login": "transitive-bullshit", - "id": 552829, - "avatar_url": "https://avatars.githubusercontent.com/u/552829?v=4", - "url": "https://api.github.com/users/transitive-bullshit", - "html_url": "https://github.com/transitive-bullshit" + "login": "tr1ckydev", + "id": 86865279, + "avatar_url": "https://avatars.githubusercontent.com/u/86865279?v=4", + "url": "https://api.github.com/users/tr1ckydev", + "html_url": "https://github.com/tr1ckydev" }, - "html_url": "https://github.com/transitive-bullshit/agentic", - "description": "AI agent stdlib that works with any LLM and TypeScript AI SDK.", - "url": "https://api.github.com/repos/transitive-bullshit/agentic", - "languages_url": "https://api.github.com/repos/transitive-bullshit/agentic/languages", - "created_at": "2022-12-03T00:05:09Z", - "updated_at": "2024-09-07T23:18:32Z", - "git_url": "git://github.com/transitive-bullshit/agentic.git", - "ssh_url": "git@github.com:transitive-bullshit/agentic.git", - "clone_url": "https://github.com/transitive-bullshit/agentic.git", - "homepage": "https://agentic.so", - "stargazers_count": 16222, - "watchers_count": 16222, + "html_url": "https://github.com/tr1ckydev/hyperimport", + "description": "⚡ Import c, rust, zig etc. files in your TypeScript code and more.", + "url": "https://api.github.com/repos/tr1ckydev/hyperimport", + "languages_url": "https://api.github.com/repos/tr1ckydev/hyperimport/languages", + "created_at": "2023-07-21T06:15:21Z", + "updated_at": "2024-09-07T15:42:53Z", + "git_url": "git://github.com/tr1ckydev/hyperimport.git", + "ssh_url": "git@github.com:tr1ckydev/hyperimport.git", + "clone_url": "https://github.com/tr1ckydev/hyperimport.git", + "homepage": "https://www.npmjs.com/package/hyperimport", + "stargazers_count": 827, + "watchers_count": 827, "language": "TypeScript", "topics": [ - "agents", - "ai", - "llms", - "openai" + "bun", + "ffi", + "import" ] }, { - "id": 788899562, - "node_id": "R_kgDOLwWm6g", - "name": "cohere-toolkit", - "full_name": "cohere-ai/cohere-toolkit", + "id": 512424907, + "node_id": "R_kgDOHor7yw", + "name": "bun-discord-bot", + "full_name": "xhyrom/bun-discord-bot", "owner": { - "login": "cohere-ai", - "id": 54850923, - "avatar_url": "https://avatars.githubusercontent.com/u/54850923?v=4", - "url": "https://api.github.com/users/cohere-ai", - "html_url": "https://github.com/cohere-ai" + "login": "xhyrom", + "id": 56601352, + "avatar_url": "https://avatars.githubusercontent.com/u/56601352?v=4", + "url": "https://api.github.com/users/xhyrom", + "html_url": "https://github.com/xhyrom" }, - "html_url": "https://github.com/cohere-ai/cohere-toolkit", - "description": "Cohere Toolkit is a collection of prebuilt components enabling users to quickly build and deploy RAG applications.", - "url": "https://api.github.com/repos/cohere-ai/cohere-toolkit", - "languages_url": "https://api.github.com/repos/cohere-ai/cohere-toolkit/languages", - "created_at": "2024-04-19T09:59:08Z", - "updated_at": "2024-09-07T15:28:41Z", - "git_url": "git://github.com/cohere-ai/cohere-toolkit.git", - "ssh_url": "git@github.com:cohere-ai/cohere-toolkit.git", - "clone_url": "https://github.com/cohere-ai/cohere-toolkit.git", - "homepage": "", - "stargazers_count": 2723, - "watchers_count": 2723, + "html_url": "https://github.com/xhyrom/bun-discord-bot", + "description": "official discord bot for bun server", + "url": "https://api.github.com/repos/xhyrom/bun-discord-bot", + "languages_url": "https://api.github.com/repos/xhyrom/bun-discord-bot/languages", + "created_at": "2022-07-10T12:07:37Z", + "updated_at": "2024-08-31T10:38:45Z", + "git_url": "git://github.com/xhyrom/bun-discord-bot.git", + "ssh_url": "git@github.com:xhyrom/bun-discord-bot.git", + "clone_url": "https://github.com/xhyrom/bun-discord-bot.git", + "homepage": "https://bun.sh/discord", + "stargazers_count": 36, + "watchers_count": 36, "language": "TypeScript", - "topics": [] + "topics": [ + "bot", + "bun", + "discord" + ] }, { - "id": 628600520, - "node_id": "R_kgDOJXeuyA", - "name": "kando", - "full_name": "kando-menu/kando", + "id": 510874499, + "node_id": "R_kgDOHnNTgw", + "name": "igir", + "full_name": "emmercm/igir", "owner": { - "login": "kando-menu", - "id": 130886533, - "avatar_url": "https://avatars.githubusercontent.com/u/130886533?v=4", - "url": "https://api.github.com/users/kando-menu", - "html_url": "https://github.com/kando-menu" + "login": "emmercm", + "id": 10749361, + "avatar_url": "https://avatars.githubusercontent.com/u/10749361?v=4", + "url": "https://api.github.com/users/emmercm", + "html_url": "https://github.com/emmercm" }, - "html_url": "https://github.com/kando-menu/kando", - "description": "🥧 The Cross-Platform Pie Menu.", - "url": "https://api.github.com/repos/kando-menu/kando", - "languages_url": "https://api.github.com/repos/kando-menu/kando/languages", - "created_at": "2023-04-16T13:12:30Z", - "updated_at": "2024-09-07T21:49:05Z", - "git_url": "git://github.com/kando-menu/kando.git", - "ssh_url": "git@github.com:kando-menu/kando.git", - "clone_url": "https://github.com/kando-menu/kando.git", - "homepage": "https://ko-fi.com/post/Kando-1-0-0-released-G2G5Z1DOS", - "stargazers_count": 2355, - "watchers_count": 2355, + "html_url": "https://github.com/emmercm/igir", + "description": "🕹 A zero-setup ROM collection manager that sorts, filters, extracts or archives, patches, and reports on collections of any size on any OS.", + "url": "https://api.github.com/repos/emmercm/igir", + "languages_url": "https://api.github.com/repos/emmercm/igir/languages", + "created_at": "2022-07-05T19:47:36Z", + "updated_at": "2024-09-08T06:03:37Z", + "git_url": "git://github.com/emmercm/igir.git", + "ssh_url": "git@github.com:emmercm/igir.git", + "clone_url": "https://github.com/emmercm/igir.git", + "homepage": "https://igir.io/", + "stargazers_count": 349, + "watchers_count": 349, "language": "TypeScript", "topics": [ - "cross-platform", - "electron", - "gestures", - "linux", - "macos", - "marking-menu", - "pie-menu", - "ux-design", - "windows" + "1g1r", + "analogue-pocket", + "anbernic", + "batocera", + "cmpro", + "emulation", + "hacktoberfest", + "logiqx", + "mame", + "mister", + "miyoo", + "no-intro", + "redump", + "retroarch", + "roms", + "tosec" ] }, { - "id": 45055693, - "node_id": "MDEwOlJlcG9zaXRvcnk0NTA1NTY5Mw==", - "name": "etcher", - "full_name": "balena-io/etcher", + "id": 280049771, + "node_id": "MDEwOlJlcG9zaXRvcnkyODAwNDk3NzE=", + "name": "esbuild-register", + "full_name": "egoist/esbuild-register", "owner": { - "login": "balena-io", - "id": 6157842, - "avatar_url": "https://avatars.githubusercontent.com/u/6157842?v=4", - "url": "https://api.github.com/users/balena-io", - "html_url": "https://github.com/balena-io" + "login": "egoist", + "id": 8784712, + "avatar_url": "https://avatars.githubusercontent.com/u/8784712?v=4", + "url": "https://api.github.com/users/egoist", + "html_url": "https://github.com/egoist" }, - "html_url": "https://github.com/balena-io/etcher", - "description": "Flash OS images to SD cards & USB drives, safely and easily.", - "url": "https://api.github.com/repos/balena-io/etcher", - "languages_url": "https://api.github.com/repos/balena-io/etcher/languages", - "created_at": "2015-10-27T16:53:23Z", - "updated_at": "2024-09-07T17:21:14Z", - "git_url": "git://github.com/balena-io/etcher.git", - "ssh_url": "git@github.com:balena-io/etcher.git", - "clone_url": "https://github.com/balena-io/etcher.git", - "homepage": "https://etcher.io/", - "stargazers_count": 29267, - "watchers_count": 29267, + "html_url": "https://github.com/egoist/esbuild-register", + "description": "Transpile JSX, TypeScript and esnext features on the fly with esbuild", + "url": "https://api.github.com/repos/egoist/esbuild-register", + "languages_url": "https://api.github.com/repos/egoist/esbuild-register/languages", + "created_at": "2020-07-16T04:07:45Z", + "updated_at": "2024-09-03T18:05:51Z", + "git_url": "git://github.com/egoist/esbuild-register.git", + "ssh_url": "git@github.com:egoist/esbuild-register.git", + "clone_url": "https://github.com/egoist/esbuild-register.git", + "homepage": "", + "stargazers_count": 982, + "watchers_count": 982, "language": "TypeScript", - "topics": [ - "cross-platform", - "etcher", - "sd-cards", - "usb-drives" - ] + "topics": [] }, { - "id": 455229168, - "node_id": "R_kgDOGyI-8A", - "name": "immich", - "full_name": "immich-app/immich", + "id": 787885743, + "node_id": "R_kgDOLvYurw", + "name": "kinobi", + "full_name": "kinobi-so/kinobi", "owner": { - "login": "immich-app", - "id": 109746326, - "avatar_url": "https://avatars.githubusercontent.com/u/109746326?v=4", - "url": "https://api.github.com/users/immich-app", - "html_url": "https://github.com/immich-app" + "login": "kinobi-so", + "id": 165308886, + "avatar_url": "https://avatars.githubusercontent.com/u/165308886?v=4", + "url": "https://api.github.com/users/kinobi-so", + "html_url": "https://github.com/kinobi-so" }, - "html_url": "https://github.com/immich-app/immich", - "description": "High performance self-hosted photo and video management solution.", - "url": "https://api.github.com/repos/immich-app/immich", - "languages_url": "https://api.github.com/repos/immich-app/immich/languages", - "created_at": "2022-02-03T15:56:27Z", - "updated_at": "2024-09-08T00:19:35Z", - "git_url": "git://github.com/immich-app/immich.git", - "ssh_url": "git@github.com:immich-app/immich.git", - "clone_url": "https://github.com/immich-app/immich.git", - "homepage": "https://immich.app", - "stargazers_count": 43853, - "watchers_count": 43853, + "html_url": "https://github.com/kinobi-so/kinobi", + "description": "Generate clients, CLIs, documentation and more from your Solana programs", + "url": "https://api.github.com/repos/kinobi-so/kinobi", + "languages_url": "https://api.github.com/repos/kinobi-so/kinobi/languages", + "created_at": "2024-04-17T11:19:46Z", + "updated_at": "2024-09-08T11:27:03Z", + "git_url": "git://github.com/kinobi-so/kinobi.git", + "ssh_url": "git@github.com:kinobi-so/kinobi.git", + "clone_url": "https://github.com/kinobi-so/kinobi.git", + "homepage": "", + "stargazers_count": 51, + "watchers_count": 51, "language": "TypeScript", - "topics": [ - "backup-tool", - "flutter", - "google-photos", - "google-photos-alternative", - "javascript", - "mobile-app", - "nestjs", - "nodejs", - "photo-gallery", - "photos", - "photos-management", - "self-hosted", - "svelte", - "sveltekit", - "typescript", - "videos" - ] + "topics": [] }, { - "id": 221458136, - "node_id": "MDEwOlJlcG9zaXRvcnkyMjE0NTgxMzY=", - "name": "effect", - "full_name": "Effect-TS/effect", + "id": 448421132, + "node_id": "R_kgDOGrpdDA", + "name": "engineering", + "full_name": "ForetagInc/engineering", "owner": { - "login": "Effect-TS", - "id": 77678942, - "avatar_url": "https://avatars.githubusercontent.com/u/77678942?v=4", - "url": "https://api.github.com/users/Effect-TS", - "html_url": "https://github.com/Effect-TS" + "login": "ForetagInc", + "id": 33750316, + "avatar_url": "https://avatars.githubusercontent.com/u/33750316?v=4", + "url": "https://api.github.com/users/ForetagInc", + "html_url": "https://github.com/ForetagInc" }, - "html_url": "https://github.com/Effect-TS/effect", - "description": "An ecosystem of tools for building production-grade applications in TypeScript.", - "url": "https://api.github.com/repos/Effect-TS/effect", - "languages_url": "https://api.github.com/repos/Effect-TS/effect/languages", - "created_at": "2019-11-13T12:49:21Z", - "updated_at": "2024-09-07T19:18:40Z", - "git_url": "git://github.com/Effect-TS/effect.git", - "ssh_url": "git@github.com:Effect-TS/effect.git", - "clone_url": "https://github.com/Effect-TS/effect.git", - "homepage": "https://effect.website", - "stargazers_count": 6951, - "watchers_count": 6951, + "html_url": "https://github.com/ForetagInc/engineering", + "description": "Foretag's Development toolkit: config files, linting, tooling and IDE extensions", + "url": "https://api.github.com/repos/ForetagInc/engineering", + "languages_url": "https://api.github.com/repos/ForetagInc/engineering/languages", + "created_at": "2022-01-16T00:17:05Z", + "updated_at": "2024-07-24T14:24:13Z", + "git_url": "git://github.com/ForetagInc/engineering.git", + "ssh_url": "git@github.com:ForetagInc/engineering.git", + "clone_url": "https://github.com/ForetagInc/engineering.git", + "homepage": "https://engineering.foret.ag", + "stargazers_count": 5, + "watchers_count": 5, "language": "TypeScript", "topics": [ - "cli", - "effect", - "javascript", - "opentelemetry", - "platform", - "schema", - "typescript" + "devex", + "vscode-extension", + "vscode-extension-pack", + "vscode-theme" ] }, { - "id": 827005317, - "node_id": "R_kgDOMUsZhQ", - "name": "ai-artifacts", - "full_name": "e2b-dev/ai-artifacts", + "id": 717671902, + "node_id": "R_kgDOKsbN3g", + "name": "astropix", + "full_name": "alexanderniebuhr/astropix", "owner": { - "login": "e2b-dev", - "id": 129434473, - "avatar_url": "https://avatars.githubusercontent.com/u/129434473?v=4", - "url": "https://api.github.com/users/e2b-dev", - "html_url": "https://github.com/e2b-dev" + "login": "alexanderniebuhr", + "id": 45965090, + "avatar_url": "https://avatars.githubusercontent.com/u/45965090?v=4", + "url": "https://api.github.com/users/alexanderniebuhr", + "html_url": "https://github.com/alexanderniebuhr" }, - "html_url": "https://github.com/e2b-dev/ai-artifacts", - "description": "Hackable open-source version of Anthropic's Claude Artifacts", - "url": "https://api.github.com/repos/e2b-dev/ai-artifacts", - "languages_url": "https://api.github.com/repos/e2b-dev/ai-artifacts/languages", - "created_at": "2024-07-10T20:31:32Z", - "updated_at": "2024-09-07T18:52:23Z", - "git_url": "git://github.com/e2b-dev/ai-artifacts.git", - "ssh_url": "git@github.com:e2b-dev/ai-artifacts.git", - "clone_url": "https://github.com/e2b-dev/ai-artifacts.git", - "homepage": "https://artifacts.e2b.dev", - "stargazers_count": 1914, - "watchers_count": 1914, + "html_url": "https://github.com/alexanderniebuhr/astropix", + "description": null, + "url": "https://api.github.com/repos/alexanderniebuhr/astropix", + "languages_url": "https://api.github.com/repos/alexanderniebuhr/astropix/languages", + "created_at": "2023-11-12T07:32:15Z", + "updated_at": "2024-07-24T14:24:07Z", + "git_url": "git://github.com/alexanderniebuhr/astropix.git", + "ssh_url": "git@github.com:alexanderniebuhr/astropix.git", + "clone_url": "https://github.com/alexanderniebuhr/astropix.git", + "homepage": null, + "stargazers_count": 2, + "watchers_count": 2, "language": "TypeScript", - "topics": [ - "ai", - "ai-code-generation", - "anthropic", - "claude", - "claude-ai", - "e2b", - "javascript", - "llm", - "nextjs", - "react", - "typescript" - ] + "topics": [] }, { - "id": 754228294, - "node_id": "R_kgDOLPScRg", - "name": "client", - "full_name": "space-operator/client", + "id": 831886559, + "node_id": "R_kgDOMZWU3w", + "name": "dbest-moon", + "full_name": "elliotnash/dbest-moon", "owner": { - "login": "space-operator", - "id": 101584767, - "avatar_url": "https://avatars.githubusercontent.com/u/101584767?v=4", - "url": "https://api.github.com/users/space-operator", - "html_url": "https://github.com/space-operator" + "login": "elliotnash", + "id": 53949099, + "avatar_url": "https://avatars.githubusercontent.com/u/53949099?v=4", + "url": "https://api.github.com/users/elliotnash", + "html_url": "https://github.com/elliotnash" }, - "html_url": "https://github.com/space-operator/client", + "html_url": "https://github.com/elliotnash/dbest-moon", "description": null, - "url": "https://api.github.com/repos/space-operator/client", - "languages_url": "https://api.github.com/repos/space-operator/client/languages", - "created_at": "2024-02-07T16:41:55Z", - "updated_at": "2024-07-14T02:51:13Z", - "git_url": "git://github.com/space-operator/client.git", - "ssh_url": "git@github.com:space-operator/client.git", - "clone_url": "https://github.com/space-operator/client.git", + "url": "https://api.github.com/repos/elliotnash/dbest-moon", + "languages_url": "https://api.github.com/repos/elliotnash/dbest-moon/languages", + "created_at": "2024-07-21T22:44:56Z", + "updated_at": "2024-07-25T21:32:40Z", + "git_url": "git://github.com/elliotnash/dbest-moon.git", + "ssh_url": "git@github.com:elliotnash/dbest-moon.git", + "clone_url": "https://github.com/elliotnash/dbest-moon.git", "homepage": null, - "stargazers_count": 3, - "watchers_count": 3, + "stargazers_count": 2, + "watchers_count": 2, "language": "TypeScript", "topics": [] }, { - "id": 749523899, - "node_id": "R_kgDOLKzTuw", - "name": "mememo", - "full_name": "poloclub/mememo", + "id": 545508308, + "node_id": "R_kgDOIIPL1A", + "name": "knip", + "full_name": "webpro-nl/knip", "owner": { - "login": "poloclub", - "id": 19315506, - "avatar_url": "https://avatars.githubusercontent.com/u/19315506?v=4", - "url": "https://api.github.com/users/poloclub", - "html_url": "https://github.com/poloclub" + "login": "webpro-nl", + "id": 170418124, + "avatar_url": "https://avatars.githubusercontent.com/u/170418124?v=4", + "url": "https://api.github.com/users/webpro-nl", + "html_url": "https://github.com/webpro-nl" }, - "html_url": "https://github.com/poloclub/mememo", - "description": "A JavaScript library that brings vector search and RAG to your browser!", - "url": "https://api.github.com/repos/poloclub/mememo", - "languages_url": "https://api.github.com/repos/poloclub/mememo/languages", - "created_at": "2024-01-28T20:21:53Z", - "updated_at": "2024-08-27T20:36:02Z", - "git_url": "git://github.com/poloclub/mememo.git", - "ssh_url": "git@github.com:poloclub/mememo.git", - "clone_url": "https://github.com/poloclub/mememo.git", - "homepage": "https://poloclub.github.io/mememo/", - "stargazers_count": 47, - "watchers_count": 47, + "html_url": "https://github.com/webpro-nl/knip", + "description": "✂️ Find unused files, dependencies and exports in your JavaScript and TypeScript projects. Knip it before you ship it!", + "url": "https://api.github.com/repos/webpro-nl/knip", + "languages_url": "https://api.github.com/repos/webpro-nl/knip/languages", + "created_at": "2022-10-04T13:49:30Z", + "updated_at": "2024-09-08T10:23:37Z", + "git_url": "git://github.com/webpro-nl/knip.git", + "ssh_url": "git@github.com:webpro-nl/knip.git", + "clone_url": "https://github.com/webpro-nl/knip.git", + "homepage": "https://knip.dev", + "stargazers_count": 6489, + "watchers_count": 6489, "language": "TypeScript", "topics": [ - "browser", - "document-search", - "gen-ai", - "image-search", - "llm", - "rag", - "vector-database", - "vector-search" + "dependencies-checking", + "dependency-analysis", + "elimination", + "lint", + "maintenance", + "typescript", + "unused-code", + "unused-exports", + "unused-imports" ] }, { - "id": 797005781, - "node_id": "R_kgDOL4FX1Q", - "name": "raydium-sdk-V2-demo", - "full_name": "raydium-io/raydium-sdk-V2-demo", + "id": 349892338, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDk4OTIzMzg=", + "name": "gallery", + "full_name": "gallery-so/gallery", "owner": { - "login": "raydium-io", - "id": 78411976, - "avatar_url": "https://avatars.githubusercontent.com/u/78411976?v=4", - "url": "https://api.github.com/users/raydium-io", - "html_url": "https://github.com/raydium-io" + "login": "gallery-so", + "id": 83274174, + "avatar_url": "https://avatars.githubusercontent.com/u/83274174?v=4", + "url": "https://api.github.com/users/gallery-so", + "html_url": "https://github.com/gallery-so" }, - "html_url": "https://github.com/raydium-io/raydium-sdk-V2-demo", - "description": "Open-source Typescript SDK demos", - "url": "https://api.github.com/repos/raydium-io/raydium-sdk-V2-demo", - "languages_url": "https://api.github.com/repos/raydium-io/raydium-sdk-V2-demo/languages", - "created_at": "2024-05-07T02:47:26Z", - "updated_at": "2024-09-04T14:19:45Z", - "git_url": "git://github.com/raydium-io/raydium-sdk-V2-demo.git", - "ssh_url": "git@github.com:raydium-io/raydium-sdk-V2-demo.git", - "clone_url": "https://github.com/raydium-io/raydium-sdk-V2-demo.git", - "homepage": "", - "stargazers_count": 40, - "watchers_count": 40, + "html_url": "https://github.com/gallery-so/gallery", + "description": "Express your taste.", + "url": "https://api.github.com/repos/gallery-so/gallery", + "languages_url": "https://api.github.com/repos/gallery-so/gallery/languages", + "created_at": "2021-03-21T03:35:08Z", + "updated_at": "2024-07-24T10:59:48Z", + "git_url": "git://github.com/gallery-so/gallery.git", + "ssh_url": "git@github.com:gallery-so/gallery.git", + "clone_url": "https://github.com/gallery-so/gallery.git", + "homepage": "https://gallery.so", + "stargazers_count": 82, + "watchers_count": 82, "language": "TypeScript", "topics": [] }, { - "id": 777467610, - "node_id": "R_kgDOLlc22g", - "name": "solidjs-web3-sandbox", - "full_name": "Peyton-Spencer/solidjs-web3-sandbox", + "id": 763657278, + "node_id": "R_kgDOLYR8Pg", + "name": "cc-ts", + "full_name": "svemat01/cc-ts", "owner": { - "login": "Peyton-Spencer", - "id": 6766068, - "avatar_url": "https://avatars.githubusercontent.com/u/6766068?v=4", - "url": "https://api.github.com/users/Peyton-Spencer", - "html_url": "https://github.com/Peyton-Spencer" + "login": "svemat01", + "id": 15212818, + "avatar_url": "https://avatars.githubusercontent.com/u/15212818?v=4", + "url": "https://api.github.com/users/svemat01", + "html_url": "https://github.com/svemat01" }, - "html_url": "https://github.com/Peyton-Spencer/solidjs-web3-sandbox", - "description": "Using multichain web3 SDKs in @solidjs/start", - "url": "https://api.github.com/repos/Peyton-Spencer/solidjs-web3-sandbox", - "languages_url": "https://api.github.com/repos/Peyton-Spencer/solidjs-web3-sandbox/languages", - "created_at": "2024-03-25T22:47:57Z", - "updated_at": "2024-07-04T03:50:21Z", - "git_url": "git://github.com/Peyton-Spencer/solidjs-web3-sandbox.git", - "ssh_url": "git@github.com:Peyton-Spencer/solidjs-web3-sandbox.git", - "clone_url": "https://github.com/Peyton-Spencer/solidjs-web3-sandbox.git", + "html_url": "https://github.com/svemat01/cc-ts", + "description": null, + "url": "https://api.github.com/repos/svemat01/cc-ts", + "languages_url": "https://api.github.com/repos/svemat01/cc-ts/languages", + "created_at": "2024-02-26T17:34:10Z", + "updated_at": "2024-07-24T10:58:34Z", + "git_url": "git://github.com/svemat01/cc-ts.git", + "ssh_url": "git@github.com:svemat01/cc-ts.git", + "clone_url": "https://github.com/svemat01/cc-ts.git", "homepage": null, "stargazers_count": 1, "watchers_count": 1, @@ -1297,5118 +1446,5100 @@ "topics": [] }, { - "id": 784546140, - "node_id": "R_kgDOLsM5XA", - "name": "reader", - "full_name": "jina-ai/reader", - "owner": { - "login": "jina-ai", - "id": 60539444, - "avatar_url": "https://avatars.githubusercontent.com/u/60539444?v=4", - "url": "https://api.github.com/users/jina-ai", - "html_url": "https://github.com/jina-ai" - }, - "html_url": "https://github.com/jina-ai/reader", - "description": "Convert any URL to an LLM-friendly input with a simple prefix https://r.jina.ai/", - "url": "https://api.github.com/repos/jina-ai/reader", - "languages_url": "https://api.github.com/repos/jina-ai/reader/languages", - "created_at": "2024-04-10T04:05:06Z", - "updated_at": "2024-09-08T00:04:05Z", - "git_url": "git://github.com/jina-ai/reader.git", - "ssh_url": "git@github.com:jina-ai/reader.git", - "clone_url": "https://github.com/jina-ai/reader.git", - "homepage": "https://jina.ai/reader", - "stargazers_count": 6248, - "watchers_count": 6248, - "language": "TypeScript", - "topics": [ - "llm", - "proxy" - ] - }, - { - "id": 747921548, - "node_id": "R_kgDOLJRgjA", - "name": "v3-keepers-ts", - "full_name": "ParclFinance/v3-keepers-ts", + "id": 667183542, + "node_id": "R_kgDOJ8Rptg", + "name": "the-beth-stack", + "full_name": "ethanniser/the-beth-stack", "owner": { - "login": "ParclFinance", - "id": 84755822, - "avatar_url": "https://avatars.githubusercontent.com/u/84755822?v=4", - "url": "https://api.github.com/users/ParclFinance", - "html_url": "https://github.com/ParclFinance" + "login": "ethanniser", + "id": 100045248, + "avatar_url": "https://avatars.githubusercontent.com/u/100045248?v=4", + "url": "https://api.github.com/users/ethanniser", + "html_url": "https://github.com/ethanniser" }, - "html_url": "https://github.com/ParclFinance/v3-keepers-ts", - "description": "Example TypeScript keeper bots for parcl-v3", - "url": "https://api.github.com/repos/ParclFinance/v3-keepers-ts", - "languages_url": "https://api.github.com/repos/ParclFinance/v3-keepers-ts/languages", - "created_at": "2024-01-24T22:41:47Z", - "updated_at": "2024-07-03T02:13:54Z", - "git_url": "git://github.com/ParclFinance/v3-keepers-ts.git", - "ssh_url": "git@github.com:ParclFinance/v3-keepers-ts.git", - "clone_url": "https://github.com/ParclFinance/v3-keepers-ts.git", + "html_url": "https://github.com/ethanniser/the-beth-stack", + "description": "An opinionated hypermedia-driven architecture for building web apps", + "url": "https://api.github.com/repos/ethanniser/the-beth-stack", + "languages_url": "https://api.github.com/repos/ethanniser/the-beth-stack/languages", + "created_at": "2023-07-16T23:07:14Z", + "updated_at": "2024-09-05T18:45:26Z", + "git_url": "git://github.com/ethanniser/the-beth-stack.git", + "ssh_url": "git@github.com:ethanniser/the-beth-stack.git", + "clone_url": "https://github.com/ethanniser/the-beth-stack.git", "homepage": "", - "stargazers_count": 6, - "watchers_count": 6, + "stargazers_count": 835, + "watchers_count": 835, "language": "TypeScript", "topics": [] }, { - "id": 576324552, - "node_id": "R_kgDOIloDyA", - "name": "link-preview", - "full_name": "ymtszw/link-preview", + "id": 690537104, + "node_id": "R_kgDOKSjCkA", + "name": "elysia-kickstart", + "full_name": "syhner/elysia-kickstart", "owner": { - "login": "ymtszw", - "id": 4507126, - "avatar_url": "https://avatars.githubusercontent.com/u/4507126?v=4", - "url": "https://api.github.com/users/ymtszw", - "html_url": "https://github.com/ymtszw" + "login": "syhner", + "id": 71605633, + "avatar_url": "https://avatars.githubusercontent.com/u/71605633?v=4", + "url": "https://api.github.com/users/syhner", + "html_url": "https://github.com/syhner" }, - "html_url": "https://github.com/ymtszw/link-preview", - "description": "\"link-preview\" service on Cloudflare Workers", - "url": "https://api.github.com/repos/ymtszw/link-preview", - "languages_url": "https://api.github.com/repos/ymtszw/link-preview/languages", - "created_at": "2022-12-09T15:00:16Z", - "updated_at": "2024-09-03T00:25:41Z", - "git_url": "git://github.com/ymtszw/link-preview.git", - "ssh_url": "git@github.com:ymtszw/link-preview.git", - "clone_url": "https://github.com/ymtszw/link-preview.git", - "homepage": "", - "stargazers_count": 15, - "watchers_count": 15, + "html_url": "https://github.com/syhner/elysia-kickstart", + "description": " ElysiaJS boilerplate with HTMX, Tailwind, Auth.js, Drizzle, CI. Deploy in one click to Railway or Vercel Edge Functions", + "url": "https://api.github.com/repos/syhner/elysia-kickstart", + "languages_url": "https://api.github.com/repos/syhner/elysia-kickstart/languages", + "created_at": "2023-09-12T11:46:04Z", + "updated_at": "2024-09-05T17:17:35Z", + "git_url": "git://github.com/syhner/elysia-kickstart.git", + "ssh_url": "git@github.com:syhner/elysia-kickstart.git", + "clone_url": "https://github.com/syhner/elysia-kickstart.git", + "homepage": "https://elysia-kickstart.vercel.app", + "stargazers_count": 116, + "watchers_count": 116, "language": "TypeScript", "topics": [ - "cloudflare-workers", - "link-preview" + "authjs", + "boilerplate", + "bun", + "docker", + "drizzle", + "elysiajs", + "github-actions", + "htmx", + "tailwindcss", + "turso", + "vercel-edge-functions" ] }, { - "id": 609155714, - "node_id": "R_kgDOJE76gg", - "name": "chatgpt-serverless-discord-bot", - "full_name": "LemonDouble/chatgpt-serverless-discord-bot", + "id": 817836036, + "node_id": "R_kgDOML8wBA", + "name": "elysiajs-drizzleORM-lucia-auth-template", + "full_name": "kaitakami/elysiajs-drizzleORM-lucia-auth-template", "owner": { - "login": "LemonDouble", - "id": 31124212, - "avatar_url": "https://avatars.githubusercontent.com/u/31124212?v=4", - "url": "https://api.github.com/users/LemonDouble", - "html_url": "https://github.com/LemonDouble" + "login": "kaitakami", + "id": 83680466, + "avatar_url": "https://avatars.githubusercontent.com/u/83680466?v=4", + "url": "https://api.github.com/users/kaitakami", + "html_url": "https://github.com/kaitakami" }, - "html_url": "https://github.com/LemonDouble/chatgpt-serverless-discord-bot", - "description": "ChatGPT API와 AWS Lambda를 이용하여 Serverless Discord Bot을 만들 수 있는 템플릿입니다.", - "url": "https://api.github.com/repos/LemonDouble/chatgpt-serverless-discord-bot", - "languages_url": "https://api.github.com/repos/LemonDouble/chatgpt-serverless-discord-bot/languages", - "created_at": "2023-03-03T13:49:58Z", - "updated_at": "2024-09-02T19:15:34Z", - "git_url": "git://github.com/LemonDouble/chatgpt-serverless-discord-bot.git", - "ssh_url": "git@github.com:LemonDouble/chatgpt-serverless-discord-bot.git", - "clone_url": "https://github.com/LemonDouble/chatgpt-serverless-discord-bot.git", + "html_url": "https://github.com/kaitakami/elysiajs-drizzleORM-lucia-auth-template", + "description": "Elysiajs, drizzleORM and Lucia Auth template", + "url": "https://api.github.com/repos/kaitakami/elysiajs-drizzleORM-lucia-auth-template", + "languages_url": "https://api.github.com/repos/kaitakami/elysiajs-drizzleORM-lucia-auth-template/languages", + "created_at": "2024-06-20T14:37:21Z", + "updated_at": "2024-09-03T04:12:40Z", + "git_url": "git://github.com/kaitakami/elysiajs-drizzleORM-lucia-auth-template.git", + "ssh_url": "git@github.com:kaitakami/elysiajs-drizzleORM-lucia-auth-template.git", + "clone_url": "https://github.com/kaitakami/elysiajs-drizzleORM-lucia-auth-template.git", "homepage": "", - "stargazers_count": 13, - "watchers_count": 13, + "stargazers_count": 5, + "watchers_count": 5, "language": "TypeScript", "topics": [ - "chatgpt", - "discord-bot", - "discord-interactions", - "openai", - "serverless" + "drizzle-orm", + "elysia", + "elysiajs", + "lucia-auth" ] }, { - "id": 789923407, - "node_id": "R_kgDOLxVGTw", - "name": "AikouAI", - "full_name": "LucasB25/AikouAI", + "id": 614928937, + "node_id": "R_kgDOJKcSKQ", + "name": "chatgpt-hackers", + "full_name": "transitive-bullshit/chatgpt-hackers", "owner": { - "login": "LucasB25", - "id": 50886682, - "avatar_url": "https://avatars.githubusercontent.com/u/50886682?v=4", - "url": "https://api.github.com/users/LucasB25", - "html_url": "https://github.com/LucasB25" + "login": "transitive-bullshit", + "id": 552829, + "avatar_url": "https://avatars.githubusercontent.com/u/552829?v=4", + "url": "https://api.github.com/users/transitive-bullshit", + "html_url": "https://github.com/transitive-bullshit" }, - "html_url": "https://github.com/LucasB25/AikouAI", - "description": "A Discord bot capable of fulfilling your artificial intelligence needs.", - "url": "https://api.github.com/repos/LucasB25/AikouAI", - "languages_url": "https://api.github.com/repos/LucasB25/AikouAI/languages", - "created_at": "2024-04-21T23:03:02Z", - "updated_at": "2024-07-26T10:29:58Z", - "git_url": "git://github.com/LucasB25/AikouAI.git", - "ssh_url": "git@github.com:LucasB25/AikouAI.git", - "clone_url": "https://github.com/LucasB25/AikouAI.git", - "homepage": "https://discord.gg/AhUJa2kdAr", - "stargazers_count": 2, - "watchers_count": 2, + "html_url": "https://github.com/transitive-bullshit/chatgpt-hackers", + "description": "Join thousands of other developers, researchers, and AI enthusiasts who are building at the cutting edge of AI ✨", + "url": "https://api.github.com/repos/transitive-bullshit/chatgpt-hackers", + "languages_url": "https://api.github.com/repos/transitive-bullshit/chatgpt-hackers/languages", + "created_at": "2023-03-16T15:46:03Z", + "updated_at": "2024-09-07T12:00:05Z", + "git_url": "git://github.com/transitive-bullshit/chatgpt-hackers.git", + "ssh_url": "git@github.com:transitive-bullshit/chatgpt-hackers.git", + "clone_url": "https://github.com/transitive-bullshit/chatgpt-hackers.git", + "homepage": "https://www.chatgpthackers.dev", + "stargazers_count": 98, + "watchers_count": 98, "language": "TypeScript", "topics": [ "ai", - "artificial-intelligence", - "bot", "chatgpt", + "chatpgt-api", + "community", "discord", - "discord-bot", - "discord-js", - "discord-js-v14", - "discordjs", - "gemini", - "gemini-api", - "node", - "nodejs", - "open-source", - "prompt", - "replicate", - "text-to-message", - "text-to-text" + "openai" ] }, { - "id": 53227290, - "node_id": "MDEwOlJlcG9zaXRvcnk1MzIyNzI5MA==", - "name": "airhornbot", - "full_name": "discord/airhornbot", + "id": 698817809, + "node_id": "R_kgDOKacdEQ", + "name": "elysia-demo-app", + "full_name": "jellydn/elysia-demo-app", "owner": { - "login": "discord", - "id": 1965106, - "avatar_url": "https://avatars.githubusercontent.com/u/1965106?v=4", - "url": "https://api.github.com/users/discord", - "html_url": "https://github.com/discord" + "login": "jellydn", + "id": 870029, + "avatar_url": "https://avatars.githubusercontent.com/u/870029?v=4", + "url": "https://api.github.com/users/jellydn", + "html_url": "https://github.com/jellydn" }, - "html_url": "https://github.com/discord/airhornbot", - "description": "The only bot for Discord you'll ever need.", - "url": "https://api.github.com/repos/discord/airhornbot", - "languages_url": "https://api.github.com/repos/discord/airhornbot/languages", - "created_at": "2016-03-05T22:56:46Z", - "updated_at": "2024-09-05T11:56:54Z", - "git_url": "git://github.com/discord/airhornbot.git", - "ssh_url": "org-1965106@github.com:discord/airhornbot.git", - "clone_url": "https://github.com/discord/airhornbot.git", - "homepage": "https://airhorn.solutions", - "stargazers_count": 888, - "watchers_count": 888, + "html_url": "https://github.com/jellydn/elysia-demo-app", + "description": "A Real-World Example Using Bun, Docker, and Fly.io 🚀", + "url": "https://api.github.com/repos/jellydn/elysia-demo-app", + "languages_url": "https://api.github.com/repos/jellydn/elysia-demo-app/languages", + "created_at": "2023-10-01T03:57:26Z", + "updated_at": "2024-09-07T11:56:24Z", + "git_url": "git://github.com/jellydn/elysia-demo-app.git", + "ssh_url": "git@github.com:jellydn/elysia-demo-app.git", + "clone_url": "https://github.com/jellydn/elysia-demo-app.git", + "homepage": "https://elysia-demo-app.fly.dev/swagger", + "stargazers_count": 61, + "watchers_count": 61, "language": "TypeScript", "topics": [ - "bot" + "bun", + "elysiajs" ] }, { - "id": 86367123, - "node_id": "MDEwOlJlcG9zaXRvcnk4NjM2NzEyMw==", - "name": "unfurl", - "full_name": "jacktuck/unfurl", + "id": 310226997, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTAyMjY5OTc=", + "name": "ni", + "full_name": "antfu-collective/ni", "owner": { - "login": "jacktuck", - "id": 8209433, - "avatar_url": "https://avatars.githubusercontent.com/u/8209433?v=4", - "url": "https://api.github.com/users/jacktuck", - "html_url": "https://github.com/jacktuck" + "login": "antfu-collective", + "id": 167634566, + "avatar_url": "https://avatars.githubusercontent.com/u/167634566?v=4", + "url": "https://api.github.com/users/antfu-collective", + "html_url": "https://github.com/antfu-collective" }, - "html_url": "https://github.com/jacktuck/unfurl", - "description": "Metadata scraper with support for oEmbed, Twitter Cards and Open Graph Protocol for Node.js :zap:", - "url": "https://api.github.com/repos/jacktuck/unfurl", - "languages_url": "https://api.github.com/repos/jacktuck/unfurl/languages", - "created_at": "2017-03-27T17:57:09Z", - "updated_at": "2024-09-05T12:09:22Z", - "git_url": "git://github.com/jacktuck/unfurl.git", - "ssh_url": "git@github.com:jacktuck/unfurl.git", - "clone_url": "https://github.com/jacktuck/unfurl.git", + "html_url": "https://github.com/antfu-collective/ni", + "description": "💡 Use the right package manager", + "url": "https://api.github.com/repos/antfu-collective/ni", + "languages_url": "https://api.github.com/repos/antfu-collective/ni/languages", + "created_at": "2020-11-05T07:56:23Z", + "updated_at": "2024-09-08T07:51:31Z", + "git_url": "git://github.com/antfu-collective/ni.git", + "ssh_url": "git@github.com:antfu-collective/ni.git", + "clone_url": "https://github.com/antfu-collective/ni.git", "homepage": "", - "stargazers_count": 475, - "watchers_count": 475, + "stargazers_count": 6202, + "watchers_count": 6202, "language": "TypeScript", "topics": [ - "embed", - "meta-tags", - "metadata", - "micro", - "microservice", - "nodejs", - "oembed", - "ogp", - "open-graph", - "scraper", - "slack", - "twitter-cards", - "unfurl" + "cli", + "npm", + "package-manager", + "pnpm", + "yarn" ] }, { - "id": 681305155, - "node_id": "R_kgDOKJvkQw", - "name": "fxreddit", - "full_name": "MinnDevelopment/fxreddit", + "id": 676669715, + "node_id": "R_kgDOKFUpEw", + "name": "dexter", + "full_name": "dexaai/dexter", "owner": { - "login": "MinnDevelopment", - "id": 18090140, - "avatar_url": "https://avatars.githubusercontent.com/u/18090140?v=4", - "url": "https://api.github.com/users/MinnDevelopment", - "html_url": "https://github.com/MinnDevelopment" + "login": "dexaai", + "id": 122048749, + "avatar_url": "https://avatars.githubusercontent.com/u/122048749?v=4", + "url": "https://api.github.com/users/dexaai", + "html_url": "https://github.com/dexaai" }, - "html_url": "https://github.com/MinnDevelopment/fxreddit", - "description": "Provides improved reddit embeds for services such as Discord.", - "url": "https://api.github.com/repos/MinnDevelopment/fxreddit", - "languages_url": "https://api.github.com/repos/MinnDevelopment/fxreddit/languages", - "created_at": "2023-08-21T18:12:59Z", - "updated_at": "2024-09-05T02:55:28Z", - "git_url": "git://github.com/MinnDevelopment/fxreddit.git", - "ssh_url": "git@github.com:MinnDevelopment/fxreddit.git", - "clone_url": "https://github.com/MinnDevelopment/fxreddit.git", - "homepage": "https://rxddit.com", - "stargazers_count": 119, - "watchers_count": 119, + "html_url": "https://github.com/dexaai/dexter", + "description": "LLM tools used in production at Dexa", + "url": "https://api.github.com/repos/dexaai/dexter", + "languages_url": "https://api.github.com/repos/dexaai/dexter/languages", + "created_at": "2023-08-09T18:23:57Z", + "updated_at": "2024-08-31T14:34:06Z", + "git_url": "git://github.com/dexaai/dexter.git", + "ssh_url": "git@github.com:dexaai/dexter.git", + "clone_url": "https://github.com/dexaai/dexter.git", + "homepage": "https://dexter.dexa.ai", + "stargazers_count": 69, + "watchers_count": 69, "language": "TypeScript", "topics": [ - "opengraph", - "reddit", - "unfurl" + "llms", + "openai", + "rag" ] }, { - "id": 454899385, - "node_id": "R_kgDOGx02uQ", - "name": "monitor", - "full_name": "dialectlabs/monitor", + "id": 716449467, + "node_id": "R_kgDOKrQmuw", + "name": "OpenOpenAI", + "full_name": "transitive-bullshit/OpenOpenAI", "owner": { - "login": "dialectlabs", - "id": 90047862, - "avatar_url": "https://avatars.githubusercontent.com/u/90047862?v=4", - "url": "https://api.github.com/users/dialectlabs", - "html_url": "https://github.com/dialectlabs" + "login": "transitive-bullshit", + "id": 552829, + "avatar_url": "https://avatars.githubusercontent.com/u/552829?v=4", + "url": "https://api.github.com/users/transitive-bullshit", + "html_url": "https://github.com/transitive-bullshit" }, - "html_url": "https://github.com/dialectlabs/monitor", - "description": null, - "url": "https://api.github.com/repos/dialectlabs/monitor", - "languages_url": "https://api.github.com/repos/dialectlabs/monitor/languages", - "created_at": "2022-02-02T18:55:01Z", - "updated_at": "2024-06-29T14:21:17Z", - "git_url": "git://github.com/dialectlabs/monitor.git", - "ssh_url": "git@github.com:dialectlabs/monitor.git", - "clone_url": "https://github.com/dialectlabs/monitor.git", - "homepage": null, - "stargazers_count": 22, - "watchers_count": 22, + "html_url": "https://github.com/transitive-bullshit/OpenOpenAI", + "description": "Self-hosted version of OpenAI’s new stateful Assistants API", + "url": "https://api.github.com/repos/transitive-bullshit/OpenOpenAI", + "languages_url": "https://api.github.com/repos/transitive-bullshit/OpenOpenAI/languages", + "created_at": "2023-11-09T06:51:10Z", + "updated_at": "2024-09-06T01:47:45Z", + "git_url": "git://github.com/transitive-bullshit/OpenOpenAI.git", + "ssh_url": "git@github.com:transitive-bullshit/OpenOpenAI.git", + "clone_url": "https://github.com/transitive-bullshit/OpenOpenAI.git", + "homepage": "", + "stargazers_count": 502, + "watchers_count": 502, "language": "TypeScript", - "topics": [] + "topics": [ + "assistants", + "gpts", + "openai", + "openai-api", + "self-hosted" + ] }, { - "id": 490692163, - "node_id": "R_kgDOHT9eQw", - "name": "cli", - "full_name": "dialectlabs/cli", + "id": 590367770, + "node_id": "R_kgDOIzBMGg", + "name": "bens-bites-ai-search", + "full_name": "transitive-bullshit/bens-bites-ai-search", "owner": { - "login": "dialectlabs", - "id": 90047862, - "avatar_url": "https://avatars.githubusercontent.com/u/90047862?v=4", - "url": "https://api.github.com/users/dialectlabs", - "html_url": "https://github.com/dialectlabs" + "login": "transitive-bullshit", + "id": 552829, + "avatar_url": "https://avatars.githubusercontent.com/u/552829?v=4", + "url": "https://api.github.com/users/transitive-bullshit", + "html_url": "https://github.com/transitive-bullshit" }, - "html_url": "https://github.com/dialectlabs/cli", - "description": null, - "url": "https://api.github.com/repos/dialectlabs/cli", - "languages_url": "https://api.github.com/repos/dialectlabs/cli/languages", - "created_at": "2022-05-10T12:43:29Z", - "updated_at": "2024-06-29T14:21:02Z", - "git_url": "git://github.com/dialectlabs/cli.git", - "ssh_url": "git@github.com:dialectlabs/cli.git", - "clone_url": "https://github.com/dialectlabs/cli.git", - "homepage": null, - "stargazers_count": 2, - "watchers_count": 2, + "html_url": "https://github.com/transitive-bullshit/bens-bites-ai-search", + "description": "AI search for all the best resources in AI – powered by Ben's Bites 💯", + "url": "https://api.github.com/repos/transitive-bullshit/bens-bites-ai-search", + "languages_url": "https://api.github.com/repos/transitive-bullshit/bens-bites-ai-search/languages", + "created_at": "2023-01-18T08:52:13Z", + "updated_at": "2024-09-05T21:27:59Z", + "git_url": "git://github.com/transitive-bullshit/bens-bites-ai-search.git", + "ssh_url": "git@github.com:transitive-bullshit/bens-bites-ai-search.git", + "clone_url": "https://github.com/transitive-bullshit/bens-bites-ai-search.git", + "homepage": "https://search.bensbites.co", + "stargazers_count": 113, + "watchers_count": 113, "language": "TypeScript", - "topics": [] + "topics": [ + "ai", + "beehiiv", + "ml", + "newsletters", + "search", + "semantic-search" + ] }, { - "id": 403125917, - "node_id": "MDEwOlJlcG9zaXRvcnk0MDMxMjU5MTc=", - "name": "protocol", - "full_name": "dialectlabs/protocol", + "id": 573631261, + "node_id": "R_kgDOIjDrHQ", + "name": "agentic", + "full_name": "transitive-bullshit/agentic", "owner": { - "login": "dialectlabs", - "id": 90047862, - "avatar_url": "https://avatars.githubusercontent.com/u/90047862?v=4", - "url": "https://api.github.com/users/dialectlabs", - "html_url": "https://github.com/dialectlabs" + "login": "transitive-bullshit", + "id": 552829, + "avatar_url": "https://avatars.githubusercontent.com/u/552829?v=4", + "url": "https://api.github.com/users/transitive-bullshit", + "html_url": "https://github.com/transitive-bullshit" }, - "html_url": "https://github.com/dialectlabs/protocol", - "description": null, - "url": "https://api.github.com/repos/dialectlabs/protocol", - "languages_url": "https://api.github.com/repos/dialectlabs/protocol/languages", - "created_at": "2021-09-04T18:11:16Z", - "updated_at": "2024-08-31T01:02:17Z", - "git_url": "git://github.com/dialectlabs/protocol.git", - "ssh_url": "git@github.com:dialectlabs/protocol.git", - "clone_url": "https://github.com/dialectlabs/protocol.git", - "homepage": null, - "stargazers_count": 76, - "watchers_count": 76, + "html_url": "https://github.com/transitive-bullshit/agentic", + "description": "AI agent stdlib that works with any LLM and TypeScript AI SDK.", + "url": "https://api.github.com/repos/transitive-bullshit/agentic", + "languages_url": "https://api.github.com/repos/transitive-bullshit/agentic/languages", + "created_at": "2022-12-03T00:05:09Z", + "updated_at": "2024-09-08T08:17:18Z", + "git_url": "git://github.com/transitive-bullshit/agentic.git", + "ssh_url": "git@github.com:transitive-bullshit/agentic.git", + "clone_url": "https://github.com/transitive-bullshit/agentic.git", + "homepage": "https://agentic.so", + "stargazers_count": 16223, + "watchers_count": 16223, "language": "TypeScript", - "topics": [] + "topics": [ + "agents", + "ai", + "llms", + "openai" + ] }, { - "id": 809772615, - "node_id": "R_kgDOMEQmRw", - "name": "blinks", - "full_name": "dialectlabs/blinks", + "id": 788899562, + "node_id": "R_kgDOLwWm6g", + "name": "cohere-toolkit", + "full_name": "cohere-ai/cohere-toolkit", "owner": { - "login": "dialectlabs", - "id": 90047862, - "avatar_url": "https://avatars.githubusercontent.com/u/90047862?v=4", - "url": "https://api.github.com/users/dialectlabs", - "html_url": "https://github.com/dialectlabs" + "login": "cohere-ai", + "id": 54850923, + "avatar_url": "https://avatars.githubusercontent.com/u/54850923?v=4", + "url": "https://api.github.com/users/cohere-ai", + "html_url": "https://github.com/cohere-ai" }, - "html_url": "https://github.com/dialectlabs/blinks", - "description": null, - "url": "https://api.github.com/repos/dialectlabs/blinks", - "languages_url": "https://api.github.com/repos/dialectlabs/blinks/languages", - "created_at": "2024-06-03T12:25:48Z", - "updated_at": "2024-09-06T21:02:30Z", - "git_url": "git://github.com/dialectlabs/blinks.git", - "ssh_url": "git@github.com:dialectlabs/blinks.git", - "clone_url": "https://github.com/dialectlabs/blinks.git", - "homepage": null, - "stargazers_count": 87, - "watchers_count": 87, + "html_url": "https://github.com/cohere-ai/cohere-toolkit", + "description": "Cohere Toolkit is a collection of prebuilt components enabling users to quickly build and deploy RAG applications.", + "url": "https://api.github.com/repos/cohere-ai/cohere-toolkit", + "languages_url": "https://api.github.com/repos/cohere-ai/cohere-toolkit/languages", + "created_at": "2024-04-19T09:59:08Z", + "updated_at": "2024-09-07T15:28:41Z", + "git_url": "git://github.com/cohere-ai/cohere-toolkit.git", + "ssh_url": "git@github.com:cohere-ai/cohere-toolkit.git", + "clone_url": "https://github.com/cohere-ai/cohere-toolkit.git", + "homepage": "", + "stargazers_count": 2723, + "watchers_count": 2723, "language": "TypeScript", "topics": [] }, { - "id": 687282258, - "node_id": "R_kgDOKPcYUg", - "name": "sec-insights", - "full_name": "run-llama/sec-insights", + "id": 628600520, + "node_id": "R_kgDOJXeuyA", + "name": "kando", + "full_name": "kando-menu/kando", "owner": { - "login": "run-llama", - "id": 130722866, - "avatar_url": "https://avatars.githubusercontent.com/u/130722866?v=4", - "url": "https://api.github.com/users/run-llama", - "html_url": "https://github.com/run-llama" + "login": "kando-menu", + "id": 130886533, + "avatar_url": "https://avatars.githubusercontent.com/u/130886533?v=4", + "url": "https://api.github.com/users/kando-menu", + "html_url": "https://github.com/kando-menu" }, - "html_url": "https://github.com/run-llama/sec-insights", - "description": "A real world full-stack application using LlamaIndex", - "url": "https://api.github.com/repos/run-llama/sec-insights", - "languages_url": "https://api.github.com/repos/run-llama/sec-insights/languages", - "created_at": "2023-09-05T03:19:34Z", - "updated_at": "2024-09-07T23:51:56Z", - "git_url": "git://github.com/run-llama/sec-insights.git", - "ssh_url": "git@github.com:run-llama/sec-insights.git", - "clone_url": "https://github.com/run-llama/sec-insights.git", - "homepage": "https://www.secinsights.ai/", - "stargazers_count": 2309, - "watchers_count": 2309, + "html_url": "https://github.com/kando-menu/kando", + "description": "🥧 The Cross-Platform Pie Menu.", + "url": "https://api.github.com/repos/kando-menu/kando", + "languages_url": "https://api.github.com/repos/kando-menu/kando/languages", + "created_at": "2023-04-16T13:12:30Z", + "updated_at": "2024-09-08T07:59:18Z", + "git_url": "git://github.com/kando-menu/kando.git", + "ssh_url": "git@github.com:kando-menu/kando.git", + "clone_url": "https://github.com/kando-menu/kando.git", + "homepage": "https://ko-fi.com/post/Kando-1-0-0-released-G2G5Z1DOS", + "stargazers_count": 2358, + "watchers_count": 2358, "language": "TypeScript", - "topics": [] + "topics": [ + "cross-platform", + "electron", + "gestures", + "linux", + "macos", + "marking-menu", + "pie-menu", + "ux-design", + "windows" + ] }, { - "id": 789480255, - "node_id": "R_kgDOLw6DPw", - "name": "llm-scraper", - "full_name": "mishushakov/llm-scraper", + "id": 45055693, + "node_id": "MDEwOlJlcG9zaXRvcnk0NTA1NTY5Mw==", + "name": "etcher", + "full_name": "balena-io/etcher", "owner": { - "login": "mishushakov", - "id": 10400064, - "avatar_url": "https://avatars.githubusercontent.com/u/10400064?v=4", - "url": "https://api.github.com/users/mishushakov", - "html_url": "https://github.com/mishushakov" + "login": "balena-io", + "id": 6157842, + "avatar_url": "https://avatars.githubusercontent.com/u/6157842?v=4", + "url": "https://api.github.com/users/balena-io", + "html_url": "https://github.com/balena-io" }, - "html_url": "https://github.com/mishushakov/llm-scraper", - "description": "Turn any webpage into structured data using LLMs", - "url": "https://api.github.com/repos/mishushakov/llm-scraper", - "languages_url": "https://api.github.com/repos/mishushakov/llm-scraper/languages", - "created_at": "2024-04-20T17:06:57Z", - "updated_at": "2024-09-07T23:56:16Z", - "git_url": "git://github.com/mishushakov/llm-scraper.git", - "ssh_url": "git@github.com:mishushakov/llm-scraper.git", - "clone_url": "https://github.com/mishushakov/llm-scraper.git", - "homepage": "", - "stargazers_count": 2139, - "watchers_count": 2139, + "html_url": "https://github.com/balena-io/etcher", + "description": "Flash OS images to SD cards & USB drives, safely and easily.", + "url": "https://api.github.com/repos/balena-io/etcher", + "languages_url": "https://api.github.com/repos/balena-io/etcher/languages", + "created_at": "2015-10-27T16:53:23Z", + "updated_at": "2024-09-08T11:31:04Z", + "git_url": "git://github.com/balena-io/etcher.git", + "ssh_url": "git@github.com:balena-io/etcher.git", + "clone_url": "https://github.com/balena-io/etcher.git", + "homepage": "https://etcher.io/", + "stargazers_count": 29273, + "watchers_count": 29273, "language": "TypeScript", "topics": [ - "ai", - "artificial-intelligence", - "browser", - "browser-automation", - "gpt", - "gpt-4", - "langchain", - "llama", - "llm", - "openai", - "playwright", - "puppeteer", - "scraper" + "cross-platform", + "etcher", + "sd-cards", + "usb-drives" ] }, { - "id": 642497346, - "node_id": "R_kgDOJku7Qg", - "name": "langfuse", - "full_name": "langfuse/langfuse", + "id": 455229168, + "node_id": "R_kgDOGyI-8A", + "name": "immich", + "full_name": "immich-app/immich", "owner": { - "login": "langfuse", - "id": 134601687, - "avatar_url": "https://avatars.githubusercontent.com/u/134601687?v=4", - "url": "https://api.github.com/users/langfuse", - "html_url": "https://github.com/langfuse" + "login": "immich-app", + "id": 109746326, + "avatar_url": "https://avatars.githubusercontent.com/u/109746326?v=4", + "url": "https://api.github.com/users/immich-app", + "html_url": "https://github.com/immich-app" }, - "html_url": "https://github.com/langfuse/langfuse", - "description": "🪢 Open source LLM engineering platform: LLM Observability, metrics, evals, prompt management, playground, datasets. Integrates with LlamaIndex, Langchain, OpenAI SDK, LiteLLM, and more. 🍊YC W23 ", - "url": "https://api.github.com/repos/langfuse/langfuse", - "languages_url": "https://api.github.com/repos/langfuse/langfuse/languages", - "created_at": "2023-05-18T17:47:09Z", - "updated_at": "2024-09-07T17:33:54Z", - "git_url": "git://github.com/langfuse/langfuse.git", - "ssh_url": "git@github.com:langfuse/langfuse.git", - "clone_url": "https://github.com/langfuse/langfuse.git", - "homepage": "https://langfuse.com/docs", - "stargazers_count": 5496, - "watchers_count": 5496, + "html_url": "https://github.com/immich-app/immich", + "description": "High performance self-hosted photo and video management solution.", + "url": "https://api.github.com/repos/immich-app/immich", + "languages_url": "https://api.github.com/repos/immich-app/immich/languages", + "created_at": "2022-02-03T15:56:27Z", + "updated_at": "2024-09-08T12:06:39Z", + "git_url": "git://github.com/immich-app/immich.git", + "ssh_url": "git@github.com:immich-app/immich.git", + "clone_url": "https://github.com/immich-app/immich.git", + "homepage": "https://immich.app", + "stargazers_count": 43942, + "watchers_count": 43942, "language": "TypeScript", "topics": [ - "analytics", - "evaluation", - "gpt", - "langchain", - "large-language-models", - "llama-index", - "llm", - "llm-evaluation", - "llm-observability", - "llmops", - "monitoring", - "observability", - "open-source", - "openai", - "playground", - "prompt-engineering", - "prompt-management", + "backup-tool", + "flutter", + "google-photos", + "google-photos-alternative", + "javascript", + "mobile-app", + "nestjs", + "nodejs", + "photo-gallery", + "photos", + "photos-management", "self-hosted", - "ycombinator" + "svelte", + "sveltekit", + "typescript", + "videos" ] }, { - "id": 793454852, - "node_id": "R_kgDOL0spBA", - "name": "ragapp", - "full_name": "ragapp/ragapp", + "id": 221458136, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjE0NTgxMzY=", + "name": "effect", + "full_name": "Effect-TS/effect", "owner": { - "login": "ragapp", - "id": 168409374, - "avatar_url": "https://avatars.githubusercontent.com/u/168409374?v=4", - "url": "https://api.github.com/users/ragapp", - "html_url": "https://github.com/ragapp" + "login": "Effect-TS", + "id": 77678942, + "avatar_url": "https://avatars.githubusercontent.com/u/77678942?v=4", + "url": "https://api.github.com/users/Effect-TS", + "html_url": "https://github.com/Effect-TS" }, - "html_url": "https://github.com/ragapp/ragapp", - "description": "The easiest way to use Agentic RAG in any enterprise", - "url": "https://api.github.com/repos/ragapp/ragapp", - "languages_url": "https://api.github.com/repos/ragapp/ragapp/languages", - "created_at": "2024-04-29T08:56:48Z", - "updated_at": "2024-09-07T15:50:01Z", - "git_url": "git://github.com/ragapp/ragapp.git", - "ssh_url": "git@github.com:ragapp/ragapp.git", - "clone_url": "https://github.com/ragapp/ragapp.git", - "homepage": "", - "stargazers_count": 3105, - "watchers_count": 3105, + "html_url": "https://github.com/Effect-TS/effect", + "description": "An ecosystem of tools for building production-grade applications in TypeScript.", + "url": "https://api.github.com/repos/Effect-TS/effect", + "languages_url": "https://api.github.com/repos/Effect-TS/effect/languages", + "created_at": "2019-11-13T12:49:21Z", + "updated_at": "2024-09-08T05:19:59Z", + "git_url": "git://github.com/Effect-TS/effect.git", + "ssh_url": "git@github.com:Effect-TS/effect.git", + "clone_url": "https://github.com/Effect-TS/effect.git", + "homepage": "https://effect.website", + "stargazers_count": 6955, + "watchers_count": 6955, + "language": "TypeScript", + "topics": [ + "cli", + "effect", + "javascript", + "opentelemetry", + "platform", + "schema", + "typescript" + ] + }, + { + "id": 827005317, + "node_id": "R_kgDOMUsZhQ", + "name": "ai-artifacts", + "full_name": "e2b-dev/ai-artifacts", + "owner": { + "login": "e2b-dev", + "id": 129434473, + "avatar_url": "https://avatars.githubusercontent.com/u/129434473?v=4", + "url": "https://api.github.com/users/e2b-dev", + "html_url": "https://github.com/e2b-dev" + }, + "html_url": "https://github.com/e2b-dev/ai-artifacts", + "description": "Hackable open-source version of Anthropic's Claude Artifacts", + "url": "https://api.github.com/repos/e2b-dev/ai-artifacts", + "languages_url": "https://api.github.com/repos/e2b-dev/ai-artifacts/languages", + "created_at": "2024-07-10T20:31:32Z", + "updated_at": "2024-09-08T11:13:21Z", + "git_url": "git://github.com/e2b-dev/ai-artifacts.git", + "ssh_url": "git@github.com:e2b-dev/ai-artifacts.git", + "clone_url": "https://github.com/e2b-dev/ai-artifacts.git", + "homepage": "https://artifacts.e2b.dev", + "stargazers_count": 1916, + "watchers_count": 1916, "language": "TypeScript", "topics": [ - "agentic", - "agents", "ai", - "docker", - "llamaindex", - "rag" + "ai-code-generation", + "anthropic", + "claude", + "claude-ai", + "e2b", + "javascript", + "llm", + "nextjs", + "react", + "typescript" ] }, { - "id": 748056428, - "node_id": "R_kgDOLJZvbA", - "name": "llamaindex-chatbot", - "full_name": "togethercomputer/llamaindex-chatbot", + "id": 754228294, + "node_id": "R_kgDOLPScRg", + "name": "client", + "full_name": "space-operator/client", "owner": { - "login": "togethercomputer", - "id": 109101822, - "avatar_url": "https://avatars.githubusercontent.com/u/109101822?v=4", - "url": "https://api.github.com/users/togethercomputer", - "html_url": "https://github.com/togethercomputer" + "login": "space-operator", + "id": 101584767, + "avatar_url": "https://avatars.githubusercontent.com/u/101584767?v=4", + "url": "https://api.github.com/users/space-operator", + "html_url": "https://github.com/space-operator" }, - "html_url": "https://github.com/togethercomputer/llamaindex-chatbot", - "description": "A RAG Chatbot with Next.js, Together.ai and Llama Index", - "url": "https://api.github.com/repos/togethercomputer/llamaindex-chatbot", - "languages_url": "https://api.github.com/repos/togethercomputer/llamaindex-chatbot/languages", - "created_at": "2024-01-25T07:18:57Z", - "updated_at": "2024-08-31T20:22:41Z", - "git_url": "git://github.com/togethercomputer/llamaindex-chatbot.git", - "ssh_url": "git@github.com:togethercomputer/llamaindex-chatbot.git", - "clone_url": "https://github.com/togethercomputer/llamaindex-chatbot.git", + "html_url": "https://github.com/space-operator/client", + "description": null, + "url": "https://api.github.com/repos/space-operator/client", + "languages_url": "https://api.github.com/repos/space-operator/client/languages", + "created_at": "2024-02-07T16:41:55Z", + "updated_at": "2024-07-14T02:51:13Z", + "git_url": "git://github.com/space-operator/client.git", + "ssh_url": "git@github.com:space-operator/client.git", + "clone_url": "https://github.com/space-operator/client.git", "homepage": null, - "stargazers_count": 50, - "watchers_count": 50, + "stargazers_count": 3, + "watchers_count": 3, "language": "TypeScript", "topics": [] }, { - "id": 617683109, - "node_id": "R_kgDOJNEYpQ", - "name": "autodoc", - "full_name": "context-labs/autodoc", + "id": 749523899, + "node_id": "R_kgDOLKzTuw", + "name": "mememo", + "full_name": "poloclub/mememo", "owner": { - "login": "context-labs", - "id": 125929854, - "avatar_url": "https://avatars.githubusercontent.com/u/125929854?v=4", - "url": "https://api.github.com/users/context-labs", - "html_url": "https://github.com/context-labs" + "login": "poloclub", + "id": 19315506, + "avatar_url": "https://avatars.githubusercontent.com/u/19315506?v=4", + "url": "https://api.github.com/users/poloclub", + "html_url": "https://github.com/poloclub" }, - "html_url": "https://github.com/context-labs/autodoc", - "description": "Experimental toolkit for auto-generating codebase documentation using LLMs", - "url": "https://api.github.com/repos/context-labs/autodoc", - "languages_url": "https://api.github.com/repos/context-labs/autodoc/languages", - "created_at": "2023-03-22T22:23:01Z", - "updated_at": "2024-09-05T18:55:42Z", - "git_url": "git://github.com/context-labs/autodoc.git", - "ssh_url": "git@github.com:context-labs/autodoc.git", - "clone_url": "https://github.com/context-labs/autodoc.git", - "homepage": "", - "stargazers_count": 1931, - "watchers_count": 1931, + "html_url": "https://github.com/poloclub/mememo", + "description": "A JavaScript library that brings vector search and RAG to your browser!", + "url": "https://api.github.com/repos/poloclub/mememo", + "languages_url": "https://api.github.com/repos/poloclub/mememo/languages", + "created_at": "2024-01-28T20:21:53Z", + "updated_at": "2024-08-27T20:36:02Z", + "git_url": "git://github.com/poloclub/mememo.git", + "ssh_url": "git@github.com:poloclub/mememo.git", + "clone_url": "https://github.com/poloclub/mememo.git", + "homepage": "https://poloclub.github.io/mememo/", + "stargazers_count": 47, + "watchers_count": 47, "language": "TypeScript", "topics": [ - "cli-tool", - "documentation-generator", - "language-model", - "typescript" + "browser", + "document-search", + "gen-ai", + "image-search", + "llm", + "rag", + "vector-database", + "vector-search" ] }, { - "id": 813621454, - "node_id": "R_kgDOMH7gzg", - "name": "solana-actions", - "full_name": "solana-developers/solana-actions", + "id": 797005781, + "node_id": "R_kgDOL4FX1Q", + "name": "raydium-sdk-V2-demo", + "full_name": "raydium-io/raydium-sdk-V2-demo", "owner": { - "login": "solana-developers", - "id": 93691676, - "avatar_url": "https://avatars.githubusercontent.com/u/93691676?v=4", - "url": "https://api.github.com/users/solana-developers", - "html_url": "https://github.com/solana-developers" + "login": "raydium-io", + "id": 78411976, + "avatar_url": "https://avatars.githubusercontent.com/u/78411976?v=4", + "url": "https://api.github.com/users/raydium-io", + "html_url": "https://github.com/raydium-io" }, - "html_url": "https://github.com/solana-developers/solana-actions", - "description": null, - "url": "https://api.github.com/repos/solana-developers/solana-actions", - "languages_url": "https://api.github.com/repos/solana-developers/solana-actions/languages", - "created_at": "2024-06-11T12:29:02Z", - "updated_at": "2024-09-02T05:39:12Z", - "git_url": "git://github.com/solana-developers/solana-actions.git", - "ssh_url": "git@github.com:solana-developers/solana-actions.git", - "clone_url": "https://github.com/solana-developers/solana-actions.git", - "homepage": "https://solana-developers.github.io/solana-actions/", - "stargazers_count": 91, - "watchers_count": 91, + "html_url": "https://github.com/raydium-io/raydium-sdk-V2-demo", + "description": "Open-source Typescript SDK demos", + "url": "https://api.github.com/repos/raydium-io/raydium-sdk-V2-demo", + "languages_url": "https://api.github.com/repos/raydium-io/raydium-sdk-V2-demo/languages", + "created_at": "2024-05-07T02:47:26Z", + "updated_at": "2024-09-04T14:19:45Z", + "git_url": "git://github.com/raydium-io/raydium-sdk-V2-demo.git", + "ssh_url": "git@github.com:raydium-io/raydium-sdk-V2-demo.git", + "clone_url": "https://github.com/raydium-io/raydium-sdk-V2-demo.git", + "homepage": "", + "stargazers_count": 40, + "watchers_count": 40, "language": "TypeScript", - "topics": [ - "blockchain", - "blockchain-link", - "solana", - "solana-actions", - "solana-blink" - ] + "topics": [] }, { - "id": 787076358, - "node_id": "R_kgDOLunVBg", - "name": "firecrawl", - "full_name": "mendableai/firecrawl", + "id": 777467610, + "node_id": "R_kgDOLlc22g", + "name": "solidjs-web3-sandbox", + "full_name": "Peyton-Spencer/solidjs-web3-sandbox", "owner": { - "login": "mendableai", - "id": 135057108, - "avatar_url": "https://avatars.githubusercontent.com/u/135057108?v=4", - "url": "https://api.github.com/users/mendableai", - "html_url": "https://github.com/mendableai" + "login": "Peyton-Spencer", + "id": 6766068, + "avatar_url": "https://avatars.githubusercontent.com/u/6766068?v=4", + "url": "https://api.github.com/users/Peyton-Spencer", + "html_url": "https://github.com/Peyton-Spencer" }, - "html_url": "https://github.com/mendableai/firecrawl", - "description": "🔥 Turn entire websites into LLM-ready markdown or structured data. Scrape, crawl and extract with a single API.", - "url": "https://api.github.com/repos/mendableai/firecrawl", - "languages_url": "https://api.github.com/repos/mendableai/firecrawl/languages", - "created_at": "2024-04-15T21:02:29Z", - "updated_at": "2024-09-08T00:19:17Z", - "git_url": "git://github.com/mendableai/firecrawl.git", - "ssh_url": "git@github.com:mendableai/firecrawl.git", - "clone_url": "https://github.com/mendableai/firecrawl.git", - "homepage": "https://firecrawl.dev", - "stargazers_count": 13156, - "watchers_count": 13156, + "html_url": "https://github.com/Peyton-Spencer/solidjs-web3-sandbox", + "description": "Using multichain web3 SDKs in @solidjs/start", + "url": "https://api.github.com/repos/Peyton-Spencer/solidjs-web3-sandbox", + "languages_url": "https://api.github.com/repos/Peyton-Spencer/solidjs-web3-sandbox/languages", + "created_at": "2024-03-25T22:47:57Z", + "updated_at": "2024-07-04T03:50:21Z", + "git_url": "git://github.com/Peyton-Spencer/solidjs-web3-sandbox.git", + "ssh_url": "git@github.com:Peyton-Spencer/solidjs-web3-sandbox.git", + "clone_url": "https://github.com/Peyton-Spencer/solidjs-web3-sandbox.git", + "homepage": null, + "stargazers_count": 1, + "watchers_count": 1, "language": "TypeScript", - "topics": [ - "ai", - "ai-scraping", - "crawler", - "data", - "html-to-markdown", - "llm", - "markdown", - "rag", - "scraper", - "scraping", - "web-crawler" - ] + "topics": [] }, { - "id": 272002678, - "node_id": "MDEwOlJlcG9zaXRvcnkyNzIwMDI2Nzg=", - "name": "honkit", - "full_name": "honkit/honkit", + "id": 784546140, + "node_id": "R_kgDOLsM5XA", + "name": "reader", + "full_name": "jina-ai/reader", "owner": { - "login": "honkit", - "id": 67041414, - "avatar_url": "https://avatars.githubusercontent.com/u/67041414?v=4", - "url": "https://api.github.com/users/honkit", - "html_url": "https://github.com/honkit" + "login": "jina-ai", + "id": 60539444, + "avatar_url": "https://avatars.githubusercontent.com/u/60539444?v=4", + "url": "https://api.github.com/users/jina-ai", + "html_url": "https://github.com/jina-ai" }, - "html_url": "https://github.com/honkit/honkit", - "description": ":book: HonKit is building beautiful books using Markdown - Fork of GitBook", - "url": "https://api.github.com/repos/honkit/honkit", - "languages_url": "https://api.github.com/repos/honkit/honkit/languages", - "created_at": "2020-06-13T12:16:48Z", - "updated_at": "2024-09-06T16:32:12Z", - "git_url": "git://github.com/honkit/honkit.git", - "ssh_url": "git@github.com:honkit/honkit.git", - "clone_url": "https://github.com/honkit/honkit.git", - "homepage": "https://honkit.netlify.app", - "stargazers_count": 2996, - "watchers_count": 2996, + "html_url": "https://github.com/jina-ai/reader", + "description": "Convert any URL to an LLM-friendly input with a simple prefix https://r.jina.ai/", + "url": "https://api.github.com/repos/jina-ai/reader", + "languages_url": "https://api.github.com/repos/jina-ai/reader/languages", + "created_at": "2024-04-10T04:05:06Z", + "updated_at": "2024-09-08T08:30:01Z", + "git_url": "git://github.com/jina-ai/reader.git", + "ssh_url": "git@github.com:jina-ai/reader.git", + "clone_url": "https://github.com/jina-ai/reader.git", + "homepage": "https://jina.ai/reader", + "stargazers_count": 6250, + "watchers_count": 6250, "language": "TypeScript", "topics": [ - "asciidoc", - "book", - "ebook", - "gitbook", - "honkit", - "javascript", - "markdown", - "plugin" + "llm", + "proxy" ] }, { - "id": 318592539, - "node_id": "MDEwOlJlcG9zaXRvcnkzMTg1OTI1Mzk=", - "name": "vscode-appland", - "full_name": "getappmap/vscode-appland", + "id": 747921548, + "node_id": "R_kgDOLJRgjA", + "name": "v3-keepers-ts", + "full_name": "ParclFinance/v3-keepers-ts", "owner": { - "login": "getappmap", - "id": 46610017, - "avatar_url": "https://avatars.githubusercontent.com/u/46610017?v=4", - "url": "https://api.github.com/users/getappmap", - "html_url": "https://github.com/getappmap" + "login": "ParclFinance", + "id": 84755822, + "avatar_url": "https://avatars.githubusercontent.com/u/84755822?v=4", + "url": "https://api.github.com/users/ParclFinance", + "html_url": "https://github.com/ParclFinance" }, - "html_url": "https://github.com/getappmap/vscode-appland", - "description": "AppLand extension for VSCode", - "url": "https://api.github.com/repos/getappmap/vscode-appland", - "languages_url": "https://api.github.com/repos/getappmap/vscode-appland/languages", - "created_at": "2020-12-04T17:44:42Z", - "updated_at": "2024-09-04T14:24:56Z", - "git_url": "git://github.com/getappmap/vscode-appland.git", - "ssh_url": "git@github.com:getappmap/vscode-appland.git", - "clone_url": "https://github.com/getappmap/vscode-appland.git", - "homepage": null, - "stargazers_count": 135, - "watchers_count": 135, + "html_url": "https://github.com/ParclFinance/v3-keepers-ts", + "description": "Example TypeScript keeper bots for parcl-v3", + "url": "https://api.github.com/repos/ParclFinance/v3-keepers-ts", + "languages_url": "https://api.github.com/repos/ParclFinance/v3-keepers-ts/languages", + "created_at": "2024-01-24T22:41:47Z", + "updated_at": "2024-07-03T02:13:54Z", + "git_url": "git://github.com/ParclFinance/v3-keepers-ts.git", + "ssh_url": "git@github.com:ParclFinance/v3-keepers-ts.git", + "clone_url": "https://github.com/ParclFinance/v3-keepers-ts.git", + "homepage": "", + "stargazers_count": 6, + "watchers_count": 6, "language": "TypeScript", "topics": [] }, { - "id": 346438539, - "node_id": "MDEwOlJlcG9zaXRvcnkzNDY0Mzg1Mzk=", - "name": "web3index-org", - "full_name": "web3index/web3index-org", + "id": 576324552, + "node_id": "R_kgDOIloDyA", + "name": "link-preview", + "full_name": "ymtszw/link-preview", "owner": { - "login": "web3index", - "id": 79939423, - "avatar_url": "https://avatars.githubusercontent.com/u/79939423?v=4", - "url": "https://api.github.com/users/web3index", - "html_url": "https://github.com/web3index" + "login": "ymtszw", + "id": 4507126, + "avatar_url": "https://avatars.githubusercontent.com/u/4507126?v=4", + "url": "https://api.github.com/users/ymtszw", + "html_url": "https://github.com/ymtszw" }, - "html_url": "https://github.com/web3index/web3index-org", - "description": null, - "url": "https://api.github.com/repos/web3index/web3index-org", - "languages_url": "https://api.github.com/repos/web3index/web3index-org/languages", - "created_at": "2021-03-10T17:31:47Z", - "updated_at": "2024-06-25T14:36:12Z", - "git_url": "git://github.com/web3index/web3index-org.git", - "ssh_url": "git@github.com:web3index/web3index-org.git", - "clone_url": "https://github.com/web3index/web3index-org.git", - "homepage": "https://web3index.org", - "stargazers_count": 82, - "watchers_count": 82, + "html_url": "https://github.com/ymtszw/link-preview", + "description": "\"link-preview\" service on Cloudflare Workers", + "url": "https://api.github.com/repos/ymtszw/link-preview", + "languages_url": "https://api.github.com/repos/ymtszw/link-preview/languages", + "created_at": "2022-12-09T15:00:16Z", + "updated_at": "2024-09-03T00:25:41Z", + "git_url": "git://github.com/ymtszw/link-preview.git", + "ssh_url": "git@github.com:ymtszw/link-preview.git", + "clone_url": "https://github.com/ymtszw/link-preview.git", + "homepage": "", + "stargazers_count": 15, + "watchers_count": 15, "language": "TypeScript", - "topics": [] + "topics": [ + "cloudflare-workers", + "link-preview" + ] }, { - "id": 652967817, - "node_id": "R_kgDOJut_iQ", - "name": "LlamaIndexTS", - "full_name": "run-llama/LlamaIndexTS", + "id": 609155714, + "node_id": "R_kgDOJE76gg", + "name": "chatgpt-serverless-discord-bot", + "full_name": "LemonDouble/chatgpt-serverless-discord-bot", "owner": { - "login": "run-llama", - "id": 130722866, - "avatar_url": "https://avatars.githubusercontent.com/u/130722866?v=4", - "url": "https://api.github.com/users/run-llama", - "html_url": "https://github.com/run-llama" + "login": "LemonDouble", + "id": 31124212, + "avatar_url": "https://avatars.githubusercontent.com/u/31124212?v=4", + "url": "https://api.github.com/users/LemonDouble", + "html_url": "https://github.com/LemonDouble" }, - "html_url": "https://github.com/run-llama/LlamaIndexTS", - "description": "LlamaIndex in TypeScript", - "url": "https://api.github.com/repos/run-llama/LlamaIndexTS", - "languages_url": "https://api.github.com/repos/run-llama/LlamaIndexTS/languages", - "created_at": "2023-06-13T06:41:20Z", - "updated_at": "2024-09-07T08:13:21Z", - "git_url": "git://github.com/run-llama/LlamaIndexTS.git", - "ssh_url": "git@github.com:run-llama/LlamaIndexTS.git", - "clone_url": "https://github.com/run-llama/LlamaIndexTS.git", - "homepage": "https://ts.llamaindex.ai", - "stargazers_count": 1748, - "watchers_count": 1748, + "html_url": "https://github.com/LemonDouble/chatgpt-serverless-discord-bot", + "description": "ChatGPT API와 AWS Lambda를 이용하여 Serverless Discord Bot을 만들 수 있는 템플릿입니다.", + "url": "https://api.github.com/repos/LemonDouble/chatgpt-serverless-discord-bot", + "languages_url": "https://api.github.com/repos/LemonDouble/chatgpt-serverless-discord-bot/languages", + "created_at": "2023-03-03T13:49:58Z", + "updated_at": "2024-09-02T19:15:34Z", + "git_url": "git://github.com/LemonDouble/chatgpt-serverless-discord-bot.git", + "ssh_url": "git@github.com:LemonDouble/chatgpt-serverless-discord-bot.git", + "clone_url": "https://github.com/LemonDouble/chatgpt-serverless-discord-bot.git", + "homepage": "", + "stargazers_count": 13, + "watchers_count": 13, "language": "TypeScript", "topics": [ - "agent", - "anthr", - "chatbot", - "claude", - "claude-ai", - "create-llama", - "embedding", - "firewo", - "groq-ai", - "javascript", - "llama", - "llama-index", - "llama2", - "llama3", - "llm", - "mistr", - "nodejs", + "chatgpt", + "discord-bot", + "discord-interactions", "openai", - "react", - "typescript" + "serverless" ] }, { - "id": 484260531, - "node_id": "R_kgDOHN06sw", - "name": "whirlpools", - "full_name": "orca-so/whirlpools", + "id": 789923407, + "node_id": "R_kgDOLxVGTw", + "name": "AikouAI", + "full_name": "LucasB25/AikouAI", "owner": { - "login": "orca-so", - "id": 74166425, - "avatar_url": "https://avatars.githubusercontent.com/u/74166425?v=4", - "url": "https://api.github.com/users/orca-so", - "html_url": "https://github.com/orca-so" + "login": "LucasB25", + "id": 50886682, + "avatar_url": "https://avatars.githubusercontent.com/u/50886682?v=4", + "url": "https://api.github.com/users/LucasB25", + "html_url": "https://github.com/LucasB25" }, - "html_url": "https://github.com/orca-so/whirlpools", - "description": "Open source concentrated liquidity AMM contract on Solana", - "url": "https://api.github.com/repos/orca-so/whirlpools", - "languages_url": "https://api.github.com/repos/orca-so/whirlpools/languages", - "created_at": "2022-04-22T01:46:30Z", - "updated_at": "2024-09-05T12:48:38Z", - "git_url": "git://github.com/orca-so/whirlpools.git", - "ssh_url": "git@github.com:orca-so/whirlpools.git", - "clone_url": "https://github.com/orca-so/whirlpools.git", - "homepage": "https://orca-so.github.io/whirlpools/", - "stargazers_count": 239, - "watchers_count": 239, + "html_url": "https://github.com/LucasB25/AikouAI", + "description": "A Discord bot capable of fulfilling your artificial intelligence needs.", + "url": "https://api.github.com/repos/LucasB25/AikouAI", + "languages_url": "https://api.github.com/repos/LucasB25/AikouAI/languages", + "created_at": "2024-04-21T23:03:02Z", + "updated_at": "2024-07-26T10:29:58Z", + "git_url": "git://github.com/LucasB25/AikouAI.git", + "ssh_url": "git@github.com:LucasB25/AikouAI.git", + "clone_url": "https://github.com/LucasB25/AikouAI.git", + "homepage": "https://discord.gg/AhUJa2kdAr", + "stargazers_count": 2, + "watchers_count": 2, "language": "TypeScript", "topics": [ - "anchor-lang", - "crypto", - "defi", - "rust", - "solana", - "typescript", - "web3" + "ai", + "artificial-intelligence", + "bot", + "chatgpt", + "discord", + "discord-bot", + "discord-js", + "discord-js-v14", + "discordjs", + "gemini", + "gemini-api", + "node", + "nodejs", + "open-source", + "prompt", + "replicate", + "text-to-message", + "text-to-text" ] }, { - "id": 448260282, - "node_id": "R_kgDOGrfoug", - "name": "suchibot", - "full_name": "suchipi/suchibot", + "id": 53227290, + "node_id": "MDEwOlJlcG9zaXRvcnk1MzIyNzI5MA==", + "name": "airhornbot", + "full_name": "discord/airhornbot", "owner": { - "login": "suchipi", - "id": 1341513, - "avatar_url": "https://avatars.githubusercontent.com/u/1341513?v=4", - "url": "https://api.github.com/users/suchipi", - "html_url": "https://github.com/suchipi" + "login": "discord", + "id": 1965106, + "avatar_url": "https://avatars.githubusercontent.com/u/1965106?v=4", + "url": "https://api.github.com/users/discord", + "html_url": "https://github.com/discord" }, - "html_url": "https://github.com/suchipi/suchibot", - "description": "A cross-platform AutoHotKey-like thing with TypeScript as its scripting language", - "url": "https://api.github.com/repos/suchipi/suchibot", - "languages_url": "https://api.github.com/repos/suchipi/suchibot/languages", - "created_at": "2022-01-15T11:38:16Z", - "updated_at": "2024-09-02T14:51:05Z", - "git_url": "git://github.com/suchipi/suchibot.git", - "ssh_url": "git@github.com:suchipi/suchibot.git", - "clone_url": "https://github.com/suchipi/suchibot.git", - "homepage": null, - "stargazers_count": 100, - "watchers_count": 100, + "html_url": "https://github.com/discord/airhornbot", + "description": "The only bot for Discord you'll ever need.", + "url": "https://api.github.com/repos/discord/airhornbot", + "languages_url": "https://api.github.com/repos/discord/airhornbot/languages", + "created_at": "2016-03-05T22:56:46Z", + "updated_at": "2024-09-05T11:56:54Z", + "git_url": "git://github.com/discord/airhornbot.git", + "ssh_url": "org-1965106@github.com:discord/airhornbot.git", + "clone_url": "https://github.com/discord/airhornbot.git", + "homepage": "https://airhorn.solutions", + "stargazers_count": 888, + "watchers_count": 888, "language": "TypeScript", - "topics": [] + "topics": [ + "bot" + ] }, { - "id": 632635632, - "node_id": "R_kgDOJbVA8A", - "name": "llm.report", - "full_name": "dillionverma/llm.report", + "id": 86367123, + "node_id": "MDEwOlJlcG9zaXRvcnk4NjM2NzEyMw==", + "name": "unfurl", + "full_name": "jacktuck/unfurl", "owner": { - "login": "dillionverma", - "id": 16860528, - "avatar_url": "https://avatars.githubusercontent.com/u/16860528?v=4", - "url": "https://api.github.com/users/dillionverma", - "html_url": "https://github.com/dillionverma" + "login": "jacktuck", + "id": 8209433, + "avatar_url": "https://avatars.githubusercontent.com/u/8209433?v=4", + "url": "https://api.github.com/users/jacktuck", + "html_url": "https://github.com/jacktuck" }, - "html_url": "https://github.com/dillionverma/llm.report", - "description": "📊 llm.report is an open-source logging and analytics platform for OpenAI: Log your ChatGPT API requests, analyze costs, and improve your prompts.", - "url": "https://api.github.com/repos/dillionverma/llm.report", - "languages_url": "https://api.github.com/repos/dillionverma/llm.report/languages", - "created_at": "2023-04-25T20:22:40Z", - "updated_at": "2024-09-07T21:27:11Z", - "git_url": "git://github.com/dillionverma/llm.report.git", - "ssh_url": "git@github.com:dillionverma/llm.report.git", - "clone_url": "https://github.com/dillionverma/llm.report.git", - "homepage": "https://llm.report", - "stargazers_count": 919, - "watchers_count": 919, + "html_url": "https://github.com/jacktuck/unfurl", + "description": "Metadata scraper with support for oEmbed, Twitter Cards and Open Graph Protocol for Node.js :zap:", + "url": "https://api.github.com/repos/jacktuck/unfurl", + "languages_url": "https://api.github.com/repos/jacktuck/unfurl/languages", + "created_at": "2017-03-27T17:57:09Z", + "updated_at": "2024-09-05T12:09:22Z", + "git_url": "git://github.com/jacktuck/unfurl.git", + "ssh_url": "git@github.com:jacktuck/unfurl.git", + "clone_url": "https://github.com/jacktuck/unfurl.git", + "homepage": "", + "stargazers_count": 475, + "watchers_count": 475, "language": "TypeScript", "topics": [ - "aiops", - "gpt-3", - "gpt-4", - "llm", - "llmops", - "mlops", - "nextjs", + "embed", + "meta-tags", + "metadata", + "micro", + "microservice", "nodejs", - "open-source", - "openai", - "react", - "shadcn-ui", - "typescript" + "oembed", + "ogp", + "open-graph", + "scraper", + "slack", + "twitter-cards", + "unfurl" ] }, { - "id": 738757428, - "node_id": "R_kgDOLAiLNA", - "name": "repo-assistant", - "full_name": "guillermoscript/repo-assistant", + "id": 681305155, + "node_id": "R_kgDOKJvkQw", + "name": "fxreddit", + "full_name": "MinnDevelopment/fxreddit", "owner": { - "login": "guillermoscript", - "id": 52298929, - "avatar_url": "https://avatars.githubusercontent.com/u/52298929?v=4", - "url": "https://api.github.com/users/guillermoscript", - "html_url": "https://github.com/guillermoscript" + "login": "MinnDevelopment", + "id": 18090140, + "avatar_url": "https://avatars.githubusercontent.com/u/18090140?v=4", + "url": "https://api.github.com/users/MinnDevelopment", + "html_url": "https://github.com/MinnDevelopment" }, - "html_url": "https://github.com/guillermoscript/repo-assistant", - "description": "AI Github assistant for your repo. Your proactive GitHub bot that auto-detects duplicates using OpenAI embeddings and Supabase magic!", - "url": "https://api.github.com/repos/guillermoscript/repo-assistant", - "languages_url": "https://api.github.com/repos/guillermoscript/repo-assistant/languages", - "created_at": "2024-01-04T01:19:12Z", - "updated_at": "2024-08-25T23:33:25Z", - "git_url": "git://github.com/guillermoscript/repo-assistant.git", - "ssh_url": "git@github.com:guillermoscript/repo-assistant.git", - "clone_url": "https://github.com/guillermoscript/repo-assistant.git", - "homepage": "https://guillermoscript.github.io/blog/posts/repo-assistant-ai", - "stargazers_count": 23, - "watchers_count": 23, + "html_url": "https://github.com/MinnDevelopment/fxreddit", + "description": "Provides improved reddit embeds for services such as Discord.", + "url": "https://api.github.com/repos/MinnDevelopment/fxreddit", + "languages_url": "https://api.github.com/repos/MinnDevelopment/fxreddit/languages", + "created_at": "2023-08-21T18:12:59Z", + "updated_at": "2024-09-05T02:55:28Z", + "git_url": "git://github.com/MinnDevelopment/fxreddit.git", + "ssh_url": "git@github.com:MinnDevelopment/fxreddit.git", + "clone_url": "https://github.com/MinnDevelopment/fxreddit.git", + "homepage": "https://rxddit.com", + "stargazers_count": 119, + "watchers_count": 119, "language": "TypeScript", "topics": [ - "ai", - "assistant", - "bot", - "duplicate-issues", - "github", - "github-bot", - "gpt-4", - "issue-management", - "llm", - "natural-language-processing", - "openai", - "openai-embeddings", - "rag", - "supabase", - "typescript", - "vector-similarity" + "opengraph", + "reddit", + "unfurl" ] }, { - "id": 779042541, - "node_id": "R_kgDOLm8-7Q", - "name": "vitale", - "full_name": "githubnext/vitale", + "id": 454899385, + "node_id": "R_kgDOGx02uQ", + "name": "monitor", + "full_name": "dialectlabs/monitor", "owner": { - "login": "githubnext", - "id": 89615882, - "avatar_url": "https://avatars.githubusercontent.com/u/89615882?v=4", - "url": "https://api.github.com/users/githubnext", - "html_url": "https://github.com/githubnext" + "login": "dialectlabs", + "id": 90047862, + "avatar_url": "https://avatars.githubusercontent.com/u/90047862?v=4", + "url": "https://api.github.com/users/dialectlabs", + "html_url": "https://github.com/dialectlabs" }, - "html_url": "https://github.com/githubnext/vitale", - "description": "TypeScript notebook for developers", - "url": "https://api.github.com/repos/githubnext/vitale", - "languages_url": "https://api.github.com/repos/githubnext/vitale/languages", - "created_at": "2024-03-28T23:19:54Z", - "updated_at": "2024-09-07T00:08:53Z", - "git_url": "git://github.com/githubnext/vitale.git", - "ssh_url": "git@github.com:githubnext/vitale.git", - "clone_url": "https://github.com/githubnext/vitale.git", - "homepage": "https://githubnext.com/projects/vitale/", - "stargazers_count": 158, - "watchers_count": 158, + "html_url": "https://github.com/dialectlabs/monitor", + "description": null, + "url": "https://api.github.com/repos/dialectlabs/monitor", + "languages_url": "https://api.github.com/repos/dialectlabs/monitor/languages", + "created_at": "2022-02-02T18:55:01Z", + "updated_at": "2024-06-29T14:21:17Z", + "git_url": "git://github.com/dialectlabs/monitor.git", + "ssh_url": "git@github.com:dialectlabs/monitor.git", + "clone_url": "https://github.com/dialectlabs/monitor.git", + "homepage": null, + "stargazers_count": 22, + "watchers_count": 22, "language": "TypeScript", "topics": [] }, { - "id": 778814697, - "node_id": "R_kgDOLmvE6Q", - "name": "llmorpheus", - "full_name": "githubnext/llmorpheus", + "id": 490692163, + "node_id": "R_kgDOHT9eQw", + "name": "cli", + "full_name": "dialectlabs/cli", "owner": { - "login": "githubnext", - "id": 89615882, - "avatar_url": "https://avatars.githubusercontent.com/u/89615882?v=4", - "url": "https://api.github.com/users/githubnext", - "html_url": "https://github.com/githubnext" + "login": "dialectlabs", + "id": 90047862, + "avatar_url": "https://avatars.githubusercontent.com/u/90047862?v=4", + "url": "https://api.github.com/users/dialectlabs", + "html_url": "https://github.com/dialectlabs" }, - "html_url": "https://github.com/githubnext/llmorpheus", - "description": "LLM-based mutation testing", - "url": "https://api.github.com/repos/githubnext/llmorpheus", - "languages_url": "https://api.github.com/repos/githubnext/llmorpheus/languages", - "created_at": "2024-03-28T13:10:46Z", - "updated_at": "2024-09-04T13:01:22Z", - "git_url": "git://github.com/githubnext/llmorpheus.git", - "ssh_url": "git@github.com:githubnext/llmorpheus.git", - "clone_url": "https://github.com/githubnext/llmorpheus.git", - "homepage": "", - "stargazers_count": 5, - "watchers_count": 5, + "html_url": "https://github.com/dialectlabs/cli", + "description": null, + "url": "https://api.github.com/repos/dialectlabs/cli", + "languages_url": "https://api.github.com/repos/dialectlabs/cli/languages", + "created_at": "2022-05-10T12:43:29Z", + "updated_at": "2024-06-29T14:21:02Z", + "git_url": "git://github.com/dialectlabs/cli.git", + "ssh_url": "git@github.com:dialectlabs/cli.git", + "clone_url": "https://github.com/dialectlabs/cli.git", + "homepage": null, + "stargazers_count": 2, + "watchers_count": 2, "language": "TypeScript", - "topics": [ - "large-language-models", - "mutation-testing" - ] + "topics": [] }, { - "id": 711838263, - "node_id": "R_kgDOKm3KNw", - "name": "testpilot", - "full_name": "githubnext/testpilot", + "id": 403125917, + "node_id": "MDEwOlJlcG9zaXRvcnk0MDMxMjU5MTc=", + "name": "protocol", + "full_name": "dialectlabs/protocol", "owner": { - "login": "githubnext", - "id": 89615882, - "avatar_url": "https://avatars.githubusercontent.com/u/89615882?v=4", - "url": "https://api.github.com/users/githubnext", - "html_url": "https://github.com/githubnext" + "login": "dialectlabs", + "id": 90047862, + "avatar_url": "https://avatars.githubusercontent.com/u/90047862?v=4", + "url": "https://api.github.com/users/dialectlabs", + "html_url": "https://github.com/dialectlabs" }, - "html_url": "https://github.com/githubnext/testpilot", - "description": "Test generation using large language models", - "url": "https://api.github.com/repos/githubnext/testpilot", - "languages_url": "https://api.github.com/repos/githubnext/testpilot/languages", - "created_at": "2023-10-30T09:23:53Z", - "updated_at": "2024-09-04T12:42:14Z", - "git_url": "git://github.com/githubnext/testpilot.git", - "ssh_url": "git@github.com:githubnext/testpilot.git", - "clone_url": "https://github.com/githubnext/testpilot.git", - "homepage": "https://githubnext.com/projects/testpilot", - "stargazers_count": 488, - "watchers_count": 488, + "html_url": "https://github.com/dialectlabs/protocol", + "description": null, + "url": "https://api.github.com/repos/dialectlabs/protocol", + "languages_url": "https://api.github.com/repos/dialectlabs/protocol/languages", + "created_at": "2021-09-04T18:11:16Z", + "updated_at": "2024-08-31T01:02:17Z", + "git_url": "git://github.com/dialectlabs/protocol.git", + "ssh_url": "git@github.com:dialectlabs/protocol.git", + "clone_url": "https://github.com/dialectlabs/protocol.git", + "homepage": null, + "stargazers_count": 76, + "watchers_count": 76, "language": "TypeScript", - "topics": [ - "chagpt", - "gpt-35-turbo", - "llms", - "test-automation", - "testing", - "testing-tools" - ] + "topics": [] }, { - "id": 420498410, - "node_id": "R_kgDOGRBL6g", - "name": "Ticket-Bot", - "full_name": "Sayrix/Ticket-Bot", + "id": 809772615, + "node_id": "R_kgDOMEQmRw", + "name": "blinks", + "full_name": "dialectlabs/blinks", "owner": { - "login": "Sayrix", - "id": 43046854, - "avatar_url": "https://avatars.githubusercontent.com/u/43046854?v=4", - "url": "https://api.github.com/users/Sayrix", - "html_url": "https://github.com/Sayrix" + "login": "dialectlabs", + "id": 90047862, + "avatar_url": "https://avatars.githubusercontent.com/u/90047862?v=4", + "url": "https://api.github.com/users/dialectlabs", + "html_url": "https://github.com/dialectlabs" }, - "html_url": "https://github.com/Sayrix/Ticket-Bot", - "description": "Discord ticket bot with buttons, slash commands, select menus, modals, and transcripts system made with Discord.js v14", - "url": "https://api.github.com/repos/Sayrix/Ticket-Bot", - "languages_url": "https://api.github.com/repos/Sayrix/Ticket-Bot/languages", - "created_at": "2021-10-23T18:59:05Z", - "updated_at": "2024-09-02T16:27:36Z", - "git_url": "git://github.com/Sayrix/Ticket-Bot.git", - "ssh_url": "git@github.com:Sayrix/Ticket-Bot.git", - "clone_url": "https://github.com/Sayrix/Ticket-Bot.git", - "homepage": "https://doc.ticket.pm", - "stargazers_count": 441, - "watchers_count": 441, + "html_url": "https://github.com/dialectlabs/blinks", + "description": null, + "url": "https://api.github.com/repos/dialectlabs/blinks", + "languages_url": "https://api.github.com/repos/dialectlabs/blinks/languages", + "created_at": "2024-06-03T12:25:48Z", + "updated_at": "2024-09-06T21:02:30Z", + "git_url": "git://github.com/dialectlabs/blinks.git", + "ssh_url": "git@github.com:dialectlabs/blinks.git", + "clone_url": "https://github.com/dialectlabs/blinks.git", + "homepage": null, + "stargazers_count": 87, + "watchers_count": 87, "language": "TypeScript", - "topics": [ - "bot", - "discord", - "discord-bot", - "discord-js", - "discord-ticket", - "discord-ticket-bot", - "hacktoberfest", - "support-tickets", - "ticket-bot", - "ticket-bot-discord", - "ticket-discord-bot", - "ticket-management", - "ticketing-system", - "tickets" - ] + "topics": [] }, { - "id": 813119340, - "node_id": "R_kgDOMHc3bA", - "name": "Xnai-AI-chat-discord-bot", - "full_name": "Uo1428/Xnai-AI-chat-discord-bot", + "id": 687282258, + "node_id": "R_kgDOKPcYUg", + "name": "sec-insights", + "full_name": "run-llama/sec-insights", "owner": { - "login": "Uo1428", - "id": 102210447, - "avatar_url": "https://avatars.githubusercontent.com/u/102210447?v=4", - "url": "https://api.github.com/users/Uo1428", - "html_url": "https://github.com/Uo1428" + "login": "run-llama", + "id": 130722866, + "avatar_url": "https://avatars.githubusercontent.com/u/130722866?v=4", + "url": "https://api.github.com/users/run-llama", + "html_url": "https://github.com/run-llama" }, - "html_url": "https://github.com/Uo1428/Xnai-AI-chat-discord-bot", - "description": "An advance ai discord chat bot faster than gpt-4o build with bun, groq and discordjs", - "url": "https://api.github.com/repos/Uo1428/Xnai-AI-chat-discord-bot", - "languages_url": "https://api.github.com/repos/Uo1428/Xnai-AI-chat-discord-bot/languages", - "created_at": "2024-06-10T14:11:16Z", - "updated_at": "2024-07-27T10:28:44Z", - "git_url": "git://github.com/Uo1428/Xnai-AI-chat-discord-bot.git", - "ssh_url": "git@github.com:Uo1428/Xnai-AI-chat-discord-bot.git", - "clone_url": "https://github.com/Uo1428/Xnai-AI-chat-discord-bot.git", - "homepage": "https://patreon.com/uoaio", - "stargazers_count": 7, - "watchers_count": 7, + "html_url": "https://github.com/run-llama/sec-insights", + "description": "A real world full-stack application using LlamaIndex", + "url": "https://api.github.com/repos/run-llama/sec-insights", + "languages_url": "https://api.github.com/repos/run-llama/sec-insights/languages", + "created_at": "2023-09-05T03:19:34Z", + "updated_at": "2024-09-08T06:51:07Z", + "git_url": "git://github.com/run-llama/sec-insights.git", + "ssh_url": "git@github.com:run-llama/sec-insights.git", + "clone_url": "https://github.com/run-llama/sec-insights.git", + "homepage": "https://www.secinsights.ai/", + "stargazers_count": 2311, + "watchers_count": 2311, "language": "TypeScript", - "topics": [ - "ai-discord-bot", - "all-in-one", - "bun-discord-bot", - "bunjs", - "chatgpt", - "chatgpt-4o", - "chatgpt-bot", - "chatgpt-discord-bot", - "discord", - "discord-ai", - "discord-ai-bot", - "discord-bot", - "discord-js", - "discord-js-bot", - "discordjs", - "free-discord-bot", - "groq-api", - "uoaio" - ] + "topics": [] }, { - "id": 279699673, - "node_id": "MDEwOlJlcG9zaXRvcnkyNzk2OTk2NzM=", - "name": "homepage", - "full_name": "phosphor-icons/homepage", + "id": 789480255, + "node_id": "R_kgDOLw6DPw", + "name": "llm-scraper", + "full_name": "mishushakov/llm-scraper", "owner": { - "login": "phosphor-icons", - "id": 69737287, - "avatar_url": "https://avatars.githubusercontent.com/u/69737287?v=4", - "url": "https://api.github.com/users/phosphor-icons", - "html_url": "https://github.com/phosphor-icons" + "login": "mishushakov", + "id": 10400064, + "avatar_url": "https://avatars.githubusercontent.com/u/10400064?v=4", + "url": "https://api.github.com/users/mishushakov", + "html_url": "https://github.com/mishushakov" }, - "html_url": "https://github.com/phosphor-icons/homepage", - "description": "The homepage of Phosphor Icons, a flexible icon family for everyone", - "url": "https://api.github.com/repos/phosphor-icons/homepage", - "languages_url": "https://api.github.com/repos/phosphor-icons/homepage/languages", - "created_at": "2020-07-14T21:45:56Z", - "updated_at": "2024-09-07T22:32:36Z", - "git_url": "git://github.com/phosphor-icons/homepage.git", - "ssh_url": "git@github.com:phosphor-icons/homepage.git", - "clone_url": "https://github.com/phosphor-icons/homepage.git", - "homepage": "https://phosphoricons.com", - "stargazers_count": 4165, - "watchers_count": 4165, + "html_url": "https://github.com/mishushakov/llm-scraper", + "description": "Turn any webpage into structured data using LLMs", + "url": "https://api.github.com/repos/mishushakov/llm-scraper", + "languages_url": "https://api.github.com/repos/mishushakov/llm-scraper/languages", + "created_at": "2024-04-20T17:06:57Z", + "updated_at": "2024-09-08T08:02:21Z", + "git_url": "git://github.com/mishushakov/llm-scraper.git", + "ssh_url": "git@github.com:mishushakov/llm-scraper.git", + "clone_url": "https://github.com/mishushakov/llm-scraper.git", + "homepage": "", + "stargazers_count": 2140, + "watchers_count": 2140, "language": "TypeScript", "topics": [ - "icon-font", - "icon-pack", - "icons", - "phosphor", - "svgs" + "ai", + "artificial-intelligence", + "browser", + "browser-automation", + "gpt", + "gpt-4", + "langchain", + "llama", + "llm", + "openai", + "playwright", + "puppeteer", + "scraper" ] }, { - "id": 575158721, - "node_id": "R_kgDOIkg5wQ", - "name": "prismane", - "full_name": "prismaneui/prismane", + "id": 642497346, + "node_id": "R_kgDOJku7Qg", + "name": "langfuse", + "full_name": "langfuse/langfuse", "owner": { - "login": "prismaneui", - "id": 138725705, - "avatar_url": "https://avatars.githubusercontent.com/u/138725705?v=4", - "url": "https://api.github.com/users/prismaneui", - "html_url": "https://github.com/prismaneui" + "login": "langfuse", + "id": 134601687, + "avatar_url": "https://avatars.githubusercontent.com/u/134601687?v=4", + "url": "https://api.github.com/users/langfuse", + "html_url": "https://github.com/langfuse" }, - "html_url": "https://github.com/prismaneui/prismane", - "description": "Prismane is an innovative have-it-all React UI library", - "url": "https://api.github.com/repos/prismaneui/prismane", - "languages_url": "https://api.github.com/repos/prismaneui/prismane/languages", - "created_at": "2022-12-06T22:13:18Z", - "updated_at": "2024-09-02T07:33:23Z", - "git_url": "git://github.com/prismaneui/prismane.git", - "ssh_url": "git@github.com:prismaneui/prismane.git", - "clone_url": "https://github.com/prismaneui/prismane.git", - "homepage": "https://www.prismane.io", - "stargazers_count": 336, - "watchers_count": 336, + "html_url": "https://github.com/langfuse/langfuse", + "description": "🪢 Open source LLM engineering platform: LLM Observability, metrics, evals, prompt management, playground, datasets. Integrates with LlamaIndex, Langchain, OpenAI SDK, LiteLLM, and more. 🍊YC W23 ", + "url": "https://api.github.com/repos/langfuse/langfuse", + "languages_url": "https://api.github.com/repos/langfuse/langfuse/languages", + "created_at": "2023-05-18T17:47:09Z", + "updated_at": "2024-09-08T10:38:00Z", + "git_url": "git://github.com/langfuse/langfuse.git", + "ssh_url": "git@github.com:langfuse/langfuse.git", + "clone_url": "https://github.com/langfuse/langfuse.git", + "homepage": "https://langfuse.com/docs", + "stargazers_count": 5502, + "watchers_count": 5502, "language": "TypeScript", "topics": [ - "prismane", - "react", - "reactjs", - "ui-components", - "ui-library" + "analytics", + "evaluation", + "gpt", + "langchain", + "large-language-models", + "llama-index", + "llm", + "llm-evaluation", + "llm-observability", + "llmops", + "monitoring", + "observability", + "open-source", + "openai", + "playground", + "prompt-engineering", + "prompt-management", + "self-hosted", + "ycombinator" ] }, { - "id": 452269390, - "node_id": "R_kgDOGvUVTg", - "name": "nitro", - "full_name": "unjs/nitro", + "id": 793454852, + "node_id": "R_kgDOL0spBA", + "name": "ragapp", + "full_name": "ragapp/ragapp", "owner": { - "login": "unjs", - "id": 80154025, - "avatar_url": "https://avatars.githubusercontent.com/u/80154025?v=4", - "url": "https://api.github.com/users/unjs", - "html_url": "https://github.com/unjs" + "login": "ragapp", + "id": 168409374, + "avatar_url": "https://avatars.githubusercontent.com/u/168409374?v=4", + "url": "https://api.github.com/users/ragapp", + "html_url": "https://github.com/ragapp" }, - "html_url": "https://github.com/unjs/nitro", - "description": "Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.", - "url": "https://api.github.com/repos/unjs/nitro", - "languages_url": "https://api.github.com/repos/unjs/nitro/languages", - "created_at": "2022-01-26T12:37:12Z", - "updated_at": "2024-09-07T07:48:56Z", - "git_url": "git://github.com/unjs/nitro.git", - "ssh_url": "git@github.com:unjs/nitro.git", - "clone_url": "https://github.com/unjs/nitro.git", - "homepage": "https://nitro.unjs.io", - "stargazers_count": 5805, - "watchers_count": 5805, + "html_url": "https://github.com/ragapp/ragapp", + "description": "The easiest way to use Agentic RAG in any enterprise", + "url": "https://api.github.com/repos/ragapp/ragapp", + "languages_url": "https://api.github.com/repos/ragapp/ragapp/languages", + "created_at": "2024-04-29T08:56:48Z", + "updated_at": "2024-09-08T06:21:39Z", + "git_url": "git://github.com/ragapp/ragapp.git", + "ssh_url": "git@github.com:ragapp/ragapp.git", + "clone_url": "https://github.com/ragapp/ragapp.git", + "homepage": "", + "stargazers_count": 3106, + "watchers_count": 3106, "language": "TypeScript", - "topics": [] + "topics": [ + "agentic", + "agents", + "ai", + "docker", + "llamaindex", + "rag" + ] }, { - "id": 186506870, - "node_id": "MDEwOlJlcG9zaXRvcnkxODY1MDY4NzA=", - "name": "playground-elements", - "full_name": "google/playground-elements", + "id": 748056428, + "node_id": "R_kgDOLJZvbA", + "name": "llamaindex-chatbot", + "full_name": "togethercomputer/llamaindex-chatbot", "owner": { - "login": "google", - "id": 1342004, - "avatar_url": "https://avatars.githubusercontent.com/u/1342004?v=4", - "url": "https://api.github.com/users/google", - "html_url": "https://github.com/google" + "login": "togethercomputer", + "id": 109101822, + "avatar_url": "https://avatars.githubusercontent.com/u/109101822?v=4", + "url": "https://api.github.com/users/togethercomputer", + "html_url": "https://github.com/togethercomputer" }, - "html_url": "https://github.com/google/playground-elements", - "description": "Serverless coding environments for the web.", - "url": "https://api.github.com/repos/google/playground-elements", - "languages_url": "https://api.github.com/repos/google/playground-elements/languages", - "created_at": "2019-05-13T22:54:18Z", - "updated_at": "2024-09-07T00:00:07Z", - "git_url": "git://github.com/google/playground-elements.git", - "ssh_url": "git@github.com:google/playground-elements.git", - "clone_url": "https://github.com/google/playground-elements.git", - "homepage": "", - "stargazers_count": 530, - "watchers_count": 530, + "html_url": "https://github.com/togethercomputer/llamaindex-chatbot", + "description": "A RAG Chatbot with Next.js, Together.ai and Llama Index", + "url": "https://api.github.com/repos/togethercomputer/llamaindex-chatbot", + "languages_url": "https://api.github.com/repos/togethercomputer/llamaindex-chatbot/languages", + "created_at": "2024-01-25T07:18:57Z", + "updated_at": "2024-08-31T20:22:41Z", + "git_url": "git://github.com/togethercomputer/llamaindex-chatbot.git", + "ssh_url": "git@github.com:togethercomputer/llamaindex-chatbot.git", + "clone_url": "https://github.com/togethercomputer/llamaindex-chatbot.git", + "homepage": null, + "stargazers_count": 50, + "watchers_count": 50, "language": "TypeScript", "topics": [] }, { - "id": 135019046, - "node_id": "MDEwOlJlcG9zaXRvcnkxMzUwMTkwNDY=", - "name": "apollo-elements", - "full_name": "apollo-elements/apollo-elements", + "id": 617683109, + "node_id": "R_kgDOJNEYpQ", + "name": "autodoc", + "full_name": "context-labs/autodoc", "owner": { - "login": "apollo-elements", - "id": 46440835, - "avatar_url": "https://avatars.githubusercontent.com/u/46440835?v=4", - "url": "https://api.github.com/users/apollo-elements", - "html_url": "https://github.com/apollo-elements" + "login": "context-labs", + "id": 125929854, + "avatar_url": "https://avatars.githubusercontent.com/u/125929854?v=4", + "url": "https://api.github.com/users/context-labs", + "html_url": "https://github.com/context-labs" }, - "html_url": "https://github.com/apollo-elements/apollo-elements", - "description": "🚀🌛 Use the Launch Platform 👩‍🚀👨‍🚀", - "url": "https://api.github.com/repos/apollo-elements/apollo-elements", - "languages_url": "https://api.github.com/repos/apollo-elements/apollo-elements/languages", - "created_at": "2018-05-27T05:42:06Z", - "updated_at": "2024-06-17T11:58:41Z", - "git_url": "git://github.com/apollo-elements/apollo-elements.git", - "ssh_url": "git@github.com:apollo-elements/apollo-elements.git", - "clone_url": "https://github.com/apollo-elements/apollo-elements.git", - "homepage": "https://apolloelements.dev", - "stargazers_count": 417, - "watchers_count": 417, + "html_url": "https://github.com/context-labs/autodoc", + "description": "Experimental toolkit for auto-generating codebase documentation using LLMs", + "url": "https://api.github.com/repos/context-labs/autodoc", + "languages_url": "https://api.github.com/repos/context-labs/autodoc/languages", + "created_at": "2023-03-22T22:23:01Z", + "updated_at": "2024-09-08T09:27:31Z", + "git_url": "git://github.com/context-labs/autodoc.git", + "ssh_url": "git@github.com:context-labs/autodoc.git", + "clone_url": "https://github.com/context-labs/autodoc.git", + "homepage": "", + "stargazers_count": 1931, + "watchers_count": 1931, "language": "TypeScript", "topics": [ - "apollo-elements", - "gluon", - "graphql", - "hacktoberfest", - "hybrids", - "lit-element", - "lit-html", - "mixins", - "polymer", - "webcomponents" + "cli-tool", + "documentation-generator", + "language-model", + "typescript" ] }, { - "id": 127049550, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjcwNDk1NTA=", - "name": "material-web", - "full_name": "material-components/material-web", + "id": 813621454, + "node_id": "R_kgDOMH7gzg", + "name": "solana-actions", + "full_name": "solana-developers/solana-actions", "owner": { - "login": "material-components", - "id": 19478152, - "avatar_url": "https://avatars.githubusercontent.com/u/19478152?v=4", - "url": "https://api.github.com/users/material-components", - "html_url": "https://github.com/material-components" + "login": "solana-developers", + "id": 93691676, + "avatar_url": "https://avatars.githubusercontent.com/u/93691676?v=4", + "url": "https://api.github.com/users/solana-developers", + "html_url": "https://github.com/solana-developers" }, - "html_url": "https://github.com/material-components/material-web", - "description": "Material Design Web Components", - "url": "https://api.github.com/repos/material-components/material-web", - "languages_url": "https://api.github.com/repos/material-components/material-web/languages", - "created_at": "2018-03-27T21:46:51Z", - "updated_at": "2024-09-07T17:39:48Z", - "git_url": "git://github.com/material-components/material-web.git", - "ssh_url": "git@github.com:material-components/material-web.git", - "clone_url": "https://github.com/material-components/material-web.git", - "homepage": "https://material-web.dev", - "stargazers_count": 9165, - "watchers_count": 9165, + "html_url": "https://github.com/solana-developers/solana-actions", + "description": null, + "url": "https://api.github.com/repos/solana-developers/solana-actions", + "languages_url": "https://api.github.com/repos/solana-developers/solana-actions/languages", + "created_at": "2024-06-11T12:29:02Z", + "updated_at": "2024-09-02T05:39:12Z", + "git_url": "git://github.com/solana-developers/solana-actions.git", + "ssh_url": "git@github.com:solana-developers/solana-actions.git", + "clone_url": "https://github.com/solana-developers/solana-actions.git", + "homepage": "https://solana-developers.github.io/solana-actions/", + "stargazers_count": 91, + "watchers_count": 91, "language": "TypeScript", "topics": [ - "component-", - "design-system", - "lit", - "lit-element", - "lit-html", - "material", - "material-design", - "material-you", - "web", - "web-components" + "blockchain", + "blockchain-link", + "solana", + "solana-actions", + "solana-blink" ] }, { - "id": 107422373, - "node_id": "MDEwOlJlcG9zaXRvcnkxMDc0MjIzNzM=", - "name": "eui", - "full_name": "elastic/eui", + "id": 787076358, + "node_id": "R_kgDOLunVBg", + "name": "firecrawl", + "full_name": "mendableai/firecrawl", "owner": { - "login": "elastic", - "id": 6764390, - "avatar_url": "https://avatars.githubusercontent.com/u/6764390?v=4", - "url": "https://api.github.com/users/elastic", - "html_url": "https://github.com/elastic" + "login": "mendableai", + "id": 135057108, + "avatar_url": "https://avatars.githubusercontent.com/u/135057108?v=4", + "url": "https://api.github.com/users/mendableai", + "html_url": "https://github.com/mendableai" }, - "html_url": "https://github.com/elastic/eui", - "description": "Elastic UI Framework 🙌", - "url": "https://api.github.com/repos/elastic/eui", - "languages_url": "https://api.github.com/repos/elastic/eui/languages", - "created_at": "2017-10-18T14:49:20Z", - "updated_at": "2024-09-07T13:26:20Z", - "git_url": "git://github.com/elastic/eui.git", - "ssh_url": "git@github.com:elastic/eui.git", - "clone_url": "https://github.com/elastic/eui.git", - "homepage": "https://eui.elastic.co/", - "stargazers_count": 6079, - "watchers_count": 6079, + "html_url": "https://github.com/mendableai/firecrawl", + "description": "🔥 Turn entire websites into LLM-ready markdown or structured data. Scrape, crawl and extract with a single API.", + "url": "https://api.github.com/repos/mendableai/firecrawl", + "languages_url": "https://api.github.com/repos/mendableai/firecrawl/languages", + "created_at": "2024-04-15T21:02:29Z", + "updated_at": "2024-09-08T11:57:53Z", + "git_url": "git://github.com/mendableai/firecrawl.git", + "ssh_url": "git@github.com:mendableai/firecrawl.git", + "clone_url": "https://github.com/mendableai/firecrawl.git", + "homepage": "https://firecrawl.dev", + "stargazers_count": 13202, + "watchers_count": 13202, "language": "TypeScript", "topics": [ - "css-in-js", - "design-system", - "elasticsearch", - "eui", - "kibana", - "react" + "ai", + "ai-scraping", + "crawler", + "data", + "html-to-markdown", + "llm", + "markdown", + "rag", + "scraper", + "scraping", + "web-crawler" ] }, { - "id": 421001366, - "node_id": "R_kgDOGRf4lg", - "name": "semi-design", - "full_name": "DouyinFE/semi-design", + "id": 272002678, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzIwMDI2Nzg=", + "name": "honkit", + "full_name": "honkit/honkit", "owner": { - "login": "DouyinFE", - "id": 88025672, - "avatar_url": "https://avatars.githubusercontent.com/u/88025672?v=4", - "url": "https://api.github.com/users/DouyinFE", - "html_url": "https://github.com/DouyinFE" + "login": "honkit", + "id": 67041414, + "avatar_url": "https://avatars.githubusercontent.com/u/67041414?v=4", + "url": "https://api.github.com/users/honkit", + "html_url": "https://github.com/honkit" }, - "html_url": "https://github.com/DouyinFE/semi-design", - "description": "🚀A modern, comprehensive, flexible design system and React UI library. 🎨 Provide more than 3000+ Design Tokens, easy to build your design system. Make Semi Design to Any Design. 🧑🏻‍💻 Design to Code in one click ", - "url": "https://api.github.com/repos/DouyinFE/semi-design", - "languages_url": "https://api.github.com/repos/DouyinFE/semi-design/languages", - "created_at": "2021-10-25T11:47:38Z", - "updated_at": "2024-09-07T12:42:15Z", - "git_url": "git://github.com/DouyinFE/semi-design.git", - "ssh_url": "git@github.com:DouyinFE/semi-design.git", - "clone_url": "https://github.com/DouyinFE/semi-design.git", - "homepage": "https://semi.design", - "stargazers_count": 8273, - "watchers_count": 8273, + "html_url": "https://github.com/honkit/honkit", + "description": ":book: HonKit is building beautiful books using Markdown - Fork of GitBook", + "url": "https://api.github.com/repos/honkit/honkit", + "languages_url": "https://api.github.com/repos/honkit/honkit/languages", + "created_at": "2020-06-13T12:16:48Z", + "updated_at": "2024-09-06T16:32:12Z", + "git_url": "git://github.com/honkit/honkit.git", + "ssh_url": "git@github.com:honkit/honkit.git", + "clone_url": "https://github.com/honkit/honkit.git", + "homepage": "https://honkit.netlify.app", + "stargazers_count": 2996, + "watchers_count": 2996, "language": "TypeScript", "topics": [ - "code2design", - "dark-mode", - "design-system", - "design2code", - "designops", - "designtocode", - "figma-plugin", - "react", - "theme", - "ui-libary" + "asciidoc", + "book", + "ebook", + "gitbook", + "honkit", + "javascript", + "markdown", + "plugin" ] }, { - "id": 171368195, - "node_id": "MDEwOlJlcG9zaXRvcnkxNzEzNjgxOTU=", - "name": "React95", - "full_name": "react95-io/React95", + "id": 318592539, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTg1OTI1Mzk=", + "name": "vscode-appland", + "full_name": "getappmap/vscode-appland", "owner": { - "login": "react95-io", - "id": 73022194, - "avatar_url": "https://avatars.githubusercontent.com/u/73022194?v=4", - "url": "https://api.github.com/users/react95-io", - "html_url": "https://github.com/react95-io" + "login": "getappmap", + "id": 46610017, + "avatar_url": "https://avatars.githubusercontent.com/u/46610017?v=4", + "url": "https://api.github.com/users/getappmap", + "html_url": "https://github.com/getappmap" }, - "html_url": "https://github.com/react95-io/React95", - "description": "🌈🕹 Windows 95 style UI component library for React", - "url": "https://api.github.com/repos/react95-io/React95", - "languages_url": "https://api.github.com/repos/react95-io/React95/languages", - "created_at": "2019-02-18T22:55:25Z", - "updated_at": "2024-09-07T05:50:19Z", - "git_url": "git://github.com/react95-io/React95.git", - "ssh_url": "git@github.com:react95-io/React95.git", - "clone_url": "https://github.com/react95-io/React95.git", - "homepage": "https://react95.io", - "stargazers_count": 6602, - "watchers_count": 6602, + "html_url": "https://github.com/getappmap/vscode-appland", + "description": "AppLand extension for VSCode", + "url": "https://api.github.com/repos/getappmap/vscode-appland", + "languages_url": "https://api.github.com/repos/getappmap/vscode-appland/languages", + "created_at": "2020-12-04T17:44:42Z", + "updated_at": "2024-09-04T14:24:56Z", + "git_url": "git://github.com/getappmap/vscode-appland.git", + "ssh_url": "git@github.com:getappmap/vscode-appland.git", + "clone_url": "https://github.com/getappmap/vscode-appland.git", + "homepage": null, + "stargazers_count": 135, + "watchers_count": 135, "language": "TypeScript", - "topics": [ - "component-library", - "components", - "design-system", - "react", - "reactjs", - "styled-components", - "ui", - "ui-kit", - "vaporwave", - "windows95" - ] + "topics": [] }, { - "id": 587710850, - "node_id": "R_kgDOIwfBgg", - "name": "gluestack-ui", - "full_name": "gluestack/gluestack-ui", + "id": 346438539, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDY0Mzg1Mzk=", + "name": "web3index-org", + "full_name": "web3index/web3index-org", "owner": { - "login": "gluestack", - "id": 120183344, - "avatar_url": "https://avatars.githubusercontent.com/u/120183344?v=4", - "url": "https://api.github.com/users/gluestack", - "html_url": "https://github.com/gluestack" + "login": "web3index", + "id": 79939423, + "avatar_url": "https://avatars.githubusercontent.com/u/79939423?v=4", + "url": "https://api.github.com/users/web3index", + "html_url": "https://github.com/web3index" }, - "html_url": "https://github.com/gluestack/gluestack-ui", - "description": "React & React Native Components & Patterns (copy-paste components & patterns crafted with Tailwind CSS (NativeWind))", - "url": "https://api.github.com/repos/gluestack/gluestack-ui", - "languages_url": "https://api.github.com/repos/gluestack/gluestack-ui/languages", - "created_at": "2023-01-11T12:03:50Z", - "updated_at": "2024-09-08T00:11:37Z", - "git_url": "git://github.com/gluestack/gluestack-ui.git", - "ssh_url": "git@github.com:gluestack/gluestack-ui.git", - "clone_url": "https://github.com/gluestack/gluestack-ui.git", - "homepage": "https://gluestack.io/", - "stargazers_count": 2324, - "watchers_count": 2324, + "html_url": "https://github.com/web3index/web3index-org", + "description": null, + "url": "https://api.github.com/repos/web3index/web3index-org", + "languages_url": "https://api.github.com/repos/web3index/web3index-org/languages", + "created_at": "2021-03-10T17:31:47Z", + "updated_at": "2024-06-25T14:36:12Z", + "git_url": "git://github.com/web3index/web3index-org.git", + "ssh_url": "git@github.com:web3index/web3index-org.git", + "clone_url": "https://github.com/web3index/web3index-org.git", + "homepage": "https://web3index.org", + "stargazers_count": 82, + "watchers_count": 82, + "language": "TypeScript", + "topics": [] + }, + { + "id": 652967817, + "node_id": "R_kgDOJut_iQ", + "name": "LlamaIndexTS", + "full_name": "run-llama/LlamaIndexTS", + "owner": { + "login": "run-llama", + "id": 130722866, + "avatar_url": "https://avatars.githubusercontent.com/u/130722866?v=4", + "url": "https://api.github.com/users/run-llama", + "html_url": "https://github.com/run-llama" + }, + "html_url": "https://github.com/run-llama/LlamaIndexTS", + "description": "LlamaIndex in TypeScript", + "url": "https://api.github.com/repos/run-llama/LlamaIndexTS", + "languages_url": "https://api.github.com/repos/run-llama/LlamaIndexTS/languages", + "created_at": "2023-06-13T06:41:20Z", + "updated_at": "2024-09-07T08:13:21Z", + "git_url": "git://github.com/run-llama/LlamaIndexTS.git", + "ssh_url": "git@github.com:run-llama/LlamaIndexTS.git", + "clone_url": "https://github.com/run-llama/LlamaIndexTS.git", + "homepage": "https://ts.llamaindex.ai", + "stargazers_count": 1748, + "watchers_count": 1748, "language": "TypeScript", "topics": [ - "accessibility", - "component-library", - "customizable-components", - "design-system", + "agent", + "anthr", + "chatbot", + "claude", + "claude-ai", + "create-llama", + "embedding", + "firewo", + "groq-ai", + "javascript", + "llama", + "llama-index", + "llama2", + "llama3", + "llm", + "mistr", + "nodejs", + "openai", "react", - "react-native", - "styled-components", - "ui", - "ui-components", - "universal-components" + "typescript" ] }, { - "id": 423604713, - "node_id": "R_kgDOGT-x6Q", - "name": "design-system", - "full_name": "hashicorp/design-system", + "id": 484260531, + "node_id": "R_kgDOHN06sw", + "name": "whirlpools", + "full_name": "orca-so/whirlpools", "owner": { - "login": "hashicorp", - "id": 761456, - "avatar_url": "https://avatars.githubusercontent.com/u/761456?v=4", - "url": "https://api.github.com/users/hashicorp", - "html_url": "https://github.com/hashicorp" + "login": "orca-so", + "id": 74166425, + "avatar_url": "https://avatars.githubusercontent.com/u/74166425?v=4", + "url": "https://api.github.com/users/orca-so", + "html_url": "https://github.com/orca-so" }, - "html_url": "https://github.com/hashicorp/design-system", - "description": "Helios Design System", - "url": "https://api.github.com/repos/hashicorp/design-system", - "languages_url": "https://api.github.com/repos/hashicorp/design-system/languages", - "created_at": "2021-11-01T20:19:43Z", - "updated_at": "2024-09-06T17:16:37Z", - "git_url": "git://github.com/hashicorp/design-system.git", - "ssh_url": "git@github.com:hashicorp/design-system.git", - "clone_url": "https://github.com/hashicorp/design-system.git", - "homepage": "https://helios.hashicorp.design", - "stargazers_count": 431, - "watchers_count": 431, + "html_url": "https://github.com/orca-so/whirlpools", + "description": "Open source concentrated liquidity AMM contract on Solana", + "url": "https://api.github.com/repos/orca-so/whirlpools", + "languages_url": "https://api.github.com/repos/orca-so/whirlpools/languages", + "created_at": "2022-04-22T01:46:30Z", + "updated_at": "2024-09-05T12:48:38Z", + "git_url": "git://github.com/orca-so/whirlpools.git", + "ssh_url": "git@github.com:orca-so/whirlpools.git", + "clone_url": "https://github.com/orca-so/whirlpools.git", + "homepage": "https://orca-so.github.io/whirlpools/", + "stargazers_count": 239, + "watchers_count": 239, "language": "TypeScript", "topics": [ - "components", - "design-system", - "design-systems", - "design-tokens", - "emberjs", - "hashicorp", - "helios", - "icons" + "anchor-lang", + "crypto", + "defi", + "rust", + "solana", + "typescript", + "web3" ] }, { - "id": 98339432, - "node_id": "MDEwOlJlcG9zaXRvcnk5ODMzOTQzMg==", - "name": "shoelace", - "full_name": "shoelace-style/shoelace", + "id": 448260282, + "node_id": "R_kgDOGrfoug", + "name": "suchibot", + "full_name": "suchipi/suchibot", "owner": { - "login": "shoelace-style", - "id": 68111783, - "avatar_url": "https://avatars.githubusercontent.com/u/68111783?v=4", - "url": "https://api.github.com/users/shoelace-style", - "html_url": "https://github.com/shoelace-style" + "login": "suchipi", + "id": 1341513, + "avatar_url": "https://avatars.githubusercontent.com/u/1341513?v=4", + "url": "https://api.github.com/users/suchipi", + "html_url": "https://github.com/suchipi" }, - "html_url": "https://github.com/shoelace-style/shoelace", - "description": "A collection of professionally designed, every day UI components built on Web standards. SHOELACE IS BECOMING WEB AWESOME 👇👇👇", - "url": "https://api.github.com/repos/shoelace-style/shoelace", - "languages_url": "https://api.github.com/repos/shoelace-style/shoelace/languages", - "created_at": "2017-07-25T18:49:44Z", - "updated_at": "2024-09-07T11:02:36Z", - "git_url": "git://github.com/shoelace-style/shoelace.git", - "ssh_url": "git@github.com:shoelace-style/shoelace.git", - "clone_url": "https://github.com/shoelace-style/shoelace.git", - "homepage": "https://webawesome.com", - "stargazers_count": 12560, - "watchers_count": 12560, + "html_url": "https://github.com/suchipi/suchibot", + "description": "A cross-platform AutoHotKey-like thing with TypeScript as its scripting language", + "url": "https://api.github.com/repos/suchipi/suchibot", + "languages_url": "https://api.github.com/repos/suchipi/suchibot/languages", + "created_at": "2022-01-15T11:38:16Z", + "updated_at": "2024-09-02T14:51:05Z", + "git_url": "git://github.com/suchipi/suchibot.git", + "ssh_url": "git@github.com:suchipi/suchibot.git", + "clone_url": "https://github.com/suchipi/suchibot.git", + "homepage": null, + "stargazers_count": 100, + "watchers_count": 100, "language": "TypeScript", - "topics": [ - "css", - "designsystem", - "hacktoberfest", - "html", - "javascript", - "ui", - "ux", - "webcomponents" - ] + "topics": [] }, { - "id": 658921780, - "node_id": "R_kgDOJ0ZZNA", - "name": "magicui", - "full_name": "magicuidesign/magicui", + "id": 632635632, + "node_id": "R_kgDOJbVA8A", + "name": "llm.report", + "full_name": "dillionverma/llm.report", "owner": { - "login": "magicuidesign", - "id": 166878038, - "avatar_url": "https://avatars.githubusercontent.com/u/166878038?v=4", - "url": "https://api.github.com/users/magicuidesign", - "html_url": "https://github.com/magicuidesign" + "login": "dillionverma", + "id": 16860528, + "avatar_url": "https://avatars.githubusercontent.com/u/16860528?v=4", + "url": "https://api.github.com/users/dillionverma", + "html_url": "https://github.com/dillionverma" }, - "html_url": "https://github.com/magicuidesign/magicui", - "description": "UI Library for Design Engineers. Animated components and effects you can copy and paste into your apps. Free. Open Source.", - "url": "https://api.github.com/repos/magicuidesign/magicui", - "languages_url": "https://api.github.com/repos/magicuidesign/magicui/languages", - "created_at": "2023-06-26T19:17:10Z", - "updated_at": "2024-09-07T23:09:52Z", - "git_url": "git://github.com/magicuidesign/magicui.git", - "ssh_url": "git@github.com:magicuidesign/magicui.git", - "clone_url": "https://github.com/magicuidesign/magicui.git", - "homepage": "https://magicui.design", - "stargazers_count": 8316, - "watchers_count": 8316, + "html_url": "https://github.com/dillionverma/llm.report", + "description": "📊 llm.report is an open-source logging and analytics platform for OpenAI: Log your ChatGPT API requests, analyze costs, and improve your prompts.", + "url": "https://api.github.com/repos/dillionverma/llm.report", + "languages_url": "https://api.github.com/repos/dillionverma/llm.report/languages", + "created_at": "2023-04-25T20:22:40Z", + "updated_at": "2024-09-07T21:27:11Z", + "git_url": "git://github.com/dillionverma/llm.report.git", + "ssh_url": "git@github.com:dillionverma/llm.report.git", + "clone_url": "https://github.com/dillionverma/llm.report.git", + "homepage": "https://llm.report", + "stargazers_count": 919, + "watchers_count": 919, "language": "TypeScript", "topics": [ - "components", - "framer-motion", + "aiops", + "gpt-3", + "gpt-4", + "llm", + "llmops", + "mlops", "nextjs", + "nodejs", + "open-source", + "openai", "react", "shadcn-ui", - "tailwindcss", "typescript" ] }, { - "id": 455933049, - "node_id": "R_kgDOGyz8eQ", - "name": "voby", - "full_name": "vobyjs/voby", + "id": 738757428, + "node_id": "R_kgDOLAiLNA", + "name": "repo-assistant", + "full_name": "guillermoscript/repo-assistant", "owner": { - "login": "vobyjs", - "id": 105102203, - "avatar_url": "https://avatars.githubusercontent.com/u/105102203?v=4", - "url": "https://api.github.com/users/vobyjs", - "html_url": "https://github.com/vobyjs" + "login": "guillermoscript", + "id": 52298929, + "avatar_url": "https://avatars.githubusercontent.com/u/52298929?v=4", + "url": "https://api.github.com/users/guillermoscript", + "html_url": "https://github.com/guillermoscript" }, - "html_url": "https://github.com/vobyjs/voby", - "description": "A high-performance framework with fine-grained observable-based reactivity for building rich applications.", - "url": "https://api.github.com/repos/vobyjs/voby", - "languages_url": "https://api.github.com/repos/vobyjs/voby/languages", - "created_at": "2022-02-05T17:11:03Z", - "updated_at": "2024-09-06T20:59:30Z", - "git_url": "git://github.com/vobyjs/voby.git", - "ssh_url": "git@github.com:vobyjs/voby.git", - "clone_url": "https://github.com/vobyjs/voby.git", - "homepage": "https://voby.dev", - "stargazers_count": 877, - "watchers_count": 877, + "html_url": "https://github.com/guillermoscript/repo-assistant", + "description": "AI Github assistant for your repo. Your proactive GitHub bot that auto-detects duplicates using OpenAI embeddings and Supabase magic!", + "url": "https://api.github.com/repos/guillermoscript/repo-assistant", + "languages_url": "https://api.github.com/repos/guillermoscript/repo-assistant/languages", + "created_at": "2024-01-04T01:19:12Z", + "updated_at": "2024-08-25T23:33:25Z", + "git_url": "git://github.com/guillermoscript/repo-assistant.git", + "ssh_url": "git@github.com:guillermoscript/repo-assistant.git", + "clone_url": "https://github.com/guillermoscript/repo-assistant.git", + "homepage": "https://guillermoscript.github.io/blog/posts/repo-assistant-ai", + "stargazers_count": 23, + "watchers_count": 23, "language": "TypeScript", "topics": [ - "fast", - "fine-grained", - "framework", - "observable", - "performant", - "reactive", - "small", - "ui", - "voby" + "ai", + "assistant", + "bot", + "duplicate-issues", + "github", + "github-bot", + "gpt-4", + "issue-management", + "llm", + "natural-language-processing", + "openai", + "openai-embeddings", + "rag", + "supabase", + "typescript", + "vector-similarity" ] }, { - "id": 273499522, - "node_id": "MDEwOlJlcG9zaXRvcnkyNzM0OTk1MjI=", - "name": "primitives", - "full_name": "radix-ui/primitives", + "id": 779042541, + "node_id": "R_kgDOLm8-7Q", + "name": "vitale", + "full_name": "githubnext/vitale", "owner": { - "login": "radix-ui", - "id": 75042455, - "avatar_url": "https://avatars.githubusercontent.com/u/75042455?v=4", - "url": "https://api.github.com/users/radix-ui", - "html_url": "https://github.com/radix-ui" + "login": "githubnext", + "id": 89615882, + "avatar_url": "https://avatars.githubusercontent.com/u/89615882?v=4", + "url": "https://api.github.com/users/githubnext", + "html_url": "https://github.com/githubnext" }, - "html_url": "https://github.com/radix-ui/primitives", - "description": "Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.", - "url": "https://api.github.com/repos/radix-ui/primitives", - "languages_url": "https://api.github.com/repos/radix-ui/primitives/languages", - "created_at": "2020-06-19T13:23:22Z", - "updated_at": "2024-09-07T20:45:36Z", - "git_url": "git://github.com/radix-ui/primitives.git", - "ssh_url": "git@github.com:radix-ui/primitives.git", - "clone_url": "https://github.com/radix-ui/primitives.git", - "homepage": "https://radix-ui.com/primitives", - "stargazers_count": 15342, - "watchers_count": 15342, + "html_url": "https://github.com/githubnext/vitale", + "description": "TypeScript notebook for developers", + "url": "https://api.github.com/repos/githubnext/vitale", + "languages_url": "https://api.github.com/repos/githubnext/vitale/languages", + "created_at": "2024-03-28T23:19:54Z", + "updated_at": "2024-09-08T07:07:16Z", + "git_url": "git://github.com/githubnext/vitale.git", + "ssh_url": "git@github.com:githubnext/vitale.git", + "clone_url": "https://github.com/githubnext/vitale.git", + "homepage": "https://githubnext.com/projects/vitale/", + "stargazers_count": 159, + "watchers_count": 159, "language": "TypeScript", - "topics": [ - "accessibility", - "colors", - "component-library", - "design-systems", - "radix-ui", - "react", - "ui", - "ui-components", - "ui-kit" - ] + "topics": [] }, { - "id": 73617628, - "node_id": "MDEwOlJlcG9zaXRvcnk3MzYxNzYyOA==", - "name": "ivi", - "full_name": "localvoid/ivi", + "id": 778814697, + "node_id": "R_kgDOLmvE6Q", + "name": "llmorpheus", + "full_name": "githubnext/llmorpheus", "owner": { - "login": "localvoid", - "id": 132045, - "avatar_url": "https://avatars.githubusercontent.com/u/132045?v=4", - "url": "https://api.github.com/users/localvoid", - "html_url": "https://github.com/localvoid" + "login": "githubnext", + "id": 89615882, + "avatar_url": "https://avatars.githubusercontent.com/u/89615882?v=4", + "url": "https://api.github.com/users/githubnext", + "html_url": "https://github.com/githubnext" }, - "html_url": "https://github.com/localvoid/ivi", - "description": "Lighweight Embeddable Web UI Library", - "url": "https://api.github.com/repos/localvoid/ivi", - "languages_url": "https://api.github.com/repos/localvoid/ivi/languages", - "created_at": "2016-11-13T13:30:04Z", - "updated_at": "2024-08-25T03:48:46Z", - "git_url": "git://github.com/localvoid/ivi.git", - "ssh_url": "git@github.com:localvoid/ivi.git", - "clone_url": "https://github.com/localvoid/ivi.git", + "html_url": "https://github.com/githubnext/llmorpheus", + "description": "LLM-based mutation testing", + "url": "https://api.github.com/repos/githubnext/llmorpheus", + "languages_url": "https://api.github.com/repos/githubnext/llmorpheus/languages", + "created_at": "2024-03-28T13:10:46Z", + "updated_at": "2024-09-04T13:01:22Z", + "git_url": "git://github.com/githubnext/llmorpheus.git", + "ssh_url": "git@github.com:githubnext/llmorpheus.git", + "clone_url": "https://github.com/githubnext/llmorpheus.git", "homepage": "", - "stargazers_count": 708, - "watchers_count": 708, + "stargazers_count": 5, + "watchers_count": 5, "language": "TypeScript", "topics": [ - "frontend", - "ui", - "web" + "large-language-models", + "mutation-testing" ] }, { - "id": 392073243, - "node_id": "MDEwOlJlcG9zaXRvcnkzOTIwNzMyNDM=", - "name": "platform", - "full_name": "hcengineering/platform", + "id": 711838263, + "node_id": "R_kgDOKm3KNw", + "name": "testpilot", + "full_name": "githubnext/testpilot", "owner": { - "login": "hcengineering", - "id": 87086734, - "avatar_url": "https://avatars.githubusercontent.com/u/87086734?v=4", - "url": "https://api.github.com/users/hcengineering", - "html_url": "https://github.com/hcengineering" + "login": "githubnext", + "id": 89615882, + "avatar_url": "https://avatars.githubusercontent.com/u/89615882?v=4", + "url": "https://api.github.com/users/githubnext", + "html_url": "https://github.com/githubnext" }, - "html_url": "https://github.com/hcengineering/platform", - "description": "Huly — All-in-One Project Management Platform (alternative to Linear, Jira, Slack, Notion, Motion)", - "url": "https://api.github.com/repos/hcengineering/platform", - "languages_url": "https://api.github.com/repos/hcengineering/platform/languages", - "created_at": "2021-08-02T19:39:23Z", - "updated_at": "2024-09-07T23:35:53Z", - "git_url": "git://github.com/hcengineering/platform.git", - "ssh_url": "git@github.com:hcengineering/platform.git", - "clone_url": "https://github.com/hcengineering/platform.git", - "homepage": "https://huly.io", - "stargazers_count": 7126, - "watchers_count": 7126, + "html_url": "https://github.com/githubnext/testpilot", + "description": "Test generation using large language models", + "url": "https://api.github.com/repos/githubnext/testpilot", + "languages_url": "https://api.github.com/repos/githubnext/testpilot/languages", + "created_at": "2023-10-30T09:23:53Z", + "updated_at": "2024-09-04T12:42:14Z", + "git_url": "git://github.com/githubnext/testpilot.git", + "ssh_url": "git@github.com:githubnext/testpilot.git", + "clone_url": "https://github.com/githubnext/testpilot.git", + "homepage": "https://githubnext.com/projects/testpilot", + "stargazers_count": 488, + "watchers_count": 488, "language": "TypeScript", "topics": [ - "applicant-tracking-system", - "chat-application", - "crm", - "crm-platform", - "hrms", - "human-resources", - "issue-management", - "issue-tracker", - "jira-alternative", - "project-management", - "qms", - "support", - "team-management", - "team-platform", - "wiki" + "chagpt", + "gpt-35-turbo", + "llms", + "test-automation", + "testing", + "testing-tools" ] }, { - "id": 784181462, - "node_id": "R_kgDOLr2o1g", - "name": "Perplexica", - "full_name": "ItzCrazyKns/Perplexica", + "id": 420498410, + "node_id": "R_kgDOGRBL6g", + "name": "Ticket-Bot", + "full_name": "Sayrix/Ticket-Bot", "owner": { - "login": "ItzCrazyKns", - "id": 95534749, - "avatar_url": "https://avatars.githubusercontent.com/u/95534749?v=4", - "url": "https://api.github.com/users/ItzCrazyKns", - "html_url": "https://github.com/ItzCrazyKns" + "login": "Sayrix", + "id": 43046854, + "avatar_url": "https://avatars.githubusercontent.com/u/43046854?v=4", + "url": "https://api.github.com/users/Sayrix", + "html_url": "https://github.com/Sayrix" }, - "html_url": "https://github.com/ItzCrazyKns/Perplexica", - "description": "Perplexica is an AI-powered search engine. It is an Open source alternative to Perplexity AI", - "url": "https://api.github.com/repos/ItzCrazyKns/Perplexica", - "languages_url": "https://api.github.com/repos/ItzCrazyKns/Perplexica/languages", - "created_at": "2024-04-09T10:51:32Z", - "updated_at": "2024-09-08T00:19:10Z", - "git_url": "git://github.com/ItzCrazyKns/Perplexica.git", - "ssh_url": "git@github.com:ItzCrazyKns/Perplexica.git", - "clone_url": "https://github.com/ItzCrazyKns/Perplexica.git", - "homepage": "", - "stargazers_count": 13071, - "watchers_count": 13071, + "html_url": "https://github.com/Sayrix/Ticket-Bot", + "description": "Discord ticket bot with buttons, slash commands, select menus, modals, and transcripts system made with Discord.js v14", + "url": "https://api.github.com/repos/Sayrix/Ticket-Bot", + "languages_url": "https://api.github.com/repos/Sayrix/Ticket-Bot/languages", + "created_at": "2021-10-23T18:59:05Z", + "updated_at": "2024-09-02T16:27:36Z", + "git_url": "git://github.com/Sayrix/Ticket-Bot.git", + "ssh_url": "git@github.com:Sayrix/Ticket-Bot.git", + "clone_url": "https://github.com/Sayrix/Ticket-Bot.git", + "homepage": "https://doc.ticket.pm", + "stargazers_count": 441, + "watchers_count": 441, "language": "TypeScript", "topics": [ - "ai-search-engine", - "artificial-intelligence", - "machine-learning", - "open-source-ai-search-engine", - "open-source-perplexity-ai", - "perplexica", - "perplexity-ai", - "search-engine", - "searxng", - "searxng-copilot" + "bot", + "discord", + "discord-bot", + "discord-js", + "discord-ticket", + "discord-ticket-bot", + "hacktoberfest", + "support-tickets", + "ticket-bot", + "ticket-bot-discord", + "ticket-discord-bot", + "ticket-management", + "ticketing-system", + "tickets" ] }, { - "id": 643435168, - "node_id": "R_kgDOJloKoA", - "name": "lobe-ui", - "full_name": "lobehub/lobe-ui", + "id": 813119340, + "node_id": "R_kgDOMHc3bA", + "name": "Xnai-AI-chat-discord-bot", + "full_name": "Uo1428/Xnai-AI-chat-discord-bot", "owner": { - "login": "lobehub", - "id": 131470832, - "avatar_url": "https://avatars.githubusercontent.com/u/131470832?v=4", - "url": "https://api.github.com/users/lobehub", - "html_url": "https://github.com/lobehub" + "login": "Uo1428", + "id": 102210447, + "avatar_url": "https://avatars.githubusercontent.com/u/102210447?v=4", + "url": "https://api.github.com/users/Uo1428", + "html_url": "https://github.com/Uo1428" }, - "html_url": "https://github.com/lobehub/lobe-ui", - "description": "🍭 Lobe UI - an open-source UI component library for building AIGC web apps", - "url": "https://api.github.com/repos/lobehub/lobe-ui", - "languages_url": "https://api.github.com/repos/lobehub/lobe-ui/languages", - "created_at": "2023-05-21T06:32:13Z", - "updated_at": "2024-09-07T17:03:03Z", - "git_url": "git://github.com/lobehub/lobe-ui.git", - "ssh_url": "git@github.com:lobehub/lobe-ui.git", - "clone_url": "https://github.com/lobehub/lobe-ui.git", - "homepage": "https://ui.lobehub.com", - "stargazers_count": 891, - "watchers_count": 891, + "html_url": "https://github.com/Uo1428/Xnai-AI-chat-discord-bot", + "description": "An advance ai discord chat bot faster than gpt-4o build with bun, groq and discordjs", + "url": "https://api.github.com/repos/Uo1428/Xnai-AI-chat-discord-bot", + "languages_url": "https://api.github.com/repos/Uo1428/Xnai-AI-chat-discord-bot/languages", + "created_at": "2024-06-10T14:11:16Z", + "updated_at": "2024-07-27T10:28:44Z", + "git_url": "git://github.com/Uo1428/Xnai-AI-chat-discord-bot.git", + "ssh_url": "git@github.com:Uo1428/Xnai-AI-chat-discord-bot.git", + "clone_url": "https://github.com/Uo1428/Xnai-AI-chat-discord-bot.git", + "homepage": "https://patreon.com/uoaio", + "stargazers_count": 7, + "watchers_count": 7, "language": "TypeScript", "topics": [ - "aigc", - "antd", - "chatbot", - "design-system", - "dumi", - "lobehub", - "react", - "typescript", - "ui", - "ui-components", - "ui-kit" + "ai-discord-bot", + "all-in-one", + "bun-discord-bot", + "bunjs", + "chatgpt", + "chatgpt-4o", + "chatgpt-bot", + "chatgpt-discord-bot", + "discord", + "discord-ai", + "discord-ai-bot", + "discord-bot", + "discord-js", + "discord-js-bot", + "discordjs", + "free-discord-bot", + "groq-api", + "uoaio" ] }, { - "id": 699110613, - "node_id": "R_kgDOKauU1Q", - "name": "chatbot-ollama", - "full_name": "ivanfioravanti/chatbot-ollama", + "id": 279699673, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzk2OTk2NzM=", + "name": "homepage", + "full_name": "phosphor-icons/homepage", "owner": { - "login": "ivanfioravanti", - "id": 1069210, - "avatar_url": "https://avatars.githubusercontent.com/u/1069210?v=4", - "url": "https://api.github.com/users/ivanfioravanti", - "html_url": "https://github.com/ivanfioravanti" + "login": "phosphor-icons", + "id": 69737287, + "avatar_url": "https://avatars.githubusercontent.com/u/69737287?v=4", + "url": "https://api.github.com/users/phosphor-icons", + "html_url": "https://github.com/phosphor-icons" }, - "html_url": "https://github.com/ivanfioravanti/chatbot-ollama", - "description": "Chatbot Ollama is an open source chat UI for Ollama.", - "url": "https://api.github.com/repos/ivanfioravanti/chatbot-ollama", - "languages_url": "https://api.github.com/repos/ivanfioravanti/chatbot-ollama/languages", - "created_at": "2023-10-01T23:59:36Z", - "updated_at": "2024-09-07T12:22:00Z", - "git_url": "git://github.com/ivanfioravanti/chatbot-ollama.git", - "ssh_url": "git@github.com:ivanfioravanti/chatbot-ollama.git", - "clone_url": "https://github.com/ivanfioravanti/chatbot-ollama.git", - "homepage": null, - "stargazers_count": 1376, - "watchers_count": 1376, + "html_url": "https://github.com/phosphor-icons/homepage", + "description": "The homepage of Phosphor Icons, a flexible icon family for everyone", + "url": "https://api.github.com/repos/phosphor-icons/homepage", + "languages_url": "https://api.github.com/repos/phosphor-icons/homepage/languages", + "created_at": "2020-07-14T21:45:56Z", + "updated_at": "2024-09-08T10:51:04Z", + "git_url": "git://github.com/phosphor-icons/homepage.git", + "ssh_url": "git@github.com:phosphor-icons/homepage.git", + "clone_url": "https://github.com/phosphor-icons/homepage.git", + "homepage": "https://phosphoricons.com", + "stargazers_count": 4168, + "watchers_count": 4168, "language": "TypeScript", - "topics": [] + "topics": [ + "icon-font", + "icon-pack", + "icons", + "phosphor", + "svgs" + ] }, { - "id": 284864176, - "node_id": "MDEwOlJlcG9zaXRvcnkyODQ4NjQxNzY=", - "name": "ChatUI", - "full_name": "alibaba/ChatUI", + "id": 575158721, + "node_id": "R_kgDOIkg5wQ", + "name": "prismane", + "full_name": "prismaneui/prismane", "owner": { - "login": "alibaba", - "id": 1961952, - "avatar_url": "https://avatars.githubusercontent.com/u/1961952?v=4", - "url": "https://api.github.com/users/alibaba", - "html_url": "https://github.com/alibaba" + "login": "prismaneui", + "id": 138725705, + "avatar_url": "https://avatars.githubusercontent.com/u/138725705?v=4", + "url": "https://api.github.com/users/prismaneui", + "html_url": "https://github.com/prismaneui" }, - "html_url": "https://github.com/alibaba/ChatUI", - "description": "The UI design language and React library for Conversational UI", - "url": "https://api.github.com/repos/alibaba/ChatUI", - "languages_url": "https://api.github.com/repos/alibaba/ChatUI/languages", - "created_at": "2020-08-04T03:09:19Z", - "updated_at": "2024-09-06T02:06:51Z", - "git_url": "git://github.com/alibaba/ChatUI.git", - "ssh_url": "git@github.com:alibaba/ChatUI.git", - "clone_url": "https://github.com/alibaba/ChatUI.git", - "homepage": "https://chatui.io", - "stargazers_count": 2609, - "watchers_count": 2609, + "html_url": "https://github.com/prismaneui/prismane", + "description": "Prismane is an innovative have-it-all React UI library", + "url": "https://api.github.com/repos/prismaneui/prismane", + "languages_url": "https://api.github.com/repos/prismaneui/prismane/languages", + "created_at": "2022-12-06T22:13:18Z", + "updated_at": "2024-09-02T07:33:23Z", + "git_url": "git://github.com/prismaneui/prismane.git", + "ssh_url": "git@github.com:prismaneui/prismane.git", + "clone_url": "https://github.com/prismaneui/prismane.git", + "homepage": "https://www.prismane.io", + "stargazers_count": 336, + "watchers_count": 336, "language": "TypeScript", "topics": [ - "chat", - "chatbot", + "prismane", "react", - "ui" + "reactjs", + "ui-components", + "ui-library" ] }, { - "id": 609333954, - "node_id": "R_kgDOJFGywg", - "name": "BetterChatGPT", - "full_name": "ztjhz/BetterChatGPT", + "id": 452269390, + "node_id": "R_kgDOGvUVTg", + "name": "nitro", + "full_name": "unjs/nitro", "owner": { - "login": "ztjhz", - "id": 59118459, - "avatar_url": "https://avatars.githubusercontent.com/u/59118459?v=4", - "url": "https://api.github.com/users/ztjhz", - "html_url": "https://github.com/ztjhz" + "login": "unjs", + "id": 80154025, + "avatar_url": "https://avatars.githubusercontent.com/u/80154025?v=4", + "url": "https://api.github.com/users/unjs", + "html_url": "https://github.com/unjs" }, - "html_url": "https://github.com/ztjhz/BetterChatGPT", - "description": "An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)", - "url": "https://api.github.com/repos/ztjhz/BetterChatGPT", - "languages_url": "https://api.github.com/repos/ztjhz/BetterChatGPT/languages", - "created_at": "2023-03-03T22:16:18Z", - "updated_at": "2024-09-07T14:48:32Z", - "git_url": "git://github.com/ztjhz/BetterChatGPT.git", - "ssh_url": "git@github.com:ztjhz/BetterChatGPT.git", - "clone_url": "https://github.com/ztjhz/BetterChatGPT.git", - "homepage": "http://bettergpt.chat/", - "stargazers_count": 7980, - "watchers_count": 7980, + "html_url": "https://github.com/unjs/nitro", + "description": "Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.", + "url": "https://api.github.com/repos/unjs/nitro", + "languages_url": "https://api.github.com/repos/unjs/nitro/languages", + "created_at": "2022-01-26T12:37:12Z", + "updated_at": "2024-09-08T05:20:47Z", + "git_url": "git://github.com/unjs/nitro.git", + "ssh_url": "git@github.com:unjs/nitro.git", + "clone_url": "https://github.com/unjs/nitro.git", + "homepage": "https://nitro.unjs.io", + "stargazers_count": 5806, + "watchers_count": 5806, "language": "TypeScript", - "topics": [ - "better-chat-gpt", - "chatbot", - "chatgpt", - "free", - "gpt-3", - "gpt-4" - ] + "topics": [] }, { - "id": 674139399, - "node_id": "R_kgDOKC6NBw", - "name": "arctic_shift", - "full_name": "ArthurHeitmann/arctic_shift", + "id": 186506870, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY1MDY4NzA=", + "name": "playground-elements", + "full_name": "google/playground-elements", "owner": { - "login": "ArthurHeitmann", - "id": 37270165, - "avatar_url": "https://avatars.githubusercontent.com/u/37270165?v=4", - "url": "https://api.github.com/users/ArthurHeitmann", - "html_url": "https://github.com/ArthurHeitmann" + "login": "google", + "id": 1342004, + "avatar_url": "https://avatars.githubusercontent.com/u/1342004?v=4", + "url": "https://api.github.com/users/google", + "html_url": "https://github.com/google" }, - "html_url": "https://github.com/ArthurHeitmann/arctic_shift", - "description": "Making Reddit data accessible to researchers, moderators and everyone else. Interact with the data through large dumps, an API or web interface.", - "url": "https://api.github.com/repos/ArthurHeitmann/arctic_shift", - "languages_url": "https://api.github.com/repos/ArthurHeitmann/arctic_shift/languages", - "created_at": "2023-08-03T08:25:15Z", - "updated_at": "2024-09-06T15:56:01Z", - "git_url": "git://github.com/ArthurHeitmann/arctic_shift.git", - "ssh_url": "git@github.com:ArthurHeitmann/arctic_shift.git", - "clone_url": "https://github.com/ArthurHeitmann/arctic_shift.git", - "homepage": "https://arctic-shift.photon-reddit.com", - "stargazers_count": 232, - "watchers_count": 232, + "html_url": "https://github.com/google/playground-elements", + "description": "Serverless coding environments for the web.", + "url": "https://api.github.com/repos/google/playground-elements", + "languages_url": "https://api.github.com/repos/google/playground-elements/languages", + "created_at": "2019-05-13T22:54:18Z", + "updated_at": "2024-09-07T00:00:07Z", + "git_url": "git://github.com/google/playground-elements.git", + "ssh_url": "git@github.com:google/playground-elements.git", + "clone_url": "https://github.com/google/playground-elements.git", + "homepage": "", + "stargazers_count": 530, + "watchers_count": 530, "language": "TypeScript", - "topics": [ - "archived", - "pushshift", - "reddit" - ] + "topics": [] }, { - "id": 759616959, - "node_id": "R_kgDOLUbVvw", - "name": "bun-elysia-drizzle-base", - "full_name": "cdbrw/bun-elysia-drizzle-base", + "id": 135019046, + "node_id": "MDEwOlJlcG9zaXRvcnkxMzUwMTkwNDY=", + "name": "apollo-elements", + "full_name": "apollo-elements/apollo-elements", "owner": { - "login": "cdbrw", - "id": 155398330, - "avatar_url": "https://avatars.githubusercontent.com/u/155398330?v=4", - "url": "https://api.github.com/users/cdbrw", - "html_url": "https://github.com/cdbrw" + "login": "apollo-elements", + "id": 46440835, + "avatar_url": "https://avatars.githubusercontent.com/u/46440835?v=4", + "url": "https://api.github.com/users/apollo-elements", + "html_url": "https://github.com/apollo-elements" }, - "html_url": "https://github.com/cdbrw/bun-elysia-drizzle-base", - "description": "Base template for a Bun server using Elysia for routing and Drizzle ORM for a Postgres database", - "url": "https://api.github.com/repos/cdbrw/bun-elysia-drizzle-base", - "languages_url": "https://api.github.com/repos/cdbrw/bun-elysia-drizzle-base/languages", - "created_at": "2024-02-19T02:06:47Z", - "updated_at": "2024-09-03T00:42:23Z", - "git_url": "git://github.com/cdbrw/bun-elysia-drizzle-base.git", - "ssh_url": "git@github.com:cdbrw/bun-elysia-drizzle-base.git", - "clone_url": "https://github.com/cdbrw/bun-elysia-drizzle-base.git", - "homepage": "", - "stargazers_count": 7, - "watchers_count": 7, + "html_url": "https://github.com/apollo-elements/apollo-elements", + "description": "🚀🌛 Use the Launch Platform 👩‍🚀👨‍🚀", + "url": "https://api.github.com/repos/apollo-elements/apollo-elements", + "languages_url": "https://api.github.com/repos/apollo-elements/apollo-elements/languages", + "created_at": "2018-05-27T05:42:06Z", + "updated_at": "2024-06-17T11:58:41Z", + "git_url": "git://github.com/apollo-elements/apollo-elements.git", + "ssh_url": "git@github.com:apollo-elements/apollo-elements.git", + "clone_url": "https://github.com/apollo-elements/apollo-elements.git", + "homepage": "https://apolloelements.dev", + "stargazers_count": 417, + "watchers_count": 417, "language": "TypeScript", - "topics": [] + "topics": [ + "apollo-elements", + "gluon", + "graphql", + "hacktoberfest", + "hybrids", + "lit-element", + "lit-html", + "mixins", + "polymer", + "webcomponents" + ] }, { - "id": 713502591, - "node_id": "R_kgDOKocvfw", - "name": "gramio", - "full_name": "gramiojs/gramio", + "id": 127049550, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjcwNDk1NTA=", + "name": "material-web", + "full_name": "material-components/material-web", "owner": { - "login": "gramiojs", - "id": 156598758, - "avatar_url": "https://avatars.githubusercontent.com/u/156598758?v=4", - "url": "https://api.github.com/users/gramiojs", - "html_url": "https://github.com/gramiojs" + "login": "material-components", + "id": 19478152, + "avatar_url": "https://avatars.githubusercontent.com/u/19478152?v=4", + "url": "https://api.github.com/users/material-components", + "html_url": "https://github.com/material-components" }, - "html_url": "https://github.com/gramiojs/gramio", - "description": "Powerful, extensible and really type-safe Telegram Bot API framework", - "url": "https://api.github.com/repos/gramiojs/gramio", - "languages_url": "https://api.github.com/repos/gramiojs/gramio/languages", - "created_at": "2023-11-02T16:42:36Z", - "updated_at": "2024-09-07T14:49:01Z", - "git_url": "git://github.com/gramiojs/gramio.git", - "ssh_url": "git@github.com:gramiojs/gramio.git", - "clone_url": "https://github.com/gramiojs/gramio.git", - "homepage": "https://gramio.dev/", - "stargazers_count": 31, - "watchers_count": 31, + "html_url": "https://github.com/material-components/material-web", + "description": "Material Design Web Components", + "url": "https://api.github.com/repos/material-components/material-web", + "languages_url": "https://api.github.com/repos/material-components/material-web/languages", + "created_at": "2018-03-27T21:46:51Z", + "updated_at": "2024-09-08T08:47:07Z", + "git_url": "git://github.com/material-components/material-web.git", + "ssh_url": "git@github.com:material-components/material-web.git", + "clone_url": "https://github.com/material-components/material-web.git", + "homepage": "https://material-web.dev", + "stargazers_count": 9169, + "watchers_count": 9169, "language": "TypeScript", "topics": [ - "bun", - "framework", - "nodejs", - "telegram", - "telegram-api", - "telegram-bot", - "telegram-bot-api", - "telegram-framework", - "typescript" + "component-", + "design-system", + "lit", + "lit-element", + "lit-html", + "material", + "material-design", + "material-you", + "web", + "web-components" ] }, { - "id": 445407916, - "node_id": "R_kgDOGoxirA", - "name": "telly-bot", - "full_name": "LolipopJ/telly-bot", + "id": 107422373, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDc0MjIzNzM=", + "name": "eui", + "full_name": "elastic/eui", "owner": { - "login": "LolipopJ", - "id": 42314340, - "avatar_url": "https://avatars.githubusercontent.com/u/42314340?v=4", - "url": "https://api.github.com/users/LolipopJ", - "html_url": "https://github.com/LolipopJ" + "login": "elastic", + "id": 6764390, + "avatar_url": "https://avatars.githubusercontent.com/u/6764390?v=4", + "url": "https://api.github.com/users/elastic", + "html_url": "https://github.com/elastic" }, - "html_url": "https://github.com/LolipopJ/telly-bot", - "description": "A Telegram bot based on Bun.", - "url": "https://api.github.com/repos/LolipopJ/telly-bot", - "languages_url": "https://api.github.com/repos/LolipopJ/telly-bot/languages", - "created_at": "2022-01-07T05:24:30Z", - "updated_at": "2024-08-18T06:35:37Z", - "git_url": "git://github.com/LolipopJ/telly-bot.git", - "ssh_url": "git@github.com:LolipopJ/telly-bot.git", - "clone_url": "https://github.com/LolipopJ/telly-bot.git", - "homepage": "https://t.me/lolipop_mini_bot", - "stargazers_count": 2, - "watchers_count": 2, + "html_url": "https://github.com/elastic/eui", + "description": "Elastic UI Framework 🙌", + "url": "https://api.github.com/repos/elastic/eui", + "languages_url": "https://api.github.com/repos/elastic/eui/languages", + "created_at": "2017-10-18T14:49:20Z", + "updated_at": "2024-09-07T13:26:20Z", + "git_url": "git://github.com/elastic/eui.git", + "ssh_url": "git@github.com:elastic/eui.git", + "clone_url": "https://github.com/elastic/eui.git", + "homepage": "https://eui.elastic.co/", + "stargazers_count": 6079, + "watchers_count": 6079, "language": "TypeScript", "topics": [ - "alist", - "bun", - "chatgpt", - "github-issues", - "mongodb", - "pixiv", - "telegram-bot" + "css-in-js", + "design-system", + "elasticsearch", + "eui", + "kibana", + "react" ] }, { - "id": 440302068, - "node_id": "R_kgDOGj559A", - "name": "telegram-bot-template", - "full_name": "bot-base/telegram-bot-template", + "id": 421001366, + "node_id": "R_kgDOGRf4lg", + "name": "semi-design", + "full_name": "DouyinFE/semi-design", "owner": { - "login": "bot-base", - "id": 84856026, - "avatar_url": "https://avatars.githubusercontent.com/u/84856026?v=4", - "url": "https://api.github.com/users/bot-base", - "html_url": "https://github.com/bot-base" + "login": "DouyinFE", + "id": 88025672, + "avatar_url": "https://avatars.githubusercontent.com/u/88025672?v=4", + "url": "https://api.github.com/users/DouyinFE", + "html_url": "https://github.com/DouyinFE" }, - "html_url": "https://github.com/bot-base/telegram-bot-template", - "description": "Telegram bot template based on grammY", - "url": "https://api.github.com/repos/bot-base/telegram-bot-template", - "languages_url": "https://api.github.com/repos/bot-base/telegram-bot-template/languages", - "created_at": "2021-12-20T20:45:24Z", - "updated_at": "2024-09-06T20:29:59Z", - "git_url": "git://github.com/bot-base/telegram-bot-template.git", - "ssh_url": "git@github.com:bot-base/telegram-bot-template.git", - "clone_url": "https://github.com/bot-base/telegram-bot-template.git", - "homepage": "", - "stargazers_count": 288, - "watchers_count": 288, + "html_url": "https://github.com/DouyinFE/semi-design", + "description": "🚀A modern, comprehensive, flexible design system and React UI library. 🎨 Provide more than 3000+ Design Tokens, easy to build your design system. Make Semi Design to Any Design. 🧑🏻‍💻 Design to Code in one click ", + "url": "https://api.github.com/repos/DouyinFE/semi-design", + "languages_url": "https://api.github.com/repos/DouyinFE/semi-design/languages", + "created_at": "2021-10-25T11:47:38Z", + "updated_at": "2024-09-08T01:01:57Z", + "git_url": "git://github.com/DouyinFE/semi-design.git", + "ssh_url": "git@github.com:DouyinFE/semi-design.git", + "clone_url": "https://github.com/DouyinFE/semi-design.git", + "homepage": "https://semi.design", + "stargazers_count": 8274, + "watchers_count": 8274, "language": "TypeScript", "topics": [ - "bot", - "bun", - "docker", - "docker-compose", - "grammy", - "grammyjs", - "hono", - "honojs", - "prisma", - "starter-template", - "telegram", - "telegram-api", - "telegram-bot", - "telegram-bot-api", - "telegram-bot-template", - "template", - "typescript", - "vercel" + "code2design", + "dark-mode", + "design-system", + "design2code", + "designops", + "designtocode", + "figma-plugin", + "react", + "theme", + "ui-libary" ] }, { - "id": 355840294, - "node_id": "MDEwOlJlcG9zaXRvcnkzNTU4NDAyOTQ=", - "name": "mtcute", - "full_name": "mtcute/mtcute", + "id": 171368195, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzEzNjgxOTU=", + "name": "React95", + "full_name": "react95-io/React95", "owner": { - "login": "mtcute", - "id": 83708043, - "avatar_url": "https://avatars.githubusercontent.com/u/83708043?v=4", - "url": "https://api.github.com/users/mtcute", - "html_url": "https://github.com/mtcute" + "login": "react95-io", + "id": 73022194, + "avatar_url": "https://avatars.githubusercontent.com/u/73022194?v=4", + "url": "https://api.github.com/users/react95-io", + "html_url": "https://github.com/react95-io" }, - "html_url": "https://github.com/mtcute/mtcute", - "description": "modern typescript library for mtproto. supports browsers, node/bun, deno and more!", - "url": "https://api.github.com/repos/mtcute/mtcute", - "languages_url": "https://api.github.com/repos/mtcute/mtcute/languages", - "created_at": "2021-04-08T09:20:09Z", - "updated_at": "2024-09-07T21:55:45Z", - "git_url": "git://github.com/mtcute/mtcute.git", - "ssh_url": "git@github.com:mtcute/mtcute.git", - "clone_url": "https://github.com/mtcute/mtcute.git", - "homepage": "https://mtcute.dev", - "stargazers_count": 145, - "watchers_count": 145, + "html_url": "https://github.com/react95-io/React95", + "description": "🌈🕹 Windows 95 style UI component library for React", + "url": "https://api.github.com/repos/react95-io/React95", + "languages_url": "https://api.github.com/repos/react95-io/React95/languages", + "created_at": "2019-02-18T22:55:25Z", + "updated_at": "2024-09-08T09:12:56Z", + "git_url": "git://github.com/react95-io/React95.git", + "ssh_url": "git@github.com:react95-io/React95.git", + "clone_url": "https://github.com/react95-io/React95.git", + "homepage": "https://react95.io", + "stargazers_count": 6603, + "watchers_count": 6603, "language": "TypeScript", "topics": [ - "bun", - "deno", - "mtproto", - "nodejs", - "telegram", - "typescript" + "component-library", + "components", + "design-system", + "react", + "reactjs", + "styled-components", + "ui", + "ui-kit", + "vaporwave", + "windows95" ] }, { - "id": 643445235, - "node_id": "R_kgDOJlox8w", - "name": "lobe-chat", - "full_name": "lobehub/lobe-chat", + "id": 587710850, + "node_id": "R_kgDOIwfBgg", + "name": "gluestack-ui", + "full_name": "gluestack/gluestack-ui", "owner": { - "login": "lobehub", - "id": 131470832, - "avatar_url": "https://avatars.githubusercontent.com/u/131470832?v=4", - "url": "https://api.github.com/users/lobehub", - "html_url": "https://github.com/lobehub" + "login": "gluestack", + "id": 120183344, + "avatar_url": "https://avatars.githubusercontent.com/u/120183344?v=4", + "url": "https://api.github.com/users/gluestack", + "html_url": "https://github.com/gluestack" }, - "html_url": "https://github.com/lobehub/lobe-chat", - "description": "🤯 Lobe Chat - an open-source, modern-design AI chat framework. Supports Multi AI Providers( OpenAI / Claude 3 / Gemini / Ollama / Azure / DeepSeek), Knowledge Base (file upload / knowledge management / RAG ), Multi-Modals (Vision/TTS) and plugin system. One-click FREE deployment of your private ChatGPT/ Claude application.", - "url": "https://api.github.com/repos/lobehub/lobe-chat", - "languages_url": "https://api.github.com/repos/lobehub/lobe-chat/languages", - "created_at": "2023-05-21T07:19:12Z", - "updated_at": "2024-09-07T23:18:21Z", - "git_url": "git://github.com/lobehub/lobe-chat.git", - "ssh_url": "git@github.com:lobehub/lobe-chat.git", - "clone_url": "https://github.com/lobehub/lobe-chat.git", - "homepage": "https://chat-preview.lobehub.com", - "stargazers_count": 40188, - "watchers_count": 40188, + "html_url": "https://github.com/gluestack/gluestack-ui", + "description": "React & React Native Components & Patterns (copy-paste components & patterns crafted with Tailwind CSS (NativeWind))", + "url": "https://api.github.com/repos/gluestack/gluestack-ui", + "languages_url": "https://api.github.com/repos/gluestack/gluestack-ui/languages", + "created_at": "2023-01-11T12:03:50Z", + "updated_at": "2024-09-08T11:36:12Z", + "git_url": "git://github.com/gluestack/gluestack-ui.git", + "ssh_url": "git@github.com:gluestack/gluestack-ui.git", + "clone_url": "https://github.com/gluestack/gluestack-ui.git", + "homepage": "https://gluestack.io/", + "stargazers_count": 2326, + "watchers_count": 2326, "language": "TypeScript", "topics": [ - "ai", - "azure-openai-api", - "chat", - "chatglm", - "chatgpt", - "claude", - "dalle-3", - "function-calling", - "gemini", - "gpt", - "gpt-4", - "gpt-4-vision", - "knowledge-base", - "nextjs", - "ollama", - "openai", - "qwen2", - "rag", - "tts" + "accessibility", + "component-library", + "customizable-components", + "design-system", + "react", + "react-native", + "styled-components", + "ui", + "ui-components", + "universal-components" ] }, { - "id": 581959388, - "node_id": "R_kgDOIq_-3A", - "name": "elysia-oauth2", - "full_name": "bogeychan/elysia-oauth2", + "id": 423604713, + "node_id": "R_kgDOGT-x6Q", + "name": "design-system", + "full_name": "hashicorp/design-system", "owner": { - "login": "bogeychan", - "id": 109291149, - "avatar_url": "https://avatars.githubusercontent.com/u/109291149?v=4", - "url": "https://api.github.com/users/bogeychan", - "html_url": "https://github.com/bogeychan" + "login": "hashicorp", + "id": 761456, + "avatar_url": "https://avatars.githubusercontent.com/u/761456?v=4", + "url": "https://api.github.com/users/hashicorp", + "html_url": "https://github.com/hashicorp" }, - "html_url": "https://github.com/bogeychan/elysia-oauth2", - "description": "A plugin for Elysia.js for server-side OAuth 2.0 Authorization Code Flow", - "url": "https://api.github.com/repos/bogeychan/elysia-oauth2", - "languages_url": "https://api.github.com/repos/bogeychan/elysia-oauth2/languages", - "created_at": "2022-12-25T03:42:18Z", - "updated_at": "2024-08-24T14:31:01Z", - "git_url": "git://github.com/bogeychan/elysia-oauth2.git", - "ssh_url": "git@github.com:bogeychan/elysia-oauth2.git", - "clone_url": "https://github.com/bogeychan/elysia-oauth2.git", - "homepage": "https://npmjs.com/package/@bogeychan/elysia-oauth2", - "stargazers_count": 62, - "watchers_count": 62, + "html_url": "https://github.com/hashicorp/design-system", + "description": "Helios Design System", + "url": "https://api.github.com/repos/hashicorp/design-system", + "languages_url": "https://api.github.com/repos/hashicorp/design-system/languages", + "created_at": "2021-11-01T20:19:43Z", + "updated_at": "2024-09-06T17:16:37Z", + "git_url": "git://github.com/hashicorp/design-system.git", + "ssh_url": "git@github.com:hashicorp/design-system.git", + "clone_url": "https://github.com/hashicorp/design-system.git", + "homepage": "https://helios.hashicorp.design", + "stargazers_count": 431, + "watchers_count": 431, "language": "TypeScript", "topics": [ - "elysia", - "oauth" + "components", + "design-system", + "design-systems", + "design-tokens", + "emberjs", + "hashicorp", + "helios", + "icons" ] }, { - "id": 712450258, - "node_id": "R_kgDOKncg0g", - "name": "authkit", - "full_name": "workos/authkit", + "id": 98339432, + "node_id": "MDEwOlJlcG9zaXRvcnk5ODMzOTQzMg==", + "name": "shoelace", + "full_name": "shoelace-style/shoelace", "owner": { - "login": "workos", - "id": 47638084, - "avatar_url": "https://avatars.githubusercontent.com/u/47638084?v=4", - "url": "https://api.github.com/users/workos", - "html_url": "https://github.com/workos" + "login": "shoelace-style", + "id": 68111783, + "avatar_url": "https://avatars.githubusercontent.com/u/68111783?v=4", + "url": "https://api.github.com/users/shoelace-style", + "html_url": "https://github.com/shoelace-style" }, - "html_url": "https://github.com/workos/authkit", - "description": "The world's best login box powered by WorkOS and Radix.", - "url": "https://api.github.com/repos/workos/authkit", - "languages_url": "https://api.github.com/repos/workos/authkit/languages", - "created_at": "2023-10-31T13:51:15Z", - "updated_at": "2024-09-07T13:34:55Z", - "git_url": "git://github.com/workos/authkit.git", - "ssh_url": "git@github.com:workos/authkit.git", - "clone_url": "https://github.com/workos/authkit.git", - "homepage": "https://authkit.com", - "stargazers_count": 2132, - "watchers_count": 2132, + "html_url": "https://github.com/shoelace-style/shoelace", + "description": "A collection of professionally designed, every day UI components built on Web standards. SHOELACE IS BECOMING WEB AWESOME 👇👇👇", + "url": "https://api.github.com/repos/shoelace-style/shoelace", + "languages_url": "https://api.github.com/repos/shoelace-style/shoelace/languages", + "created_at": "2017-07-25T18:49:44Z", + "updated_at": "2024-09-07T11:02:36Z", + "git_url": "git://github.com/shoelace-style/shoelace.git", + "ssh_url": "git@github.com:shoelace-style/shoelace.git", + "clone_url": "https://github.com/shoelace-style/shoelace.git", + "homepage": "https://webawesome.com", + "stargazers_count": 12560, + "watchers_count": 12560, "language": "TypeScript", "topics": [ - "auth", - "authentication", - "authentication-backend", - "authentication-middleware", - "authn", - "magic-code", - "oauth2", - "passwordless-authentication", - "radix-ui", - "sso-authentication", - "user-management" + "css", + "designsystem", + "hacktoberfest", + "html", + "javascript", + "ui", + "ux", + "webcomponents" ] }, { - "id": 710992405, - "node_id": "R_kgDOKmDiFQ", - "name": "tlds.world", - "full_name": "toohard2explain/tlds.world", + "id": 658921780, + "node_id": "R_kgDOJ0ZZNA", + "name": "magicui", + "full_name": "magicuidesign/magicui", "owner": { - "login": "toohard2explain", - "id": 78054244, - "avatar_url": "https://avatars.githubusercontent.com/u/78054244?v=4", - "url": "https://api.github.com/users/toohard2explain", - "html_url": "https://github.com/toohard2explain" + "login": "magicuidesign", + "id": 166878038, + "avatar_url": "https://avatars.githubusercontent.com/u/166878038?v=4", + "url": "https://api.github.com/users/magicuidesign", + "html_url": "https://github.com/magicuidesign" }, - "html_url": "https://github.com/toohard2explain/tlds.world", - "description": "tlds.world was made for the junge of providers that are giving people the opportunity to register domains, but how do you know what is the best price? Now you do! Simply get on tlds.world and search for you name or domain, the prices and availabilties will be shown as fast as we can collect the newest information for you and your wallet.", - "url": "https://api.github.com/repos/toohard2explain/tlds.world", - "languages_url": "https://api.github.com/repos/toohard2explain/tlds.world/languages", - "created_at": "2023-10-27T22:57:06Z", - "updated_at": "2024-05-31T05:46:10Z", - "git_url": "git://github.com/toohard2explain/tlds.world.git", - "ssh_url": "git@github.com:toohard2explain/tlds.world.git", - "clone_url": "https://github.com/toohard2explain/tlds.world.git", - "homepage": "https://tlds.world", - "stargazers_count": 1, - "watchers_count": 1, + "html_url": "https://github.com/magicuidesign/magicui", + "description": "UI Library for Design Engineers. Animated components and effects you can copy and paste into your apps. Free. Open Source.", + "url": "https://api.github.com/repos/magicuidesign/magicui", + "languages_url": "https://api.github.com/repos/magicuidesign/magicui/languages", + "created_at": "2023-06-26T19:17:10Z", + "updated_at": "2024-09-08T11:50:02Z", + "git_url": "git://github.com/magicuidesign/magicui.git", + "ssh_url": "git@github.com:magicuidesign/magicui.git", + "clone_url": "https://github.com/magicuidesign/magicui.git", + "homepage": "https://magicui.design", + "stargazers_count": 8371, + "watchers_count": 8371, "language": "TypeScript", "topics": [ - "domain", - "list", - "pricing", - "tld" + "components", + "framer-motion", + "nextjs", + "react", + "shadcn-ui", + "tailwindcss", + "typescript" ] }, { - "id": 781400683, - "node_id": "R_kgDOLpM6aw", - "name": "drizzle-pg-proxy", - "full_name": "nmajor/drizzle-pg-proxy", + "id": 455933049, + "node_id": "R_kgDOGyz8eQ", + "name": "voby", + "full_name": "vobyjs/voby", "owner": { - "login": "nmajor", - "id": 1725397, - "avatar_url": "https://avatars.githubusercontent.com/u/1725397?v=4", - "url": "https://api.github.com/users/nmajor", - "html_url": "https://github.com/nmajor" + "login": "vobyjs", + "id": 105102203, + "avatar_url": "https://avatars.githubusercontent.com/u/105102203?v=4", + "url": "https://api.github.com/users/vobyjs", + "html_url": "https://github.com/vobyjs" }, - "html_url": "https://github.com/nmajor/drizzle-pg-proxy", - "description": "Simple implementation of Drizzle HTTP Proxy for postgres as a standalone service", - "url": "https://api.github.com/repos/nmajor/drizzle-pg-proxy", - "languages_url": "https://api.github.com/repos/nmajor/drizzle-pg-proxy/languages", - "created_at": "2024-04-03T10:04:34Z", - "updated_at": "2024-08-31T20:56:02Z", - "git_url": "git://github.com/nmajor/drizzle-pg-proxy.git", - "ssh_url": "git@github.com:nmajor/drizzle-pg-proxy.git", - "clone_url": "https://github.com/nmajor/drizzle-pg-proxy.git", - "homepage": null, - "stargazers_count": 10, - "watchers_count": 10, + "html_url": "https://github.com/vobyjs/voby", + "description": "A high-performance framework with fine-grained observable-based reactivity for building rich applications.", + "url": "https://api.github.com/repos/vobyjs/voby", + "languages_url": "https://api.github.com/repos/vobyjs/voby/languages", + "created_at": "2022-02-05T17:11:03Z", + "updated_at": "2024-09-06T20:59:30Z", + "git_url": "git://github.com/vobyjs/voby.git", + "ssh_url": "git@github.com:vobyjs/voby.git", + "clone_url": "https://github.com/vobyjs/voby.git", + "homepage": "https://voby.dev", + "stargazers_count": 877, + "watchers_count": 877, "language": "TypeScript", - "topics": [] + "topics": [ + "fast", + "fine-grained", + "framework", + "observable", + "performant", + "reactive", + "small", + "ui", + "voby" + ] }, { - "id": 574104779, - "node_id": "R_kgDOIjgkyw", - "name": "elysia", - "full_name": "elysiajs/elysia", + "id": 273499522, + "node_id": "MDEwOlJlcG9zaXRvcnkyNzM0OTk1MjI=", + "name": "primitives", + "full_name": "radix-ui/primitives", "owner": { - "login": "elysiajs", - "id": 119793569, - "avatar_url": "https://avatars.githubusercontent.com/u/119793569?v=4", - "url": "https://api.github.com/users/elysiajs", - "html_url": "https://github.com/elysiajs" + "login": "radix-ui", + "id": 75042455, + "avatar_url": "https://avatars.githubusercontent.com/u/75042455?v=4", + "url": "https://api.github.com/users/radix-ui", + "html_url": "https://github.com/radix-ui" }, - "html_url": "https://github.com/elysiajs/elysia", - "description": "Ergonomic Framework for Humans", - "url": "https://api.github.com/repos/elysiajs/elysia", - "languages_url": "https://api.github.com/repos/elysiajs/elysia/languages", - "created_at": "2022-12-04T12:53:30Z", - "updated_at": "2024-09-08T00:15:04Z", - "git_url": "git://github.com/elysiajs/elysia.git", - "ssh_url": "git@github.com:elysiajs/elysia.git", - "clone_url": "https://github.com/elysiajs/elysia.git", - "homepage": "https://elysiajs.com", - "stargazers_count": 9738, - "watchers_count": 9738, + "html_url": "https://github.com/radix-ui/primitives", + "description": "Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.", + "url": "https://api.github.com/repos/radix-ui/primitives", + "languages_url": "https://api.github.com/repos/radix-ui/primitives/languages", + "created_at": "2020-06-19T13:23:22Z", + "updated_at": "2024-09-08T09:14:47Z", + "git_url": "git://github.com/radix-ui/primitives.git", + "ssh_url": "git@github.com:radix-ui/primitives.git", + "clone_url": "https://github.com/radix-ui/primitives.git", + "homepage": "https://radix-ui.com/primitives", + "stargazers_count": 15344, + "watchers_count": 15344, "language": "TypeScript", "topics": [ - "bun", - "framework", - "http", - "server", - "typescript", - "web" + "accessibility", + "colors", + "component-library", + "design-systems", + "radix-ui", + "react", + "ui", + "ui-components", + "ui-kit" ] }, { - "id": 644861240, - "node_id": "R_kgDOJm_NOA", - "name": "chadnext", - "full_name": "moinulmoin/chadnext", + "id": 73617628, + "node_id": "MDEwOlJlcG9zaXRvcnk3MzYxNzYyOA==", + "name": "ivi", + "full_name": "localvoid/ivi", "owner": { - "login": "moinulmoin", - "id": 63459189, - "avatar_url": "https://avatars.githubusercontent.com/u/63459189?v=4", - "url": "https://api.github.com/users/moinulmoin", - "html_url": "https://github.com/moinulmoin" + "login": "localvoid", + "id": 132045, + "avatar_url": "https://avatars.githubusercontent.com/u/132045?v=4", + "url": "https://api.github.com/users/localvoid", + "html_url": "https://github.com/localvoid" }, - "html_url": "https://github.com/moinulmoin/chadnext", - "description": "ChadNext - Quick Starter Template for your Next project includes Next.js 14 App router, Shadcn UI, LuciaAuth, Prisma, Server Actions, Stripe, Internationalization and more.", - "url": "https://api.github.com/repos/moinulmoin/chadnext", - "languages_url": "https://api.github.com/repos/moinulmoin/chadnext/languages", - "created_at": "2023-05-24T12:09:58Z", - "updated_at": "2024-09-07T22:29:58Z", - "git_url": "git://github.com/moinulmoin/chadnext.git", - "ssh_url": "git@github.com:moinulmoin/chadnext.git", - "clone_url": "https://github.com/moinulmoin/chadnext.git", - "homepage": "https://chadnext.moinulmoin.com", - "stargazers_count": 895, - "watchers_count": 895, + "html_url": "https://github.com/localvoid/ivi", + "description": "Lighweight Embeddable Web UI Library", + "url": "https://api.github.com/repos/localvoid/ivi", + "languages_url": "https://api.github.com/repos/localvoid/ivi/languages", + "created_at": "2016-11-13T13:30:04Z", + "updated_at": "2024-08-25T03:48:46Z", + "git_url": "git://github.com/localvoid/ivi.git", + "ssh_url": "git@github.com:localvoid/ivi.git", + "clone_url": "https://github.com/localvoid/ivi.git", + "homepage": "", + "stargazers_count": 708, + "watchers_count": 708, "language": "TypeScript", "topics": [ - "lucia-auth", - "nextjs", - "nextjs-boilerplate", - "nextjs-starter", - "nextjs-template", - "prisma", - "radix-ui", - "react-email", - "react-hook-form", - "reactjs", - "resend", - "shadcn-ui", - "stripe", - "tailwindcss", - "typescript", - "umami-analytics", - "uploadthing", - "vercel", - "zod" + "frontend", + "ui", + "web" ] }, { - "id": 628457633, - "node_id": "R_kgDOJXWAoQ", - "name": "next-safe-action", - "full_name": "TheEdoRan/next-safe-action", + "id": 392073243, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTIwNzMyNDM=", + "name": "platform", + "full_name": "hcengineering/platform", "owner": { - "login": "TheEdoRan", - "id": 1337629, - "avatar_url": "https://avatars.githubusercontent.com/u/1337629?v=4", - "url": "https://api.github.com/users/TheEdoRan", - "html_url": "https://github.com/TheEdoRan" + "login": "hcengineering", + "id": 87086734, + "avatar_url": "https://avatars.githubusercontent.com/u/87086734?v=4", + "url": "https://api.github.com/users/hcengineering", + "html_url": "https://github.com/hcengineering" }, - "html_url": "https://github.com/TheEdoRan/next-safe-action", - "description": "Type safe and validated Server Actions in your Next.js project.", - "url": "https://api.github.com/repos/TheEdoRan/next-safe-action", - "languages_url": "https://api.github.com/repos/TheEdoRan/next-safe-action/languages", - "created_at": "2023-04-16T02:12:14Z", - "updated_at": "2024-09-07T21:34:37Z", - "git_url": "git://github.com/TheEdoRan/next-safe-action.git", - "ssh_url": "git@github.com:TheEdoRan/next-safe-action.git", - "clone_url": "https://github.com/TheEdoRan/next-safe-action.git", - "homepage": "https://next-safe-action.dev", - "stargazers_count": 1994, - "watchers_count": 1994, + "html_url": "https://github.com/hcengineering/platform", + "description": "Huly — All-in-One Project Management Platform (alternative to Linear, Jira, Slack, Notion, Motion)", + "url": "https://api.github.com/repos/hcengineering/platform", + "languages_url": "https://api.github.com/repos/hcengineering/platform/languages", + "created_at": "2021-08-02T19:39:23Z", + "updated_at": "2024-09-08T06:15:27Z", + "git_url": "git://github.com/hcengineering/platform.git", + "ssh_url": "git@github.com:hcengineering/platform.git", + "clone_url": "https://github.com/hcengineering/platform.git", + "homepage": "https://huly.io", + "stargazers_count": 7130, + "watchers_count": 7130, "language": "TypeScript", "topics": [ - "actions", - "app-dir", - "mutations", - "next", - "next-actions", - "nextjs", - "react", - "react-actions", - "react-server-components", - "rsc", - "server-actions", - "server-components", - "typesafe", - "typescript", - "zod" + "applicant-tracking-system", + "chat-application", + "crm", + "crm-platform", + "hrms", + "human-resources", + "issue-management", + "issue-tracker", + "jira-alternative", + "project-management", + "qms", + "support", + "team-management", + "team-platform", + "wiki" ] }, { - "id": 603941098, - "node_id": "R_kgDOI_9o6g", - "name": "sveltekit-superforms", - "full_name": "ciscoheat/sveltekit-superforms", + "id": 784181462, + "node_id": "R_kgDOLr2o1g", + "name": "Perplexica", + "full_name": "ItzCrazyKns/Perplexica", "owner": { - "login": "ciscoheat", - "id": 130450, - "avatar_url": "https://avatars.githubusercontent.com/u/130450?v=4", - "url": "https://api.github.com/users/ciscoheat", - "html_url": "https://github.com/ciscoheat" + "login": "ItzCrazyKns", + "id": 95534749, + "avatar_url": "https://avatars.githubusercontent.com/u/95534749?v=4", + "url": "https://api.github.com/users/ItzCrazyKns", + "html_url": "https://github.com/ItzCrazyKns" }, - "html_url": "https://github.com/ciscoheat/sveltekit-superforms", - "description": "Making SvelteKit forms a pleasure to use!", - "url": "https://api.github.com/repos/ciscoheat/sveltekit-superforms", - "languages_url": "https://api.github.com/repos/ciscoheat/sveltekit-superforms/languages", - "created_at": "2023-02-20T01:39:50Z", - "updated_at": "2024-09-07T09:36:06Z", - "git_url": "git://github.com/ciscoheat/sveltekit-superforms.git", - "ssh_url": "git@github.com:ciscoheat/sveltekit-superforms.git", - "clone_url": "https://github.com/ciscoheat/sveltekit-superforms.git", - "homepage": "https://superforms.rocks", - "stargazers_count": 2120, - "watchers_count": 2120, + "html_url": "https://github.com/ItzCrazyKns/Perplexica", + "description": "Perplexica is an AI-powered search engine. It is an Open source alternative to Perplexity AI", + "url": "https://api.github.com/repos/ItzCrazyKns/Perplexica", + "languages_url": "https://api.github.com/repos/ItzCrazyKns/Perplexica/languages", + "created_at": "2024-04-09T10:51:32Z", + "updated_at": "2024-09-08T12:04:06Z", + "git_url": "git://github.com/ItzCrazyKns/Perplexica.git", + "ssh_url": "git@github.com:ItzCrazyKns/Perplexica.git", + "clone_url": "https://github.com/ItzCrazyKns/Perplexica.git", + "homepage": "", + "stargazers_count": 13163, + "watchers_count": 13163, "language": "TypeScript", "topics": [ - "arktype", - "form-validation", - "forms", - "joi", - "svelte", - "sveltekit", - "typebox", - "valibot", - "validation", - "validation-library", - "yup", - "zod" + "ai-search-engine", + "artificial-intelligence", + "machine-learning", + "open-source-ai-search-engine", + "open-source-perplexity-ai", + "perplexica", + "perplexity-ai", + "search-engine", + "searxng", + "searxng-copilot" ] }, { - "id": 763923484, - "node_id": "R_kgDOLYiMHA", - "name": "tracecat", - "full_name": "TracecatHQ/tracecat", + "id": 643435168, + "node_id": "R_kgDOJloKoA", + "name": "lobe-ui", + "full_name": "lobehub/lobe-ui", "owner": { - "login": "TracecatHQ", - "id": 137193901, - "avatar_url": "https://avatars.githubusercontent.com/u/137193901?v=4", - "url": "https://api.github.com/users/TracecatHQ", - "html_url": "https://github.com/TracecatHQ" + "login": "lobehub", + "id": 131470832, + "avatar_url": "https://avatars.githubusercontent.com/u/131470832?v=4", + "url": "https://api.github.com/users/lobehub", + "html_url": "https://github.com/lobehub" }, - "html_url": "https://github.com/TracecatHQ/tracecat", - "description": "The open source Tines / Splunk SOAR alternative.", - "url": "https://api.github.com/repos/TracecatHQ/tracecat", - "languages_url": "https://api.github.com/repos/TracecatHQ/tracecat/languages", - "created_at": "2024-02-27T06:48:32Z", - "updated_at": "2024-09-07T18:47:02Z", - "git_url": "git://github.com/TracecatHQ/tracecat.git", - "ssh_url": "git@github.com:TracecatHQ/tracecat.git", - "clone_url": "https://github.com/TracecatHQ/tracecat.git", - "homepage": "https://tracecat.com", - "stargazers_count": 2334, - "watchers_count": 2334, + "html_url": "https://github.com/lobehub/lobe-ui", + "description": "🍭 Lobe UI - an open-source UI component library for building AIGC web apps", + "url": "https://api.github.com/repos/lobehub/lobe-ui", + "languages_url": "https://api.github.com/repos/lobehub/lobe-ui/languages", + "created_at": "2023-05-21T06:32:13Z", + "updated_at": "2024-09-08T09:24:37Z", + "git_url": "git://github.com/lobehub/lobe-ui.git", + "ssh_url": "git@github.com:lobehub/lobe-ui.git", + "clone_url": "https://github.com/lobehub/lobe-ui.git", + "homepage": "https://ui.lobehub.com", + "stargazers_count": 890, + "watchers_count": 890, "language": "TypeScript", "topics": [ - "automation", - "cybersecurity", - "event-driven", - "fastapi", - "hacktoberfest", - "llm", - "low-code", - "monitoring", - "nextjs", - "openapi", - "orchestration", - "pydantic", - "security", - "temporalio", - "workflow-engine" + "aigc", + "antd", + "chatbot", + "design-system", + "dumi", + "lobehub", + "react", + "typescript", + "ui", + "ui-components", + "ui-kit" ] }, { - "id": 768109404, - "node_id": "R_kgDOLchrXA", - "name": "duplojs-zod-accelerator", - "full_name": "duplojs/duplojs-zod-accelerator", + "id": 699110613, + "node_id": "R_kgDOKauU1Q", + "name": "chatbot-ollama", + "full_name": "ivanfioravanti/chatbot-ollama", "owner": { - "login": "duplojs", - "id": 140890282, - "avatar_url": "https://avatars.githubusercontent.com/u/140890282?v=4", - "url": "https://api.github.com/users/duplojs", - "html_url": "https://github.com/duplojs" + "login": "ivanfioravanti", + "id": 1069210, + "avatar_url": "https://avatars.githubusercontent.com/u/1069210?v=4", + "url": "https://api.github.com/users/ivanfioravanti", + "html_url": "https://github.com/ivanfioravanti" }, - "html_url": "https://github.com/duplojs/duplojs-zod-accelerator", - "description": null, - "url": "https://api.github.com/repos/duplojs/duplojs-zod-accelerator", - "languages_url": "https://api.github.com/repos/duplojs/duplojs-zod-accelerator/languages", - "created_at": "2024-03-06T13:41:13Z", - "updated_at": "2024-08-31T07:45:24Z", - "git_url": "git://github.com/duplojs/duplojs-zod-accelerator.git", - "ssh_url": "git@github.com:duplojs/duplojs-zod-accelerator.git", - "clone_url": "https://github.com/duplojs/duplojs-zod-accelerator.git", + "html_url": "https://github.com/ivanfioravanti/chatbot-ollama", + "description": "Chatbot Ollama is an open source chat UI for Ollama.", + "url": "https://api.github.com/repos/ivanfioravanti/chatbot-ollama", + "languages_url": "https://api.github.com/repos/ivanfioravanti/chatbot-ollama/languages", + "created_at": "2023-10-01T23:59:36Z", + "updated_at": "2024-09-07T12:22:00Z", + "git_url": "git://github.com/ivanfioravanti/chatbot-ollama.git", + "ssh_url": "git@github.com:ivanfioravanti/chatbot-ollama.git", + "clone_url": "https://github.com/ivanfioravanti/chatbot-ollama.git", "homepage": null, - "stargazers_count": 27, - "watchers_count": 27, + "stargazers_count": 1376, + "watchers_count": 1376, "language": "TypeScript", "topics": [] }, { - "id": 144873815, - "node_id": "MDEwOlJlcG9zaXRvcnkxNDQ4NzM4MTU=", - "name": "prisma-examples", - "full_name": "prisma/prisma-examples", + "id": 284864176, + "node_id": "MDEwOlJlcG9zaXRvcnkyODQ4NjQxNzY=", + "name": "ChatUI", + "full_name": "alibaba/ChatUI", "owner": { - "login": "prisma", - "id": 17219288, - "avatar_url": "https://avatars.githubusercontent.com/u/17219288?v=4", - "url": "https://api.github.com/users/prisma", - "html_url": "https://github.com/prisma" + "login": "alibaba", + "id": 1961952, + "avatar_url": "https://avatars.githubusercontent.com/u/1961952?v=4", + "url": "https://api.github.com/users/alibaba", + "html_url": "https://github.com/alibaba" }, - "html_url": "https://github.com/prisma/prisma-examples", - "description": " 🚀 Ready-to-run Prisma example projects", - "url": "https://api.github.com/repos/prisma/prisma-examples", - "languages_url": "https://api.github.com/repos/prisma/prisma-examples/languages", - "created_at": "2018-08-15T15:56:33Z", - "updated_at": "2024-09-07T07:28:51Z", - "git_url": "git://github.com/prisma/prisma-examples.git", - "ssh_url": "git@github.com:prisma/prisma-examples.git", - "clone_url": "https://github.com/prisma/prisma-examples.git", - "homepage": "https://www.prisma.io/docs/", - "stargazers_count": 6061, - "watchers_count": 6061, + "html_url": "https://github.com/alibaba/ChatUI", + "description": "The UI design language and React library for Conversational UI", + "url": "https://api.github.com/repos/alibaba/ChatUI", + "languages_url": "https://api.github.com/repos/alibaba/ChatUI/languages", + "created_at": "2020-08-04T03:09:19Z", + "updated_at": "2024-09-06T02:06:51Z", + "git_url": "git://github.com/alibaba/ChatUI.git", + "ssh_url": "git@github.com:alibaba/ChatUI.git", + "clone_url": "https://github.com/alibaba/ChatUI.git", + "homepage": "https://chatui.io", + "stargazers_count": 2609, + "watchers_count": 2609, "language": "TypeScript", "topics": [ - "boilerplate", - "examples", - "graphql", - "nodejs", - "prisma", - "prisma-client", - "typescript" + "chat", + "chatbot", + "react", + "ui" ] }, { - "id": 56398352, - "node_id": "MDEwOlJlcG9zaXRvcnk1NjM5ODM1Mg==", - "name": "telegraf", - "full_name": "telegraf/telegraf", + "id": 609333954, + "node_id": "R_kgDOJFGywg", + "name": "BetterChatGPT", + "full_name": "ztjhz/BetterChatGPT", "owner": { - "login": "telegraf", - "id": 18504346, - "avatar_url": "https://avatars.githubusercontent.com/u/18504346?v=4", - "url": "https://api.github.com/users/telegraf", - "html_url": "https://github.com/telegraf" + "login": "ztjhz", + "id": 59118459, + "avatar_url": "https://avatars.githubusercontent.com/u/59118459?v=4", + "url": "https://api.github.com/users/ztjhz", + "html_url": "https://github.com/ztjhz" }, - "html_url": "https://github.com/telegraf/telegraf", - "description": "Modern Telegram Bot Framework for Node.js", - "url": "https://api.github.com/repos/telegraf/telegraf", - "languages_url": "https://api.github.com/repos/telegraf/telegraf/languages", - "created_at": "2016-04-16T18:05:48Z", - "updated_at": "2024-09-07T18:09:43Z", - "git_url": "git://github.com/telegraf/telegraf.git", - "ssh_url": "git@github.com:telegraf/telegraf.git", - "clone_url": "https://github.com/telegraf/telegraf.git", - "homepage": "https://telegraf.js.org", - "stargazers_count": 8134, - "watchers_count": 8134, + "html_url": "https://github.com/ztjhz/BetterChatGPT", + "description": "An amazing UI for OpenAI's ChatGPT (Website + Windows + MacOS + Linux)", + "url": "https://api.github.com/repos/ztjhz/BetterChatGPT", + "languages_url": "https://api.github.com/repos/ztjhz/BetterChatGPT/languages", + "created_at": "2023-03-03T22:16:18Z", + "updated_at": "2024-09-08T02:14:28Z", + "git_url": "git://github.com/ztjhz/BetterChatGPT.git", + "ssh_url": "git@github.com:ztjhz/BetterChatGPT.git", + "clone_url": "https://github.com/ztjhz/BetterChatGPT.git", + "homepage": "http://bettergpt.chat/", + "stargazers_count": 7981, + "watchers_count": 7981, "language": "TypeScript", "topics": [ - "bot", - "bot-api", - "bot-framework", - "hacktoberfest", - "middleware", - "telegraf", - "telegram", - "telegram-bot", - "telegram-bot-api", - "telegram-bots" + "better-chat-gpt", + "chatbot", + "chatgpt", + "free", + "gpt-3", + "gpt-4" ] }, { - "id": 613984283, - "node_id": "R_kgDOJJioGw", - "name": "chainlit", - "full_name": "Chainlit/chainlit", + "id": 674139399, + "node_id": "R_kgDOKC6NBw", + "name": "arctic_shift", + "full_name": "ArthurHeitmann/arctic_shift", "owner": { - "login": "Chainlit", - "id": 128686189, - "avatar_url": "https://avatars.githubusercontent.com/u/128686189?v=4", - "url": "https://api.github.com/users/Chainlit", - "html_url": "https://github.com/Chainlit" + "login": "ArthurHeitmann", + "id": 37270165, + "avatar_url": "https://avatars.githubusercontent.com/u/37270165?v=4", + "url": "https://api.github.com/users/ArthurHeitmann", + "html_url": "https://github.com/ArthurHeitmann" }, - "html_url": "https://github.com/Chainlit/chainlit", - "description": "Build Conversational AI in minutes ⚡️", - "url": "https://api.github.com/repos/Chainlit/chainlit", - "languages_url": "https://api.github.com/repos/Chainlit/chainlit/languages", - "created_at": "2023-03-14T16:54:04Z", - "updated_at": "2024-09-07T21:03:12Z", - "git_url": "git://github.com/Chainlit/chainlit.git", - "ssh_url": "git@github.com:Chainlit/chainlit.git", - "clone_url": "https://github.com/Chainlit/chainlit.git", - "homepage": "https://docs.chainlit.io", - "stargazers_count": 6687, - "watchers_count": 6687, + "html_url": "https://github.com/ArthurHeitmann/arctic_shift", + "description": "Making Reddit data accessible to researchers, moderators and everyone else. Interact with the data through large dumps, an API or web interface.", + "url": "https://api.github.com/repos/ArthurHeitmann/arctic_shift", + "languages_url": "https://api.github.com/repos/ArthurHeitmann/arctic_shift/languages", + "created_at": "2023-08-03T08:25:15Z", + "updated_at": "2024-09-08T06:59:39Z", + "git_url": "git://github.com/ArthurHeitmann/arctic_shift.git", + "ssh_url": "git@github.com:ArthurHeitmann/arctic_shift.git", + "clone_url": "https://github.com/ArthurHeitmann/arctic_shift.git", + "homepage": "https://arctic-shift.photon-reddit.com", + "stargazers_count": 232, + "watchers_count": 232, "language": "TypeScript", "topics": [ - "chatgpt", - "langchain", - "llm", - "openai", - "openai-chatgpt", - "python", - "ui" + "archived", + "pushshift", + "reddit" ] }, { - "id": 615113749, - "node_id": "R_kgDOJKnkFQ", - "name": "gpt4-pdf-chatbot-langchain", - "full_name": "mayooear/gpt4-pdf-chatbot-langchain", + "id": 759616959, + "node_id": "R_kgDOLUbVvw", + "name": "bun-elysia-drizzle-base", + "full_name": "cdbrw/bun-elysia-drizzle-base", "owner": { - "login": "mayooear", - "id": 107035552, - "avatar_url": "https://avatars.githubusercontent.com/u/107035552?v=4", - "url": "https://api.github.com/users/mayooear", - "html_url": "https://github.com/mayooear" + "login": "cdbrw", + "id": 155398330, + "avatar_url": "https://avatars.githubusercontent.com/u/155398330?v=4", + "url": "https://api.github.com/users/cdbrw", + "html_url": "https://github.com/cdbrw" }, - "html_url": "https://github.com/mayooear/gpt4-pdf-chatbot-langchain", - "description": "GPT4 & LangChain Chatbot for large PDF docs", - "url": "https://api.github.com/repos/mayooear/gpt4-pdf-chatbot-langchain", - "languages_url": "https://api.github.com/repos/mayooear/gpt4-pdf-chatbot-langchain/languages", - "created_at": "2023-03-17T01:23:26Z", - "updated_at": "2024-09-07T20:15:31Z", - "git_url": "git://github.com/mayooear/gpt4-pdf-chatbot-langchain.git", - "ssh_url": "git@github.com:mayooear/gpt4-pdf-chatbot-langchain.git", - "clone_url": "https://github.com/mayooear/gpt4-pdf-chatbot-langchain.git", - "homepage": "https://www.youtube.com/watch?v=ih9PBGVVOO4", - "stargazers_count": 14833, - "watchers_count": 14833, + "html_url": "https://github.com/cdbrw/bun-elysia-drizzle-base", + "description": "Base template for a Bun server using Elysia for routing and Drizzle ORM for a Postgres database", + "url": "https://api.github.com/repos/cdbrw/bun-elysia-drizzle-base", + "languages_url": "https://api.github.com/repos/cdbrw/bun-elysia-drizzle-base/languages", + "created_at": "2024-02-19T02:06:47Z", + "updated_at": "2024-09-03T00:42:23Z", + "git_url": "git://github.com/cdbrw/bun-elysia-drizzle-base.git", + "ssh_url": "git@github.com:cdbrw/bun-elysia-drizzle-base.git", + "clone_url": "https://github.com/cdbrw/bun-elysia-drizzle-base.git", + "homepage": "", + "stargazers_count": 7, + "watchers_count": 7, "language": "TypeScript", - "topics": [ - "gpt4", - "langchain", - "nextjs", - "openai", - "pdf", - "typescript" - ] + "topics": [] }, { - "id": 621799276, - "node_id": "R_kgDOJQ_nbA", - "name": "Langchain-Chatchat", - "full_name": "chatchat-space/Langchain-Chatchat", + "id": 713502591, + "node_id": "R_kgDOKocvfw", + "name": "gramio", + "full_name": "gramiojs/gramio", "owner": { - "login": "chatchat-space", - "id": 139558948, - "avatar_url": "https://avatars.githubusercontent.com/u/139558948?v=4", - "url": "https://api.github.com/users/chatchat-space", - "html_url": "https://github.com/chatchat-space" + "login": "gramiojs", + "id": 156598758, + "avatar_url": "https://avatars.githubusercontent.com/u/156598758?v=4", + "url": "https://api.github.com/users/gramiojs", + "html_url": "https://github.com/gramiojs" }, - "html_url": "https://github.com/chatchat-space/Langchain-Chatchat", - "description": "Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Llama) RAG and Agent app with langchain ", - "url": "https://api.github.com/repos/chatchat-space/Langchain-Chatchat", - "languages_url": "https://api.github.com/repos/chatchat-space/Langchain-Chatchat/languages", - "created_at": "2023-03-31T12:12:45Z", - "updated_at": "2024-09-07T15:13:40Z", - "git_url": "git://github.com/chatchat-space/Langchain-Chatchat.git", - "ssh_url": "git@github.com:chatchat-space/Langchain-Chatchat.git", - "clone_url": "https://github.com/chatchat-space/Langchain-Chatchat.git", - "homepage": "", - "stargazers_count": 31080, - "watchers_count": 31080, + "html_url": "https://github.com/gramiojs/gramio", + "description": "Powerful, extensible and really type-safe Telegram Bot API framework", + "url": "https://api.github.com/repos/gramiojs/gramio", + "languages_url": "https://api.github.com/repos/gramiojs/gramio/languages", + "created_at": "2023-11-02T16:42:36Z", + "updated_at": "2024-09-07T14:49:01Z", + "git_url": "git://github.com/gramiojs/gramio.git", + "ssh_url": "git@github.com:gramiojs/gramio.git", + "clone_url": "https://github.com/gramiojs/gramio.git", + "homepage": "https://gramio.dev/", + "stargazers_count": 31, + "watchers_count": 31, "language": "TypeScript", "topics": [ - "chatbot", - "chatchat", - "chatglm", - "chatgpt", - "embedding", - "faiss", - "fastchat", - "gpt", - "knowledge-base", - "langchain", - "langchain-chatglm", - "llama", - "llm", - "milvus", - "ollama", - "qwen", - "rag", - "retrieval-augmented-generation", - "streamlit", - "xinference" + "bun", + "framework", + "nodejs", + "telegram", + "telegram-api", + "telegram-bot", + "telegram-bot-api", + "telegram-framework", + "typescript" ] }, { - "id": 624681066, - "node_id": "R_kgDOJTvgag", - "name": "AgentGPT", - "full_name": "reworkd/AgentGPT", + "id": 445407916, + "node_id": "R_kgDOGoxirA", + "name": "telly-bot", + "full_name": "LolipopJ/telly-bot", "owner": { - "login": "reworkd", - "id": 120154269, - "avatar_url": "https://avatars.githubusercontent.com/u/120154269?v=4", - "url": "https://api.github.com/users/reworkd", - "html_url": "https://github.com/reworkd" + "login": "LolipopJ", + "id": 42314340, + "avatar_url": "https://avatars.githubusercontent.com/u/42314340?v=4", + "url": "https://api.github.com/users/LolipopJ", + "html_url": "https://github.com/LolipopJ" }, - "html_url": "https://github.com/reworkd/AgentGPT", - "description": "🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.", - "url": "https://api.github.com/repos/reworkd/AgentGPT", - "languages_url": "https://api.github.com/repos/reworkd/AgentGPT/languages", - "created_at": "2023-04-07T02:29:19Z", - "updated_at": "2024-09-07T22:58:56Z", - "git_url": "git://github.com/reworkd/AgentGPT.git", - "ssh_url": "git@github.com:reworkd/AgentGPT.git", - "clone_url": "https://github.com/reworkd/AgentGPT.git", - "homepage": "https://agentgpt.reworkd.ai", - "stargazers_count": 31306, - "watchers_count": 31306, + "html_url": "https://github.com/LolipopJ/telly-bot", + "description": "A Telegram bot based on Bun.", + "url": "https://api.github.com/repos/LolipopJ/telly-bot", + "languages_url": "https://api.github.com/repos/LolipopJ/telly-bot/languages", + "created_at": "2022-01-07T05:24:30Z", + "updated_at": "2024-08-18T06:35:37Z", + "git_url": "git://github.com/LolipopJ/telly-bot.git", + "ssh_url": "git@github.com:LolipopJ/telly-bot.git", + "clone_url": "https://github.com/LolipopJ/telly-bot.git", + "homepage": "https://t.me/lolipop_mini_bot", + "stargazers_count": 2, + "watchers_count": 2, "language": "TypeScript", "topics": [ - "agent", - "agentgpt", - "agi", - "autogpt", - "baby-agi", - "gpt", - "langchain", - "next", - "openai", - "t3", - "t3-stack" + "alist", + "bun", + "chatgpt", + "github-issues", + "mongodb", + "pixiv", + "telegram-bot" ] }, { - "id": 626805178, - "node_id": "R_kgDOJVxJug", - "name": "dify", - "full_name": "langgenius/dify", + "id": 440302068, + "node_id": "R_kgDOGj559A", + "name": "telegram-bot-template", + "full_name": "bot-base/telegram-bot-template", "owner": { - "login": "langgenius", - "id": 127165244, - "avatar_url": "https://avatars.githubusercontent.com/u/127165244?v=4", - "url": "https://api.github.com/users/langgenius", - "html_url": "https://github.com/langgenius" + "login": "bot-base", + "id": 84856026, + "avatar_url": "https://avatars.githubusercontent.com/u/84856026?v=4", + "url": "https://api.github.com/users/bot-base", + "html_url": "https://github.com/bot-base" }, - "html_url": "https://github.com/langgenius/dify", - "description": "Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.", - "url": "https://api.github.com/repos/langgenius/dify", - "languages_url": "https://api.github.com/repos/langgenius/dify/languages", - "created_at": "2023-04-12T07:40:24Z", - "updated_at": "2024-09-07T23:41:23Z", - "git_url": "git://github.com/langgenius/dify.git", - "ssh_url": "git@github.com:langgenius/dify.git", - "clone_url": "https://github.com/langgenius/dify.git", - "homepage": "https://dify.ai", - "stargazers_count": 44412, - "watchers_count": 44412, + "html_url": "https://github.com/bot-base/telegram-bot-template", + "description": "Telegram bot template based on grammY", + "url": "https://api.github.com/repos/bot-base/telegram-bot-template", + "languages_url": "https://api.github.com/repos/bot-base/telegram-bot-template/languages", + "created_at": "2021-12-20T20:45:24Z", + "updated_at": "2024-09-06T20:29:59Z", + "git_url": "git://github.com/bot-base/telegram-bot-template.git", + "ssh_url": "git@github.com:bot-base/telegram-bot-template.git", + "clone_url": "https://github.com/bot-base/telegram-bot-template.git", + "homepage": "", + "stargazers_count": 288, + "watchers_count": 288, "language": "TypeScript", "topics": [ - "agent", - "ai", - "anthropic", - "backend-as-a-service", - "chatbot", - "gemini", - "genai", - "gpt", - "gpt-4", - "llama3", - "llm", - "llmops", - "nextjs", - "openai", - "orchestration", - "python", - "rag", - "workflow", - "workflows" + "bot", + "bun", + "docker", + "docker-compose", + "grammy", + "grammyjs", + "hono", + "honojs", + "prisma", + "starter-template", + "telegram", + "telegram-api", + "telegram-bot", + "telegram-bot-api", + "telegram-bot-template", + "template", + "typescript", + "vercel" ] }, { - "id": 599170387, - "node_id": "R_kgDOI7adUw", - "name": "wove", - "full_name": "zckly/wove", + "id": 355840294, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTU4NDAyOTQ=", + "name": "mtcute", + "full_name": "mtcute/mtcute", "owner": { - "login": "zckly", - "id": 11340449, - "avatar_url": "https://avatars.githubusercontent.com/u/11340449?v=4", - "url": "https://api.github.com/users/zckly", - "html_url": "https://github.com/zckly" + "login": "mtcute", + "id": 83708043, + "avatar_url": "https://avatars.githubusercontent.com/u/83708043?v=4", + "url": "https://api.github.com/users/mtcute", + "html_url": "https://github.com/mtcute" }, - "html_url": "https://github.com/zckly/wove", - "description": "Wove is a tool for building long-running workflows with LLMs.", - "url": "https://api.github.com/repos/zckly/wove", - "languages_url": "https://api.github.com/repos/zckly/wove/languages", - "created_at": "2023-02-08T15:45:01Z", - "updated_at": "2024-05-27T21:48:52Z", - "git_url": "git://github.com/zckly/wove.git", - "ssh_url": "git@github.com:zckly/wove.git", - "clone_url": "https://github.com/zckly/wove.git", - "homepage": "", - "stargazers_count": 113, - "watchers_count": 113, + "html_url": "https://github.com/mtcute/mtcute", + "description": "modern typescript library for mtproto. supports browsers, node/bun, deno and more!", + "url": "https://api.github.com/repos/mtcute/mtcute", + "languages_url": "https://api.github.com/repos/mtcute/mtcute/languages", + "created_at": "2021-04-08T09:20:09Z", + "updated_at": "2024-09-07T21:55:45Z", + "git_url": "git://github.com/mtcute/mtcute.git", + "ssh_url": "git@github.com:mtcute/mtcute.git", + "clone_url": "https://github.com/mtcute/mtcute.git", + "homepage": "https://mtcute.dev", + "stargazers_count": 145, + "watchers_count": 145, "language": "TypeScript", - "topics": [] + "topics": [ + "bun", + "deno", + "mtproto", + "nodejs", + "telegram", + "typescript" + ] }, { - "id": 600596928, - "node_id": "R_kgDOI8xhwA", - "name": "LibreChat", - "full_name": "danny-avila/LibreChat", + "id": 643445235, + "node_id": "R_kgDOJlox8w", + "name": "lobe-chat", + "full_name": "lobehub/lobe-chat", "owner": { - "login": "danny-avila", - "id": 110412045, - "avatar_url": "https://avatars.githubusercontent.com/u/110412045?v=4", - "url": "https://api.github.com/users/danny-avila", - "html_url": "https://github.com/danny-avila" + "login": "lobehub", + "id": 131470832, + "avatar_url": "https://avatars.githubusercontent.com/u/131470832?v=4", + "url": "https://api.github.com/users/lobehub", + "html_url": "https://github.com/lobehub" }, - "html_url": "https://github.com/danny-avila/LibreChat", - "description": "Enhanced ChatGPT Clone: Features Anthropic, OpenAI, Assistants API, Azure, Groq, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.", - "url": "https://api.github.com/repos/danny-avila/LibreChat", - "languages_url": "https://api.github.com/repos/danny-avila/LibreChat/languages", - "created_at": "2023-02-12T01:06:52Z", - "updated_at": "2024-09-07T23:26:45Z", - "git_url": "git://github.com/danny-avila/LibreChat.git", - "ssh_url": "git@github.com:danny-avila/LibreChat.git", - "clone_url": "https://github.com/danny-avila/LibreChat.git", - "homepage": "https://librechat.ai/", - "stargazers_count": 17228, - "watchers_count": 17228, + "html_url": "https://github.com/lobehub/lobe-chat", + "description": "🤯 Lobe Chat - an open-source, modern-design AI chat framework. Supports Multi AI Providers( OpenAI / Claude 3 / Gemini / Ollama / Azure / DeepSeek), Knowledge Base (file upload / knowledge management / RAG ), Multi-Modals (Vision/TTS) and plugin system. One-click FREE deployment of your private ChatGPT/ Claude application.", + "url": "https://api.github.com/repos/lobehub/lobe-chat", + "languages_url": "https://api.github.com/repos/lobehub/lobe-chat/languages", + "created_at": "2023-05-21T07:19:12Z", + "updated_at": "2024-09-08T12:03:13Z", + "git_url": "git://github.com/lobehub/lobe-chat.git", + "ssh_url": "git@github.com:lobehub/lobe-chat.git", + "clone_url": "https://github.com/lobehub/lobe-chat.git", + "homepage": "https://chat-preview.lobehub.com", + "stargazers_count": 40213, + "watchers_count": 40213, "language": "TypeScript", "topics": [ "ai", - "anthropic", - "artifacts", - "assistant-api", - "azure", - "bing", + "azure-openai-api", + "chat", + "chatglm", "chatgpt", - "chatgpt-clone", "claude", - "clone", - "dall-e-3", + "dalle-3", + "function-calling", "gemini", - "google", - "langchain", - "librechat", + "gpt", + "gpt-4", + "gpt-4-vision", + "knowledge-base", + "nextjs", + "ollama", "openai", - "plugins", - "search", - "vision", - "webui" + "qwen2", + "rag", + "tts" ] }, { - "id": 224713762, - "node_id": "MDEwOlJlcG9zaXRvcnkyMjQ3MTM3NjI=", - "name": "react-multi-select-component", - "full_name": "hc-oss/react-multi-select-component", + "id": 581959388, + "node_id": "R_kgDOIq_-3A", + "name": "elysia-oauth2", + "full_name": "bogeychan/elysia-oauth2", "owner": { - "login": "hc-oss", - "id": 84128840, - "avatar_url": "https://avatars.githubusercontent.com/u/84128840?v=4", - "url": "https://api.github.com/users/hc-oss", - "html_url": "https://github.com/hc-oss" + "login": "bogeychan", + "id": 109291149, + "avatar_url": "https://avatars.githubusercontent.com/u/109291149?v=4", + "url": "https://api.github.com/users/bogeychan", + "html_url": "https://github.com/bogeychan" }, - "html_url": "https://github.com/hc-oss/react-multi-select-component", - "description": "Lightweight (~5KB gzipped) multiple selection dropdown component", - "url": "https://api.github.com/repos/hc-oss/react-multi-select-component", - "languages_url": "https://api.github.com/repos/hc-oss/react-multi-select-component/languages", - "created_at": "2019-11-28T19:03:39Z", - "updated_at": "2024-08-30T03:05:51Z", - "git_url": "git://github.com/hc-oss/react-multi-select-component.git", - "ssh_url": "git@github.com:hc-oss/react-multi-select-component.git", - "clone_url": "https://github.com/hc-oss/react-multi-select-component.git", - "homepage": "https://codesandbox.io/s/react-multi-select-example-uqtgs", - "stargazers_count": 383, - "watchers_count": 383, + "html_url": "https://github.com/bogeychan/elysia-oauth2", + "description": "A plugin for Elysia.js for server-side OAuth 2.0 Authorization Code Flow", + "url": "https://api.github.com/repos/bogeychan/elysia-oauth2", + "languages_url": "https://api.github.com/repos/bogeychan/elysia-oauth2/languages", + "created_at": "2022-12-25T03:42:18Z", + "updated_at": "2024-08-24T14:31:01Z", + "git_url": "git://github.com/bogeychan/elysia-oauth2.git", + "ssh_url": "git@github.com:bogeychan/elysia-oauth2.git", + "clone_url": "https://github.com/bogeychan/elysia-oauth2.git", + "homepage": "https://npmjs.com/package/@bogeychan/elysia-oauth2", + "stargazers_count": 62, + "watchers_count": 62, "language": "TypeScript", "topics": [ - "checkboxes", - "component", - "dropdown", - "hacktoberfest", - "multiselect", - "react", - "react-select", - "select", - "select-all", - "typescript" + "elysia", + "oauth" ] }, { - "id": 389469410, - "node_id": "MDEwOlJlcG9zaXRvcnkzODk0Njk0MTA=", - "name": "chat-analytics", - "full_name": "mlomb/chat-analytics", + "id": 712450258, + "node_id": "R_kgDOKncg0g", + "name": "authkit", + "full_name": "workos/authkit", "owner": { - "login": "mlomb", - "id": 5845105, - "avatar_url": "https://avatars.githubusercontent.com/u/5845105?v=4", - "url": "https://api.github.com/users/mlomb", - "html_url": "https://github.com/mlomb" - }, - "html_url": "https://github.com/mlomb/chat-analytics", - "description": "Generate interactive, beautiful and insightful chat analysis reports", - "url": "https://api.github.com/repos/mlomb/chat-analytics", - "languages_url": "https://api.github.com/repos/mlomb/chat-analytics/languages", - "created_at": "2021-07-26T00:41:27Z", - "updated_at": "2024-09-07T13:57:02Z", - "git_url": "git://github.com/mlomb/chat-analytics.git", - "ssh_url": "git@github.com:mlomb/chat-analytics.git", - "clone_url": "https://github.com/mlomb/chat-analytics.git", - "homepage": "https://chatanalytics.app", - "stargazers_count": 638, - "watchers_count": 638, + "login": "workos", + "id": 47638084, + "avatar_url": "https://avatars.githubusercontent.com/u/47638084?v=4", + "url": "https://api.github.com/users/workos", + "html_url": "https://github.com/workos" + }, + "html_url": "https://github.com/workos/authkit", + "description": "The world's best login box powered by WorkOS and Radix.", + "url": "https://api.github.com/repos/workos/authkit", + "languages_url": "https://api.github.com/repos/workos/authkit/languages", + "created_at": "2023-10-31T13:51:15Z", + "updated_at": "2024-09-08T08:48:28Z", + "git_url": "git://github.com/workos/authkit.git", + "ssh_url": "git@github.com:workos/authkit.git", + "clone_url": "https://github.com/workos/authkit.git", + "homepage": "https://authkit.com", + "stargazers_count": 2131, + "watchers_count": 2131, "language": "TypeScript", "topics": [ - "analysis", - "analytics", - "analyzer", - "app", - "chat", - "chat-analysis", - "chat-analyzer", - "cli", - "data-visualization", - "discord", - "telegram", - "whatsapp" + "auth", + "authentication", + "authentication-backend", + "authentication-middleware", + "authn", + "magic-code", + "oauth2", + "passwordless-authentication", + "radix-ui", + "sso-authentication", + "user-management" ] }, { - "id": 649647885, - "node_id": "R_kgDOJrjXDQ", - "name": "ChatGPT-Midjourney", - "full_name": "Licoy/ChatGPT-Midjourney", + "id": 710992405, + "node_id": "R_kgDOKmDiFQ", + "name": "tlds.world", + "full_name": "toohard2explain/tlds.world", "owner": { - "login": "Licoy", - "id": 20410697, - "avatar_url": "https://avatars.githubusercontent.com/u/20410697?v=4", - "url": "https://api.github.com/users/Licoy", - "html_url": "https://github.com/Licoy" + "login": "toohard2explain", + "id": 78054244, + "avatar_url": "https://avatars.githubusercontent.com/u/78054244?v=4", + "url": "https://api.github.com/users/toohard2explain", + "html_url": "https://github.com/toohard2explain" }, - "html_url": "https://github.com/Licoy/ChatGPT-Midjourney", - "description": "🍭 一键拥有你自己的 ChatGPT+StabilityAI+Midjourney 网页服务 | Own your own ChatGPT+StabilityAI+Midjourney web service with one click", - "url": "https://api.github.com/repos/Licoy/ChatGPT-Midjourney", - "languages_url": "https://api.github.com/repos/Licoy/ChatGPT-Midjourney/languages", - "created_at": "2023-06-05T10:35:13Z", - "updated_at": "2024-09-07T22:48:54Z", - "git_url": "git://github.com/Licoy/ChatGPT-Midjourney.git", - "ssh_url": "git@github.com:Licoy/ChatGPT-Midjourney.git", - "clone_url": "https://github.com/Licoy/ChatGPT-Midjourney.git", - "homepage": "https://aidemo.xiazai.zip", - "stargazers_count": 6269, - "watchers_count": 6269, + "html_url": "https://github.com/toohard2explain/tlds.world", + "description": "tlds.world was made for the junge of providers that are giving people the opportunity to register domains, but how do you know what is the best price? Now you do! Simply get on tlds.world and search for you name or domain, the prices and availabilties will be shown as fast as we can collect the newest information for you and your wallet.", + "url": "https://api.github.com/repos/toohard2explain/tlds.world", + "languages_url": "https://api.github.com/repos/toohard2explain/tlds.world/languages", + "created_at": "2023-10-27T22:57:06Z", + "updated_at": "2024-05-31T05:46:10Z", + "git_url": "git://github.com/toohard2explain/tlds.world.git", + "ssh_url": "git@github.com:toohard2explain/tlds.world.git", + "clone_url": "https://github.com/toohard2explain/tlds.world.git", + "homepage": "https://tlds.world", + "stargazers_count": 1, + "watchers_count": 1, "language": "TypeScript", "topics": [ - "chatgpt", - "chatgpt-web", - "discord", - "discord-bot", - "midjourney", - "niji", - "openai", - "stable-diffusion" + "domain", + "list", + "pricing", + "tld" ] }, { - "id": 681211986, - "node_id": "R_kgDOKJp4Ug", - "name": "twinny", - "full_name": "twinnydotdev/twinny", + "id": 781400683, + "node_id": "R_kgDOLpM6aw", + "name": "drizzle-pg-proxy", + "full_name": "nmajor/drizzle-pg-proxy", "owner": { - "login": "twinnydotdev", - "id": 174442693, - "avatar_url": "https://avatars.githubusercontent.com/u/174442693?v=4", - "url": "https://api.github.com/users/twinnydotdev", - "html_url": "https://github.com/twinnydotdev" + "login": "nmajor", + "id": 1725397, + "avatar_url": "https://avatars.githubusercontent.com/u/1725397?v=4", + "url": "https://api.github.com/users/nmajor", + "html_url": "https://github.com/nmajor" }, - "html_url": "https://github.com/twinnydotdev/twinny", - "description": "The most no-nonsense, locally or API-hosted AI code completion plugin for Visual Studio Code - like GitHub Copilot but completely free and 100% private.", - "url": "https://api.github.com/repos/twinnydotdev/twinny", - "languages_url": "https://api.github.com/repos/twinnydotdev/twinny/languages", - "created_at": "2023-08-21T14:10:35Z", - "updated_at": "2024-09-07T18:58:42Z", - "git_url": "git://github.com/twinnydotdev/twinny.git", - "ssh_url": "git@github.com:twinnydotdev/twinny.git", - "clone_url": "https://github.com/twinnydotdev/twinny.git", - "homepage": "https://twinny.dev", - "stargazers_count": 2574, - "watchers_count": 2574, + "html_url": "https://github.com/nmajor/drizzle-pg-proxy", + "description": "Simple implementation of Drizzle HTTP Proxy for postgres as a standalone service", + "url": "https://api.github.com/repos/nmajor/drizzle-pg-proxy", + "languages_url": "https://api.github.com/repos/nmajor/drizzle-pg-proxy/languages", + "created_at": "2024-04-03T10:04:34Z", + "updated_at": "2024-08-31T20:56:02Z", + "git_url": "git://github.com/nmajor/drizzle-pg-proxy.git", + "ssh_url": "git@github.com:nmajor/drizzle-pg-proxy.git", + "clone_url": "https://github.com/nmajor/drizzle-pg-proxy.git", + "homepage": null, + "stargazers_count": 10, + "watchers_count": 10, "language": "TypeScript", - "topics": [ - "artificial-intelligence", - "code-chat", - "code-completion", - "code-generation", - "codellama", - "copilot", - "decentralized", - "free", - "llama2", - "llamacpp", - "ollama", - "ollama-api", - "ollama-chat", - "p2p", - "private", - "symmetry", - "vscode-extension" - ] + "topics": [] }, { - "id": 731380504, - "node_id": "R_kgDOK5f7GA", - "name": "discord-ollama", - "full_name": "kevinthedang/discord-ollama", + "id": 574104779, + "node_id": "R_kgDOIjgkyw", + "name": "elysia", + "full_name": "elysiajs/elysia", "owner": { - "login": "kevinthedang", - "id": 77701718, - "avatar_url": "https://avatars.githubusercontent.com/u/77701718?v=4", - "url": "https://api.github.com/users/kevinthedang", - "html_url": "https://github.com/kevinthedang" + "login": "elysiajs", + "id": 119793569, + "avatar_url": "https://avatars.githubusercontent.com/u/119793569?v=4", + "url": "https://api.github.com/users/elysiajs", + "html_url": "https://github.com/elysiajs" }, - "html_url": "https://github.com/kevinthedang/discord-ollama", - "description": "Discord Bot that utilizes Ollama to interact with any Large Language Models to talk with users and allow them to host/create their own models.", - "url": "https://api.github.com/repos/kevinthedang/discord-ollama", - "languages_url": "https://api.github.com/repos/kevinthedang/discord-ollama/languages", - "created_at": "2023-12-14T00:38:04Z", - "updated_at": "2024-09-06T05:34:44Z", - "git_url": "git://github.com/kevinthedang/discord-ollama.git", - "ssh_url": "git@github.com:kevinthedang/discord-ollama.git", - "clone_url": "https://github.com/kevinthedang/discord-ollama.git", - "homepage": "", - "stargazers_count": 69, - "watchers_count": 69, + "html_url": "https://github.com/elysiajs/elysia", + "description": "Ergonomic Framework for Humans", + "url": "https://api.github.com/repos/elysiajs/elysia", + "languages_url": "https://api.github.com/repos/elysiajs/elysia/languages", + "created_at": "2022-12-04T12:53:30Z", + "updated_at": "2024-09-08T11:58:29Z", + "git_url": "git://github.com/elysiajs/elysia.git", + "ssh_url": "git@github.com:elysiajs/elysia.git", + "clone_url": "https://github.com/elysiajs/elysia.git", + "homepage": "https://elysiajs.com", + "stargazers_count": 9741, + "watchers_count": 9741, "language": "TypeScript", - "topics": [] + "topics": [ + "bun", + "framework", + "http", + "server", + "typescript", + "web" + ] }, { - "id": 692463175, - "node_id": "R_kgDOKUYmRw", - "name": "symphony", - "full_name": "symphony-hq/symphony", + "id": 644861240, + "node_id": "R_kgDOJm_NOA", + "name": "chadnext", + "full_name": "moinulmoin/chadnext", "owner": { - "login": "symphony-hq", - "id": 145233041, - "avatar_url": "https://avatars.githubusercontent.com/u/145233041?v=4", - "url": "https://api.github.com/users/symphony-hq", - "html_url": "https://github.com/symphony-hq" + "login": "moinulmoin", + "id": 63459189, + "avatar_url": "https://avatars.githubusercontent.com/u/63459189?v=4", + "url": "https://api.github.com/users/moinulmoin", + "html_url": "https://github.com/moinulmoin" }, - "html_url": "https://github.com/symphony-hq/symphony", - "description": "Write programs you can talk to.", - "url": "https://api.github.com/repos/symphony-hq/symphony", - "languages_url": "https://api.github.com/repos/symphony-hq/symphony/languages", - "created_at": "2023-09-16T14:57:54Z", - "updated_at": "2024-09-03T11:12:33Z", - "git_url": "git://github.com/symphony-hq/symphony.git", - "ssh_url": "git@github.com:symphony-hq/symphony.git", - "clone_url": "https://github.com/symphony-hq/symphony.git", - "homepage": "https://symphony.run", - "stargazers_count": 356, - "watchers_count": 356, + "html_url": "https://github.com/moinulmoin/chadnext", + "description": "ChadNext - Quick Starter Template for your Next project includes Next.js 14 App router, Shadcn UI, LuciaAuth, Prisma, Server Actions, Stripe, Internationalization and more.", + "url": "https://api.github.com/repos/moinulmoin/chadnext", + "languages_url": "https://api.github.com/repos/moinulmoin/chadnext/languages", + "created_at": "2023-05-24T12:09:58Z", + "updated_at": "2024-09-07T22:29:58Z", + "git_url": "git://github.com/moinulmoin/chadnext.git", + "ssh_url": "git@github.com:moinulmoin/chadnext.git", + "clone_url": "https://github.com/moinulmoin/chadnext.git", + "homepage": "https://chadnext.moinulmoin.com", + "stargazers_count": 895, + "watchers_count": 895, "language": "TypeScript", - "topics": [] + "topics": [ + "lucia-auth", + "nextjs", + "nextjs-boilerplate", + "nextjs-starter", + "nextjs-template", + "prisma", + "radix-ui", + "react-email", + "react-hook-form", + "reactjs", + "resend", + "shadcn-ui", + "stripe", + "tailwindcss", + "typescript", + "umami-analytics", + "uploadthing", + "vercel", + "zod" + ] }, { - "id": 693743670, - "node_id": "R_kgDOKVmwNg", - "name": "openv0", - "full_name": "raidendotai/openv0", + "id": 628457633, + "node_id": "R_kgDOJXWAoQ", + "name": "next-safe-action", + "full_name": "TheEdoRan/next-safe-action", "owner": { - "login": "raidendotai", - "id": 127366981, - "avatar_url": "https://avatars.githubusercontent.com/u/127366981?v=4", - "url": "https://api.github.com/users/raidendotai", - "html_url": "https://github.com/raidendotai" + "login": "TheEdoRan", + "id": 1337629, + "avatar_url": "https://avatars.githubusercontent.com/u/1337629?v=4", + "url": "https://api.github.com/users/TheEdoRan", + "html_url": "https://github.com/TheEdoRan" }, - "html_url": "https://github.com/raidendotai/openv0", - "description": "AI generated UI components", - "url": "https://api.github.com/repos/raidendotai/openv0", - "languages_url": "https://api.github.com/repos/raidendotai/openv0/languages", - "created_at": "2023-09-19T16:12:31Z", - "updated_at": "2024-09-07T16:48:36Z", - "git_url": "git://github.com/raidendotai/openv0.git", - "ssh_url": "git@github.com:raidendotai/openv0.git", - "clone_url": "https://github.com/raidendotai/openv0.git", - "homepage": "", - "stargazers_count": 3412, - "watchers_count": 3412, + "html_url": "https://github.com/TheEdoRan/next-safe-action", + "description": "Type safe and validated Server Actions in your Next.js project.", + "url": "https://api.github.com/repos/TheEdoRan/next-safe-action", + "languages_url": "https://api.github.com/repos/TheEdoRan/next-safe-action/languages", + "created_at": "2023-04-16T02:12:14Z", + "updated_at": "2024-09-08T09:10:49Z", + "git_url": "git://github.com/TheEdoRan/next-safe-action.git", + "ssh_url": "git@github.com:TheEdoRan/next-safe-action.git", + "clone_url": "https://github.com/TheEdoRan/next-safe-action.git", + "homepage": "https://next-safe-action.dev", + "stargazers_count": 1995, + "watchers_count": 1995, "language": "TypeScript", "topics": [ - "ai", - "generative", - "javascript", + "actions", + "app-dir", + "mutations", + "next", + "next-actions", + "nextjs", "react", - "tailwind", + "react-actions", + "react-server-components", + "rsc", + "server-actions", + "server-components", + "typesafe", "typescript", - "ui" + "zod" ] }, { - "id": 672002598, - "node_id": "R_kgDOKA3yJg", - "name": "Verba", - "full_name": "weaviate/Verba", + "id": 603941098, + "node_id": "R_kgDOI_9o6g", + "name": "sveltekit-superforms", + "full_name": "ciscoheat/sveltekit-superforms", "owner": { - "login": "weaviate", - "id": 37794290, - "avatar_url": "https://avatars.githubusercontent.com/u/37794290?v=4", - "url": "https://api.github.com/users/weaviate", - "html_url": "https://github.com/weaviate" + "login": "ciscoheat", + "id": 130450, + "avatar_url": "https://avatars.githubusercontent.com/u/130450?v=4", + "url": "https://api.github.com/users/ciscoheat", + "html_url": "https://github.com/ciscoheat" }, - "html_url": "https://github.com/weaviate/Verba", - "description": "Retrieval Augmented Generation (RAG) chatbot powered by Weaviate", - "url": "https://api.github.com/repos/weaviate/Verba", - "languages_url": "https://api.github.com/repos/weaviate/Verba/languages", - "created_at": "2023-07-28T16:53:42Z", - "updated_at": "2024-09-07T18:45:54Z", - "git_url": "git://github.com/weaviate/Verba.git", - "ssh_url": "git@github.com:weaviate/Verba.git", - "clone_url": "https://github.com/weaviate/Verba.git", - "homepage": "", - "stargazers_count": 5945, - "watchers_count": 5945, + "html_url": "https://github.com/ciscoheat/sveltekit-superforms", + "description": "Making SvelteKit forms a pleasure to use!", + "url": "https://api.github.com/repos/ciscoheat/sveltekit-superforms", + "languages_url": "https://api.github.com/repos/ciscoheat/sveltekit-superforms/languages", + "created_at": "2023-02-20T01:39:50Z", + "updated_at": "2024-09-07T09:36:06Z", + "git_url": "git://github.com/ciscoheat/sveltekit-superforms.git", + "ssh_url": "git@github.com:ciscoheat/sveltekit-superforms.git", + "clone_url": "https://github.com/ciscoheat/sveltekit-superforms.git", + "homepage": "https://superforms.rocks", + "stargazers_count": 2120, + "watchers_count": 2120, "language": "TypeScript", - "topics": [] + "topics": [ + "arktype", + "form-validation", + "forms", + "joi", + "svelte", + "sveltekit", + "typebox", + "valibot", + "validation", + "validation-library", + "yup", + "zod" + ] }, { - "id": 644214470, - "node_id": "R_kgDOJmXuxg", - "name": "namviek", - "full_name": "hudy9x/namviek", + "id": 763923484, + "node_id": "R_kgDOLYiMHA", + "name": "tracecat", + "full_name": "TracecatHQ/tracecat", "owner": { - "login": "hudy9x", - "id": 95471659, - "avatar_url": "https://avatars.githubusercontent.com/u/95471659?v=4", - "url": "https://api.github.com/users/hudy9x", - "html_url": "https://github.com/hudy9x" + "login": "TracecatHQ", + "id": 137193901, + "avatar_url": "https://avatars.githubusercontent.com/u/137193901?v=4", + "url": "https://api.github.com/users/TracecatHQ", + "html_url": "https://github.com/TracecatHQ" }, - "html_url": "https://github.com/hudy9x/namviek", - "description": "The open-source project manager for tiny teams", - "url": "https://api.github.com/repos/hudy9x/namviek", - "languages_url": "https://api.github.com/repos/hudy9x/namviek/languages", - "created_at": "2023-05-23T04:04:25Z", - "updated_at": "2024-09-07T18:13:54Z", - "git_url": "git://github.com/hudy9x/namviek.git", - "ssh_url": "git@github.com:hudy9x/namviek.git", - "clone_url": "https://github.com/hudy9x/namviek.git", - "homepage": "https://namviek.com", - "stargazers_count": 1979, - "watchers_count": 1979, + "html_url": "https://github.com/TracecatHQ/tracecat", + "description": "The open source Tines / Splunk SOAR alternative.", + "url": "https://api.github.com/repos/TracecatHQ/tracecat", + "languages_url": "https://api.github.com/repos/TracecatHQ/tracecat/languages", + "created_at": "2024-02-27T06:48:32Z", + "updated_at": "2024-09-08T09:03:00Z", + "git_url": "git://github.com/TracecatHQ/tracecat.git", + "ssh_url": "git@github.com:TracecatHQ/tracecat.git", + "clone_url": "https://github.com/TracecatHQ/tracecat.git", + "homepage": "https://tracecat.com", + "stargazers_count": 2335, + "watchers_count": 2335, "language": "TypeScript", "topics": [ - "expressjs", - "mongodb", - "nextjs13", - "task-management" + "automation", + "cybersecurity", + "event-driven", + "fastapi", + "hacktoberfest", + "llm", + "low-code", + "monitoring", + "nextjs", + "openapi", + "orchestration", + "pydantic", + "security", + "temporalio", + "workflow-engine" ] }, { - "id": 612640604, - "node_id": "R_kgDOJIQnXA", - "name": "chatbot-ui", - "full_name": "mckaywrigley/chatbot-ui", + "id": 768109404, + "node_id": "R_kgDOLchrXA", + "name": "duplojs-zod-accelerator", + "full_name": "duplojs/duplojs-zod-accelerator", "owner": { - "login": "mckaywrigley", - "id": 29221284, - "avatar_url": "https://avatars.githubusercontent.com/u/29221284?v=4", - "url": "https://api.github.com/users/mckaywrigley", - "html_url": "https://github.com/mckaywrigley" + "login": "duplojs", + "id": 140890282, + "avatar_url": "https://avatars.githubusercontent.com/u/140890282?v=4", + "url": "https://api.github.com/users/duplojs", + "html_url": "https://github.com/duplojs" }, - "html_url": "https://github.com/mckaywrigley/chatbot-ui", - "description": "AI chat for every model.", - "url": "https://api.github.com/repos/mckaywrigley/chatbot-ui", - "languages_url": "https://api.github.com/repos/mckaywrigley/chatbot-ui/languages", - "created_at": "2023-03-11T14:53:14Z", - "updated_at": "2024-09-07T16:24:36Z", - "git_url": "git://github.com/mckaywrigley/chatbot-ui.git", - "ssh_url": "git@github.com:mckaywrigley/chatbot-ui.git", - "clone_url": "https://github.com/mckaywrigley/chatbot-ui.git", - "homepage": "https://chatbotui.com", - "stargazers_count": 28116, - "watchers_count": 28116, + "html_url": "https://github.com/duplojs/duplojs-zod-accelerator", + "description": null, + "url": "https://api.github.com/repos/duplojs/duplojs-zod-accelerator", + "languages_url": "https://api.github.com/repos/duplojs/duplojs-zod-accelerator/languages", + "created_at": "2024-03-06T13:41:13Z", + "updated_at": "2024-08-31T07:45:24Z", + "git_url": "git://github.com/duplojs/duplojs-zod-accelerator.git", + "ssh_url": "git@github.com:duplojs/duplojs-zod-accelerator.git", + "clone_url": "https://github.com/duplojs/duplojs-zod-accelerator.git", + "homepage": null, + "stargazers_count": 27, + "watchers_count": 27, "language": "TypeScript", "topics": [] }, { - "id": 121380371, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjEzODAzNzE=", - "name": "kutt", - "full_name": "thedevs-network/kutt", + "id": 144873815, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDQ4NzM4MTU=", + "name": "prisma-examples", + "full_name": "prisma/prisma-examples", "owner": { - "login": "thedevs-network", - "id": 30232102, - "avatar_url": "https://avatars.githubusercontent.com/u/30232102?v=4", - "url": "https://api.github.com/users/thedevs-network", - "html_url": "https://github.com/thedevs-network" + "login": "prisma", + "id": 17219288, + "avatar_url": "https://avatars.githubusercontent.com/u/17219288?v=4", + "url": "https://api.github.com/users/prisma", + "html_url": "https://github.com/prisma" }, - "html_url": "https://github.com/thedevs-network/kutt", - "description": "Free Modern URL Shortener.", - "url": "https://api.github.com/repos/thedevs-network/kutt", - "languages_url": "https://api.github.com/repos/thedevs-network/kutt/languages", - "created_at": "2018-02-13T12:33:16Z", - "updated_at": "2024-09-07T01:11:08Z", - "git_url": "git://github.com/thedevs-network/kutt.git", - "ssh_url": "git@github.com:thedevs-network/kutt.git", - "clone_url": "https://github.com/thedevs-network/kutt.git", - "homepage": "https://kutt.it", - "stargazers_count": 8339, - "watchers_count": 8339, - "language": "TypeScript", - "topics": [ - "nextjs", - "react", - "shorten-urls", - "url-shortener", - "urlshortener" + "html_url": "https://github.com/prisma/prisma-examples", + "description": " 🚀 Ready-to-run Prisma example projects", + "url": "https://api.github.com/repos/prisma/prisma-examples", + "languages_url": "https://api.github.com/repos/prisma/prisma-examples/languages", + "created_at": "2018-08-15T15:56:33Z", + "updated_at": "2024-09-07T07:28:51Z", + "git_url": "git://github.com/prisma/prisma-examples.git", + "ssh_url": "git@github.com:prisma/prisma-examples.git", + "clone_url": "https://github.com/prisma/prisma-examples.git", + "homepage": "https://www.prisma.io/docs/", + "stargazers_count": 6061, + "watchers_count": 6061, + "language": "TypeScript", + "topics": [ + "boilerplate", + "examples", + "graphql", + "nodejs", + "prisma", + "prisma-client", + "typescript" ] }, { - "id": 771404105, - "node_id": "R_kgDOLfqxSQ", - "name": "create-llama", - "full_name": "run-llama/create-llama", + "id": 56398352, + "node_id": "MDEwOlJlcG9zaXRvcnk1NjM5ODM1Mg==", + "name": "telegraf", + "full_name": "telegraf/telegraf", "owner": { - "login": "run-llama", - "id": 130722866, - "avatar_url": "https://avatars.githubusercontent.com/u/130722866?v=4", - "url": "https://api.github.com/users/run-llama", - "html_url": "https://github.com/run-llama" + "login": "telegraf", + "id": 18504346, + "avatar_url": "https://avatars.githubusercontent.com/u/18504346?v=4", + "url": "https://api.github.com/users/telegraf", + "html_url": "https://github.com/telegraf" }, - "html_url": "https://github.com/run-llama/create-llama", - "description": "The easiest way to get started with LlamaIndex", - "url": "https://api.github.com/repos/run-llama/create-llama", - "languages_url": "https://api.github.com/repos/run-llama/create-llama/languages", - "created_at": "2024-03-13T08:37:28Z", - "updated_at": "2024-09-07T23:31:11Z", - "git_url": "git://github.com/run-llama/create-llama.git", - "ssh_url": "git@github.com:run-llama/create-llama.git", - "clone_url": "https://github.com/run-llama/create-llama.git", - "homepage": null, - "stargazers_count": 784, - "watchers_count": 784, + "html_url": "https://github.com/telegraf/telegraf", + "description": "Modern Telegram Bot Framework for Node.js", + "url": "https://api.github.com/repos/telegraf/telegraf", + "languages_url": "https://api.github.com/repos/telegraf/telegraf/languages", + "created_at": "2016-04-16T18:05:48Z", + "updated_at": "2024-09-07T18:09:43Z", + "git_url": "git://github.com/telegraf/telegraf.git", + "ssh_url": "git@github.com:telegraf/telegraf.git", + "clone_url": "https://github.com/telegraf/telegraf.git", + "homepage": "https://telegraf.js.org", + "stargazers_count": 8134, + "watchers_count": 8134, "language": "TypeScript", - "topics": [] + "topics": [ + "bot", + "bot-api", + "bot-framework", + "hacktoberfest", + "middleware", + "telegraf", + "telegram", + "telegram-bot", + "telegram-bot-api", + "telegram-bots" + ] }, { - "id": 736649331, - "node_id": "R_kgDOK-hgcw", - "name": "STAR-LABS-LAYER-ZERO", - "full_name": "0xStarLabs/STAR-LABS-LAYER-ZERO", + "id": 613984283, + "node_id": "R_kgDOJJioGw", + "name": "chainlit", + "full_name": "Chainlit/chainlit", "owner": { - "login": "0xStarLabs", - "id": 139008668, - "avatar_url": "https://avatars.githubusercontent.com/u/139008668?v=4", - "url": "https://api.github.com/users/0xStarLabs", - "html_url": "https://github.com/0xStarLabs" + "login": "Chainlit", + "id": 128686189, + "avatar_url": "https://avatars.githubusercontent.com/u/128686189?v=4", + "url": "https://api.github.com/users/Chainlit", + "html_url": "https://github.com/Chainlit" }, - "html_url": "https://github.com/0xStarLabs/STAR-LABS-LAYER-ZERO", - "description": null, - "url": "https://api.github.com/repos/0xStarLabs/STAR-LABS-LAYER-ZERO", - "languages_url": "https://api.github.com/repos/0xStarLabs/STAR-LABS-LAYER-ZERO/languages", - "created_at": "2023-12-28T13:33:41Z", - "updated_at": "2024-05-18T21:21:06Z", - "git_url": "git://github.com/0xStarLabs/STAR-LABS-LAYER-ZERO.git", - "ssh_url": "git@github.com:0xStarLabs/STAR-LABS-LAYER-ZERO.git", - "clone_url": "https://github.com/0xStarLabs/STAR-LABS-LAYER-ZERO.git", - "homepage": null, - "stargazers_count": 13, - "watchers_count": 13, + "html_url": "https://github.com/Chainlit/chainlit", + "description": "Build Conversational AI in minutes ⚡️", + "url": "https://api.github.com/repos/Chainlit/chainlit", + "languages_url": "https://api.github.com/repos/Chainlit/chainlit/languages", + "created_at": "2023-03-14T16:54:04Z", + "updated_at": "2024-09-08T09:39:27Z", + "git_url": "git://github.com/Chainlit/chainlit.git", + "ssh_url": "git@github.com:Chainlit/chainlit.git", + "clone_url": "https://github.com/Chainlit/chainlit.git", + "homepage": "https://docs.chainlit.io", + "stargazers_count": 6690, + "watchers_count": 6690, "language": "TypeScript", - "topics": [] + "topics": [ + "chatgpt", + "langchain", + "llm", + "openai", + "openai-chatgpt", + "python", + "ui" + ] }, { - "id": 515227801, - "node_id": "R_kgDOHrXAmQ", - "name": "lucia", - "full_name": "lucia-auth/lucia", + "id": 615113749, + "node_id": "R_kgDOJKnkFQ", + "name": "gpt4-pdf-chatbot-langchain", + "full_name": "mayooear/gpt4-pdf-chatbot-langchain", "owner": { - "login": "lucia-auth", - "id": 124423533, - "avatar_url": "https://avatars.githubusercontent.com/u/124423533?v=4", - "url": "https://api.github.com/users/lucia-auth", - "html_url": "https://github.com/lucia-auth" + "login": "mayooear", + "id": 107035552, + "avatar_url": "https://avatars.githubusercontent.com/u/107035552?v=4", + "url": "https://api.github.com/users/mayooear", + "html_url": "https://github.com/mayooear" }, - "html_url": "https://github.com/lucia-auth/lucia", - "description": "Authentication, simple and clean", - "url": "https://api.github.com/repos/lucia-auth/lucia", - "languages_url": "https://api.github.com/repos/lucia-auth/lucia/languages", - "created_at": "2022-07-18T14:53:24Z", - "updated_at": "2024-09-08T00:04:08Z", - "git_url": "git://github.com/lucia-auth/lucia.git", - "ssh_url": "git@github.com:lucia-auth/lucia.git", - "clone_url": "https://github.com/lucia-auth/lucia.git", - "homepage": "https://lucia-auth.com", - "stargazers_count": 8943, - "watchers_count": 8943, + "html_url": "https://github.com/mayooear/gpt4-pdf-chatbot-langchain", + "description": "GPT4 & LangChain Chatbot for large PDF docs", + "url": "https://api.github.com/repos/mayooear/gpt4-pdf-chatbot-langchain", + "languages_url": "https://api.github.com/repos/mayooear/gpt4-pdf-chatbot-langchain/languages", + "created_at": "2023-03-17T01:23:26Z", + "updated_at": "2024-09-07T20:15:31Z", + "git_url": "git://github.com/mayooear/gpt4-pdf-chatbot-langchain.git", + "ssh_url": "git@github.com:mayooear/gpt4-pdf-chatbot-langchain.git", + "clone_url": "https://github.com/mayooear/gpt4-pdf-chatbot-langchain.git", + "homepage": "https://www.youtube.com/watch?v=ih9PBGVVOO4", + "stargazers_count": 14833, + "watchers_count": 14833, "language": "TypeScript", "topics": [ - "auth", - "oauth", + "gpt4", + "langchain", + "nextjs", + "openai", + "pdf", "typescript" ] }, { - "id": 382737827, - "node_id": "MDEwOlJlcG9zaXRvcnkzODI3Mzc4Mjc=", - "name": "examples-next-prisma-websockets-starter", - "full_name": "trpc/examples-next-prisma-websockets-starter", - "owner": { - "login": "trpc", - "id": 78011399, - "avatar_url": "https://avatars.githubusercontent.com/u/78011399?v=4", - "url": "https://api.github.com/users/trpc", - "html_url": "https://github.com/trpc" - }, - "html_url": "https://github.com/trpc/examples-next-prisma-websockets-starter", - "description": "🏓 tRPC Next.js WebSocket Starter", - "url": "https://api.github.com/repos/trpc/examples-next-prisma-websockets-starter", - "languages_url": "https://api.github.com/repos/trpc/examples-next-prisma-websockets-starter/languages", - "created_at": "2021-07-04T01:13:47Z", - "updated_at": "2024-09-06T13:58:06Z", - "git_url": "git://github.com/trpc/examples-next-prisma-websockets-starter.git", - "ssh_url": "git@github.com:trpc/examples-next-prisma-websockets-starter.git", - "clone_url": "https://github.com/trpc/examples-next-prisma-websockets-starter.git", - "homepage": "https://github.com/trpc/trpc/tree/main/examples/next-prisma-starter-websockets", - "stargazers_count": 417, - "watchers_count": 417, - "language": "TypeScript", - "topics": [] - }, - { - "id": 741900954, - "node_id": "R_kgDOLDiCmg", - "name": "dockerizer", - "full_name": "easypanel-io/dockerizer", + "id": 621799276, + "node_id": "R_kgDOJQ_nbA", + "name": "Langchain-Chatchat", + "full_name": "chatchat-space/Langchain-Chatchat", "owner": { - "login": "easypanel-io", - "id": 97469292, - "avatar_url": "https://avatars.githubusercontent.com/u/97469292?v=4", - "url": "https://api.github.com/users/easypanel-io", - "html_url": "https://github.com/easypanel-io" + "login": "chatchat-space", + "id": 139558948, + "avatar_url": "https://avatars.githubusercontent.com/u/139558948?v=4", + "url": "https://api.github.com/users/chatchat-space", + "html_url": "https://github.com/chatchat-space" }, - "html_url": "https://github.com/easypanel-io/dockerizer", - "description": "The fastest way to dockerize your apps.", - "url": "https://api.github.com/repos/easypanel-io/dockerizer", - "languages_url": "https://api.github.com/repos/easypanel-io/dockerizer/languages", - "created_at": "2024-01-11T10:48:49Z", - "updated_at": "2024-09-06T23:44:16Z", - "git_url": "git://github.com/easypanel-io/dockerizer.git", - "ssh_url": "git@github.com:easypanel-io/dockerizer.git", - "clone_url": "https://github.com/easypanel-io/dockerizer.git", - "homepage": "https://easypanel.io/dockerizer", - "stargazers_count": 121, - "watchers_count": 121, + "html_url": "https://github.com/chatchat-space/Langchain-Chatchat", + "description": "Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain-ChatGLM), local knowledge based LLM (like ChatGLM, Qwen and Llama) RAG and Agent app with langchain ", + "url": "https://api.github.com/repos/chatchat-space/Langchain-Chatchat", + "languages_url": "https://api.github.com/repos/chatchat-space/Langchain-Chatchat/languages", + "created_at": "2023-03-31T12:12:45Z", + "updated_at": "2024-09-08T10:48:02Z", + "git_url": "git://github.com/chatchat-space/Langchain-Chatchat.git", + "ssh_url": "git@github.com:chatchat-space/Langchain-Chatchat.git", + "clone_url": "https://github.com/chatchat-space/Langchain-Chatchat.git", + "homepage": "", + "stargazers_count": 31087, + "watchers_count": 31087, "language": "TypeScript", "topics": [ - "angular", - "docker", - "dockerize", - "dockerized", - "expressjs", - "laravel", - "nestjs", - "nextjs", - "nodejs", - "nuxtjs", - "react", - "vuejs" + "chatbot", + "chatchat", + "chatglm", + "chatgpt", + "embedding", + "faiss", + "fastchat", + "gpt", + "knowledge-base", + "langchain", + "langchain-chatglm", + "llama", + "llm", + "milvus", + "ollama", + "qwen", + "rag", + "retrieval-augmented-generation", + "streamlit", + "xinference" ] }, { - "id": 670778224, - "node_id": "R_kgDOJ_tDcA", - "name": "vector-admin", - "full_name": "Mintplex-Labs/vector-admin", + "id": 624681066, + "node_id": "R_kgDOJTvgag", + "name": "AgentGPT", + "full_name": "reworkd/AgentGPT", "owner": { - "login": "Mintplex-Labs", - "id": 134426827, - "avatar_url": "https://avatars.githubusercontent.com/u/134426827?v=4", - "url": "https://api.github.com/users/Mintplex-Labs", - "html_url": "https://github.com/Mintplex-Labs" + "login": "reworkd", + "id": 120154269, + "avatar_url": "https://avatars.githubusercontent.com/u/120154269?v=4", + "url": "https://api.github.com/users/reworkd", + "html_url": "https://github.com/reworkd" }, - "html_url": "https://github.com/Mintplex-Labs/vector-admin", - "description": "The universal tool suite for vector database management. Manage Pinecone, Chroma, Qdrant, Weaviate and more vector databases with ease.", - "url": "https://api.github.com/repos/Mintplex-Labs/vector-admin", - "languages_url": "https://api.github.com/repos/Mintplex-Labs/vector-admin/languages", - "created_at": "2023-07-25T20:19:07Z", - "updated_at": "2024-09-07T23:22:09Z", - "git_url": "git://github.com/Mintplex-Labs/vector-admin.git", - "ssh_url": "git@github.com:Mintplex-Labs/vector-admin.git", - "clone_url": "https://github.com/Mintplex-Labs/vector-admin.git", - "homepage": "https://vectoradmin.com/", - "stargazers_count": 1251, - "watchers_count": 1251, + "html_url": "https://github.com/reworkd/AgentGPT", + "description": "🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.", + "url": "https://api.github.com/repos/reworkd/AgentGPT", + "languages_url": "https://api.github.com/repos/reworkd/AgentGPT/languages", + "created_at": "2023-04-07T02:29:19Z", + "updated_at": "2024-09-08T09:36:51Z", + "git_url": "git://github.com/reworkd/AgentGPT.git", + "ssh_url": "git@github.com:reworkd/AgentGPT.git", + "clone_url": "https://github.com/reworkd/AgentGPT.git", + "homepage": "https://agentgpt.reworkd.ai", + "stargazers_count": 31308, + "watchers_count": 31308, "language": "TypeScript", "topics": [ - "ai", - "ai-agents", - "aitools", - "chroma", - "database-management", - "document-retrieval", - "embeddings", - "flowise", + "agent", + "agentgpt", + "agi", + "autogpt", + "baby-agi", + "gpt", "langchain", - "langchain-js", - "llms", - "pinecone", - "qdrant", - "vector-data-management", - "vector-database", - "vector-database-embedding", - "vector-search", - "vectordatabase", - "vectorspace", - "weaviate" + "next", + "openai", + "t3", + "t3-stack" ] }, { - "id": 633927609, - "node_id": "R_kgDOJcj3uQ", - "name": "promptfoo", - "full_name": "promptfoo/promptfoo", + "id": 626805178, + "node_id": "R_kgDOJVxJug", + "name": "dify", + "full_name": "langgenius/dify", "owner": { - "login": "promptfoo", - "id": 137907881, - "avatar_url": "https://avatars.githubusercontent.com/u/137907881?v=4", - "url": "https://api.github.com/users/promptfoo", - "html_url": "https://github.com/promptfoo" + "login": "langgenius", + "id": 127165244, + "avatar_url": "https://avatars.githubusercontent.com/u/127165244?v=4", + "url": "https://api.github.com/users/langgenius", + "html_url": "https://github.com/langgenius" }, - "html_url": "https://github.com/promptfoo/promptfoo", - "description": "Test your prompts, agents, and RAGs. Red teaming, pentesting, and vulnerability scanning for LLMs. Compare performance of GPT, Claude, Gemini, Llama, and more. Simple declarative configs with command line and CI/CD integration.", - "url": "https://api.github.com/repos/promptfoo/promptfoo", - "languages_url": "https://api.github.com/repos/promptfoo/promptfoo/languages", - "created_at": "2023-04-28T15:48:49Z", - "updated_at": "2024-09-07T23:18:07Z", - "git_url": "git://github.com/promptfoo/promptfoo.git", - "ssh_url": "git@github.com:promptfoo/promptfoo.git", - "clone_url": "https://github.com/promptfoo/promptfoo.git", - "homepage": "https://www.promptfoo.dev/", - "stargazers_count": 4093, - "watchers_count": 4093, + "html_url": "https://github.com/langgenius/dify", + "description": "Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.", + "url": "https://api.github.com/repos/langgenius/dify", + "languages_url": "https://api.github.com/repos/langgenius/dify/languages", + "created_at": "2023-04-12T07:40:24Z", + "updated_at": "2024-09-08T11:39:55Z", + "git_url": "git://github.com/langgenius/dify.git", + "ssh_url": "git@github.com:langgenius/dify.git", + "clone_url": "https://github.com/langgenius/dify.git", + "homepage": "https://dify.ai", + "stargazers_count": 44447, + "watchers_count": 44447, "language": "TypeScript", "topics": [ - "ci", - "ci-cd", - "cicd", - "evaluation", - "evaluation-framework", + "agent", + "ai", + "anthropic", + "backend-as-a-service", + "chatbot", + "gemini", + "genai", + "gpt", + "gpt-4", + "llama3", "llm", - "llm-eval", - "llm-evaluation", - "llm-evaluation-framework", "llmops", - "pentesting", - "prompt-engineering", - "prompt-testing", - "prompts", + "nextjs", + "openai", + "orchestration", + "python", "rag", - "red-teaming", - "testing", - "vulnerability-scanners" + "workflow", + "workflows" ] }, { - "id": 771986516, - "node_id": "R_kgDOLgOUVA", - "name": "discord-claude-bot", - "full_name": "mizchi/discord-claude-bot", + "id": 599170387, + "node_id": "R_kgDOI7adUw", + "name": "wove", + "full_name": "zckly/wove", "owner": { - "login": "mizchi", - "id": 73962, - "avatar_url": "https://avatars.githubusercontent.com/u/73962?v=4", - "url": "https://api.github.com/users/mizchi", - "html_url": "https://github.com/mizchi" + "login": "zckly", + "id": 11340449, + "avatar_url": "https://avatars.githubusercontent.com/u/11340449?v=4", + "url": "https://api.github.com/users/zckly", + "html_url": "https://github.com/zckly" }, - "html_url": "https://github.com/mizchi/discord-claude-bot", - "description": null, - "url": "https://api.github.com/repos/mizchi/discord-claude-bot", - "languages_url": "https://api.github.com/repos/mizchi/discord-claude-bot/languages", - "created_at": "2024-03-14T10:16:58Z", - "updated_at": "2024-04-24T11:40:50Z", - "git_url": "git://github.com/mizchi/discord-claude-bot.git", - "ssh_url": "git@github.com:mizchi/discord-claude-bot.git", - "clone_url": "https://github.com/mizchi/discord-claude-bot.git", - "homepage": null, - "stargazers_count": 7, - "watchers_count": 7, + "html_url": "https://github.com/zckly/wove", + "description": "Wove is a tool for building long-running workflows with LLMs.", + "url": "https://api.github.com/repos/zckly/wove", + "languages_url": "https://api.github.com/repos/zckly/wove/languages", + "created_at": "2023-02-08T15:45:01Z", + "updated_at": "2024-05-27T21:48:52Z", + "git_url": "git://github.com/zckly/wove.git", + "ssh_url": "git@github.com:zckly/wove.git", + "clone_url": "https://github.com/zckly/wove.git", + "homepage": "", + "stargazers_count": 113, + "watchers_count": 113, "language": "TypeScript", "topics": [] }, { - "id": 470907899, - "node_id": "R_kgDOHBF7-w", - "name": "solana-tools", - "full_name": "cryptoloutre/solana-tools", + "id": 600596928, + "node_id": "R_kgDOI8xhwA", + "name": "LibreChat", + "full_name": "danny-avila/LibreChat", "owner": { - "login": "cryptoloutre", - "id": 35653371, - "avatar_url": "https://avatars.githubusercontent.com/u/35653371?v=4", - "url": "https://api.github.com/users/cryptoloutre", - "html_url": "https://github.com/cryptoloutre" + "login": "danny-avila", + "id": 110412045, + "avatar_url": "https://avatars.githubusercontent.com/u/110412045?v=4", + "url": "https://api.github.com/users/danny-avila", + "html_url": "https://github.com/danny-avila" }, - "html_url": "https://github.com/cryptoloutre/solana-tools", - "description": "A bunch of tools to help people in the Solana ecosystem. This website includes an UI to burn Solana NFTs and an UI to create SPL-Tokens. More tools are scheduled...", - "url": "https://api.github.com/repos/cryptoloutre/solana-tools", - "languages_url": "https://api.github.com/repos/cryptoloutre/solana-tools/languages", - "created_at": "2022-03-17T08:29:25Z", - "updated_at": "2024-09-07T01:36:25Z", - "git_url": "git://github.com/cryptoloutre/solana-tools.git", - "ssh_url": "git@github.com:cryptoloutre/solana-tools.git", - "clone_url": "https://github.com/cryptoloutre/solana-tools.git", - "homepage": "https://solanatools.vercel.app/", - "stargazers_count": 133, - "watchers_count": 133, + "html_url": "https://github.com/danny-avila/LibreChat", + "description": "Enhanced ChatGPT Clone: Features Anthropic, OpenAI, Assistants API, Azure, Groq, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.", + "url": "https://api.github.com/repos/danny-avila/LibreChat", + "languages_url": "https://api.github.com/repos/danny-avila/LibreChat/languages", + "created_at": "2023-02-12T01:06:52Z", + "updated_at": "2024-09-08T11:33:53Z", + "git_url": "git://github.com/danny-avila/LibreChat.git", + "ssh_url": "git@github.com:danny-avila/LibreChat.git", + "clone_url": "https://github.com/danny-avila/LibreChat.git", + "homepage": "https://librechat.ai/", + "stargazers_count": 17233, + "watchers_count": 17233, "language": "TypeScript", - "topics": [] + "topics": [ + "ai", + "anthropic", + "artifacts", + "assistant-api", + "azure", + "bing", + "chatgpt", + "chatgpt-clone", + "claude", + "clone", + "dall-e-3", + "gemini", + "google", + "langchain", + "librechat", + "openai", + "plugins", + "search", + "vision", + "webui" + ] }, { - "id": 516262843, - "node_id": "R_kgDOHsWLuw", - "name": "legend-state", - "full_name": "LegendApp/legend-state", - "owner": { - "login": "LegendApp", - "id": 60373862, - "avatar_url": "https://avatars.githubusercontent.com/u/60373862?v=4", - "url": "https://api.github.com/users/LegendApp", - "html_url": "https://github.com/LegendApp" - }, - "html_url": "https://github.com/LegendApp/legend-state", - "description": "Legend-State is a super fast and powerful state library that enables fine-grained reactivity and easy automatic persistence", - "url": "https://api.github.com/repos/LegendApp/legend-state", - "languages_url": "https://api.github.com/repos/LegendApp/legend-state/languages", - "created_at": "2022-07-21T07:06:08Z", - "updated_at": "2024-09-07T21:24:31Z", - "git_url": "git://github.com/LegendApp/legend-state.git", - "ssh_url": "git@github.com:LegendApp/legend-state.git", - "clone_url": "https://github.com/LegendApp/legend-state.git", - "homepage": "https://legendapp.com/open-source/state/", - "stargazers_count": 2714, - "watchers_count": 2714, - "language": "TypeScript", - "topics": [] - }, - { - "id": 655515393, - "node_id": "R_kgDOJxJfAQ", - "name": "CopilotKit", - "full_name": "CopilotKit/CopilotKit", + "id": 224713762, + "node_id": "MDEwOlJlcG9zaXRvcnkyMjQ3MTM3NjI=", + "name": "react-multi-select-component", + "full_name": "hc-oss/react-multi-select-component", "owner": { - "login": "CopilotKit", - "id": 131273140, - "avatar_url": "https://avatars.githubusercontent.com/u/131273140?v=4", - "url": "https://api.github.com/users/CopilotKit", - "html_url": "https://github.com/CopilotKit" + "login": "hc-oss", + "id": 84128840, + "avatar_url": "https://avatars.githubusercontent.com/u/84128840?v=4", + "url": "https://api.github.com/users/hc-oss", + "html_url": "https://github.com/hc-oss" }, - "html_url": "https://github.com/CopilotKit/CopilotKit", - "description": "A framework for building custom AI Copilots 🤖 in-app AI chatbots, in-app AI Agents, & AI-powered Textareas.", - "url": "https://api.github.com/repos/CopilotKit/CopilotKit", - "languages_url": "https://api.github.com/repos/CopilotKit/CopilotKit/languages", - "created_at": "2023-06-19T04:08:31Z", - "updated_at": "2024-09-08T00:16:14Z", - "git_url": "git://github.com/CopilotKit/CopilotKit.git", - "ssh_url": "git@github.com:CopilotKit/CopilotKit.git", - "clone_url": "https://github.com/CopilotKit/CopilotKit.git", - "homepage": "https://copilotkit.ai", - "stargazers_count": 9702, - "watchers_count": 9702, + "html_url": "https://github.com/hc-oss/react-multi-select-component", + "description": "Lightweight (~5KB gzipped) multiple selection dropdown component", + "url": "https://api.github.com/repos/hc-oss/react-multi-select-component", + "languages_url": "https://api.github.com/repos/hc-oss/react-multi-select-component/languages", + "created_at": "2019-11-28T19:03:39Z", + "updated_at": "2024-08-30T03:05:51Z", + "git_url": "git://github.com/hc-oss/react-multi-select-component.git", + "ssh_url": "git@github.com:hc-oss/react-multi-select-component.git", + "clone_url": "https://github.com/hc-oss/react-multi-select-component.git", + "homepage": "https://codesandbox.io/s/react-multi-select-example-uqtgs", + "stargazers_count": 383, + "watchers_count": 383, "language": "TypeScript", "topics": [ - "ai", - "langchain", - "llm", - "nextjs", - "open-source", + "checkboxes", + "component", + "dropdown", + "hacktoberfest", + "multiselect", "react", - "reactjs", - "ts", + "react-select", + "select", + "select-all", "typescript" ] }, { - "id": 421119898, - "node_id": "R_kgDOGRnHmg", - "name": "react-advanced-cropper", - "full_name": "advanced-cropper/react-advanced-cropper", + "id": 389469410, + "node_id": "MDEwOlJlcG9zaXRvcnkzODk0Njk0MTA=", + "name": "chat-analytics", + "full_name": "mlomb/chat-analytics", "owner": { - "login": "advanced-cropper", - "id": 108796427, - "avatar_url": "https://avatars.githubusercontent.com/u/108796427?v=4", - "url": "https://api.github.com/users/advanced-cropper", - "html_url": "https://github.com/advanced-cropper" + "login": "mlomb", + "id": 5845105, + "avatar_url": "https://avatars.githubusercontent.com/u/5845105?v=4", + "url": "https://api.github.com/users/mlomb", + "html_url": "https://github.com/mlomb" }, - "html_url": "https://github.com/advanced-cropper/react-advanced-cropper", - "description": "The react cropper library that embraces power of the advanced cropper core to give the possibility to create croppers that exactly suited for your website design", - "url": "https://api.github.com/repos/advanced-cropper/react-advanced-cropper", - "languages_url": "https://api.github.com/repos/advanced-cropper/react-advanced-cropper/languages", - "created_at": "2021-10-25T17:23:54Z", - "updated_at": "2024-09-06T17:04:52Z", - "git_url": "git://github.com/advanced-cropper/react-advanced-cropper.git", - "ssh_url": "git@github.com:advanced-cropper/react-advanced-cropper.git", - "clone_url": "https://github.com/advanced-cropper/react-advanced-cropper.git", - "homepage": "https://advanced-cropper.github.io/react-advanced-cropper/", - "stargazers_count": 657, - "watchers_count": 657, + "html_url": "https://github.com/mlomb/chat-analytics", + "description": "Generate interactive, beautiful and insightful chat analysis reports", + "url": "https://api.github.com/repos/mlomb/chat-analytics", + "languages_url": "https://api.github.com/repos/mlomb/chat-analytics/languages", + "created_at": "2021-07-26T00:41:27Z", + "updated_at": "2024-09-07T13:57:02Z", + "git_url": "git://github.com/mlomb/chat-analytics.git", + "ssh_url": "git@github.com:mlomb/chat-analytics.git", + "clone_url": "https://github.com/mlomb/chat-analytics.git", + "homepage": "https://chatanalytics.app", + "stargazers_count": 638, + "watchers_count": 638, "language": "TypeScript", "topics": [ - "advanced", - "cropper", - "flexible", - "image", - "image-cropper", - "image-cropping", - "image-manipulation", - "library", - "react", - "react-component", - "react-cropper" + "analysis", + "analytics", + "analyzer", + "app", + "chat", + "chat-analysis", + "chat-analyzer", + "cli", + "data-visualization", + "discord", + "telegram", + "whatsapp" ] }, { - "id": 589680800, - "node_id": "R_kgDOIyXQoA", - "name": "paseto-ts", - "full_name": "auth70/paseto-ts", + "id": 649647885, + "node_id": "R_kgDOJrjXDQ", + "name": "ChatGPT-Midjourney", + "full_name": "Licoy/ChatGPT-Midjourney", "owner": { - "login": "auth70", - "id": 122825113, - "avatar_url": "https://avatars.githubusercontent.com/u/122825113?v=4", - "url": "https://api.github.com/users/auth70", - "html_url": "https://github.com/auth70" + "login": "Licoy", + "id": 20410697, + "avatar_url": "https://avatars.githubusercontent.com/u/20410697?v=4", + "url": "https://api.github.com/users/Licoy", + "html_url": "https://github.com/Licoy" }, - "html_url": "https://github.com/auth70/paseto-ts", - "description": "PASETO v4 (encrypt, decrypt, sign & verify) in TypeScript", - "url": "https://api.github.com/repos/auth70/paseto-ts", - "languages_url": "https://api.github.com/repos/auth70/paseto-ts/languages", - "created_at": "2023-01-16T17:25:47Z", - "updated_at": "2024-08-21T15:38:11Z", - "git_url": "git://github.com/auth70/paseto-ts.git", - "ssh_url": "git@github.com:auth70/paseto-ts.git", - "clone_url": "https://github.com/auth70/paseto-ts.git", - "homepage": "", - "stargazers_count": 25, - "watchers_count": 25, + "html_url": "https://github.com/Licoy/ChatGPT-Midjourney", + "description": "🍭 一键拥有你自己的 ChatGPT+StabilityAI+Midjourney 网页服务 | Own your own ChatGPT+StabilityAI+Midjourney web service with one click", + "url": "https://api.github.com/repos/Licoy/ChatGPT-Midjourney", + "languages_url": "https://api.github.com/repos/Licoy/ChatGPT-Midjourney/languages", + "created_at": "2023-06-05T10:35:13Z", + "updated_at": "2024-09-08T04:13:50Z", + "git_url": "git://github.com/Licoy/ChatGPT-Midjourney.git", + "ssh_url": "git@github.com:Licoy/ChatGPT-Midjourney.git", + "clone_url": "https://github.com/Licoy/ChatGPT-Midjourney.git", + "homepage": "https://aidemo.xiazai.zip", + "stargazers_count": 6270, + "watchers_count": 6270, "language": "TypeScript", "topics": [ - "decrypt", - "encrypt", - "paseto", - "sign", - "verify" + "chatgpt", + "chatgpt-web", + "discord", + "discord-bot", + "midjourney", + "niji", + "openai", + "stable-diffusion" ] }, { - "id": 598119501, - "node_id": "R_kgDOI6aUTQ", - "name": "cyberconnect-v2", - "full_name": "cyberconnecthq/cyberconnect-v2", - "owner": { - "login": "cyberconnecthq", - "id": 81209593, - "avatar_url": "https://avatars.githubusercontent.com/u/81209593?v=4", - "url": "https://api.github.com/users/cyberconnecthq", - "html_url": "https://github.com/cyberconnecthq" - }, - "html_url": "https://github.com/cyberconnecthq/cyberconnect-v2", - "description": "CyberConnect official v2 SDK", - "url": "https://api.github.com/repos/cyberconnecthq/cyberconnect-v2", - "languages_url": "https://api.github.com/repos/cyberconnecthq/cyberconnect-v2/languages", - "created_at": "2023-02-06T12:50:21Z", - "updated_at": "2024-03-21T09:44:37Z", - "git_url": "git://github.com/cyberconnecthq/cyberconnect-v2.git", - "ssh_url": "git@github.com:cyberconnecthq/cyberconnect-v2.git", - "clone_url": "https://github.com/cyberconnecthq/cyberconnect-v2.git", - "homepage": null, - "stargazers_count": 15, - "watchers_count": 15, - "language": "TypeScript", - "topics": [] - }, - { - "id": 622081419, - "node_id": "R_kgDOJRQ1iw", - "name": "nextjs-openai-doc-search", - "full_name": "supabase-community/nextjs-openai-doc-search", + "id": 681211986, + "node_id": "R_kgDOKJp4Ug", + "name": "twinny", + "full_name": "twinnydotdev/twinny", "owner": { - "login": "supabase-community", - "id": 87650496, - "avatar_url": "https://avatars.githubusercontent.com/u/87650496?v=4", - "url": "https://api.github.com/users/supabase-community", - "html_url": "https://github.com/supabase-community" + "login": "twinnydotdev", + "id": 174442693, + "avatar_url": "https://avatars.githubusercontent.com/u/174442693?v=4", + "url": "https://api.github.com/users/twinnydotdev", + "html_url": "https://github.com/twinnydotdev" }, - "html_url": "https://github.com/supabase-community/nextjs-openai-doc-search", - "description": "Template for building your own custom ChatGPT style doc search powered by Next.js, OpenAI, and Supabase.", - "url": "https://api.github.com/repos/supabase-community/nextjs-openai-doc-search", - "languages_url": "https://api.github.com/repos/supabase-community/nextjs-openai-doc-search/languages", - "created_at": "2023-04-01T04:12:56Z", - "updated_at": "2024-09-06T23:59:50Z", - "git_url": "git://github.com/supabase-community/nextjs-openai-doc-search.git", - "ssh_url": "git@github.com:supabase-community/nextjs-openai-doc-search.git", - "clone_url": "https://github.com/supabase-community/nextjs-openai-doc-search.git", - "homepage": "https://supabase.com/blog/chatgpt-supabase-docs", - "stargazers_count": 1571, - "watchers_count": 1571, + "html_url": "https://github.com/twinnydotdev/twinny", + "description": "The most no-nonsense, locally or API-hosted AI code completion plugin for Visual Studio Code - like GitHub Copilot but completely free and 100% private.", + "url": "https://api.github.com/repos/twinnydotdev/twinny", + "languages_url": "https://api.github.com/repos/twinnydotdev/twinny/languages", + "created_at": "2023-08-21T14:10:35Z", + "updated_at": "2024-09-08T10:32:56Z", + "git_url": "git://github.com/twinnydotdev/twinny.git", + "ssh_url": "git@github.com:twinnydotdev/twinny.git", + "clone_url": "https://github.com/twinnydotdev/twinny.git", + "homepage": "https://twinny.dev", + "stargazers_count": 2575, + "watchers_count": 2575, "language": "TypeScript", "topics": [ - "ai", - "chatgpt", - "nextjs", - "openai", - "postgres", - "supabase", - "template", - "vector-search" + "artificial-intelligence", + "code-chat", + "code-completion", + "code-generation", + "codellama", + "copilot", + "decentralized", + "free", + "llama2", + "llamacpp", + "ollama", + "ollama-api", + "ollama-chat", + "p2p", + "private", + "symmetry", + "vscode-extension" ] }, { - "id": 629422559, - "node_id": "R_kgDOJYQ53w", - "name": "deno-fresh-openai-doc-search", - "full_name": "supabase-community/deno-fresh-openai-doc-search", + "id": 731380504, + "node_id": "R_kgDOK5f7GA", + "name": "discord-ollama", + "full_name": "kevinthedang/discord-ollama", "owner": { - "login": "supabase-community", - "id": 87650496, - "avatar_url": "https://avatars.githubusercontent.com/u/87650496?v=4", - "url": "https://api.github.com/users/supabase-community", - "html_url": "https://github.com/supabase-community" + "login": "kevinthedang", + "id": 77701718, + "avatar_url": "https://avatars.githubusercontent.com/u/77701718?v=4", + "url": "https://api.github.com/users/kevinthedang", + "html_url": "https://github.com/kevinthedang" }, - "html_url": "https://github.com/supabase-community/deno-fresh-openai-doc-search", - "description": "Template for building your own custom ChatGPT style doc search powered by Fresh, Deno, OpenAI, and Supabase.", - "url": "https://api.github.com/repos/supabase-community/deno-fresh-openai-doc-search", - "languages_url": "https://api.github.com/repos/supabase-community/deno-fresh-openai-doc-search/languages", - "created_at": "2023-04-18T09:30:38Z", - "updated_at": "2024-08-29T01:09:01Z", - "git_url": "git://github.com/supabase-community/deno-fresh-openai-doc-search.git", - "ssh_url": "git@github.com:supabase-community/deno-fresh-openai-doc-search.git", - "clone_url": "https://github.com/supabase-community/deno-fresh-openai-doc-search.git", - "homepage": "https://supabase-openai-doc-search.deno.dev/", - "stargazers_count": 87, - "watchers_count": 87, + "html_url": "https://github.com/kevinthedang/discord-ollama", + "description": "Discord Bot that utilizes Ollama to interact with any Large Language Models to talk with users and allow them to host/create their own models.", + "url": "https://api.github.com/repos/kevinthedang/discord-ollama", + "languages_url": "https://api.github.com/repos/kevinthedang/discord-ollama/languages", + "created_at": "2023-12-14T00:38:04Z", + "updated_at": "2024-09-08T04:36:58Z", + "git_url": "git://github.com/kevinthedang/discord-ollama.git", + "ssh_url": "git@github.com:kevinthedang/discord-ollama.git", + "clone_url": "https://github.com/kevinthedang/discord-ollama.git", + "homepage": "", + "stargazers_count": 70, + "watchers_count": 70, "language": "TypeScript", - "topics": [ - "chatgpt", - "deno", - "fresh", - "github-action", - "openai", - "pgvector", - "postgres", - "supabase" - ] + "topics": [] }, { - "id": 749553092, - "node_id": "R_kgDOLK1FxA", - "name": "onyx", - "full_name": "rmourey26/onyx", + "id": 692463175, + "node_id": "R_kgDOKUYmRw", + "name": "symphony", + "full_name": "symphony-hq/symphony", "owner": { - "login": "rmourey26", - "id": 20747769, - "avatar_url": "https://avatars.githubusercontent.com/u/20747769?v=4", - "url": "https://api.github.com/users/rmourey26", - "html_url": "https://github.com/rmourey26" + "login": "symphony-hq", + "id": 145233041, + "avatar_url": "https://avatars.githubusercontent.com/u/145233041?v=4", + "url": "https://api.github.com/users/symphony-hq", + "html_url": "https://github.com/symphony-hq" }, - "html_url": "https://github.com/rmourey26/onyx", - "description": "Full stack NextJS 14, Supabase SSR Auth & PostgreSQL DB, TanStack React Query, React Hook Form, Zod validation, 'A' Security Headers Score, RBAC, Resend,CRUD operations, Shadcn-UI, admin dashboard, OpenAI playground, and more. Fork and get your MVP running in days.", - "url": "https://api.github.com/repos/rmourey26/onyx", - "languages_url": "https://api.github.com/repos/rmourey26/onyx/languages", - "created_at": "2024-01-28T22:26:10Z", - "updated_at": "2024-09-07T04:16:26Z", - "git_url": "git://github.com/rmourey26/onyx.git", - "ssh_url": "git@github.com:rmourey26/onyx.git", - "clone_url": "https://github.com/rmourey26/onyx.git", - "homepage": "https://onyx-rho-pink.vercel.app", - "stargazers_count": 74, - "watchers_count": 74, + "html_url": "https://github.com/symphony-hq/symphony", + "description": "Write programs you can talk to.", + "url": "https://api.github.com/repos/symphony-hq/symphony", + "languages_url": "https://api.github.com/repos/symphony-hq/symphony/languages", + "created_at": "2023-09-16T14:57:54Z", + "updated_at": "2024-09-03T11:12:33Z", + "git_url": "git://github.com/symphony-hq/symphony.git", + "ssh_url": "git@github.com:symphony-hq/symphony.git", + "clone_url": "https://github.com/symphony-hq/symphony.git", + "homepage": "https://symphony.run", + "stargazers_count": 356, + "watchers_count": 356, "language": "TypeScript", - "topics": [ - "chatgpt", - "dashboard", - "nextjs14", - "openai", - "podcast", - "postgres", - "react-hook-form", - "react-query", - "resend-email-api", - "role-based-access-control", - "server-actions", - "shadcn-ui", - "supabase-auth", - "supabase-db", - "supabase-ssr", - "supabase-storage", - "tailwind-css", - "tanstack-react-query", - "typescript", - "zod" - ] + "topics": [] }, { - "id": 724365378, - "node_id": "R_kgDOKyzwQg", - "name": "omniscient", - "full_name": "RicardoGEsteves/omniscient", + "id": 693743670, + "node_id": "R_kgDOKVmwNg", + "name": "openv0", + "full_name": "raidendotai/openv0", "owner": { - "login": "RicardoGEsteves", - "id": 30535937, - "avatar_url": "https://avatars.githubusercontent.com/u/30535937?v=4", - "url": "https://api.github.com/users/RicardoGEsteves", - "html_url": "https://github.com/RicardoGEsteves" + "login": "raidendotai", + "id": 127366981, + "avatar_url": "https://avatars.githubusercontent.com/u/127366981?v=4", + "url": "https://api.github.com/users/raidendotai", + "html_url": "https://github.com/raidendotai" }, - "html_url": "https://github.com/RicardoGEsteves/omniscient", - "description": "Cutting-edge Full-stack AI Platform delivered as a SaaS (Software as a Service). Built on a robust technology stack, integrated with powerful APIs such as OpenAI and Replicate, offers a seamless experience for code generation, conversation simulation, image creation, music composition, and video generation.", - "url": "https://api.github.com/repos/RicardoGEsteves/omniscient", - "languages_url": "https://api.github.com/repos/RicardoGEsteves/omniscient/languages", - "created_at": "2023-11-27T23:39:55Z", - "updated_at": "2024-09-02T14:54:07Z", - "git_url": "git://github.com/RicardoGEsteves/omniscient.git", - "ssh_url": "git@github.com:RicardoGEsteves/omniscient.git", - "clone_url": "https://github.com/RicardoGEsteves/omniscient.git", + "html_url": "https://github.com/raidendotai/openv0", + "description": "AI generated UI components", + "url": "https://api.github.com/repos/raidendotai/openv0", + "languages_url": "https://api.github.com/repos/raidendotai/openv0/languages", + "created_at": "2023-09-19T16:12:31Z", + "updated_at": "2024-09-08T10:40:50Z", + "git_url": "git://github.com/raidendotai/openv0.git", + "ssh_url": "git@github.com:raidendotai/openv0.git", + "clone_url": "https://github.com/raidendotai/openv0.git", "homepage": "", - "stargazers_count": 56, - "watchers_count": 56, + "stargazers_count": 3413, + "watchers_count": 3413, "language": "TypeScript", "topics": [ - "axios", - "clerk", - "crispr", - "nextjs", - "openai", - "postgresql", - "prisma", + "ai", + "generative", + "javascript", "react", - "react-hook-form", - "react-hot-toast", - "react-markdown", - "replicate", - "shadcn-ui", - "stripe", - "supabase", - "tailwindcss", + "tailwind", "typescript", - "zod", - "zustand" + "ui" ] }, { - "id": 484083207, - "node_id": "R_kgDOHNqGBw", - "name": "botway", - "full_name": "abdfnx/botway", + "id": 672002598, + "node_id": "R_kgDOKA3yJg", + "name": "Verba", + "full_name": "weaviate/Verba", "owner": { - "login": "abdfnx", - "id": 64256993, - "avatar_url": "https://avatars.githubusercontent.com/u/64256993?v=4", - "url": "https://api.github.com/users/abdfnx", - "html_url": "https://github.com/abdfnx" + "login": "weaviate", + "id": 37794290, + "avatar_url": "https://avatars.githubusercontent.com/u/37794290?v=4", + "url": "https://api.github.com/users/weaviate", + "html_url": "https://github.com/weaviate" }, - "html_url": "https://github.com/abdfnx/botway", - "description": "🤖 Generate, build, handle and deploy your own Bot with your favorite language, for Discord, or Telegram, or even Slack", - "url": "https://api.github.com/repos/abdfnx/botway", - "languages_url": "https://api.github.com/repos/abdfnx/botway/languages", - "created_at": "2022-04-21T14:25:56Z", - "updated_at": "2024-08-22T00:27:29Z", - "git_url": "git://github.com/abdfnx/botway.git", - "ssh_url": "git@github.com:abdfnx/botway.git", - "clone_url": "https://github.com/abdfnx/botway.git", + "html_url": "https://github.com/weaviate/Verba", + "description": "Retrieval Augmented Generation (RAG) chatbot powered by Weaviate", + "url": "https://api.github.com/repos/weaviate/Verba", + "languages_url": "https://api.github.com/repos/weaviate/Verba/languages", + "created_at": "2023-07-28T16:53:42Z", + "updated_at": "2024-09-08T08:57:44Z", + "git_url": "git://github.com/weaviate/Verba.git", + "ssh_url": "git@github.com:weaviate/Verba.git", + "clone_url": "https://github.com/weaviate/Verba.git", "homepage": "", - "stargazers_count": 190, - "watchers_count": 190, + "stargazers_count": 5948, + "watchers_count": 5948, "language": "TypeScript", - "topics": [ - "api", - "bot", - "bot-builder", - "cli", - "deno", - "discord", - "docker", - "go", - "golang", - "nextjs", - "nodejs", - "rust", - "slack", - "supabase", - "telegram", - "twitch" - ] + "topics": [] }, { - "id": 668900119, - "node_id": "R_kgDOJ96bFw", - "name": "triplit", - "full_name": "aspen-cloud/triplit", + "id": 644214470, + "node_id": "R_kgDOJmXuxg", + "name": "namviek", + "full_name": "hudy9x/namviek", "owner": { - "login": "aspen-cloud", - "id": 61718420, - "avatar_url": "https://avatars.githubusercontent.com/u/61718420?v=4", - "url": "https://api.github.com/users/aspen-cloud", - "html_url": "https://github.com/aspen-cloud" + "login": "hudy9x", + "id": 95471659, + "avatar_url": "https://avatars.githubusercontent.com/u/95471659?v=4", + "url": "https://api.github.com/users/hudy9x", + "html_url": "https://github.com/hudy9x" }, - "html_url": "https://github.com/aspen-cloud/triplit", - "description": "A full-stack, syncing database that runs on both server and client. Pluggable storage (indexeddb, sqlite, durable objects), syncs over websockets, and works with your favorite framework (React, Solid, Vue, Svelte).", - "url": "https://api.github.com/repos/aspen-cloud/triplit", - "languages_url": "https://api.github.com/repos/aspen-cloud/triplit/languages", - "created_at": "2023-07-20T21:34:02Z", - "updated_at": "2024-09-07T21:52:53Z", - "git_url": "git://github.com/aspen-cloud/triplit.git", - "ssh_url": "git@github.com:aspen-cloud/triplit.git", - "clone_url": "https://github.com/aspen-cloud/triplit.git", - "homepage": "https://triplit.dev", - "stargazers_count": 2103, - "watchers_count": 2103, + "html_url": "https://github.com/hudy9x/namviek", + "description": "The open-source project manager for tiny teams", + "url": "https://api.github.com/repos/hudy9x/namviek", + "languages_url": "https://api.github.com/repos/hudy9x/namviek/languages", + "created_at": "2023-05-23T04:04:25Z", + "updated_at": "2024-09-07T18:13:54Z", + "git_url": "git://github.com/hudy9x/namviek.git", + "ssh_url": "git@github.com:hudy9x/namviek.git", + "clone_url": "https://github.com/hudy9x/namviek.git", + "homepage": "https://namviek.com", + "stargazers_count": 1979, + "watchers_count": 1979, + "language": "TypeScript", + "topics": [ + "expressjs", + "mongodb", + "nextjs13", + "task-management" + ] + }, + { + "id": 612640604, + "node_id": "R_kgDOJIQnXA", + "name": "chatbot-ui", + "full_name": "mckaywrigley/chatbot-ui", + "owner": { + "login": "mckaywrigley", + "id": 29221284, + "avatar_url": "https://avatars.githubusercontent.com/u/29221284?v=4", + "url": "https://api.github.com/users/mckaywrigley", + "html_url": "https://github.com/mckaywrigley" + }, + "html_url": "https://github.com/mckaywrigley/chatbot-ui", + "description": "AI chat for every model.", + "url": "https://api.github.com/repos/mckaywrigley/chatbot-ui", + "languages_url": "https://api.github.com/repos/mckaywrigley/chatbot-ui/languages", + "created_at": "2023-03-11T14:53:14Z", + "updated_at": "2024-09-08T10:57:52Z", + "git_url": "git://github.com/mckaywrigley/chatbot-ui.git", + "ssh_url": "git@github.com:mckaywrigley/chatbot-ui.git", + "clone_url": "https://github.com/mckaywrigley/chatbot-ui.git", + "homepage": "https://chatbotui.com", + "stargazers_count": 28124, + "watchers_count": 28124, + "language": "TypeScript", + "topics": [] + }, + { + "id": 121380371, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjEzODAzNzE=", + "name": "kutt", + "full_name": "thedevs-network/kutt", + "owner": { + "login": "thedevs-network", + "id": 30232102, + "avatar_url": "https://avatars.githubusercontent.com/u/30232102?v=4", + "url": "https://api.github.com/users/thedevs-network", + "html_url": "https://github.com/thedevs-network" + }, + "html_url": "https://github.com/thedevs-network/kutt", + "description": "Free Modern URL Shortener.", + "url": "https://api.github.com/repos/thedevs-network/kutt", + "languages_url": "https://api.github.com/repos/thedevs-network/kutt/languages", + "created_at": "2018-02-13T12:33:16Z", + "updated_at": "2024-09-07T01:11:08Z", + "git_url": "git://github.com/thedevs-network/kutt.git", + "ssh_url": "git@github.com:thedevs-network/kutt.git", + "clone_url": "https://github.com/thedevs-network/kutt.git", + "homepage": "https://kutt.it", + "stargazers_count": 8339, + "watchers_count": 8339, "language": "TypeScript", "topics": [ - "bun", - "cloudflare-workers", - "crdt", - "database", - "deno", - "durable-objects", - "firebase", - "firestore", - "fullstack", - "indexeddb", - "leveldb", - "multiplayer", "nextjs", - "pwa", "react", - "rxdb", - "sqlite", - "supabase", - "websockets" + "shorten-urls", + "url-shortener", + "urlshortener" ] }, { - "id": 413859003, - "node_id": "R_kgDOGKr8uw", - "name": "arweave-js-sdk", - "full_name": "Irys-xyz/arweave-js-sdk", + "id": 771404105, + "node_id": "R_kgDOLfqxSQ", + "name": "create-llama", + "full_name": "run-llama/create-llama", "owner": { - "login": "Irys-xyz", - "id": 89205890, - "avatar_url": "https://avatars.githubusercontent.com/u/89205890?v=4", - "url": "https://api.github.com/users/Irys-xyz", - "html_url": "https://github.com/Irys-xyz" + "login": "run-llama", + "id": 130722866, + "avatar_url": "https://avatars.githubusercontent.com/u/130722866?v=4", + "url": "https://api.github.com/users/run-llama", + "html_url": "https://github.com/run-llama" }, - "html_url": "https://github.com/Irys-xyz/arweave-js-sdk", - "description": "JS SDK for Irys on Arweave", - "url": "https://api.github.com/repos/Irys-xyz/arweave-js-sdk", - "languages_url": "https://api.github.com/repos/Irys-xyz/arweave-js-sdk/languages", - "created_at": "2021-10-05T14:46:00Z", - "updated_at": "2024-09-04T20:45:52Z", - "git_url": "git://github.com/Irys-xyz/arweave-js-sdk.git", - "ssh_url": "git@github.com:Irys-xyz/arweave-js-sdk.git", - "clone_url": "https://github.com/Irys-xyz/arweave-js-sdk.git", - "homepage": "", - "stargazers_count": 110, - "watchers_count": 110, + "html_url": "https://github.com/run-llama/create-llama", + "description": "The easiest way to get started with LlamaIndex", + "url": "https://api.github.com/repos/run-llama/create-llama", + "languages_url": "https://api.github.com/repos/run-llama/create-llama/languages", + "created_at": "2024-03-13T08:37:28Z", + "updated_at": "2024-09-08T11:04:24Z", + "git_url": "git://github.com/run-llama/create-llama.git", + "ssh_url": "git@github.com:run-llama/create-llama.git", + "clone_url": "https://github.com/run-llama/create-llama.git", + "homepage": null, + "stargazers_count": 787, + "watchers_count": 787, "language": "TypeScript", "topics": [] }, { - "id": 490874689, - "node_id": "R_kgDOHUInQQ", - "name": "prefixed-api-key", - "full_name": "seamapi/prefixed-api-key", + "id": 736649331, + "node_id": "R_kgDOK-hgcw", + "name": "STAR-LABS-LAYER-ZERO", + "full_name": "0xStarLabs/STAR-LABS-LAYER-ZERO", "owner": { - "login": "seamapi", - "id": 63884939, - "avatar_url": "https://avatars.githubusercontent.com/u/63884939?v=4", - "url": "https://api.github.com/users/seamapi", - "html_url": "https://github.com/seamapi" + "login": "0xStarLabs", + "id": 139008668, + "avatar_url": "https://avatars.githubusercontent.com/u/139008668?v=4", + "url": "https://api.github.com/users/0xStarLabs", + "html_url": "https://github.com/0xStarLabs" }, - "html_url": "https://github.com/seamapi/prefixed-api-key", - "description": "Module for generating a prefixed API Key", - "url": "https://api.github.com/repos/seamapi/prefixed-api-key", - "languages_url": "https://api.github.com/repos/seamapi/prefixed-api-key/languages", - "created_at": "2022-05-10T22:08:18Z", - "updated_at": "2024-08-18T21:41:13Z", - "git_url": "git://github.com/seamapi/prefixed-api-key.git", - "ssh_url": "git@github.com:seamapi/prefixed-api-key.git", - "clone_url": "https://github.com/seamapi/prefixed-api-key.git", + "html_url": "https://github.com/0xStarLabs/STAR-LABS-LAYER-ZERO", + "description": null, + "url": "https://api.github.com/repos/0xStarLabs/STAR-LABS-LAYER-ZERO", + "languages_url": "https://api.github.com/repos/0xStarLabs/STAR-LABS-LAYER-ZERO/languages", + "created_at": "2023-12-28T13:33:41Z", + "updated_at": "2024-05-18T21:21:06Z", + "git_url": "git://github.com/0xStarLabs/STAR-LABS-LAYER-ZERO.git", + "ssh_url": "git@github.com:0xStarLabs/STAR-LABS-LAYER-ZERO.git", + "clone_url": "https://github.com/0xStarLabs/STAR-LABS-LAYER-ZERO.git", "homepage": null, - "stargazers_count": 291, - "watchers_count": 291, + "stargazers_count": 13, + "watchers_count": 13, "language": "TypeScript", "topics": [] }, { - "id": 640035343, - "node_id": "R_kgDOJiYqDw", - "name": "web3gpt", - "full_name": "Markeljan/web3gpt", + "id": 515227801, + "node_id": "R_kgDOHrXAmQ", + "name": "lucia", + "full_name": "lucia-auth/lucia", "owner": { - "login": "Markeljan", - "id": 12901349, - "avatar_url": "https://avatars.githubusercontent.com/u/12901349?v=4", - "url": "https://api.github.com/users/Markeljan", - "html_url": "https://github.com/Markeljan" + "login": "lucia-auth", + "id": 124423533, + "avatar_url": "https://avatars.githubusercontent.com/u/124423533?v=4", + "url": "https://api.github.com/users/lucia-auth", + "html_url": "https://github.com/lucia-auth" }, - "html_url": "https://github.com/Markeljan/web3gpt", - "description": "Develop and deploy smart contracts using natural language.", - "url": "https://api.github.com/repos/Markeljan/web3gpt", - "languages_url": "https://api.github.com/repos/Markeljan/web3gpt/languages", - "created_at": "2023-05-12T20:22:28Z", - "updated_at": "2024-08-11T10:10:03Z", - "git_url": "git://github.com/Markeljan/web3gpt.git", - "ssh_url": "git@github.com:Markeljan/web3gpt.git", - "clone_url": "https://github.com/Markeljan/web3gpt.git", - "homepage": "https://web3gpt.app", - "stargazers_count": 76, - "watchers_count": 76, + "html_url": "https://github.com/lucia-auth/lucia", + "description": "Authentication, simple and clean", + "url": "https://api.github.com/repos/lucia-auth/lucia", + "languages_url": "https://api.github.com/repos/lucia-auth/lucia/languages", + "created_at": "2022-07-18T14:53:24Z", + "updated_at": "2024-09-08T12:02:35Z", + "git_url": "git://github.com/lucia-auth/lucia.git", + "ssh_url": "git@github.com:lucia-auth/lucia.git", + "clone_url": "https://github.com/lucia-auth/lucia.git", + "homepage": "https://lucia-auth.com", + "stargazers_count": 8955, + "watchers_count": 8955, "language": "TypeScript", "topics": [ - "agents-web3", - "ai-solidity", - "ai-web3", - "solidity", - "solidity-ai", - "web3-agents", - "web3-ai" + "auth", + "oauth", + "typescript" ] }, { - "id": 772021950, - "node_id": "R_kgDOLgQevg", - "name": "vscode-weaudit", - "full_name": "trailofbits/vscode-weaudit", + "id": 382737827, + "node_id": "MDEwOlJlcG9zaXRvcnkzODI3Mzc4Mjc=", + "name": "examples-next-prisma-websockets-starter", + "full_name": "trpc/examples-next-prisma-websockets-starter", "owner": { - "login": "trailofbits", - "id": 2314423, - "avatar_url": "https://avatars.githubusercontent.com/u/2314423?v=4", - "url": "https://api.github.com/users/trailofbits", - "html_url": "https://github.com/trailofbits" + "login": "trpc", + "id": 78011399, + "avatar_url": "https://avatars.githubusercontent.com/u/78011399?v=4", + "url": "https://api.github.com/users/trpc", + "html_url": "https://github.com/trpc" }, - "html_url": "https://github.com/trailofbits/vscode-weaudit", - "description": "Create code bookmarks and code highlights with a click.", - "url": "https://api.github.com/repos/trailofbits/vscode-weaudit", - "languages_url": "https://api.github.com/repos/trailofbits/vscode-weaudit/languages", - "created_at": "2024-03-14T11:42:10Z", - "updated_at": "2024-08-28T22:46:03Z", - "git_url": "git://github.com/trailofbits/vscode-weaudit.git", - "ssh_url": "git@github.com:trailofbits/vscode-weaudit.git", - "clone_url": "https://github.com/trailofbits/vscode-weaudit.git", - "homepage": "https://marketplace.visualstudio.com/items?itemName=trailofbits.weaudit", - "stargazers_count": 168, - "watchers_count": 168, + "html_url": "https://github.com/trpc/examples-next-prisma-websockets-starter", + "description": "🏓 tRPC Next.js WebSocket Starter", + "url": "https://api.github.com/repos/trpc/examples-next-prisma-websockets-starter", + "languages_url": "https://api.github.com/repos/trpc/examples-next-prisma-websockets-starter/languages", + "created_at": "2021-07-04T01:13:47Z", + "updated_at": "2024-09-08T09:09:43Z", + "git_url": "git://github.com/trpc/examples-next-prisma-websockets-starter.git", + "ssh_url": "git@github.com:trpc/examples-next-prisma-websockets-starter.git", + "clone_url": "https://github.com/trpc/examples-next-prisma-websockets-starter.git", + "homepage": "https://github.com/trpc/trpc/tree/main/examples/next-prisma-starter-websockets", + "stargazers_count": 418, + "watchers_count": 418, "language": "TypeScript", "topics": [] }, { - "id": 746244845, - "node_id": "R_kgDOLHrK7Q", - "name": "google-indexing-script", - "full_name": "goenning/google-indexing-script", + "id": 741900954, + "node_id": "R_kgDOLDiCmg", + "name": "dockerizer", + "full_name": "easypanel-io/dockerizer", "owner": { - "login": "goenning", - "id": 94755, - "avatar_url": "https://avatars.githubusercontent.com/u/94755?v=4", - "url": "https://api.github.com/users/goenning", - "html_url": "https://github.com/goenning" + "login": "easypanel-io", + "id": 97469292, + "avatar_url": "https://avatars.githubusercontent.com/u/97469292?v=4", + "url": "https://api.github.com/users/easypanel-io", + "html_url": "https://github.com/easypanel-io" }, - "html_url": "https://github.com/goenning/google-indexing-script", - "description": "Script to get your site indexed on Google in less than 48 hours", - "url": "https://api.github.com/repos/goenning/google-indexing-script", - "languages_url": "https://api.github.com/repos/goenning/google-indexing-script/languages", - "created_at": "2024-01-21T14:01:42Z", - "updated_at": "2024-09-07T23:49:05Z", - "git_url": "git://github.com/goenning/google-indexing-script.git", - "ssh_url": "git@github.com:goenning/google-indexing-script.git", - "clone_url": "https://github.com/goenning/google-indexing-script.git", - "homepage": "https://seogets.com", - "stargazers_count": 6873, - "watchers_count": 6873, + "html_url": "https://github.com/easypanel-io/dockerizer", + "description": "The fastest way to dockerize your apps.", + "url": "https://api.github.com/repos/easypanel-io/dockerizer", + "languages_url": "https://api.github.com/repos/easypanel-io/dockerizer/languages", + "created_at": "2024-01-11T10:48:49Z", + "updated_at": "2024-09-06T23:44:16Z", + "git_url": "git://github.com/easypanel-io/dockerizer.git", + "ssh_url": "git@github.com:easypanel-io/dockerizer.git", + "clone_url": "https://github.com/easypanel-io/dockerizer.git", + "homepage": "https://easypanel.io/dockerizer", + "stargazers_count": 121, + "watchers_count": 121, "language": "TypeScript", "topics": [ - "google", - "indexing", - "seo" + "angular", + "docker", + "dockerize", + "dockerized", + "expressjs", + "laravel", + "nestjs", + "nextjs", + "nodejs", + "nuxtjs", + "react", + "vuejs" ] }, { - "id": 415762319, - "node_id": "R_kgDOGMgHjw", - "name": "fxhash-website", - "full_name": "fxhash/fxhash-website", + "id": 670778224, + "node_id": "R_kgDOJ_tDcA", + "name": "vector-admin", + "full_name": "Mintplex-Labs/vector-admin", "owner": { - "login": "fxhash", - "id": 92284645, - "avatar_url": "https://avatars.githubusercontent.com/u/92284645?v=4", - "url": "https://api.github.com/users/fxhash", - "html_url": "https://github.com/fxhash" + "login": "Mintplex-Labs", + "id": 134426827, + "avatar_url": "https://avatars.githubusercontent.com/u/134426827?v=4", + "url": "https://api.github.com/users/Mintplex-Labs", + "html_url": "https://github.com/Mintplex-Labs" }, - "html_url": "https://github.com/fxhash/fxhash-website", - "description": "fxhash front-end, nextjs", - "url": "https://api.github.com/repos/fxhash/fxhash-website", - "languages_url": "https://api.github.com/repos/fxhash/fxhash-website/languages", - "created_at": "2021-10-11T03:09:01Z", - "updated_at": "2024-03-17T20:11:31Z", - "git_url": "git://github.com/fxhash/fxhash-website.git", - "ssh_url": "git@github.com:fxhash/fxhash-website.git", - "clone_url": "https://github.com/fxhash/fxhash-website.git", - "homepage": "https://fxhash.xyz", - "stargazers_count": 89, - "watchers_count": 89, + "html_url": "https://github.com/Mintplex-Labs/vector-admin", + "description": "The universal tool suite for vector database management. Manage Pinecone, Chroma, Qdrant, Weaviate and more vector databases with ease.", + "url": "https://api.github.com/repos/Mintplex-Labs/vector-admin", + "languages_url": "https://api.github.com/repos/Mintplex-Labs/vector-admin/languages", + "created_at": "2023-07-25T20:19:07Z", + "updated_at": "2024-09-07T23:22:09Z", + "git_url": "git://github.com/Mintplex-Labs/vector-admin.git", + "ssh_url": "git@github.com:Mintplex-Labs/vector-admin.git", + "clone_url": "https://github.com/Mintplex-Labs/vector-admin.git", + "homepage": "https://vectoradmin.com/", + "stargazers_count": 1251, + "watchers_count": 1251, "language": "TypeScript", - "topics": [] + "topics": [ + "ai", + "ai-agents", + "aitools", + "chroma", + "database-management", + "document-retrieval", + "embeddings", + "flowise", + "langchain", + "langchain-js", + "llms", + "pinecone", + "qdrant", + "vector-data-management", + "vector-database", + "vector-database-embedding", + "vector-search", + "vectordatabase", + "vectorspace", + "weaviate" + ] }, { - "id": 174744492, - "node_id": "MDEwOlJlcG9zaXRvcnkxNzQ3NDQ0OTI=", - "name": "conventional-changelog-beemo", - "full_name": "beemojs/conventional-changelog-beemo", + "id": 633927609, + "node_id": "R_kgDOJcj3uQ", + "name": "promptfoo", + "full_name": "promptfoo/promptfoo", "owner": { - "login": "beemojs", - "id": 47463553, - "avatar_url": "https://avatars.githubusercontent.com/u/47463553?v=4", - "url": "https://api.github.com/users/beemojs", - "html_url": "https://github.com/beemojs" + "login": "promptfoo", + "id": 137907881, + "avatar_url": "https://avatars.githubusercontent.com/u/137907881?v=4", + "url": "https://api.github.com/users/promptfoo", + "html_url": "https://github.com/promptfoo" }, - "html_url": "https://github.com/beemojs/conventional-changelog-beemo", - "description": "Beemo's commit message guidelines and changelog structure.", - "url": "https://api.github.com/repos/beemojs/conventional-changelog-beemo", - "languages_url": "https://api.github.com/repos/beemojs/conventional-changelog-beemo/languages", - "created_at": "2019-03-09T20:47:06Z", - "updated_at": "2024-06-07T23:33:36Z", - "git_url": "git://github.com/beemojs/conventional-changelog-beemo.git", - "ssh_url": "git@github.com:beemojs/conventional-changelog-beemo.git", - "clone_url": "https://github.com/beemojs/conventional-changelog-beemo.git", - "homepage": "", - "stargazers_count": 9, - "watchers_count": 9, + "html_url": "https://github.com/promptfoo/promptfoo", + "description": "Test your prompts, agents, and RAGs. Red teaming, pentesting, and vulnerability scanning for LLMs. Compare performance of GPT, Claude, Gemini, Llama, and more. Simple declarative configs with command line and CI/CD integration.", + "url": "https://api.github.com/repos/promptfoo/promptfoo", + "languages_url": "https://api.github.com/repos/promptfoo/promptfoo/languages", + "created_at": "2023-04-28T15:48:49Z", + "updated_at": "2024-09-08T11:12:33Z", + "git_url": "git://github.com/promptfoo/promptfoo.git", + "ssh_url": "git@github.com:promptfoo/promptfoo.git", + "clone_url": "https://github.com/promptfoo/promptfoo.git", + "homepage": "https://www.promptfoo.dev/", + "stargazers_count": 4096, + "watchers_count": 4096, "language": "TypeScript", "topics": [ - "beemo", - "conventional-changelog", - "conventional-commits" + "ci", + "ci-cd", + "cicd", + "evaluation", + "evaluation-framework", + "llm", + "llm-eval", + "llm-evaluation", + "llm-evaluation-framework", + "llmops", + "pentesting", + "prompt-engineering", + "prompt-testing", + "prompts", + "rag", + "red-teaming", + "testing", + "vulnerability-scanners" ] }, { - "id": 371399014, - "node_id": "MDEwOlJlcG9zaXRvcnkzNzEzOTkwMTQ=", - "name": "mx-sdk-js-core", - "full_name": "multiversx/mx-sdk-js-core", + "id": 771986516, + "node_id": "R_kgDOLgOUVA", + "name": "discord-claude-bot", + "full_name": "mizchi/discord-claude-bot", "owner": { - "login": "multiversx", - "id": 114073177, - "avatar_url": "https://avatars.githubusercontent.com/u/114073177?v=4", - "url": "https://api.github.com/users/multiversx", - "html_url": "https://github.com/multiversx" + "login": "mizchi", + "id": 73962, + "avatar_url": "https://avatars.githubusercontent.com/u/73962?v=4", + "url": "https://api.github.com/users/mizchi", + "html_url": "https://github.com/mizchi" }, - "html_url": "https://github.com/multiversx/mx-sdk-js-core", - "description": " MultiversX SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular). ", - "url": "https://api.github.com/repos/multiversx/mx-sdk-js-core", - "languages_url": "https://api.github.com/repos/multiversx/mx-sdk-js-core/languages", - "created_at": "2021-05-27T14:18:46Z", - "updated_at": "2024-09-02T11:36:06Z", - "git_url": "git://github.com/multiversx/mx-sdk-js-core.git", - "ssh_url": "git@github.com:multiversx/mx-sdk-js-core.git", - "clone_url": "https://github.com/multiversx/mx-sdk-js-core.git", - "homepage": "https://multiversx.github.io/mx-sdk-js-core/", - "stargazers_count": 58, - "watchers_count": 58, + "html_url": "https://github.com/mizchi/discord-claude-bot", + "description": null, + "url": "https://api.github.com/repos/mizchi/discord-claude-bot", + "languages_url": "https://api.github.com/repos/mizchi/discord-claude-bot/languages", + "created_at": "2024-03-14T10:16:58Z", + "updated_at": "2024-04-24T11:40:50Z", + "git_url": "git://github.com/mizchi/discord-claude-bot.git", + "ssh_url": "git@github.com:mizchi/discord-claude-bot.git", + "clone_url": "https://github.com/mizchi/discord-claude-bot.git", + "homepage": null, + "stargazers_count": 7, + "watchers_count": 7, "language": "TypeScript", "topics": [] }, { - "id": 473109161, - "node_id": "R_kgDOHDMSqQ", - "name": "mx-sdk-js-wallet", - "full_name": "multiversx/mx-sdk-js-wallet", + "id": 470907899, + "node_id": "R_kgDOHBF7-w", + "name": "solana-tools", + "full_name": "cryptoloutre/solana-tools", "owner": { - "login": "multiversx", - "id": 114073177, - "avatar_url": "https://avatars.githubusercontent.com/u/114073177?v=4", - "url": "https://api.github.com/users/multiversx", - "html_url": "https://github.com/multiversx" + "login": "cryptoloutre", + "id": 35653371, + "avatar_url": "https://avatars.githubusercontent.com/u/35653371?v=4", + "url": "https://api.github.com/users/cryptoloutre", + "html_url": "https://github.com/cryptoloutre" }, - "html_url": "https://github.com/multiversx/mx-sdk-js-wallet", - "description": "Core wallet components (generation, signing) for TypeScript (JavaScript).", - "url": "https://api.github.com/repos/multiversx/mx-sdk-js-wallet", - "languages_url": "https://api.github.com/repos/multiversx/mx-sdk-js-wallet/languages", - "created_at": "2022-03-23T09:01:02Z", - "updated_at": "2024-08-27T08:41:21Z", - "git_url": "git://github.com/multiversx/mx-sdk-js-wallet.git", - "ssh_url": "git@github.com:multiversx/mx-sdk-js-wallet.git", - "clone_url": "https://github.com/multiversx/mx-sdk-js-wallet.git", - "homepage": null, - "stargazers_count": 6, - "watchers_count": 6, + "html_url": "https://github.com/cryptoloutre/solana-tools", + "description": "A bunch of tools to help people in the Solana ecosystem. This website includes an UI to burn Solana NFTs and an UI to create SPL-Tokens. More tools are scheduled...", + "url": "https://api.github.com/repos/cryptoloutre/solana-tools", + "languages_url": "https://api.github.com/repos/cryptoloutre/solana-tools/languages", + "created_at": "2022-03-17T08:29:25Z", + "updated_at": "2024-09-07T01:36:25Z", + "git_url": "git://github.com/cryptoloutre/solana-tools.git", + "ssh_url": "git@github.com:cryptoloutre/solana-tools.git", + "clone_url": "https://github.com/cryptoloutre/solana-tools.git", + "homepage": "https://solanatools.vercel.app/", + "stargazers_count": 133, + "watchers_count": 133, "language": "TypeScript", "topics": [] }, { - "id": 621941857, - "node_id": "R_kgDOJRIUYQ", - "name": "devvit-sandbox", - "full_name": "reddit/devvit-sandbox", + "id": 516262843, + "node_id": "R_kgDOHsWLuw", + "name": "legend-state", + "full_name": "LegendApp/legend-state", "owner": { - "login": "reddit", - "id": 14248, - "avatar_url": "https://avatars.githubusercontent.com/u/14248?v=4", - "url": "https://api.github.com/users/reddit", - "html_url": "https://github.com/reddit" + "login": "LegendApp", + "id": 60373862, + "avatar_url": "https://avatars.githubusercontent.com/u/60373862?v=4", + "url": "https://api.github.com/users/LegendApp", + "html_url": "https://github.com/LegendApp" }, - "html_url": "https://github.com/reddit/devvit-sandbox", - "description": "Devvit example apps and sketches not ready for production.", - "url": "https://api.github.com/repos/reddit/devvit-sandbox", - "languages_url": "https://api.github.com/repos/reddit/devvit-sandbox/languages", - "created_at": "2023-03-31T18:17:40Z", - "updated_at": "2024-09-03T02:39:56Z", - "git_url": "git://github.com/reddit/devvit-sandbox.git", - "ssh_url": "git@github.com:reddit/devvit-sandbox.git", - "clone_url": "https://github.com/reddit/devvit-sandbox.git", - "homepage": null, - "stargazers_count": 9, - "watchers_count": 9, + "html_url": "https://github.com/LegendApp/legend-state", + "description": "Legend-State is a super fast and powerful state library that enables fine-grained reactivity and easy automatic persistence", + "url": "https://api.github.com/repos/LegendApp/legend-state", + "languages_url": "https://api.github.com/repos/LegendApp/legend-state/languages", + "created_at": "2022-07-21T07:06:08Z", + "updated_at": "2024-09-07T21:24:31Z", + "git_url": "git://github.com/LegendApp/legend-state.git", + "ssh_url": "git@github.com:LegendApp/legend-state.git", + "clone_url": "https://github.com/LegendApp/legend-state.git", + "homepage": "https://legendapp.com/open-source/state/", + "stargazers_count": 2714, + "watchers_count": 2714, "language": "TypeScript", "topics": [] }, { - "id": 100061716, - "node_id": "MDEwOlJlcG9zaXRvcnkxMDAwNjE3MTY=", - "name": "nx", - "full_name": "nrwl/nx", + "id": 655515393, + "node_id": "R_kgDOJxJfAQ", + "name": "CopilotKit", + "full_name": "CopilotKit/CopilotKit", "owner": { - "login": "nrwl", - "id": 23692104, - "avatar_url": "https://avatars.githubusercontent.com/u/23692104?v=4", - "url": "https://api.github.com/users/nrwl", - "html_url": "https://github.com/nrwl" + "login": "CopilotKit", + "id": 131273140, + "avatar_url": "https://avatars.githubusercontent.com/u/131273140?v=4", + "url": "https://api.github.com/users/CopilotKit", + "html_url": "https://github.com/CopilotKit" }, - "html_url": "https://github.com/nrwl/nx", - "description": "Smart Monorepos · Fast CI", - "url": "https://api.github.com/repos/nrwl/nx", - "languages_url": "https://api.github.com/repos/nrwl/nx/languages", - "created_at": "2017-08-11T18:50:23Z", - "updated_at": "2024-09-07T15:58:29Z", - "git_url": "git://github.com/nrwl/nx.git", - "ssh_url": "git@github.com:nrwl/nx.git", - "clone_url": "https://github.com/nrwl/nx.git", - "homepage": "https://nx.dev", - "stargazers_count": 23169, - "watchers_count": 23169, + "html_url": "https://github.com/CopilotKit/CopilotKit", + "description": "A framework for building custom AI Copilots 🤖 in-app AI chatbots, in-app AI Agents, & AI-powered Textareas.", + "url": "https://api.github.com/repos/CopilotKit/CopilotKit", + "languages_url": "https://api.github.com/repos/CopilotKit/CopilotKit/languages", + "created_at": "2023-06-19T04:08:31Z", + "updated_at": "2024-09-08T11:25:44Z", + "git_url": "git://github.com/CopilotKit/CopilotKit.git", + "ssh_url": "git@github.com:CopilotKit/CopilotKit.git", + "clone_url": "https://github.com/CopilotKit/CopilotKit.git", + "homepage": "https://copilotkit.ai", + "stargazers_count": 9713, + "watchers_count": 9713, "language": "TypeScript", "topics": [ - "angular", - "build", - "build-system", - "build-tool", - "building-tool", - "cli", - "cypress", - "hacktoberfest", - "javascript", - "monorepo", + "ai", + "langchain", + "llm", "nextjs", - "nodejs", - "nx", - "nx-workspaces", + "open-source", "react", - "storybook", + "reactjs", + "ts", "typescript" ] }, { - "id": 42001175, - "node_id": "MDEwOlJlcG9zaXRvcnk0MjAwMTE3NQ==", - "name": "buttercup-core", - "full_name": "buttercup/buttercup-core", + "id": 421119898, + "node_id": "R_kgDOGRnHmg", + "name": "react-advanced-cropper", + "full_name": "advanced-cropper/react-advanced-cropper", "owner": { - "login": "buttercup", - "id": 16577796, - "avatar_url": "https://avatars.githubusercontent.com/u/16577796?v=4", - "url": "https://api.github.com/users/buttercup", - "html_url": "https://github.com/buttercup" + "login": "advanced-cropper", + "id": 108796427, + "avatar_url": "https://avatars.githubusercontent.com/u/108796427?v=4", + "url": "https://api.github.com/users/advanced-cropper", + "html_url": "https://github.com/advanced-cropper" }, - "html_url": "https://github.com/buttercup/buttercup-core", - "description": ":tophat: The mighty NodeJS password vault", - "url": "https://api.github.com/repos/buttercup/buttercup-core", - "languages_url": "https://api.github.com/repos/buttercup/buttercup-core/languages", - "created_at": "2015-09-06T12:05:21Z", - "updated_at": "2024-08-30T12:52:38Z", - "git_url": "git://github.com/buttercup/buttercup-core.git", - "ssh_url": "git@github.com:buttercup/buttercup-core.git", - "clone_url": "https://github.com/buttercup/buttercup-core.git", - "homepage": "http://buttercup.pw/", - "stargazers_count": 467, - "watchers_count": 467, + "html_url": "https://github.com/advanced-cropper/react-advanced-cropper", + "description": "The react cropper library that embraces power of the advanced cropper core to give the possibility to create croppers that exactly suited for your website design", + "url": "https://api.github.com/repos/advanced-cropper/react-advanced-cropper", + "languages_url": "https://api.github.com/repos/advanced-cropper/react-advanced-cropper/languages", + "created_at": "2021-10-25T17:23:54Z", + "updated_at": "2024-09-06T17:04:52Z", + "git_url": "git://github.com/advanced-cropper/react-advanced-cropper.git", + "ssh_url": "git@github.com:advanced-cropper/react-advanced-cropper.git", + "clone_url": "https://github.com/advanced-cropper/react-advanced-cropper.git", + "homepage": "https://advanced-cropper.github.io/react-advanced-cropper/", + "stargazers_count": 657, + "watchers_count": 657, "language": "TypeScript", "topics": [ - "buttercup", - "credentials", - "datasource", - "encryption", - "hacktoberfest", - "nodejs", - "nodejs-password-vault", - "password", - "password-manager", - "password-store", - "password-vault", - "passwords" + "advanced", + "cropper", + "flexible", + "image", + "image-cropper", + "image-cropping", + "image-manipulation", + "library", + "react", + "react-component", + "react-cropper" ] }, { - "id": 767790672, - "node_id": "R_kgDOLcOOUA", - "name": "Whomane", - "full_name": "BasedHardware/Whomane", + "id": 589680800, + "node_id": "R_kgDOIyXQoA", + "name": "paseto-ts", + "full_name": "auth70/paseto-ts", "owner": { - "login": "BasedHardware", - "id": 162546372, - "avatar_url": "https://avatars.githubusercontent.com/u/162546372?v=4", - "url": "https://api.github.com/users/BasedHardware", - "html_url": "https://github.com/BasedHardware" + "login": "auth70", + "id": 122825113, + "avatar_url": "https://avatars.githubusercontent.com/u/122825113?v=4", + "url": "https://api.github.com/users/auth70", + "html_url": "https://github.com/auth70" }, - "html_url": "https://github.com/BasedHardware/Whomane", - "description": "An open source wearable with camera", - "url": "https://api.github.com/repos/BasedHardware/Whomane", - "languages_url": "https://api.github.com/repos/BasedHardware/Whomane/languages", - "created_at": "2024-03-05T22:44:35Z", - "updated_at": "2024-09-03T10:11:09Z", - "git_url": "git://github.com/BasedHardware/Whomane.git", - "ssh_url": "git@github.com:BasedHardware/Whomane.git", - "clone_url": "https://github.com/BasedHardware/Whomane.git", - "homepage": "https://whomane.com", - "stargazers_count": 584, - "watchers_count": 584, + "html_url": "https://github.com/auth70/paseto-ts", + "description": "PASETO v4 (encrypt, decrypt, sign & verify) in TypeScript", + "url": "https://api.github.com/repos/auth70/paseto-ts", + "languages_url": "https://api.github.com/repos/auth70/paseto-ts/languages", + "created_at": "2023-01-16T17:25:47Z", + "updated_at": "2024-08-21T15:38:11Z", + "git_url": "git://github.com/auth70/paseto-ts.git", + "ssh_url": "git@github.com:auth70/paseto-ts.git", + "clone_url": "https://github.com/auth70/paseto-ts.git", + "homepage": "", + "stargazers_count": 25, + "watchers_count": 25, "language": "TypeScript", - "topics": [] + "topics": [ + "decrypt", + "encrypt", + "paseto", + "sign", + "verify" + ] }, { - "id": 764652365, - "node_id": "R_kgDOLZOrTQ", - "name": "c-boxes", - "full_name": "fedorerd/c-boxes", + "id": 598119501, + "node_id": "R_kgDOI6aUTQ", + "name": "cyberconnect-v2", + "full_name": "cyberconnecthq/cyberconnect-v2", "owner": { - "login": "fedorerd", - "id": 109175575, - "avatar_url": "https://avatars.githubusercontent.com/u/109175575?v=4", - "url": "https://api.github.com/users/fedorerd", - "html_url": "https://github.com/fedorerd" + "login": "cyberconnecthq", + "id": 81209593, + "avatar_url": "https://avatars.githubusercontent.com/u/81209593?v=4", + "url": "https://api.github.com/users/cyberconnecthq", + "html_url": "https://github.com/cyberconnecthq" }, - "html_url": "https://github.com/fedorerd/c-boxes", - "description": null, - "url": "https://api.github.com/repos/fedorerd/c-boxes", - "languages_url": "https://api.github.com/repos/fedorerd/c-boxes/languages", - "created_at": "2024-02-28T13:21:40Z", - "updated_at": "2024-03-23T22:14:29Z", - "git_url": "git://github.com/fedorerd/c-boxes.git", - "ssh_url": "git@github.com:fedorerd/c-boxes.git", - "clone_url": "https://github.com/fedorerd/c-boxes.git", - "homepage": "https://c-boxes.vercel.app", - "stargazers_count": 7, - "watchers_count": 7, + "html_url": "https://github.com/cyberconnecthq/cyberconnect-v2", + "description": "CyberConnect official v2 SDK", + "url": "https://api.github.com/repos/cyberconnecthq/cyberconnect-v2", + "languages_url": "https://api.github.com/repos/cyberconnecthq/cyberconnect-v2/languages", + "created_at": "2023-02-06T12:50:21Z", + "updated_at": "2024-03-21T09:44:37Z", + "git_url": "git://github.com/cyberconnecthq/cyberconnect-v2.git", + "ssh_url": "git@github.com:cyberconnecthq/cyberconnect-v2.git", + "clone_url": "https://github.com/cyberconnecthq/cyberconnect-v2.git", + "homepage": null, + "stargazers_count": 15, + "watchers_count": 15, "language": "TypeScript", "topics": [] }, { - "id": 706774978, - "node_id": "R_kgDOKiCHwg", - "name": "serwist", - "full_name": "serwist/serwist", + "id": 622081419, + "node_id": "R_kgDOJRQ1iw", + "name": "nextjs-openai-doc-search", + "full_name": "supabase-community/nextjs-openai-doc-search", "owner": { - "login": "serwist", - "id": 148366578, - "avatar_url": "https://avatars.githubusercontent.com/u/148366578?v=4", - "url": "https://api.github.com/users/serwist", - "html_url": "https://github.com/serwist" + "login": "supabase-community", + "id": 87650496, + "avatar_url": "https://avatars.githubusercontent.com/u/87650496?v=4", + "url": "https://api.github.com/users/supabase-community", + "html_url": "https://github.com/supabase-community" }, - "html_url": "https://github.com/serwist/serwist", - "description": "A Swiss Army knife for service workers.", - "url": "https://api.github.com/repos/serwist/serwist", - "languages_url": "https://api.github.com/repos/serwist/serwist/languages", - "created_at": "2023-10-18T15:36:11Z", - "updated_at": "2024-09-07T16:11:19Z", - "git_url": "git://github.com/serwist/serwist.git", - "ssh_url": "git@github.com:serwist/serwist.git", - "clone_url": "https://github.com/serwist/serwist.git", - "homepage": "https://serwist.pages.dev", - "stargazers_count": 641, - "watchers_count": 641, + "html_url": "https://github.com/supabase-community/nextjs-openai-doc-search", + "description": "Template for building your own custom ChatGPT style doc search powered by Next.js, OpenAI, and Supabase.", + "url": "https://api.github.com/repos/supabase-community/nextjs-openai-doc-search", + "languages_url": "https://api.github.com/repos/supabase-community/nextjs-openai-doc-search/languages", + "created_at": "2023-04-01T04:12:56Z", + "updated_at": "2024-09-08T08:13:41Z", + "git_url": "git://github.com/supabase-community/nextjs-openai-doc-search.git", + "ssh_url": "git@github.com:supabase-community/nextjs-openai-doc-search.git", + "clone_url": "https://github.com/supabase-community/nextjs-openai-doc-search.git", + "homepage": "https://supabase.com/blog/chatgpt-supabase-docs", + "stargazers_count": 1574, + "watchers_count": 1574, "language": "TypeScript", "topics": [ + "ai", + "chatgpt", "nextjs", - "nuxt", - "nuxtjs", - "offline-first", - "progressive-web-app", - "pwa", - "service-worker", - "service-workers", - "serwist", - "serwistjs", - "svelte", - "sveltejs", - "sveltekit", - "sw", - "sw-precache", - "sw-toolbox", - "vite", - "vitejs", - "webpack" + "openai", + "postgres", + "supabase", + "template", + "vector-search" ] }, { - "id": 759576710, - "node_id": "R_kgDOLUY4hg", - "name": "cnft-cli", - "full_name": "thedonmon/cnft-cli", - "owner": { - "login": "thedonmon", - "id": 22967202, - "avatar_url": "https://avatars.githubusercontent.com/u/22967202?v=4", - "url": "https://api.github.com/users/thedonmon", - "html_url": "https://github.com/thedonmon" - }, - "html_url": "https://github.com/thedonmon/cnft-cli", - "description": "CLI For cNFTs on Solana", - "url": "https://api.github.com/repos/thedonmon/cnft-cli", - "languages_url": "https://api.github.com/repos/thedonmon/cnft-cli/languages", - "created_at": "2024-02-18T22:55:58Z", - "updated_at": "2024-08-08T15:14:42Z", - "git_url": "git://github.com/thedonmon/cnft-cli.git", - "ssh_url": "git@github.com:thedonmon/cnft-cli.git", - "clone_url": "https://github.com/thedonmon/cnft-cli.git", - "homepage": null, - "stargazers_count": 9, - "watchers_count": 9, - "language": "TypeScript", - "topics": [] - }, - { - "id": 181617728, - "node_id": "MDEwOlJlcG9zaXRvcnkxODE2MTc3Mjg=", - "name": "image-actions", - "full_name": "calibreapp/image-actions", + "id": 629422559, + "node_id": "R_kgDOJYQ53w", + "name": "deno-fresh-openai-doc-search", + "full_name": "supabase-community/deno-fresh-openai-doc-search", "owner": { - "login": "calibreapp", - "id": 7954739, - "avatar_url": "https://avatars.githubusercontent.com/u/7954739?v=4", - "url": "https://api.github.com/users/calibreapp", - "html_url": "https://github.com/calibreapp" + "login": "supabase-community", + "id": 87650496, + "avatar_url": "https://avatars.githubusercontent.com/u/87650496?v=4", + "url": "https://api.github.com/users/supabase-community", + "html_url": "https://github.com/supabase-community" }, - "html_url": "https://github.com/calibreapp/image-actions", - "description": "A Github Action that automatically compresses JPEGs, PNGs and WebPs in Pull Requests.", - "url": "https://api.github.com/repos/calibreapp/image-actions", - "languages_url": "https://api.github.com/repos/calibreapp/image-actions/languages", - "created_at": "2019-04-16T05:00:42Z", - "updated_at": "2024-08-29T14:48:40Z", - "git_url": "git://github.com/calibreapp/image-actions.git", - "ssh_url": "git@github.com:calibreapp/image-actions.git", - "clone_url": "https://github.com/calibreapp/image-actions.git", - "homepage": "https://calibreapp.com/blog/compress-images-in-prs", - "stargazers_count": 1418, - "watchers_count": 1418, + "html_url": "https://github.com/supabase-community/deno-fresh-openai-doc-search", + "description": "Template for building your own custom ChatGPT style doc search powered by Fresh, Deno, OpenAI, and Supabase.", + "url": "https://api.github.com/repos/supabase-community/deno-fresh-openai-doc-search", + "languages_url": "https://api.github.com/repos/supabase-community/deno-fresh-openai-doc-search/languages", + "created_at": "2023-04-18T09:30:38Z", + "updated_at": "2024-08-29T01:09:01Z", + "git_url": "git://github.com/supabase-community/deno-fresh-openai-doc-search.git", + "ssh_url": "git@github.com:supabase-community/deno-fresh-openai-doc-search.git", + "clone_url": "https://github.com/supabase-community/deno-fresh-openai-doc-search.git", + "homepage": "https://supabase-openai-doc-search.deno.dev/", + "stargazers_count": 87, + "watchers_count": 87, "language": "TypeScript", "topics": [ - "compression", + "chatgpt", + "deno", + "fresh", "github-action", - "github-actions", - "image-compression", - "image-processing", - "performance", - "performance-monitoring", - "performance-testing" + "openai", + "pgvector", + "postgres", + "supabase" ] }, { - "id": 694257848, - "node_id": "R_kgDOKWGIuA", - "name": "solana-wallet-adapter-mantine-ui", - "full_name": "pubkeyapp/solana-wallet-adapter-mantine-ui", + "id": 749553092, + "node_id": "R_kgDOLK1FxA", + "name": "onyx", + "full_name": "rmourey26/onyx", "owner": { - "login": "pubkeyapp", - "id": 125477168, - "avatar_url": "https://avatars.githubusercontent.com/u/125477168?v=4", - "url": "https://api.github.com/users/pubkeyapp", - "html_url": "https://github.com/pubkeyapp" + "login": "rmourey26", + "id": 20747769, + "avatar_url": "https://avatars.githubusercontent.com/u/20747769?v=4", + "url": "https://api.github.com/users/rmourey26", + "html_url": "https://github.com/rmourey26" }, - "html_url": "https://github.com/pubkeyapp/solana-wallet-adapter-mantine-ui", - "description": "This is a Mantine wrapper for the Solana Wallet Adapter.", - "url": "https://api.github.com/repos/pubkeyapp/solana-wallet-adapter-mantine-ui", - "languages_url": "https://api.github.com/repos/pubkeyapp/solana-wallet-adapter-mantine-ui/languages", - "created_at": "2023-09-20T16:26:01Z", - "updated_at": "2024-07-21T01:10:51Z", - "git_url": "git://github.com/pubkeyapp/solana-wallet-adapter-mantine-ui.git", - "ssh_url": "git@github.com:pubkeyapp/solana-wallet-adapter-mantine-ui.git", - "clone_url": "https://github.com/pubkeyapp/solana-wallet-adapter-mantine-ui.git", - "homepage": "https://solana-wallet-adapter-mantine-ui.pubkey.app", - "stargazers_count": 4, - "watchers_count": 4, + "html_url": "https://github.com/rmourey26/onyx", + "description": "Full stack NextJS 14, Supabase SSR Auth & PostgreSQL DB, TanStack React Query, React Hook Form, Zod validation, 'A' Security Headers Score, RBAC, Resend,CRUD operations, Shadcn-UI, admin dashboard, OpenAI playground, and more. Fork and get your MVP running in days.", + "url": "https://api.github.com/repos/rmourey26/onyx", + "languages_url": "https://api.github.com/repos/rmourey26/onyx/languages", + "created_at": "2024-01-28T22:26:10Z", + "updated_at": "2024-09-07T04:16:26Z", + "git_url": "git://github.com/rmourey26/onyx.git", + "ssh_url": "git@github.com:rmourey26/onyx.git", + "clone_url": "https://github.com/rmourey26/onyx.git", + "homepage": "https://onyx-rho-pink.vercel.app", + "stargazers_count": 74, + "watchers_count": 74, "language": "TypeScript", "topics": [ - "mantine", - "mantine-v6", - "mantine-v7", - "solana", - "wallet-adapter", - "web3js" + "chatgpt", + "dashboard", + "nextjs14", + "openai", + "podcast", + "postgres", + "react-hook-form", + "react-query", + "resend-email-api", + "role-based-access-control", + "server-actions", + "shadcn-ui", + "supabase-auth", + "supabase-db", + "supabase-ssr", + "supabase-storage", + "tailwind-css", + "tanstack-react-query", + "typescript", + "zod" ] }, { - "id": 690731619, - "node_id": "R_kgDOKSu6Yw", - "name": "pubkey-bot", - "full_name": "pubkeyapp/pubkey-bot", + "id": 724365378, + "node_id": "R_kgDOKyzwQg", + "name": "omniscient", + "full_name": "RicardoGEsteves/omniscient", "owner": { - "login": "pubkeyapp", - "id": 125477168, - "avatar_url": "https://avatars.githubusercontent.com/u/125477168?v=4", - "url": "https://api.github.com/users/pubkeyapp", - "html_url": "https://github.com/pubkeyapp" + "login": "RicardoGEsteves", + "id": 30535937, + "avatar_url": "https://avatars.githubusercontent.com/u/30535937?v=4", + "url": "https://api.github.com/users/RicardoGEsteves", + "html_url": "https://github.com/RicardoGEsteves" }, - "html_url": "https://github.com/pubkeyapp/pubkey-bot", - "description": "PubKey Bot is a customizable, secure open-source Discord verification bot. Based on Discord Linked Roles. Solana Hyperdrive Hackathon first price 🥇", - "url": "https://api.github.com/repos/pubkeyapp/pubkey-bot", - "languages_url": "https://api.github.com/repos/pubkeyapp/pubkey-bot/languages", - "created_at": "2023-09-12T19:00:29Z", - "updated_at": "2024-02-16T22:10:58Z", - "git_url": "git://github.com/pubkeyapp/pubkey-bot.git", - "ssh_url": "git@github.com:pubkeyapp/pubkey-bot.git", - "clone_url": "https://github.com/pubkeyapp/pubkey-bot.git", + "html_url": "https://github.com/RicardoGEsteves/omniscient", + "description": "Cutting-edge Full-stack AI Platform delivered as a SaaS (Software as a Service). Built on a robust technology stack, integrated with powerful APIs such as OpenAI and Replicate, offers a seamless experience for code generation, conversation simulation, image creation, music composition, and video generation.", + "url": "https://api.github.com/repos/RicardoGEsteves/omniscient", + "languages_url": "https://api.github.com/repos/RicardoGEsteves/omniscient/languages", + "created_at": "2023-11-27T23:39:55Z", + "updated_at": "2024-09-08T09:37:14Z", + "git_url": "git://github.com/RicardoGEsteves/omniscient.git", + "ssh_url": "git@github.com:RicardoGEsteves/omniscient.git", + "clone_url": "https://github.com/RicardoGEsteves/omniscient.git", "homepage": "", - "stargazers_count": 5, - "watchers_count": 5, - "language": "TypeScript", - "topics": [] - }, - { - "id": 610050601, - "node_id": "R_kgDOJFyiKQ", - "name": "pubkeyapp", - "full_name": "pubkeyapp/pubkeyapp", - "owner": { - "login": "pubkeyapp", - "id": 125477168, - "avatar_url": "https://avatars.githubusercontent.com/u/125477168?v=4", - "url": "https://api.github.com/users/pubkeyapp", - "html_url": "https://github.com/pubkeyapp" - }, - "html_url": "https://github.com/pubkeyapp/pubkeyapp", - "description": "PubKey is a Decentralized Identity Provider built on Solana", - "url": "https://api.github.com/repos/pubkeyapp/pubkeyapp", - "languages_url": "https://api.github.com/repos/pubkeyapp/pubkeyapp/languages", - "created_at": "2023-03-06T01:23:28Z", - "updated_at": "2024-05-01T15:23:03Z", - "git_url": "git://github.com/pubkeyapp/pubkeyapp.git", - "ssh_url": "git@github.com:pubkeyapp/pubkeyapp.git", - "clone_url": "https://github.com/pubkeyapp/pubkeyapp.git", - "homepage": "https://devnet.pubkey.app/", - "stargazers_count": 9, - "watchers_count": 9, + "stargazers_count": 56, + "watchers_count": 56, "language": "TypeScript", - "topics": [] + "topics": [ + "axios", + "clerk", + "crispr", + "nextjs", + "openai", + "postgresql", + "prisma", + "react", + "react-hook-form", + "react-hot-toast", + "react-markdown", + "replicate", + "shadcn-ui", + "stripe", + "supabase", + "tailwindcss", + "typescript", + "zod", + "zustand" + ] }, { - "id": 676107844, - "node_id": "R_kgDOKEyWRA", - "name": "pubkey-stack", - "full_name": "pubkeyapp/pubkey-stack", + "id": 484083207, + "node_id": "R_kgDOHNqGBw", + "name": "botway", + "full_name": "abdfnx/botway", "owner": { - "login": "pubkeyapp", - "id": 125477168, - "avatar_url": "https://avatars.githubusercontent.com/u/125477168?v=4", - "url": "https://api.github.com/users/pubkeyapp", - "html_url": "https://github.com/pubkeyapp" + "login": "abdfnx", + "id": 64256993, + "avatar_url": "https://avatars.githubusercontent.com/u/64256993?v=4", + "url": "https://api.github.com/users/abdfnx", + "html_url": "https://github.com/abdfnx" }, - "html_url": "https://github.com/pubkeyapp/pubkey-stack", - "description": "A starter to generate apps using the PubKey stack. Nx, Nest, Prisma, GraphQL, React, Mantine, advanced code generators and more... Join our Discord for questions.", - "url": "https://api.github.com/repos/pubkeyapp/pubkey-stack", - "languages_url": "https://api.github.com/repos/pubkeyapp/pubkey-stack/languages", - "created_at": "2023-08-08T12:56:34Z", - "updated_at": "2024-08-06T21:15:36Z", - "git_url": "git://github.com/pubkeyapp/pubkey-stack.git", - "ssh_url": "git@github.com:pubkeyapp/pubkey-stack.git", - "clone_url": "https://github.com/pubkeyapp/pubkey-stack.git", - "homepage": "https://discord.gg/XxuZQeDPNf", - "stargazers_count": 6, - "watchers_count": 6, + "html_url": "https://github.com/abdfnx/botway", + "description": "🤖 Generate, build, handle and deploy your own Bot with your favorite language, for Discord, or Telegram, or even Slack", + "url": "https://api.github.com/repos/abdfnx/botway", + "languages_url": "https://api.github.com/repos/abdfnx/botway/languages", + "created_at": "2022-04-21T14:25:56Z", + "updated_at": "2024-08-22T00:27:29Z", + "git_url": "git://github.com/abdfnx/botway.git", + "ssh_url": "git@github.com:abdfnx/botway.git", + "clone_url": "https://github.com/abdfnx/botway.git", + "homepage": "", + "stargazers_count": 190, + "watchers_count": 190, "language": "TypeScript", - "topics": [] + "topics": [ + "api", + "bot", + "bot-builder", + "cli", + "deno", + "discord", + "docker", + "go", + "golang", + "nextjs", + "nodejs", + "rust", + "slack", + "supabase", + "telegram", + "twitch" + ] }, { - "id": 589901653, - "node_id": "R_kgDOIykvVQ", - "name": "sk-trpc-payload", - "full_name": "HanielU/sk-trpc-payload", + "id": 668900119, + "node_id": "R_kgDOJ96bFw", + "name": "triplit", + "full_name": "aspen-cloud/triplit", "owner": { - "login": "HanielU", - "id": 28874974, - "avatar_url": "https://avatars.githubusercontent.com/u/28874974?v=4", - "url": "https://api.github.com/users/HanielU", - "html_url": "https://github.com/HanielU" + "login": "aspen-cloud", + "id": 61718420, + "avatar_url": "https://avatars.githubusercontent.com/u/61718420?v=4", + "url": "https://api.github.com/users/aspen-cloud", + "html_url": "https://github.com/aspen-cloud" }, - "html_url": "https://github.com/HanielU/sk-trpc-payload", - "description": "A turborepo template featuring Sveltekit and Payload CMS, ready to be deployed to a single node server - specifically using https://railway.app.", - "url": "https://api.github.com/repos/HanielU/sk-trpc-payload", - "languages_url": "https://api.github.com/repos/HanielU/sk-trpc-payload/languages", - "created_at": "2023-01-17T07:59:44Z", - "updated_at": "2024-08-19T08:26:12Z", - "git_url": "git://github.com/HanielU/sk-trpc-payload.git", - "ssh_url": "git@github.com:HanielU/sk-trpc-payload.git", - "clone_url": "https://github.com/HanielU/sk-trpc-payload.git", - "homepage": "", - "stargazers_count": 40, - "watchers_count": 40, + "html_url": "https://github.com/aspen-cloud/triplit", + "description": "A full-stack, syncing database that runs on both server and client. Pluggable storage (indexeddb, sqlite, durable objects), syncs over websockets, and works with your favorite framework (React, Solid, Vue, Svelte).", + "url": "https://api.github.com/repos/aspen-cloud/triplit", + "languages_url": "https://api.github.com/repos/aspen-cloud/triplit/languages", + "created_at": "2023-07-20T21:34:02Z", + "updated_at": "2024-09-08T05:06:12Z", + "git_url": "git://github.com/aspen-cloud/triplit.git", + "ssh_url": "git@github.com:aspen-cloud/triplit.git", + "clone_url": "https://github.com/aspen-cloud/triplit.git", + "homepage": "https://triplit.dev", + "stargazers_count": 2104, + "watchers_count": 2104, "language": "TypeScript", "topics": [ - "cms", - "monorepo", - "payloadcms", - "railway", - "railway-app", - "sveltekit", - "turborepo" + "bun", + "cloudflare-workers", + "crdt", + "database", + "deno", + "durable-objects", + "firebase", + "firestore", + "fullstack", + "indexeddb", + "leveldb", + "multiplayer", + "nextjs", + "pwa", + "react", + "rxdb", + "sqlite", + "supabase", + "websockets" ] }, { - "id": 606865036, - "node_id": "R_kgDOJCwGjA", - "name": "railway-sapphire-bot-template", - "full_name": "FantomeBeignet/railway-sapphire-bot-template", + "id": 413859003, + "node_id": "R_kgDOGKr8uw", + "name": "arweave-js-sdk", + "full_name": "Irys-xyz/arweave-js-sdk", "owner": { - "login": "FantomeBeignet", - "id": 69605183, - "avatar_url": "https://avatars.githubusercontent.com/u/69605183?v=4", - "url": "https://api.github.com/users/FantomeBeignet", - "html_url": "https://github.com/FantomeBeignet" + "login": "Irys-xyz", + "id": 89205890, + "avatar_url": "https://avatars.githubusercontent.com/u/89205890?v=4", + "url": "https://api.github.com/users/Irys-xyz", + "html_url": "https://github.com/Irys-xyz" }, - "html_url": "https://github.com/FantomeBeignet/railway-sapphire-bot-template", - "description": "Railway template for a Discord bot using the Sapphire framework and TypeScript", - "url": "https://api.github.com/repos/FantomeBeignet/railway-sapphire-bot-template", - "languages_url": "https://api.github.com/repos/FantomeBeignet/railway-sapphire-bot-template/languages", - "created_at": "2023-02-26T19:37:46Z", - "updated_at": "2024-02-16T15:30:49Z", - "git_url": "git://github.com/FantomeBeignet/railway-sapphire-bot-template.git", - "ssh_url": "git@github.com:FantomeBeignet/railway-sapphire-bot-template.git", - "clone_url": "https://github.com/FantomeBeignet/railway-sapphire-bot-template.git", + "html_url": "https://github.com/Irys-xyz/arweave-js-sdk", + "description": "JS SDK for Irys on Arweave", + "url": "https://api.github.com/repos/Irys-xyz/arweave-js-sdk", + "languages_url": "https://api.github.com/repos/Irys-xyz/arweave-js-sdk/languages", + "created_at": "2021-10-05T14:46:00Z", + "updated_at": "2024-09-04T20:45:52Z", + "git_url": "git://github.com/Irys-xyz/arweave-js-sdk.git", + "ssh_url": "git@github.com:Irys-xyz/arweave-js-sdk.git", + "clone_url": "https://github.com/Irys-xyz/arweave-js-sdk.git", "homepage": "", - "stargazers_count": 3, - "watchers_count": 3, + "stargazers_count": 110, + "watchers_count": 110, "language": "TypeScript", "topics": [] }, { - "id": 665418640, - "node_id": "R_kgDOJ6l7kA", - "name": "nextjs-approuter-shadcn", - "full_name": "codyde/nextjs-approuter-shadcn", + "id": 490874689, + "node_id": "R_kgDOHUInQQ", + "name": "prefixed-api-key", + "full_name": "seamapi/prefixed-api-key", "owner": { - "login": "codyde", - "id": 17350652, - "avatar_url": "https://avatars.githubusercontent.com/u/17350652?v=4", - "url": "https://api.github.com/users/codyde", - "html_url": "https://github.com/codyde" + "login": "seamapi", + "id": 63884939, + "avatar_url": "https://avatars.githubusercontent.com/u/63884939?v=4", + "url": "https://api.github.com/users/seamapi", + "html_url": "https://github.com/seamapi" }, - "html_url": "https://github.com/codyde/nextjs-approuter-shadcn", - "description": "Railway Template - NextJS using AppRouter with Shadcn UI Elements", - "url": "https://api.github.com/repos/codyde/nextjs-approuter-shadcn", - "languages_url": "https://api.github.com/repos/codyde/nextjs-approuter-shadcn/languages", - "created_at": "2023-07-12T06:56:28Z", - "updated_at": "2024-09-07T10:07:20Z", - "git_url": "git://github.com/codyde/nextjs-approuter-shadcn.git", - "ssh_url": "git@github.com:codyde/nextjs-approuter-shadcn.git", - "clone_url": "https://github.com/codyde/nextjs-approuter-shadcn.git", + "html_url": "https://github.com/seamapi/prefixed-api-key", + "description": "Module for generating a prefixed API Key", + "url": "https://api.github.com/repos/seamapi/prefixed-api-key", + "languages_url": "https://api.github.com/repos/seamapi/prefixed-api-key/languages", + "created_at": "2022-05-10T22:08:18Z", + "updated_at": "2024-08-18T21:41:13Z", + "git_url": "git://github.com/seamapi/prefixed-api-key.git", + "ssh_url": "git@github.com:seamapi/prefixed-api-key.git", + "clone_url": "https://github.com/seamapi/prefixed-api-key.git", "homepage": null, - "stargazers_count": 5, - "watchers_count": 5, + "stargazers_count": 291, + "watchers_count": 291, "language": "TypeScript", "topics": [] }, { - "id": 603039532, - "node_id": "R_kgDOI_GnLA", - "name": "edge-ui", - "full_name": "neplextech/edge-ui", + "id": 640035343, + "node_id": "R_kgDOJiYqDw", + "name": "web3gpt", + "full_name": "Markeljan/web3gpt", "owner": { - "login": "neplextech", - "id": 119716634, - "avatar_url": "https://avatars.githubusercontent.com/u/119716634?v=4", - "url": "https://api.github.com/users/neplextech", - "html_url": "https://github.com/neplextech" + "login": "Markeljan", + "id": 12901349, + "avatar_url": "https://avatars.githubusercontent.com/u/12901349?v=4", + "url": "https://api.github.com/users/Markeljan", + "html_url": "https://github.com/Markeljan" }, - "html_url": "https://github.com/neplextech/edge-ui", - "description": "Internal components library based on shadcn-ui", - "url": "https://api.github.com/repos/neplextech/edge-ui", - "languages_url": "https://api.github.com/repos/neplextech/edge-ui/languages", - "created_at": "2023-02-17T13:49:24Z", - "updated_at": "2024-05-28T18:31:33Z", - "git_url": "git://github.com/neplextech/edge-ui.git", - "ssh_url": "git@github.com:neplextech/edge-ui.git", - "clone_url": "https://github.com/neplextech/edge-ui.git", - "homepage": "https://ui.neplextech.com", - "stargazers_count": 12, - "watchers_count": 12, + "html_url": "https://github.com/Markeljan/web3gpt", + "description": "Develop and deploy smart contracts using natural language.", + "url": "https://api.github.com/repos/Markeljan/web3gpt", + "languages_url": "https://api.github.com/repos/Markeljan/web3gpt/languages", + "created_at": "2023-05-12T20:22:28Z", + "updated_at": "2024-08-11T10:10:03Z", + "git_url": "git://github.com/Markeljan/web3gpt.git", + "ssh_url": "git@github.com:Markeljan/web3gpt.git", + "clone_url": "https://github.com/Markeljan/web3gpt.git", + "homepage": "https://web3gpt.app", + "stargazers_count": 76, + "watchers_count": 76, "language": "TypeScript", "topics": [ - "component", - "library", - "react", - "tailwind", - "typescript", - "ui" + "agents-web3", + "ai-solidity", + "ai-web3", + "solidity", + "solidity-ai", + "web3-agents", + "web3-ai" ] }, { - "id": 722517054, - "node_id": "R_kgDOKxC8Pg", - "name": "galleria", - "full_name": "owenventer/galleria", + "id": 772021950, + "node_id": "R_kgDOLgQevg", + "name": "vscode-weaudit", + "full_name": "trailofbits/vscode-weaudit", "owner": { - "login": "owenventer", - "id": 55946656, - "avatar_url": "https://avatars.githubusercontent.com/u/55946656?v=4", - "url": "https://api.github.com/users/owenventer", - "html_url": "https://github.com/owenventer" + "login": "trailofbits", + "id": 2314423, + "avatar_url": "https://avatars.githubusercontent.com/u/2314423?v=4", + "url": "https://api.github.com/users/trailofbits", + "html_url": "https://github.com/trailofbits" }, - "html_url": "https://github.com/owenventer/galleria", - "description": "Helius Portfolio Viewer", - "url": "https://api.github.com/repos/owenventer/galleria", - "languages_url": "https://api.github.com/repos/owenventer/galleria/languages", - "created_at": "2023-11-23T10:16:48Z", - "updated_at": "2024-02-12T23:25:45Z", - "git_url": "git://github.com/owenventer/galleria.git", - "ssh_url": "git@github.com:owenventer/galleria.git", - "clone_url": "https://github.com/owenventer/galleria.git", - "homepage": "https://galleria-gamma.vercel.app", - "stargazers_count": 4, - "watchers_count": 4, + "html_url": "https://github.com/trailofbits/vscode-weaudit", + "description": "Create code bookmarks and code highlights with a click.", + "url": "https://api.github.com/repos/trailofbits/vscode-weaudit", + "languages_url": "https://api.github.com/repos/trailofbits/vscode-weaudit/languages", + "created_at": "2024-03-14T11:42:10Z", + "updated_at": "2024-08-28T22:46:03Z", + "git_url": "git://github.com/trailofbits/vscode-weaudit.git", + "ssh_url": "git@github.com:trailofbits/vscode-weaudit.git", + "clone_url": "https://github.com/trailofbits/vscode-weaudit.git", + "homepage": "https://marketplace.visualstudio.com/items?itemName=trailofbits.weaudit", + "stargazers_count": 168, + "watchers_count": 168, "language": "TypeScript", "topics": [] }, { - "id": 738906648, - "node_id": "R_kgDOLArSGA", - "name": "galleria", - "full_name": "helius-labs/galleria", + "id": 746244845, + "node_id": "R_kgDOLHrK7Q", + "name": "google-indexing-script", + "full_name": "goenning/google-indexing-script", "owner": { - "login": "helius-labs", - "id": 107892413, - "avatar_url": "https://avatars.githubusercontent.com/u/107892413?v=4", - "url": "https://api.github.com/users/helius-labs", - "html_url": "https://github.com/helius-labs" + "login": "goenning", + "id": 94755, + "avatar_url": "https://avatars.githubusercontent.com/u/94755?v=4", + "url": "https://api.github.com/users/goenning", + "html_url": "https://github.com/goenning" }, - "html_url": "https://github.com/helius-labs/galleria", - "description": "An open source portfolio viewer that is built on top of Helius's DAS API. ", - "url": "https://api.github.com/repos/helius-labs/galleria", - "languages_url": "https://api.github.com/repos/helius-labs/galleria/languages", - "created_at": "2024-01-04T10:19:37Z", - "updated_at": "2024-07-04T03:49:25Z", - "git_url": "git://github.com/helius-labs/galleria.git", - "ssh_url": "git@github.com:helius-labs/galleria.git", - "clone_url": "https://github.com/helius-labs/galleria.git", - "homepage": "https://galleria.helius.dev", - "stargazers_count": 23, - "watchers_count": 23, + "html_url": "https://github.com/goenning/google-indexing-script", + "description": "Script to get your site indexed on Google in less than 48 hours", + "url": "https://api.github.com/repos/goenning/google-indexing-script", + "languages_url": "https://api.github.com/repos/goenning/google-indexing-script/languages", + "created_at": "2024-01-21T14:01:42Z", + "updated_at": "2024-09-08T10:24:52Z", + "git_url": "git://github.com/goenning/google-indexing-script.git", + "ssh_url": "git@github.com:goenning/google-indexing-script.git", + "clone_url": "https://github.com/goenning/google-indexing-script.git", + "homepage": "https://seogets.com", + "stargazers_count": 6874, + "watchers_count": 6874, + "language": "TypeScript", + "topics": [ + "google", + "indexing", + "seo" + ] + }, + { + "id": 415762319, + "node_id": "R_kgDOGMgHjw", + "name": "fxhash-website", + "full_name": "fxhash/fxhash-website", + "owner": { + "login": "fxhash", + "id": 92284645, + "avatar_url": "https://avatars.githubusercontent.com/u/92284645?v=4", + "url": "https://api.github.com/users/fxhash", + "html_url": "https://github.com/fxhash" + }, + "html_url": "https://github.com/fxhash/fxhash-website", + "description": "fxhash front-end, nextjs", + "url": "https://api.github.com/repos/fxhash/fxhash-website", + "languages_url": "https://api.github.com/repos/fxhash/fxhash-website/languages", + "created_at": "2021-10-11T03:09:01Z", + "updated_at": "2024-03-17T20:11:31Z", + "git_url": "git://github.com/fxhash/fxhash-website.git", + "ssh_url": "git@github.com:fxhash/fxhash-website.git", + "clone_url": "https://github.com/fxhash/fxhash-website.git", + "homepage": "https://fxhash.xyz", + "stargazers_count": 89, + "watchers_count": 89, "language": "TypeScript", "topics": [] }, { - "id": 738677844, - "node_id": "R_kgDOLAdUVA", - "name": "solana-trading-bot", - "full_name": "warp-id/solana-trading-bot", + "id": 174744492, + "node_id": "MDEwOlJlcG9zaXRvcnkxNzQ3NDQ0OTI=", + "name": "conventional-changelog-beemo", + "full_name": "beemojs/conventional-changelog-beemo", "owner": { - "login": "warp-id", - "id": 165390589, - "avatar_url": "https://avatars.githubusercontent.com/u/165390589?v=4", - "url": "https://api.github.com/users/warp-id", - "html_url": "https://github.com/warp-id" + "login": "beemojs", + "id": 47463553, + "avatar_url": "https://avatars.githubusercontent.com/u/47463553?v=4", + "url": "https://api.github.com/users/beemojs", + "html_url": "https://github.com/beemojs" }, - "html_url": "https://github.com/warp-id/solana-trading-bot", - "description": "Solana Trading Bot - Beta", - "url": "https://api.github.com/repos/warp-id/solana-trading-bot", - "languages_url": "https://api.github.com/repos/warp-id/solana-trading-bot/languages", - "created_at": "2024-01-03T19:36:15Z", - "updated_at": "2024-09-07T18:43:02Z", - "git_url": "git://github.com/warp-id/solana-trading-bot.git", - "ssh_url": "git@github.com:warp-id/solana-trading-bot.git", - "clone_url": "https://github.com/warp-id/solana-trading-bot.git", + "html_url": "https://github.com/beemojs/conventional-changelog-beemo", + "description": "Beemo's commit message guidelines and changelog structure.", + "url": "https://api.github.com/repos/beemojs/conventional-changelog-beemo", + "languages_url": "https://api.github.com/repos/beemojs/conventional-changelog-beemo/languages", + "created_at": "2019-03-09T20:47:06Z", + "updated_at": "2024-06-07T23:33:36Z", + "git_url": "git://github.com/beemojs/conventional-changelog-beemo.git", + "ssh_url": "git@github.com:beemojs/conventional-changelog-beemo.git", + "clone_url": "https://github.com/beemojs/conventional-changelog-beemo.git", "homepage": "", - "stargazers_count": 1412, - "watchers_count": 1412, + "stargazers_count": 9, + "watchers_count": 9, "language": "TypeScript", "topics": [ - "auto-trade-bot", - "auto-trading", - "crypto", - "raydium-bot", - "raydium-sniper-bot", - "sniper-bot-solana", - "solana", - "solana-token-bot" + "beemo", + "conventional-changelog", + "conventional-commits" ] }, { - "id": 749042193, - "node_id": "R_kgDOLKV6EQ", - "name": "genesysgo-dagger-dashboard", - "full_name": "chainsona/genesysgo-dagger-dashboard", + "id": 371399014, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzEzOTkwMTQ=", + "name": "mx-sdk-js-core", + "full_name": "multiversx/mx-sdk-js-core", "owner": { - "login": "chainsona", - "id": 139795911, - "avatar_url": "https://avatars.githubusercontent.com/u/139795911?v=4", - "url": "https://api.github.com/users/chainsona", - "html_url": "https://github.com/chainsona" - }, - "html_url": "https://github.com/chainsona/genesysgo-dagger-dashboard", - "description": "GenesysGo D.A.G.G.E.R. Testnet Dashboard alternative", - "url": "https://api.github.com/repos/chainsona/genesysgo-dagger-dashboard", - "languages_url": "https://api.github.com/repos/chainsona/genesysgo-dagger-dashboard/languages", - "created_at": "2024-01-27T12:19:41Z", - "updated_at": "2024-03-17T18:49:01Z", - "git_url": "git://github.com/chainsona/genesysgo-dagger-dashboard.git", - "ssh_url": "git@github.com:chainsona/genesysgo-dagger-dashboard.git", - "clone_url": "https://github.com/chainsona/genesysgo-dagger-dashboard.git", - "homepage": "https://dagger-dashboard.chainsona.dev", - "stargazers_count": 4, - "watchers_count": 4, + "login": "multiversx", + "id": 114073177, + "avatar_url": "https://avatars.githubusercontent.com/u/114073177?v=4", + "url": "https://api.github.com/users/multiversx", + "html_url": "https://github.com/multiversx" + }, + "html_url": "https://github.com/multiversx/mx-sdk-js-core", + "description": " MultiversX SDK for interacting with the MultiversX blockchain (in general) and Smart Contracts (in particular). ", + "url": "https://api.github.com/repos/multiversx/mx-sdk-js-core", + "languages_url": "https://api.github.com/repos/multiversx/mx-sdk-js-core/languages", + "created_at": "2021-05-27T14:18:46Z", + "updated_at": "2024-09-02T11:36:06Z", + "git_url": "git://github.com/multiversx/mx-sdk-js-core.git", + "ssh_url": "git@github.com:multiversx/mx-sdk-js-core.git", + "clone_url": "https://github.com/multiversx/mx-sdk-js-core.git", + "homepage": "https://multiversx.github.io/mx-sdk-js-core/", + "stargazers_count": 58, + "watchers_count": 58, "language": "TypeScript", - "topics": [ - "blockchain", - "dagger", - "dashboard", - "shadow", - "shdw", - "shdwdrive", - "solana", - "storage", - "testnet" - ] + "topics": [] }, { - "id": 591090337, - "node_id": "R_kgDOIztSoQ", - "name": "proof-of-x", - "full_name": "amilz/proof-of-x", + "id": 473109161, + "node_id": "R_kgDOHDMSqQ", + "name": "mx-sdk-js-wallet", + "full_name": "multiversx/mx-sdk-js-wallet", "owner": { - "login": "amilz", - "id": 85324096, - "avatar_url": "https://avatars.githubusercontent.com/u/85324096?v=4", - "url": "https://api.github.com/users/amilz", - "html_url": "https://github.com/amilz" + "login": "multiversx", + "id": 114073177, + "avatar_url": "https://avatars.githubusercontent.com/u/114073177?v=4", + "url": "https://api.github.com/users/multiversx", + "html_url": "https://github.com/multiversx" }, - "html_url": "https://github.com/amilz/proof-of-x", - "description": "Real-time rewards for on-chain events 🏆 2023 Sandstorm Hackathon Winner", - "url": "https://api.github.com/repos/amilz/proof-of-x", - "languages_url": "https://api.github.com/repos/amilz/proof-of-x/languages", - "created_at": "2023-01-19T22:33:18Z", - "updated_at": "2024-08-22T06:43:25Z", - "git_url": "git://github.com/amilz/proof-of-x.git", - "ssh_url": "git@github.com:amilz/proof-of-x.git", - "clone_url": "https://github.com/amilz/proof-of-x.git", - "homepage": "https://sandstorm.amilz.com/", - "stargazers_count": 15, - "watchers_count": 15, + "html_url": "https://github.com/multiversx/mx-sdk-js-wallet", + "description": "Core wallet components (generation, signing) for TypeScript (JavaScript).", + "url": "https://api.github.com/repos/multiversx/mx-sdk-js-wallet", + "languages_url": "https://api.github.com/repos/multiversx/mx-sdk-js-wallet/languages", + "created_at": "2022-03-23T09:01:02Z", + "updated_at": "2024-08-27T08:41:21Z", + "git_url": "git://github.com/multiversx/mx-sdk-js-wallet.git", + "ssh_url": "git@github.com:multiversx/mx-sdk-js-wallet.git", + "clone_url": "https://github.com/multiversx/mx-sdk-js-wallet.git", + "homepage": null, + "stargazers_count": 6, + "watchers_count": 6, "language": "TypeScript", - "topics": [ - "discord", - "nfts", - "serverless-functions", - "solana" - ] + "topics": [] }, { - "id": 286980656, - "node_id": "MDEwOlJlcG9zaXRvcnkyODY5ODA2NTY=", - "name": "oak", - "full_name": "p3ol/oak", + "id": 621941857, + "node_id": "R_kgDOJRIUYQ", + "name": "devvit-sandbox", + "full_name": "reddit/devvit-sandbox", "owner": { - "login": "p3ol", - "id": 20414672, - "avatar_url": "https://avatars.githubusercontent.com/u/20414672?v=4", - "url": "https://api.github.com/users/p3ol", - "html_url": "https://github.com/p3ol" + "login": "reddit", + "id": 14248, + "avatar_url": "https://avatars.githubusercontent.com/u/14248?v=4", + "url": "https://api.github.com/users/reddit", + "html_url": "https://github.com/reddit" }, - "html_url": "https://github.com/p3ol/oak", - "description": "🌳 Modern, lightweight & modulable page builder", - "url": "https://api.github.com/repos/p3ol/oak", - "languages_url": "https://api.github.com/repos/p3ol/oak/languages", - "created_at": "2020-08-12T10:09:32Z", - "updated_at": "2024-08-27T09:41:34Z", - "git_url": "git://github.com/p3ol/oak.git", - "ssh_url": "git@github.com:p3ol/oak.git", - "clone_url": "https://github.com/p3ol/oak.git", - "homepage": "https://p3ol.github.io/oak/", - "stargazers_count": 48, - "watchers_count": 48, + "html_url": "https://github.com/reddit/devvit-sandbox", + "description": "Devvit example apps and sketches not ready for production.", + "url": "https://api.github.com/repos/reddit/devvit-sandbox", + "languages_url": "https://api.github.com/repos/reddit/devvit-sandbox/languages", + "created_at": "2023-03-31T18:17:40Z", + "updated_at": "2024-09-03T02:39:56Z", + "git_url": "git://github.com/reddit/devvit-sandbox.git", + "ssh_url": "git@github.com:reddit/devvit-sandbox.git", + "clone_url": "https://github.com/reddit/devvit-sandbox.git", + "homepage": null, + "stargazers_count": 9, + "watchers_count": 9, "language": "TypeScript", - "topics": [ - "builder", - "drag-and-drop", - "nocode", - "page-builder", - "visual-editor", - "website-builder", - "wysiwyg" - ] + "topics": [] }, { - "id": 145759605, - "node_id": "MDEwOlJlcG9zaXRvcnkxNDU3NTk2MDU=", - "name": "solana-web3.js", - "full_name": "solana-labs/solana-web3.js", + "id": 100061716, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDAwNjE3MTY=", + "name": "nx", + "full_name": "nrwl/nx", "owner": { - "login": "solana-labs", - "id": 35608259, - "avatar_url": "https://avatars.githubusercontent.com/u/35608259?v=4", - "url": "https://api.github.com/users/solana-labs", - "html_url": "https://github.com/solana-labs" + "login": "nrwl", + "id": 23692104, + "avatar_url": "https://avatars.githubusercontent.com/u/23692104?v=4", + "url": "https://api.github.com/users/nrwl", + "html_url": "https://github.com/nrwl" }, - "html_url": "https://github.com/solana-labs/solana-web3.js", - "description": "Solana JavaScript SDK", - "url": "https://api.github.com/repos/solana-labs/solana-web3.js", - "languages_url": "https://api.github.com/repos/solana-labs/solana-web3.js/languages", - "created_at": "2018-08-22T20:30:39Z", - "updated_at": "2024-09-07T16:26:05Z", - "git_url": "git://github.com/solana-labs/solana-web3.js.git", - "ssh_url": "git@github.com:solana-labs/solana-web3.js.git", - "clone_url": "https://github.com/solana-labs/solana-web3.js.git", - "homepage": "https://solana-labs.github.io/solana-web3.js", - "stargazers_count": 2083, - "watchers_count": 2083, + "html_url": "https://github.com/nrwl/nx", + "description": "Smart Monorepos · Fast CI", + "url": "https://api.github.com/repos/nrwl/nx", + "languages_url": "https://api.github.com/repos/nrwl/nx/languages", + "created_at": "2017-08-11T18:50:23Z", + "updated_at": "2024-09-08T12:03:57Z", + "git_url": "git://github.com/nrwl/nx.git", + "ssh_url": "git@github.com:nrwl/nx.git", + "clone_url": "https://github.com/nrwl/nx.git", + "homepage": "https://nx.dev", + "stargazers_count": 23170, + "watchers_count": 23170, "language": "TypeScript", "topics": [ - "blockchain", + "angular", + "build", + "build-system", + "build-tool", + "building-tool", + "cli", + "cypress", + "hacktoberfest", "javascript", - "js", - "node", + "monorepo", + "nextjs", "nodejs", - "sdk", - "solana" + "nx", + "nx-workspaces", + "react", + "storybook", + "typescript" ] }, { - "id": 313740591, - "node_id": "MDEwOlJlcG9zaXRvcnkzMTM3NDA1OTE=", - "name": "cloud-carbon-footprint", - "full_name": "cloud-carbon-footprint/cloud-carbon-footprint", + "id": 42001175, + "node_id": "MDEwOlJlcG9zaXRvcnk0MjAwMTE3NQ==", + "name": "buttercup-core", + "full_name": "buttercup/buttercup-core", "owner": { - "login": "cloud-carbon-footprint", - "id": 79275027, - "avatar_url": "https://avatars.githubusercontent.com/u/79275027?v=4", - "url": "https://api.github.com/users/cloud-carbon-footprint", - "html_url": "https://github.com/cloud-carbon-footprint" + "login": "buttercup", + "id": 16577796, + "avatar_url": "https://avatars.githubusercontent.com/u/16577796?v=4", + "url": "https://api.github.com/users/buttercup", + "html_url": "https://github.com/buttercup" }, - "html_url": "https://github.com/cloud-carbon-footprint/cloud-carbon-footprint", - "description": "Cloud Carbon Footprint is a tool to estimate energy use (kilowatt-hours) and carbon emissions (metric tons CO2e) from public cloud usage", - "url": "https://api.github.com/repos/cloud-carbon-footprint/cloud-carbon-footprint", - "languages_url": "https://api.github.com/repos/cloud-carbon-footprint/cloud-carbon-footprint/languages", - "created_at": "2020-11-17T20:53:48Z", - "updated_at": "2024-09-06T06:32:59Z", - "git_url": "git://github.com/cloud-carbon-footprint/cloud-carbon-footprint.git", - "ssh_url": "git@github.com:cloud-carbon-footprint/cloud-carbon-footprint.git", - "clone_url": "https://github.com/cloud-carbon-footprint/cloud-carbon-footprint.git", - "homepage": "https://cloudcarbonfootprint.org", - "stargazers_count": 882, - "watchers_count": 882, + "html_url": "https://github.com/buttercup/buttercup-core", + "description": ":tophat: The mighty NodeJS password vault", + "url": "https://api.github.com/repos/buttercup/buttercup-core", + "languages_url": "https://api.github.com/repos/buttercup/buttercup-core/languages", + "created_at": "2015-09-06T12:05:21Z", + "updated_at": "2024-08-30T12:52:38Z", + "git_url": "git://github.com/buttercup/buttercup-core.git", + "ssh_url": "git@github.com:buttercup/buttercup-core.git", + "clone_url": "https://github.com/buttercup/buttercup-core.git", + "homepage": "http://buttercup.pw/", + "stargazers_count": 467, + "watchers_count": 467, "language": "TypeScript", "topics": [ - "carbon-emissions", - "carbon-footprint", - "climate", - "cloud", + "buttercup", + "credentials", + "datasource", + "encryption", "hacktoberfest", - "sustainability", - "thoughtworks" + "nodejs", + "nodejs-password-vault", + "password", + "password-manager", + "password-store", + "password-vault", + "passwords" ] }, { - "id": 526617419, - "node_id": "R_kgDOH2OLSw", - "name": "js-sdk", - "full_name": "LIT-Protocol/js-sdk", + "id": 767790672, + "node_id": "R_kgDOLcOOUA", + "name": "Whomane", + "full_name": "BasedHardware/Whomane", "owner": { - "login": "LIT-Protocol", - "id": 83147108, - "avatar_url": "https://avatars.githubusercontent.com/u/83147108?v=4", - "url": "https://api.github.com/users/LIT-Protocol", - "html_url": "https://github.com/LIT-Protocol" + "login": "BasedHardware", + "id": 162546372, + "avatar_url": "https://avatars.githubusercontent.com/u/162546372?v=4", + "url": "https://api.github.com/users/BasedHardware", + "html_url": "https://github.com/BasedHardware" }, - "html_url": "https://github.com/LIT-Protocol/js-sdk", - "description": "The Lit Protocol SDK provides developers with a framework for implementing Lit functionality into their own applications.", - "url": "https://api.github.com/repos/LIT-Protocol/js-sdk", - "languages_url": "https://api.github.com/repos/LIT-Protocol/js-sdk/languages", - "created_at": "2022-08-19T13:24:40Z", - "updated_at": "2024-09-03T15:40:47Z", - "git_url": "git://github.com/LIT-Protocol/js-sdk.git", - "ssh_url": "git@github.com:LIT-Protocol/js-sdk.git", - "clone_url": "https://github.com/LIT-Protocol/js-sdk.git", - "homepage": "https://developer.litprotocol.com", - "stargazers_count": 98, - "watchers_count": 98, + "html_url": "https://github.com/BasedHardware/Whomane", + "description": "An open source wearable with camera", + "url": "https://api.github.com/repos/BasedHardware/Whomane", + "languages_url": "https://api.github.com/repos/BasedHardware/Whomane/languages", + "created_at": "2024-03-05T22:44:35Z", + "updated_at": "2024-09-03T10:11:09Z", + "git_url": "git://github.com/BasedHardware/Whomane.git", + "ssh_url": "git@github.com:BasedHardware/Whomane.git", + "clone_url": "https://github.com/BasedHardware/Whomane.git", + "homepage": "https://whomane.com", + "stargazers_count": 584, + "watchers_count": 584, "language": "TypeScript", - "topics": [ - "blockchain", - "bls-signatures", - "cosmosos", - "dapp", - "decentralized-applications", - "ecdsa", - "ethereum", - "javascript", - "lit-protocol", - "sdk", - "threshold-cryptography", - "typescript" - ] + "topics": [] }, { - "id": 679280065, - "node_id": "R_kgDOKHz9wQ", - "name": "scalar", - "full_name": "scalar/scalar", + "id": 764652365, + "node_id": "R_kgDOLZOrTQ", + "name": "c-boxes", + "full_name": "fedorerd/c-boxes", "owner": { - "login": "scalar", - "id": 301879, - "avatar_url": "https://avatars.githubusercontent.com/u/301879?v=4", - "url": "https://api.github.com/users/scalar", - "html_url": "https://github.com/scalar" + "login": "fedorerd", + "id": 109175575, + "avatar_url": "https://avatars.githubusercontent.com/u/109175575?v=4", + "url": "https://api.github.com/users/fedorerd", + "html_url": "https://github.com/fedorerd" }, - "html_url": "https://github.com/scalar/scalar", - "description": "Beautiful API references from OpenAPI/Swagger files ✨", - "url": "https://api.github.com/repos/scalar/scalar", - "languages_url": "https://api.github.com/repos/scalar/scalar/languages", - "created_at": "2023-08-16T13:42:32Z", - "updated_at": "2024-09-08T00:09:51Z", - "git_url": "git://github.com/scalar/scalar.git", - "ssh_url": "git@github.com:scalar/scalar.git", - "clone_url": "https://github.com/scalar/scalar.git", - "homepage": "https://scalar.com/swagger-editor", - "stargazers_count": 5657, - "watchers_count": 5657, + "html_url": "https://github.com/fedorerd/c-boxes", + "description": null, + "url": "https://api.github.com/repos/fedorerd/c-boxes", + "languages_url": "https://api.github.com/repos/fedorerd/c-boxes/languages", + "created_at": "2024-02-28T13:21:40Z", + "updated_at": "2024-03-23T22:14:29Z", + "git_url": "git://github.com/fedorerd/c-boxes.git", + "ssh_url": "git@github.com:fedorerd/c-boxes.git", + "clone_url": "https://github.com/fedorerd/c-boxes.git", + "homepage": "https://c-boxes.vercel.app", + "stargazers_count": 7, + "watchers_count": 7, "language": "TypeScript", - "topics": [ - "api", - "docs", - "openapi", - "openapi3", - "reference", - "swagger", - "vue" - ] + "topics": [] }, { - "id": 490388312, - "node_id": "R_kgDOHTq7WA", - "name": "markdoc", - "full_name": "markdoc/markdoc", + "id": 706774978, + "node_id": "R_kgDOKiCHwg", + "name": "serwist", + "full_name": "serwist/serwist", "owner": { - "login": "markdoc", - "id": 8340088, - "avatar_url": "https://avatars.githubusercontent.com/u/8340088?v=4", - "url": "https://api.github.com/users/markdoc", - "html_url": "https://github.com/markdoc" + "login": "serwist", + "id": 148366578, + "avatar_url": "https://avatars.githubusercontent.com/u/148366578?v=4", + "url": "https://api.github.com/users/serwist", + "html_url": "https://github.com/serwist" }, - "html_url": "https://github.com/markdoc/markdoc", - "description": "A powerful, flexible, Markdown-based authoring framework.", - "url": "https://api.github.com/repos/markdoc/markdoc", - "languages_url": "https://api.github.com/repos/markdoc/markdoc/languages", - "created_at": "2022-05-09T17:50:46Z", - "updated_at": "2024-09-07T21:36:35Z", - "git_url": "git://github.com/markdoc/markdoc.git", - "ssh_url": "git@github.com:markdoc/markdoc.git", - "clone_url": "https://github.com/markdoc/markdoc.git", - "homepage": "https://markdoc.dev", - "stargazers_count": 7185, - "watchers_count": 7185, + "html_url": "https://github.com/serwist/serwist", + "description": "A Swiss Army knife for service workers.", + "url": "https://api.github.com/repos/serwist/serwist", + "languages_url": "https://api.github.com/repos/serwist/serwist/languages", + "created_at": "2023-10-18T15:36:11Z", + "updated_at": "2024-09-08T02:25:11Z", + "git_url": "git://github.com/serwist/serwist.git", + "ssh_url": "git@github.com:serwist/serwist.git", + "clone_url": "https://github.com/serwist/serwist.git", + "homepage": "https://serwist.pages.dev", + "stargazers_count": 642, + "watchers_count": 642, "language": "TypeScript", "topics": [ - "authoring", - "documentation", - "markdoc", - "markdown", - "react", - "toolchain" + "nextjs", + "nuxt", + "nuxtjs", + "offline-first", + "progressive-web-app", + "pwa", + "service-worker", + "service-workers", + "serwist", + "serwistjs", + "svelte", + "sveltejs", + "sveltekit", + "sw", + "sw-precache", + "sw-toolbox", + "vite", + "vitejs", + "webpack" ] }, { - "id": 628724881, - "node_id": "R_kgDOJXmUkQ", - "name": "poll.blue", - "full_name": "epistemichorse/poll.blue", + "id": 759576710, + "node_id": "R_kgDOLUY4hg", + "name": "cnft-cli", + "full_name": "thedonmon/cnft-cli", "owner": { - "login": "epistemichorse", - "id": 130928909, - "avatar_url": "https://avatars.githubusercontent.com/u/130928909?v=4", - "url": "https://api.github.com/users/epistemichorse", - "html_url": "https://github.com/epistemichorse" + "login": "thedonmon", + "id": 22967202, + "avatar_url": "https://avatars.githubusercontent.com/u/22967202?v=4", + "url": "https://api.github.com/users/thedonmon", + "html_url": "https://github.com/thedonmon" }, - "html_url": "https://github.com/epistemichorse/poll.blue", - "description": null, - "url": "https://api.github.com/repos/epistemichorse/poll.blue", - "languages_url": "https://api.github.com/repos/epistemichorse/poll.blue/languages", - "created_at": "2023-04-16T20:26:32Z", - "updated_at": "2024-03-11T02:29:19Z", - "git_url": "git://github.com/epistemichorse/poll.blue.git", - "ssh_url": "git@github.com:epistemichorse/poll.blue.git", - "clone_url": "https://github.com/epistemichorse/poll.blue.git", + "html_url": "https://github.com/thedonmon/cnft-cli", + "description": "CLI For cNFTs on Solana", + "url": "https://api.github.com/repos/thedonmon/cnft-cli", + "languages_url": "https://api.github.com/repos/thedonmon/cnft-cli/languages", + "created_at": "2024-02-18T22:55:58Z", + "updated_at": "2024-08-08T15:14:42Z", + "git_url": "git://github.com/thedonmon/cnft-cli.git", + "ssh_url": "git@github.com:thedonmon/cnft-cli.git", + "clone_url": "https://github.com/thedonmon/cnft-cli.git", "homepage": null, "stargazers_count": 9, "watchers_count": 9, @@ -6416,37 +6547,46 @@ "topics": [] }, { - "id": 673659166, - "node_id": "R_kgDOKCc5Hg", - "name": "capi", - "full_name": "WilfredAlmeida/capi", + "id": 181617728, + "node_id": "MDEwOlJlcG9zaXRvcnkxODE2MTc3Mjg=", + "name": "image-actions", + "full_name": "calibreapp/image-actions", "owner": { - "login": "WilfredAlmeida", - "id": 60785452, - "avatar_url": "https://avatars.githubusercontent.com/u/60785452?v=4", - "url": "https://api.github.com/users/WilfredAlmeida", - "html_url": "https://github.com/WilfredAlmeida" + "login": "calibreapp", + "id": 7954739, + "avatar_url": "https://avatars.githubusercontent.com/u/7954739?v=4", + "url": "https://api.github.com/users/calibreapp", + "html_url": "https://github.com/calibreapp" }, - "html_url": "https://github.com/WilfredAlmeida/capi", - "description": "Solana cNFT API as a Service", - "url": "https://api.github.com/repos/WilfredAlmeida/capi", - "languages_url": "https://api.github.com/repos/WilfredAlmeida/capi/languages", - "created_at": "2023-08-02T06:17:08Z", - "updated_at": "2024-07-25T19:24:24Z", - "git_url": "git://github.com/WilfredAlmeida/capi.git", - "ssh_url": "git@github.com:WilfredAlmeida/capi.git", - "clone_url": "https://github.com/WilfredAlmeida/capi.git", - "homepage": "", - "stargazers_count": 16, - "watchers_count": 16, + "html_url": "https://github.com/calibreapp/image-actions", + "description": "A Github Action that automatically compresses JPEGs, PNGs and WebPs in Pull Requests.", + "url": "https://api.github.com/repos/calibreapp/image-actions", + "languages_url": "https://api.github.com/repos/calibreapp/image-actions/languages", + "created_at": "2019-04-16T05:00:42Z", + "updated_at": "2024-08-29T14:48:40Z", + "git_url": "git://github.com/calibreapp/image-actions.git", + "ssh_url": "git@github.com:calibreapp/image-actions.git", + "clone_url": "https://github.com/calibreapp/image-actions.git", + "homepage": "https://calibreapp.com/blog/compress-images-in-prs", + "stargazers_count": 1418, + "watchers_count": 1418, "language": "TypeScript", - "topics": [] - }, - { - "id": 749262476, - "node_id": "R_kgDOLKjWjA", - "name": "solana-keygen-worker", - "full_name": "pubkeyapp/solana-keygen-worker", + "topics": [ + "compression", + "github-action", + "github-actions", + "image-compression", + "image-processing", + "performance", + "performance-monitoring", + "performance-testing" + ] + }, + { + "id": 694257848, + "node_id": "R_kgDOKWGIuA", + "name": "solana-wallet-adapter-mantine-ui", + "full_name": "pubkeyapp/solana-wallet-adapter-mantine-ui", "owner": { "login": "pubkeyapp", "id": 125477168, @@ -6454,1116 +6594,1088 @@ "url": "https://api.github.com/users/pubkeyapp", "html_url": "https://github.com/pubkeyapp" }, - "html_url": "https://github.com/pubkeyapp/solana-keygen-worker", - "description": "Example on how to grind a Solana keypair using a web worker", - "url": "https://api.github.com/repos/pubkeyapp/solana-keygen-worker", - "languages_url": "https://api.github.com/repos/pubkeyapp/solana-keygen-worker/languages", - "created_at": "2024-01-28T03:19:36Z", - "updated_at": "2024-06-01T03:54:18Z", - "git_url": "git://github.com/pubkeyapp/solana-keygen-worker.git", - "ssh_url": "git@github.com:pubkeyapp/solana-keygen-worker.git", - "clone_url": "https://github.com/pubkeyapp/solana-keygen-worker.git", - "homepage": "https://solana-keygen-worker.pages.dev", - "stargazers_count": 3, - "watchers_count": 3, + "html_url": "https://github.com/pubkeyapp/solana-wallet-adapter-mantine-ui", + "description": "This is a Mantine wrapper for the Solana Wallet Adapter.", + "url": "https://api.github.com/repos/pubkeyapp/solana-wallet-adapter-mantine-ui", + "languages_url": "https://api.github.com/repos/pubkeyapp/solana-wallet-adapter-mantine-ui/languages", + "created_at": "2023-09-20T16:26:01Z", + "updated_at": "2024-07-21T01:10:51Z", + "git_url": "git://github.com/pubkeyapp/solana-wallet-adapter-mantine-ui.git", + "ssh_url": "git@github.com:pubkeyapp/solana-wallet-adapter-mantine-ui.git", + "clone_url": "https://github.com/pubkeyapp/solana-wallet-adapter-mantine-ui.git", + "homepage": "https://solana-wallet-adapter-mantine-ui.pubkey.app", + "stargazers_count": 4, + "watchers_count": 4, "language": "TypeScript", - "topics": [] + "topics": [ + "mantine", + "mantine-v6", + "mantine-v7", + "solana", + "wallet-adapter", + "web3js" + ] }, { - "id": 655783613, - "node_id": "R_kgDOJxZ2vQ", - "name": "openstatus", - "full_name": "openstatusHQ/openstatus", + "id": 690731619, + "node_id": "R_kgDOKSu6Yw", + "name": "pubkey-bot", + "full_name": "pubkeyapp/pubkey-bot", "owner": { - "login": "openstatusHQ", - "id": 136892265, - "avatar_url": "https://avatars.githubusercontent.com/u/136892265?v=4", - "url": "https://api.github.com/users/openstatusHQ", - "html_url": "https://github.com/openstatusHQ" + "login": "pubkeyapp", + "id": 125477168, + "avatar_url": "https://avatars.githubusercontent.com/u/125477168?v=4", + "url": "https://api.github.com/users/pubkeyapp", + "html_url": "https://github.com/pubkeyapp" }, - "html_url": "https://github.com/openstatusHQ/openstatus", - "description": "🏓 The open-source synthetic monitoring platform 🏓", - "url": "https://api.github.com/repos/openstatusHQ/openstatus", - "languages_url": "https://api.github.com/repos/openstatusHQ/openstatus/languages", - "created_at": "2023-06-19T15:32:41Z", - "updated_at": "2024-09-07T22:00:23Z", - "git_url": "git://github.com/openstatusHQ/openstatus.git", - "ssh_url": "git@github.com:openstatusHQ/openstatus.git", - "clone_url": "https://github.com/openstatusHQ/openstatus.git", - "homepage": "https://openstatus.dev", - "stargazers_count": 5998, - "watchers_count": 5998, + "html_url": "https://github.com/pubkeyapp/pubkey-bot", + "description": "PubKey Bot is a customizable, secure open-source Discord verification bot. Based on Discord Linked Roles. Solana Hyperdrive Hackathon first price 🥇", + "url": "https://api.github.com/repos/pubkeyapp/pubkey-bot", + "languages_url": "https://api.github.com/repos/pubkeyapp/pubkey-bot/languages", + "created_at": "2023-09-12T19:00:29Z", + "updated_at": "2024-02-16T22:10:58Z", + "git_url": "git://github.com/pubkeyapp/pubkey-bot.git", + "ssh_url": "git@github.com:pubkeyapp/pubkey-bot.git", + "clone_url": "https://github.com/pubkeyapp/pubkey-bot.git", + "homepage": "", + "stargazers_count": 5, + "watchers_count": 5, "language": "TypeScript", - "topics": [ - "bun", - "clerk", - "drizzle-orm", - "monitoring", - "nextjs", - "nextjs13", - "observability", - "on-call", - "open-source", - "rum", - "shadcn-ui", - "status-page", - "synthetic-monitoring", - "tinybird", - "turso", - "uptime-checker", - "uptime-monitor" - ] + "topics": [] }, { - "id": 748322449, - "node_id": "R_kgDOLJp-kQ", - "name": "solana_token_extensions", - "full_name": "maweiche/solana_token_extensions", + "id": 610050601, + "node_id": "R_kgDOJFyiKQ", + "name": "pubkeyapp", + "full_name": "pubkeyapp/pubkeyapp", "owner": { - "login": "maweiche", - "id": 64658667, - "avatar_url": "https://avatars.githubusercontent.com/u/64658667?v=4", - "url": "https://api.github.com/users/maweiche", - "html_url": "https://github.com/maweiche" + "login": "pubkeyapp", + "id": 125477168, + "avatar_url": "https://avatars.githubusercontent.com/u/125477168?v=4", + "url": "https://api.github.com/users/pubkeyapp", + "html_url": "https://github.com/pubkeyapp" }, - "html_url": "https://github.com/maweiche/solana_token_extensions", - "description": "Basic build to interact with solana token extensions", - "url": "https://api.github.com/repos/maweiche/solana_token_extensions", - "languages_url": "https://api.github.com/repos/maweiche/solana_token_extensions/languages", - "created_at": "2024-01-25T18:29:13Z", - "updated_at": "2024-01-31T08:11:32Z", - "git_url": "git://github.com/maweiche/solana_token_extensions.git", - "ssh_url": "git@github.com:maweiche/solana_token_extensions.git", - "clone_url": "https://github.com/maweiche/solana_token_extensions.git", - "homepage": "https://solana-token-extensions.vercel.app", - "stargazers_count": 2, - "watchers_count": 2, + "html_url": "https://github.com/pubkeyapp/pubkeyapp", + "description": "PubKey is a Decentralized Identity Provider built on Solana", + "url": "https://api.github.com/repos/pubkeyapp/pubkeyapp", + "languages_url": "https://api.github.com/repos/pubkeyapp/pubkeyapp/languages", + "created_at": "2023-03-06T01:23:28Z", + "updated_at": "2024-05-01T15:23:03Z", + "git_url": "git://github.com/pubkeyapp/pubkeyapp.git", + "ssh_url": "git@github.com:pubkeyapp/pubkeyapp.git", + "clone_url": "https://github.com/pubkeyapp/pubkeyapp.git", + "homepage": "https://devnet.pubkey.app/", + "stargazers_count": 9, + "watchers_count": 9, "language": "TypeScript", "topics": [] }, { - "id": 489040653, - "node_id": "R_kgDOHSYrDQ", - "name": "create-solana-dapp", - "full_name": "solana-developers/create-solana-dapp", + "id": 676107844, + "node_id": "R_kgDOKEyWRA", + "name": "pubkey-stack", + "full_name": "pubkeyapp/pubkey-stack", "owner": { - "login": "solana-developers", - "id": 93691676, - "avatar_url": "https://avatars.githubusercontent.com/u/93691676?v=4", - "url": "https://api.github.com/users/solana-developers", - "html_url": "https://github.com/solana-developers" + "login": "pubkeyapp", + "id": 125477168, + "avatar_url": "https://avatars.githubusercontent.com/u/125477168?v=4", + "url": "https://api.github.com/users/pubkeyapp", + "html_url": "https://github.com/pubkeyapp" }, - "html_url": "https://github.com/solana-developers/create-solana-dapp", - "description": "CLI for creating Solana dApps on the fly", - "url": "https://api.github.com/repos/solana-developers/create-solana-dapp", - "languages_url": "https://api.github.com/repos/solana-developers/create-solana-dapp/languages", - "created_at": "2022-05-05T16:06:42Z", - "updated_at": "2024-09-06T19:18:05Z", - "git_url": "git://github.com/solana-developers/create-solana-dapp.git", - "ssh_url": "git@github.com:solana-developers/create-solana-dapp.git", - "clone_url": "https://github.com/solana-developers/create-solana-dapp.git", - "homepage": "https://npmjs.com/package/create-solana-dapp", - "stargazers_count": 295, - "watchers_count": 295, + "html_url": "https://github.com/pubkeyapp/pubkey-stack", + "description": "A starter to generate apps using the PubKey stack. Nx, Nest, Prisma, GraphQL, React, Mantine, advanced code generators and more... Join our Discord for questions.", + "url": "https://api.github.com/repos/pubkeyapp/pubkey-stack", + "languages_url": "https://api.github.com/repos/pubkeyapp/pubkey-stack/languages", + "created_at": "2023-08-08T12:56:34Z", + "updated_at": "2024-08-06T21:15:36Z", + "git_url": "git://github.com/pubkeyapp/pubkey-stack.git", + "ssh_url": "git@github.com:pubkeyapp/pubkey-stack.git", + "clone_url": "https://github.com/pubkeyapp/pubkey-stack.git", + "homepage": "https://discord.gg/XxuZQeDPNf", + "stargazers_count": 6, + "watchers_count": 6, "language": "TypeScript", - "topics": [ - "anchor-framework", - "blockchain", - "cli", - "dapp", - "nextjs", - "nft", - "solana", - "spl-token", - "vue" - ] + "topics": [] }, { - "id": 328230485, - "node_id": "MDEwOlJlcG9zaXRvcnkzMjgyMzA0ODU=", - "name": "react-tridi-wrapper", - "full_name": "lwojcik/react-tridi-wrapper", + "id": 589901653, + "node_id": "R_kgDOIykvVQ", + "name": "sk-trpc-payload", + "full_name": "HanielU/sk-trpc-payload", "owner": { - "login": "lwojcik", - "id": 1711174, - "avatar_url": "https://avatars.githubusercontent.com/u/1711174?v=4", - "url": "https://api.github.com/users/lwojcik", - "html_url": "https://github.com/lwojcik" + "login": "HanielU", + "id": 28874974, + "avatar_url": "https://avatars.githubusercontent.com/u/28874974?v=4", + "url": "https://api.github.com/users/HanielU", + "html_url": "https://github.com/HanielU" }, - "html_url": "https://github.com/lwojcik/react-tridi-wrapper", - "description": "360-degree image viewer as a React component", - "url": "https://api.github.com/repos/lwojcik/react-tridi-wrapper", - "languages_url": "https://api.github.com/repos/lwojcik/react-tridi-wrapper/languages", - "created_at": "2021-01-09T19:27:32Z", - "updated_at": "2024-01-23T03:11:15Z", - "git_url": "git://github.com/lwojcik/react-tridi-wrapper.git", - "ssh_url": "git@github.com:lwojcik/react-tridi-wrapper.git", - "clone_url": "https://github.com/lwojcik/react-tridi-wrapper.git", - "homepage": "https://tridi.lukem.net/", - "stargazers_count": 2, - "watchers_count": 2, + "html_url": "https://github.com/HanielU/sk-trpc-payload", + "description": "A turborepo template featuring Sveltekit and Payload CMS, ready to be deployed to a single node server - specifically using https://railway.app.", + "url": "https://api.github.com/repos/HanielU/sk-trpc-payload", + "languages_url": "https://api.github.com/repos/HanielU/sk-trpc-payload/languages", + "created_at": "2023-01-17T07:59:44Z", + "updated_at": "2024-08-19T08:26:12Z", + "git_url": "git://github.com/HanielU/sk-trpc-payload.git", + "ssh_url": "git@github.com:HanielU/sk-trpc-payload.git", + "clone_url": "https://github.com/HanielU/sk-trpc-payload.git", + "homepage": "", + "stargazers_count": 40, + "watchers_count": 40, "language": "TypeScript", "topics": [ - "360", - "360-photo", - "360-view", - "360photo", - "3d", - "image", - "image-viewer", - "javascript", - "product", - "product-view", - "product-viewer", - "product-visualisation", - "tridi", - "viewer" + "cms", + "monorepo", + "payloadcms", + "railway", + "railway-app", + "sveltekit", + "turborepo" ] }, { - "id": 237222619, - "node_id": "MDEwOlJlcG9zaXRvcnkyMzcyMjI2MTk=", - "name": "wasp", - "full_name": "wasp-lang/wasp", + "id": 606865036, + "node_id": "R_kgDOJCwGjA", + "name": "railway-sapphire-bot-template", + "full_name": "FantomeBeignet/railway-sapphire-bot-template", "owner": { - "login": "wasp-lang", - "id": 55102317, - "avatar_url": "https://avatars.githubusercontent.com/u/55102317?v=4", - "url": "https://api.github.com/users/wasp-lang", - "html_url": "https://github.com/wasp-lang" + "login": "FantomeBeignet", + "id": 69605183, + "avatar_url": "https://avatars.githubusercontent.com/u/69605183?v=4", + "url": "https://api.github.com/users/FantomeBeignet", + "html_url": "https://github.com/FantomeBeignet" }, - "html_url": "https://github.com/wasp-lang/wasp", - "description": "The fastest way to develop full-stack web apps with React & Node.js. ", - "url": "https://api.github.com/repos/wasp-lang/wasp", - "languages_url": "https://api.github.com/repos/wasp-lang/wasp/languages", - "created_at": "2020-01-30T13:48:54Z", - "updated_at": "2024-09-07T22:31:59Z", - "git_url": "git://github.com/wasp-lang/wasp.git", - "ssh_url": "git@github.com:wasp-lang/wasp.git", - "clone_url": "https://github.com/wasp-lang/wasp.git", - "homepage": "https://wasp-lang.dev", - "stargazers_count": 13229, - "watchers_count": 13229, + "html_url": "https://github.com/FantomeBeignet/railway-sapphire-bot-template", + "description": "Railway template for a Discord bot using the Sapphire framework and TypeScript", + "url": "https://api.github.com/repos/FantomeBeignet/railway-sapphire-bot-template", + "languages_url": "https://api.github.com/repos/FantomeBeignet/railway-sapphire-bot-template/languages", + "created_at": "2023-02-26T19:37:46Z", + "updated_at": "2024-02-16T15:30:49Z", + "git_url": "git://github.com/FantomeBeignet/railway-sapphire-bot-template.git", + "ssh_url": "git@github.com:FantomeBeignet/railway-sapphire-bot-template.git", + "clone_url": "https://github.com/FantomeBeignet/railway-sapphire-bot-template.git", + "homepage": "", + "stargazers_count": 3, + "watchers_count": 3, "language": "TypeScript", - "topics": [ - "compiler", - "hacktoberfest", - "haskell", - "javascript", - "node", - "open-source", - "prisma", - "programming-language", - "react", - "wasp", - "web-app" - ] + "topics": [] }, { - "id": 648104294, - "node_id": "R_kgDOJqFJZg", - "name": "chatgpt", - "full_name": "zhangrenyang/chatgpt", + "id": 665418640, + "node_id": "R_kgDOJ6l7kA", + "name": "nextjs-approuter-shadcn", + "full_name": "codyde/nextjs-approuter-shadcn", "owner": { - "login": "zhangrenyang", - "id": 3096013, - "avatar_url": "https://avatars.githubusercontent.com/u/3096013?v=4", - "url": "https://api.github.com/users/zhangrenyang", - "html_url": "https://github.com/zhangrenyang" + "login": "codyde", + "id": 17350652, + "avatar_url": "https://avatars.githubusercontent.com/u/17350652?v=4", + "url": "https://api.github.com/users/codyde", + "html_url": "https://github.com/codyde" }, - "html_url": "https://github.com/zhangrenyang/chatgpt", - "description": "A free AI assistant that supports GPT-4,支持GPT-4的免费AI助手", - "url": "https://api.github.com/repos/zhangrenyang/chatgpt", - "languages_url": "https://api.github.com/repos/zhangrenyang/chatgpt/languages", - "created_at": "2023-06-01T08:08:50Z", - "updated_at": "2024-09-06T14:56:22Z", - "git_url": "git://github.com/zhangrenyang/chatgpt.git", - "ssh_url": "git@github.com:zhangrenyang/chatgpt.git", - "clone_url": "https://github.com/zhangrenyang/chatgpt.git", + "html_url": "https://github.com/codyde/nextjs-approuter-shadcn", + "description": "Railway Template - NextJS using AppRouter with Shadcn UI Elements", + "url": "https://api.github.com/repos/codyde/nextjs-approuter-shadcn", + "languages_url": "https://api.github.com/repos/codyde/nextjs-approuter-shadcn/languages", + "created_at": "2023-07-12T06:56:28Z", + "updated_at": "2024-09-07T10:07:20Z", + "git_url": "git://github.com/codyde/nextjs-approuter-shadcn.git", + "ssh_url": "git@github.com:codyde/nextjs-approuter-shadcn.git", + "clone_url": "https://github.com/codyde/nextjs-approuter-shadcn.git", "homepage": null, - "stargazers_count": 94, - "watchers_count": 94, + "stargazers_count": 5, + "watchers_count": 5, "language": "TypeScript", "topics": [] }, { - "id": 682080300, - "node_id": "R_kgDOKKe4LA", - "name": "gateway", - "full_name": "Portkey-AI/gateway", + "id": 603039532, + "node_id": "R_kgDOI_GnLA", + "name": "edge-ui", + "full_name": "neplextech/edge-ui", "owner": { - "login": "Portkey-AI", - "id": 131141116, - "avatar_url": "https://avatars.githubusercontent.com/u/131141116?v=4", - "url": "https://api.github.com/users/Portkey-AI", - "html_url": "https://github.com/Portkey-AI" + "login": "neplextech", + "id": 119716634, + "avatar_url": "https://avatars.githubusercontent.com/u/119716634?v=4", + "url": "https://api.github.com/users/neplextech", + "html_url": "https://github.com/neplextech" }, - "html_url": "https://github.com/Portkey-AI/gateway", - "description": "A Blazing Fast AI Gateway with integrated Guardrails. Route to 200+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.", - "url": "https://api.github.com/repos/Portkey-AI/gateway", - "languages_url": "https://api.github.com/repos/Portkey-AI/gateway/languages", - "created_at": "2023-08-23T11:52:47Z", - "updated_at": "2024-09-07T20:06:38Z", - "git_url": "git://github.com/Portkey-AI/gateway.git", - "ssh_url": "git@github.com:Portkey-AI/gateway.git", - "clone_url": "https://github.com/Portkey-AI/gateway.git", - "homepage": "https://portkey.ai/features/ai-gateway", - "stargazers_count": 5808, - "watchers_count": 5808, + "html_url": "https://github.com/neplextech/edge-ui", + "description": "Internal components library based on shadcn-ui", + "url": "https://api.github.com/repos/neplextech/edge-ui", + "languages_url": "https://api.github.com/repos/neplextech/edge-ui/languages", + "created_at": "2023-02-17T13:49:24Z", + "updated_at": "2024-05-28T18:31:33Z", + "git_url": "git://github.com/neplextech/edge-ui.git", + "ssh_url": "git@github.com:neplextech/edge-ui.git", + "clone_url": "https://github.com/neplextech/edge-ui.git", + "homepage": "https://ui.neplextech.com", + "stargazers_count": 12, + "watchers_count": 12, "language": "TypeScript", "topics": [ - "ai-gateway", - "gateway", - "generative-ai", - "langchain", - "llama-index", - "llmops", - "llms", - "openai", - "prompt-engineering", - "router" + "component", + "library", + "react", + "tailwind", + "typescript", + "ui" ] }, { - "id": 679481786, - "node_id": "R_kgDOKIARug", - "name": "pubkey-link-v1", - "full_name": "pubkeyapp/pubkey-link-v1", + "id": 722517054, + "node_id": "R_kgDOKxC8Pg", + "name": "galleria", + "full_name": "owenventer/galleria", "owner": { - "login": "pubkeyapp", - "id": 125477168, - "avatar_url": "https://avatars.githubusercontent.com/u/125477168?v=4", - "url": "https://api.github.com/users/pubkeyapp", - "html_url": "https://github.com/pubkeyapp" + "login": "owenventer", + "id": 55946656, + "avatar_url": "https://avatars.githubusercontent.com/u/55946656?v=4", + "url": "https://api.github.com/users/owenventer", + "html_url": "https://github.com/owenventer" }, - "html_url": "https://github.com/pubkeyapp/pubkey-link-v1", - "description": "PubKey Link is the first Solana Discord bot that supports cNFTs. Free and open source. **DEPRECATED** Check https://github.com/pubkeyapp/pubkey-link", - "url": "https://api.github.com/repos/pubkeyapp/pubkey-link-v1", - "languages_url": "https://api.github.com/repos/pubkeyapp/pubkey-link-v1/languages", - "created_at": "2023-08-17T00:23:58Z", - "updated_at": "2024-02-19T03:58:39Z", - "git_url": "git://github.com/pubkeyapp/pubkey-link-v1.git", - "ssh_url": "git@github.com:pubkeyapp/pubkey-link-v1.git", - "clone_url": "https://github.com/pubkeyapp/pubkey-link-v1.git", - "homepage": "", - "stargazers_count": 5, - "watchers_count": 5, + "html_url": "https://github.com/owenventer/galleria", + "description": "Helius Portfolio Viewer", + "url": "https://api.github.com/repos/owenventer/galleria", + "languages_url": "https://api.github.com/repos/owenventer/galleria/languages", + "created_at": "2023-11-23T10:16:48Z", + "updated_at": "2024-02-12T23:25:45Z", + "git_url": "git://github.com/owenventer/galleria.git", + "ssh_url": "git@github.com:owenventer/galleria.git", + "clone_url": "https://github.com/owenventer/galleria.git", + "homepage": "https://galleria-gamma.vercel.app", + "stargazers_count": 4, + "watchers_count": 4, "language": "TypeScript", "topics": [] }, { - "id": 543825999, - "node_id": "R_kgDOIGogTw", - "name": "cdk-nextjs", - "full_name": "jetbridge/cdk-nextjs", + "id": 738906648, + "node_id": "R_kgDOLArSGA", + "name": "galleria", + "full_name": "helius-labs/galleria", "owner": { - "login": "jetbridge", - "id": 17418434, - "avatar_url": "https://avatars.githubusercontent.com/u/17418434?v=4", - "url": "https://api.github.com/users/jetbridge", - "html_url": "https://github.com/jetbridge" + "login": "helius-labs", + "id": 107892413, + "avatar_url": "https://avatars.githubusercontent.com/u/107892413?v=4", + "url": "https://api.github.com/users/helius-labs", + "html_url": "https://github.com/helius-labs" }, - "html_url": "https://github.com/jetbridge/cdk-nextjs", - "description": "Deploy a NextJS application using AWS CDK", - "url": "https://api.github.com/repos/jetbridge/cdk-nextjs", - "languages_url": "https://api.github.com/repos/jetbridge/cdk-nextjs/languages", - "created_at": "2022-09-30T23:32:38Z", - "updated_at": "2024-09-06T02:52:07Z", - "git_url": "git://github.com/jetbridge/cdk-nextjs.git", - "ssh_url": "git@github.com:jetbridge/cdk-nextjs.git", - "clone_url": "https://github.com/jetbridge/cdk-nextjs.git", - "homepage": "https://constructs.dev/packages/cdk-nextjs-standalone", - "stargazers_count": 265, - "watchers_count": 265, + "html_url": "https://github.com/helius-labs/galleria", + "description": "An open source portfolio viewer that is built on top of Helius's DAS API. ", + "url": "https://api.github.com/repos/helius-labs/galleria", + "languages_url": "https://api.github.com/repos/helius-labs/galleria/languages", + "created_at": "2024-01-04T10:19:37Z", + "updated_at": "2024-07-04T03:49:25Z", + "git_url": "git://github.com/helius-labs/galleria.git", + "ssh_url": "git@github.com:helius-labs/galleria.git", + "clone_url": "https://github.com/helius-labs/galleria.git", + "homepage": "https://galleria.helius.dev", + "stargazers_count": 23, + "watchers_count": 23, "language": "TypeScript", - "topics": [ - "aws", - "cdk", - "cloudfront", - "lambda", - "next", - "nextjs", - "serverless" - ] + "topics": [] }, { - "id": 159169142, - "node_id": "MDEwOlJlcG9zaXRvcnkxNTkxNjkxNDI=", - "name": "httptoolkit-desktop", - "full_name": "httptoolkit/httptoolkit-desktop", + "id": 738677844, + "node_id": "R_kgDOLAdUVA", + "name": "solana-trading-bot", + "full_name": "warp-id/solana-trading-bot", "owner": { - "login": "httptoolkit", - "id": 39777515, - "avatar_url": "https://avatars.githubusercontent.com/u/39777515?v=4", - "url": "https://api.github.com/users/httptoolkit", - "html_url": "https://github.com/httptoolkit" + "login": "warp-id", + "id": 165390589, + "avatar_url": "https://avatars.githubusercontent.com/u/165390589?v=4", + "url": "https://api.github.com/users/warp-id", + "html_url": "https://github.com/warp-id" }, - "html_url": "https://github.com/httptoolkit/httptoolkit-desktop", - "description": "Electron wrapper to build and distribute HTTP Toolkit for the desktop", - "url": "https://api.github.com/repos/httptoolkit/httptoolkit-desktop", - "languages_url": "https://api.github.com/repos/httptoolkit/httptoolkit-desktop/languages", - "created_at": "2018-11-26T12:52:05Z", - "updated_at": "2024-09-03T04:47:05Z", - "git_url": "git://github.com/httptoolkit/httptoolkit-desktop.git", - "ssh_url": "git@github.com:httptoolkit/httptoolkit-desktop.git", - "clone_url": "https://github.com/httptoolkit/httptoolkit-desktop.git", - "homepage": "https://httptoolkit.com", - "stargazers_count": 608, - "watchers_count": 608, + "html_url": "https://github.com/warp-id/solana-trading-bot", + "description": "Solana Trading Bot - Beta", + "url": "https://api.github.com/repos/warp-id/solana-trading-bot", + "languages_url": "https://api.github.com/repos/warp-id/solana-trading-bot/languages", + "created_at": "2024-01-03T19:36:15Z", + "updated_at": "2024-09-08T00:44:52Z", + "git_url": "git://github.com/warp-id/solana-trading-bot.git", + "ssh_url": "git@github.com:warp-id/solana-trading-bot.git", + "clone_url": "https://github.com/warp-id/solana-trading-bot.git", + "homepage": "", + "stargazers_count": 1411, + "watchers_count": 1411, "language": "TypeScript", "topics": [ - "desktop-app", - "developer-tools", - "electron", - "electron-forge", - "http", - "tools" + "auto-trade-bot", + "auto-trading", + "crypto", + "raydium-bot", + "raydium-sniper-bot", + "sniper-bot-solana", + "solana", + "solana-token-bot" ] }, { - "id": 262621320, - "node_id": "MDEwOlJlcG9zaXRvcnkyNjI2MjEzMjA=", - "name": "APKLab", - "full_name": "APKLab/APKLab", + "id": 749042193, + "node_id": "R_kgDOLKV6EQ", + "name": "genesysgo-dagger-dashboard", + "full_name": "chainsona/genesysgo-dagger-dashboard", "owner": { - "login": "APKLab", - "id": 59665393, - "avatar_url": "https://avatars.githubusercontent.com/u/59665393?v=4", - "url": "https://api.github.com/users/APKLab", - "html_url": "https://github.com/APKLab" + "login": "chainsona", + "id": 139795911, + "avatar_url": "https://avatars.githubusercontent.com/u/139795911?v=4", + "url": "https://api.github.com/users/chainsona", + "html_url": "https://github.com/chainsona" }, - "html_url": "https://github.com/APKLab/APKLab", - "description": "Android Reverse-Engineering Workbench for VS Code", - "url": "https://api.github.com/repos/APKLab/APKLab", - "languages_url": "https://api.github.com/repos/APKLab/APKLab/languages", - "created_at": "2020-05-09T17:18:38Z", - "updated_at": "2024-09-05T06:53:35Z", - "git_url": "git://github.com/APKLab/APKLab.git", - "ssh_url": "git@github.com:APKLab/APKLab.git", - "clone_url": "https://github.com/APKLab/APKLab.git", - "homepage": "https://apklab.surendrajat.xyz", - "stargazers_count": 2577, - "watchers_count": 2577, + "html_url": "https://github.com/chainsona/genesysgo-dagger-dashboard", + "description": "GenesysGo D.A.G.G.E.R. Testnet Dashboard alternative", + "url": "https://api.github.com/repos/chainsona/genesysgo-dagger-dashboard", + "languages_url": "https://api.github.com/repos/chainsona/genesysgo-dagger-dashboard/languages", + "created_at": "2024-01-27T12:19:41Z", + "updated_at": "2024-03-17T18:49:01Z", + "git_url": "git://github.com/chainsona/genesysgo-dagger-dashboard.git", + "ssh_url": "git@github.com:chainsona/genesysgo-dagger-dashboard.git", + "clone_url": "https://github.com/chainsona/genesysgo-dagger-dashboard.git", + "homepage": "https://dagger-dashboard.chainsona.dev", + "stargazers_count": 4, + "watchers_count": 4, "language": "TypeScript", "topics": [ - "android", - "apk-decompiler", - "apk-editor", - "apk-studio", - "apksigner", - "apktool", - "app-analyzer", - "bytecode", - "dalvik", - "https-inspection", - "jadx", - "malware-analysis", - "malware-detection", - "mitm", - "reverse-engineering", - "smali", - "smalidea", - "uber-apk-signer" + "blockchain", + "dagger", + "dashboard", + "shadow", + "shdw", + "shdwdrive", + "solana", + "storage", + "testnet" ] }, { - "id": 486064963, - "node_id": "R_kgDOHPjDQw", - "name": "examples", - "full_name": "honojs/examples", + "id": 591090337, + "node_id": "R_kgDOIztSoQ", + "name": "proof-of-x", + "full_name": "amilz/proof-of-x", "owner": { - "login": "honojs", - "id": 98495527, - "avatar_url": "https://avatars.githubusercontent.com/u/98495527?v=4", - "url": "https://api.github.com/users/honojs", - "html_url": "https://github.com/honojs" + "login": "amilz", + "id": 85324096, + "avatar_url": "https://avatars.githubusercontent.com/u/85324096?v=4", + "url": "https://api.github.com/users/amilz", + "html_url": "https://github.com/amilz" }, - "html_url": "https://github.com/honojs/examples", - "description": "Examples using Hono.", - "url": "https://api.github.com/repos/honojs/examples", - "languages_url": "https://api.github.com/repos/honojs/examples/languages", - "created_at": "2022-04-27T05:58:37Z", - "updated_at": "2024-09-06T13:07:23Z", - "git_url": "git://github.com/honojs/examples.git", - "ssh_url": "git@github.com:honojs/examples.git", - "clone_url": "https://github.com/honojs/examples.git", - "homepage": "https://hono.dev", - "stargazers_count": 613, - "watchers_count": 613, + "html_url": "https://github.com/amilz/proof-of-x", + "description": "Real-time rewards for on-chain events 🏆 2023 Sandstorm Hackathon Winner", + "url": "https://api.github.com/repos/amilz/proof-of-x", + "languages_url": "https://api.github.com/repos/amilz/proof-of-x/languages", + "created_at": "2023-01-19T22:33:18Z", + "updated_at": "2024-08-22T06:43:25Z", + "git_url": "git://github.com/amilz/proof-of-x.git", + "ssh_url": "git@github.com:amilz/proof-of-x.git", + "clone_url": "https://github.com/amilz/proof-of-x.git", + "homepage": "https://sandstorm.amilz.com/", + "stargazers_count": 15, + "watchers_count": 15, "language": "TypeScript", "topics": [ - "bun", - "cloudflare", - "cloudflare-workers", - "deno" + "discord", + "nfts", + "serverless-functions", + "solana" ] }, { - "id": 496578366, - "node_id": "R_kgDOHZkvPg", - "name": "httpc", - "full_name": "giuseppelt/httpc", + "id": 286980656, + "node_id": "MDEwOlJlcG9zaXRvcnkyODY5ODA2NTY=", + "name": "oak", + "full_name": "p3ol/oak", "owner": { - "login": "giuseppelt", - "id": 7147291, - "avatar_url": "https://avatars.githubusercontent.com/u/7147291?v=4", - "url": "https://api.github.com/users/giuseppelt", - "html_url": "https://github.com/giuseppelt" + "login": "p3ol", + "id": 20414672, + "avatar_url": "https://avatars.githubusercontent.com/u/20414672?v=4", + "url": "https://api.github.com/users/p3ol", + "html_url": "https://github.com/p3ol" }, - "html_url": "https://github.com/giuseppelt/httpc", - "description": "Build function-based API with minimal code and end-to-end type safety", - "url": "https://api.github.com/repos/giuseppelt/httpc", - "languages_url": "https://api.github.com/repos/giuseppelt/httpc/languages", - "created_at": "2022-05-26T10:36:43Z", - "updated_at": "2024-08-29T13:15:10Z", - "git_url": "git://github.com/giuseppelt/httpc.git", - "ssh_url": "git@github.com:giuseppelt/httpc.git", - "clone_url": "https://github.com/giuseppelt/httpc.git", - "homepage": "https://httpc.dev", - "stargazers_count": 186, - "watchers_count": 186, + "html_url": "https://github.com/p3ol/oak", + "description": "🌳 Modern, lightweight & modulable page builder", + "url": "https://api.github.com/repos/p3ol/oak", + "languages_url": "https://api.github.com/repos/p3ol/oak/languages", + "created_at": "2020-08-12T10:09:32Z", + "updated_at": "2024-08-27T09:41:34Z", + "git_url": "git://github.com/p3ol/oak.git", + "ssh_url": "git@github.com:p3ol/oak.git", + "clone_url": "https://github.com/p3ol/oak.git", + "homepage": "https://p3ol.github.io/oak/", + "stargazers_count": 48, + "watchers_count": 48, "language": "TypeScript", "topics": [ - "api", - "client-generator", - "edge", - "javascript", - "json-api", - "rpc", - "rpc-api", - "serverless", - "typescript", - "workers" + "builder", + "drag-and-drop", + "nocode", + "page-builder", + "visual-editor", + "website-builder", + "wysiwyg" ] }, { - "id": 124303364, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzMDMzNjQ=", - "name": "squoosh", - "full_name": "GoogleChromeLabs/squoosh", + "id": 145759605, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDU3NTk2MDU=", + "name": "solana-web3.js", + "full_name": "solana-labs/solana-web3.js", "owner": { - "login": "GoogleChromeLabs", - "id": 31970254, - "avatar_url": "https://avatars.githubusercontent.com/u/31970254?v=4", - "url": "https://api.github.com/users/GoogleChromeLabs", - "html_url": "https://github.com/GoogleChromeLabs" + "login": "solana-labs", + "id": 35608259, + "avatar_url": "https://avatars.githubusercontent.com/u/35608259?v=4", + "url": "https://api.github.com/users/solana-labs", + "html_url": "https://github.com/solana-labs" }, - "html_url": "https://github.com/GoogleChromeLabs/squoosh", - "description": "Make images smaller using best-in-class codecs, right in the browser.", - "url": "https://api.github.com/repos/GoogleChromeLabs/squoosh", - "languages_url": "https://api.github.com/repos/GoogleChromeLabs/squoosh/languages", - "created_at": "2018-03-07T22:42:03Z", - "updated_at": "2024-09-07T23:10:45Z", - "git_url": "git://github.com/GoogleChromeLabs/squoosh.git", - "ssh_url": "git@github.com:GoogleChromeLabs/squoosh.git", - "clone_url": "https://github.com/GoogleChromeLabs/squoosh.git", - "homepage": "https://squoosh.app", - "stargazers_count": 21684, - "watchers_count": 21684, + "html_url": "https://github.com/solana-labs/solana-web3.js", + "description": "Solana JavaScript SDK", + "url": "https://api.github.com/repos/solana-labs/solana-web3.js", + "languages_url": "https://api.github.com/repos/solana-labs/solana-web3.js/languages", + "created_at": "2018-08-22T20:30:39Z", + "updated_at": "2024-09-07T16:26:05Z", + "git_url": "git://github.com/solana-labs/solana-web3.js.git", + "ssh_url": "git@github.com:solana-labs/solana-web3.js.git", + "clone_url": "https://github.com/solana-labs/solana-web3.js.git", + "homepage": "https://solana-labs.github.io/solana-web3.js", + "stargazers_count": 2083, + "watchers_count": 2083, "language": "TypeScript", - "topics": [] + "topics": [ + "blockchain", + "javascript", + "js", + "node", + "nodejs", + "sdk", + "solana" + ] }, { - "id": 291216417, - "node_id": "MDEwOlJlcG9zaXRvcnkyOTEyMTY0MTc=", - "name": "redocusaurus", - "full_name": "rohit-gohri/redocusaurus", + "id": 313740591, + "node_id": "MDEwOlJlcG9zaXRvcnkzMTM3NDA1OTE=", + "name": "cloud-carbon-footprint", + "full_name": "cloud-carbon-footprint/cloud-carbon-footprint", "owner": { - "login": "rohit-gohri", - "id": 31949290, - "avatar_url": "https://avatars.githubusercontent.com/u/31949290?v=4", - "url": "https://api.github.com/users/rohit-gohri", - "html_url": "https://github.com/rohit-gohri" + "login": "cloud-carbon-footprint", + "id": 79275027, + "avatar_url": "https://avatars.githubusercontent.com/u/79275027?v=4", + "url": "https://api.github.com/users/cloud-carbon-footprint", + "html_url": "https://github.com/cloud-carbon-footprint" }, - "html_url": "https://github.com/rohit-gohri/redocusaurus", - "description": "OpenAPI for Docusaurus with Redoc", - "url": "https://api.github.com/repos/rohit-gohri/redocusaurus", - "languages_url": "https://api.github.com/repos/rohit-gohri/redocusaurus/languages", - "created_at": "2020-08-29T06:39:32Z", - "updated_at": "2024-09-03T00:05:01Z", - "git_url": "git://github.com/rohit-gohri/redocusaurus.git", - "ssh_url": "git@github.com:rohit-gohri/redocusaurus.git", - "clone_url": "https://github.com/rohit-gohri/redocusaurus.git", - "homepage": "https://redocusaurus.vercel.app/", - "stargazers_count": 622, - "watchers_count": 622, + "html_url": "https://github.com/cloud-carbon-footprint/cloud-carbon-footprint", + "description": "Cloud Carbon Footprint is a tool to estimate energy use (kilowatt-hours) and carbon emissions (metric tons CO2e) from public cloud usage", + "url": "https://api.github.com/repos/cloud-carbon-footprint/cloud-carbon-footprint", + "languages_url": "https://api.github.com/repos/cloud-carbon-footprint/cloud-carbon-footprint/languages", + "created_at": "2020-11-17T20:53:48Z", + "updated_at": "2024-09-06T06:32:59Z", + "git_url": "git://github.com/cloud-carbon-footprint/cloud-carbon-footprint.git", + "ssh_url": "git@github.com:cloud-carbon-footprint/cloud-carbon-footprint.git", + "clone_url": "https://github.com/cloud-carbon-footprint/cloud-carbon-footprint.git", + "homepage": "https://cloudcarbonfootprint.org", + "stargazers_count": 882, + "watchers_count": 882, "language": "TypeScript", "topics": [ - "documentation", - "docusaurus", - "docusaurus-plugin", - "docusaurus2", + "carbon-emissions", + "carbon-footprint", + "climate", + "cloud", "hacktoberfest", - "open-api", - "openapi", - "openapi-documentation", - "redoc", - "typescript" + "sustainability", + "thoughtworks" ] }, { - "id": 661707050, - "node_id": "R_kgDOJ3DZKg", - "name": "redoc-try-it-out", - "full_name": "zombiQWERTY/redoc-try-it-out", + "id": 526617419, + "node_id": "R_kgDOH2OLSw", + "name": "js-sdk", + "full_name": "LIT-Protocol/js-sdk", "owner": { - "login": "zombiQWERTY", - "id": 4366893, - "avatar_url": "https://avatars.githubusercontent.com/u/4366893?v=4", - "url": "https://api.github.com/users/zombiQWERTY", - "html_url": "https://github.com/zombiQWERTY" + "login": "LIT-Protocol", + "id": 83147108, + "avatar_url": "https://avatars.githubusercontent.com/u/83147108?v=4", + "url": "https://api.github.com/users/LIT-Protocol", + "html_url": "https://github.com/LIT-Protocol" }, - "html_url": "https://github.com/zombiQWERTY/redoc-try-it-out", - "description": "Add Try It Out option on Redoc with working options", - "url": "https://api.github.com/repos/zombiQWERTY/redoc-try-it-out", - "languages_url": "https://api.github.com/repos/zombiQWERTY/redoc-try-it-out/languages", - "created_at": "2023-07-03T13:17:21Z", - "updated_at": "2023-12-15T04:38:48Z", - "git_url": "git://github.com/zombiQWERTY/redoc-try-it-out.git", - "ssh_url": "git@github.com:zombiQWERTY/redoc-try-it-out.git", - "clone_url": "https://github.com/zombiQWERTY/redoc-try-it-out.git", - "homepage": null, - "stargazers_count": 3, - "watchers_count": 3, + "html_url": "https://github.com/LIT-Protocol/js-sdk", + "description": "The Lit Protocol SDK provides developers with a framework for implementing Lit functionality into their own applications.", + "url": "https://api.github.com/repos/LIT-Protocol/js-sdk", + "languages_url": "https://api.github.com/repos/LIT-Protocol/js-sdk/languages", + "created_at": "2022-08-19T13:24:40Z", + "updated_at": "2024-09-03T15:40:47Z", + "git_url": "git://github.com/LIT-Protocol/js-sdk.git", + "ssh_url": "git@github.com:LIT-Protocol/js-sdk.git", + "clone_url": "https://github.com/LIT-Protocol/js-sdk.git", + "homepage": "https://developer.litprotocol.com", + "stargazers_count": 98, + "watchers_count": 98, "language": "TypeScript", - "topics": [] + "topics": [ + "blockchain", + "bls-signatures", + "cosmosos", + "dapp", + "decentralized-applications", + "ecdsa", + "ethereum", + "javascript", + "lit-protocol", + "sdk", + "threshold-cryptography", + "typescript" + ] }, { - "id": 196680135, - "node_id": "MDEwOlJlcG9zaXRvcnkxOTY2ODAxMzU=", - "name": "dpdm", - "full_name": "acrazing/dpdm", + "id": 679280065, + "node_id": "R_kgDOKHz9wQ", + "name": "scalar", + "full_name": "scalar/scalar", "owner": { - "login": "acrazing", - "id": 10029810, - "avatar_url": "https://avatars.githubusercontent.com/u/10029810?v=4", - "url": "https://api.github.com/users/acrazing", - "html_url": "https://github.com/acrazing" + "login": "scalar", + "id": 301879, + "avatar_url": "https://avatars.githubusercontent.com/u/301879?v=4", + "url": "https://api.github.com/users/scalar", + "html_url": "https://github.com/scalar" }, - "html_url": "https://github.com/acrazing/dpdm", - "description": "Detect circular dependencies in your TypeScript projects.", - "url": "https://api.github.com/repos/acrazing/dpdm", - "languages_url": "https://api.github.com/repos/acrazing/dpdm/languages", - "created_at": "2019-07-13T04:59:28Z", - "updated_at": "2024-09-04T14:15:57Z", - "git_url": "git://github.com/acrazing/dpdm.git", - "ssh_url": "git@github.com:acrazing/dpdm.git", - "clone_url": "https://github.com/acrazing/dpdm.git", - "homepage": "", - "stargazers_count": 679, - "watchers_count": 679, + "html_url": "https://github.com/scalar/scalar", + "description": "Beautiful API references from OpenAPI/Swagger files ✨", + "url": "https://api.github.com/repos/scalar/scalar", + "languages_url": "https://api.github.com/repos/scalar/scalar/languages", + "created_at": "2023-08-16T13:42:32Z", + "updated_at": "2024-09-08T11:34:42Z", + "git_url": "git://github.com/scalar/scalar.git", + "ssh_url": "git@github.com:scalar/scalar.git", + "clone_url": "https://github.com/scalar/scalar.git", + "homepage": "https://scalar.com/swagger-editor", + "stargazers_count": 5662, + "watchers_count": 5662, "language": "TypeScript", "topics": [ - "circular", - "command-line", - "dependency", - "javascript", - "madge", - "typescript", - "typescript3", - "visualization" + "api", + "docs", + "openapi", + "openapi3", + "reference", + "swagger", + "vue" ] }, { - "id": 485529809, - "node_id": "R_kgDOHPCY0Q", - "name": "In-Flames-Closet", - "full_name": "KirianCaumes/In-Flames-Closet", + "id": 490388312, + "node_id": "R_kgDOHTq7WA", + "name": "markdoc", + "full_name": "markdoc/markdoc", "owner": { - "login": "KirianCaumes", - "id": 24525092, - "avatar_url": "https://avatars.githubusercontent.com/u/24525092?v=4", - "url": "https://api.github.com/users/KirianCaumes", - "html_url": "https://github.com/KirianCaumes" + "login": "markdoc", + "id": 8340088, + "avatar_url": "https://avatars.githubusercontent.com/u/8340088?v=4", + "url": "https://api.github.com/users/markdoc", + "html_url": "https://github.com/markdoc" }, - "html_url": "https://github.com/KirianCaumes/In-Flames-Closet", - "description": "A NextJs project to handle a database of images, about the history of the band \"In Flames\" through their artworks. 🔥#NextJs #React", - "url": "https://api.github.com/repos/KirianCaumes/In-Flames-Closet", - "languages_url": "https://api.github.com/repos/KirianCaumes/In-Flames-Closet/languages", - "created_at": "2022-04-25T20:46:39Z", - "updated_at": "2024-07-13T18:24:52Z", - "git_url": "git://github.com/KirianCaumes/In-Flames-Closet.git", - "ssh_url": "git@github.com:KirianCaumes/In-Flames-Closet.git", - "clone_url": "https://github.com/KirianCaumes/In-Flames-Closet.git", - "homepage": "https://in-flames-closet.kiriancaumes.fr/", - "stargazers_count": 1, - "watchers_count": 1, + "html_url": "https://github.com/markdoc/markdoc", + "description": "A powerful, flexible, Markdown-based authoring framework.", + "url": "https://api.github.com/repos/markdoc/markdoc", + "languages_url": "https://api.github.com/repos/markdoc/markdoc/languages", + "created_at": "2022-05-09T17:50:46Z", + "updated_at": "2024-09-07T21:36:35Z", + "git_url": "git://github.com/markdoc/markdoc.git", + "ssh_url": "git@github.com:markdoc/markdoc.git", + "clone_url": "https://github.com/markdoc/markdoc.git", + "homepage": "https://markdoc.dev", + "stargazers_count": 7185, + "watchers_count": 7185, "language": "TypeScript", "topics": [ - "heroku", - "nextjs", + "authoring", + "documentation", + "markdoc", + "markdown", "react", - "scss", - "typescript", - "vscode" + "toolchain" ] }, { - "id": 305968811, - "node_id": "MDEwOlJlcG9zaXRvcnkzMDU5Njg4MTE=", - "name": "package-check", - "full_name": "skypackjs/package-check", + "id": 628724881, + "node_id": "R_kgDOJXmUkQ", + "name": "poll.blue", + "full_name": "epistemichorse/poll.blue", "owner": { - "login": "skypackjs", - "id": 73146599, - "avatar_url": "https://avatars.githubusercontent.com/u/73146599?v=4", - "url": "https://api.github.com/users/skypackjs", - "html_url": "https://github.com/skypackjs" + "login": "epistemichorse", + "id": 130928909, + "avatar_url": "https://avatars.githubusercontent.com/u/130928909?v=4", + "url": "https://api.github.com/users/epistemichorse", + "html_url": "https://github.com/epistemichorse" }, - "html_url": "https://github.com/skypackjs/package-check", - "description": "A quality score checker for npm packages. ", - "url": "https://api.github.com/repos/skypackjs/package-check", - "languages_url": "https://api.github.com/repos/skypackjs/package-check/languages", - "created_at": "2020-10-21T09:10:18Z", - "updated_at": "2024-05-10T23:27:57Z", - "git_url": "git://github.com/skypackjs/package-check.git", - "ssh_url": "git@github.com:skypackjs/package-check.git", - "clone_url": "https://github.com/skypackjs/package-check.git", - "homepage": "", - "stargazers_count": 97, - "watchers_count": 97, + "html_url": "https://github.com/epistemichorse/poll.blue", + "description": null, + "url": "https://api.github.com/repos/epistemichorse/poll.blue", + "languages_url": "https://api.github.com/repos/epistemichorse/poll.blue/languages", + "created_at": "2023-04-16T20:26:32Z", + "updated_at": "2024-03-11T02:29:19Z", + "git_url": "git://github.com/epistemichorse/poll.blue.git", + "ssh_url": "git@github.com:epistemichorse/poll.blue.git", + "clone_url": "https://github.com/epistemichorse/poll.blue.git", + "homepage": null, + "stargazers_count": 9, + "watchers_count": 9, "language": "TypeScript", "topics": [] }, { - "id": 410749029, - "node_id": "R_kgDOGHuIZQ", - "name": "spacedrive", - "full_name": "spacedriveapp/spacedrive", + "id": 673659166, + "node_id": "R_kgDOKCc5Hg", + "name": "capi", + "full_name": "WilfredAlmeida/capi", "owner": { - "login": "spacedriveapp", - "id": 101227423, - "avatar_url": "https://avatars.githubusercontent.com/u/101227423?v=4", - "url": "https://api.github.com/users/spacedriveapp", - "html_url": "https://github.com/spacedriveapp" + "login": "WilfredAlmeida", + "id": 60785452, + "avatar_url": "https://avatars.githubusercontent.com/u/60785452?v=4", + "url": "https://api.github.com/users/WilfredAlmeida", + "html_url": "https://github.com/WilfredAlmeida" }, - "html_url": "https://github.com/spacedriveapp/spacedrive", - "description": "Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.", - "url": "https://api.github.com/repos/spacedriveapp/spacedrive", - "languages_url": "https://api.github.com/repos/spacedriveapp/spacedrive/languages", - "created_at": "2021-09-27T05:09:04Z", - "updated_at": "2024-09-07T22:43:54Z", - "git_url": "git://github.com/spacedriveapp/spacedrive.git", - "ssh_url": "git@github.com:spacedriveapp/spacedrive.git", - "clone_url": "https://github.com/spacedriveapp/spacedrive.git", - "homepage": "https://spacedrive.com", - "stargazers_count": 30562, - "watchers_count": 30562, + "html_url": "https://github.com/WilfredAlmeida/capi", + "description": "Solana cNFT API as a Service", + "url": "https://api.github.com/repos/WilfredAlmeida/capi", + "languages_url": "https://api.github.com/repos/WilfredAlmeida/capi/languages", + "created_at": "2023-08-02T06:17:08Z", + "updated_at": "2024-07-25T19:24:24Z", + "git_url": "git://github.com/WilfredAlmeida/capi.git", + "ssh_url": "git@github.com:WilfredAlmeida/capi.git", + "clone_url": "https://github.com/WilfredAlmeida/capi.git", + "homepage": "", + "stargazers_count": 16, + "watchers_count": 16, "language": "TypeScript", - "topics": [ - "cross-platform", - "distributed-systems", - "encryption", - "file-manager", - "rust", - "storage", - "typescript" - ] + "topics": [] }, { - "id": 476460891, - "node_id": "R_kgDOHGY3Ww", - "name": "pkgroll", - "full_name": "privatenumber/pkgroll", + "id": 749262476, + "node_id": "R_kgDOLKjWjA", + "name": "solana-keygen-worker", + "full_name": "pubkeyapp/solana-keygen-worker", "owner": { - "login": "privatenumber", - "id": 1075694, - "avatar_url": "https://avatars.githubusercontent.com/u/1075694?v=4", - "url": "https://api.github.com/users/privatenumber", - "html_url": "https://github.com/privatenumber" + "login": "pubkeyapp", + "id": 125477168, + "avatar_url": "https://avatars.githubusercontent.com/u/125477168?v=4", + "url": "https://api.github.com/users/pubkeyapp", + "html_url": "https://github.com/pubkeyapp" }, - "html_url": "https://github.com/privatenumber/pkgroll", - "description": "📦 Zero-config package bundler for Node.js + TypeScript", - "url": "https://api.github.com/repos/privatenumber/pkgroll", - "languages_url": "https://api.github.com/repos/privatenumber/pkgroll/languages", - "created_at": "2022-03-31T20:05:51Z", - "updated_at": "2024-09-06T13:54:13Z", - "git_url": "git://github.com/privatenumber/pkgroll.git", - "ssh_url": "git@github.com:privatenumber/pkgroll.git", - "clone_url": "https://github.com/privatenumber/pkgroll.git", - "homepage": "", - "stargazers_count": 1116, - "watchers_count": 1116, + "html_url": "https://github.com/pubkeyapp/solana-keygen-worker", + "description": "Example on how to grind a Solana keypair using a web worker", + "url": "https://api.github.com/repos/pubkeyapp/solana-keygen-worker", + "languages_url": "https://api.github.com/repos/pubkeyapp/solana-keygen-worker/languages", + "created_at": "2024-01-28T03:19:36Z", + "updated_at": "2024-06-01T03:54:18Z", + "git_url": "git://github.com/pubkeyapp/solana-keygen-worker.git", + "ssh_url": "git@github.com:pubkeyapp/solana-keygen-worker.git", + "clone_url": "https://github.com/pubkeyapp/solana-keygen-worker.git", + "homepage": "https://solana-keygen-worker.pages.dev", + "stargazers_count": 3, + "watchers_count": 3, "language": "TypeScript", - "topics": [ - "bundler", - "cjs", - "commonjs", - "declaration", - "dts", - "esm", - "exports", - "javascript", - "noconfig", - "nodejs", - "rollup", - "typescript", - "zero-config" - ] + "topics": [] }, { - "id": 3329923, - "node_id": "MDEwOlJlcG9zaXRvcnkzMzI5OTIz", - "name": "helmet", - "full_name": "helmetjs/helmet", + "id": 655783613, + "node_id": "R_kgDOJxZ2vQ", + "name": "openstatus", + "full_name": "openstatusHQ/openstatus", "owner": { - "login": "helmetjs", - "id": 8338613, - "avatar_url": "https://avatars.githubusercontent.com/u/8338613?v=4", - "url": "https://api.github.com/users/helmetjs", - "html_url": "https://github.com/helmetjs" + "login": "openstatusHQ", + "id": 136892265, + "avatar_url": "https://avatars.githubusercontent.com/u/136892265?v=4", + "url": "https://api.github.com/users/openstatusHQ", + "html_url": "https://github.com/openstatusHQ" }, - "html_url": "https://github.com/helmetjs/helmet", - "description": "Help secure Express apps with various HTTP headers", - "url": "https://api.github.com/repos/helmetjs/helmet", - "languages_url": "https://api.github.com/repos/helmetjs/helmet/languages", - "created_at": "2012-02-01T22:54:45Z", - "updated_at": "2024-09-07T17:24:52Z", - "git_url": "git://github.com/helmetjs/helmet.git", - "ssh_url": "git@github.com:helmetjs/helmet.git", - "clone_url": "https://github.com/helmetjs/helmet.git", - "homepage": "https://helmetjs.github.io/", - "stargazers_count": 10174, - "watchers_count": 10174, + "html_url": "https://github.com/openstatusHQ/openstatus", + "description": "🏓 The open-source synthetic monitoring platform 🏓", + "url": "https://api.github.com/repos/openstatusHQ/openstatus", + "languages_url": "https://api.github.com/repos/openstatusHQ/openstatus/languages", + "created_at": "2023-06-19T15:32:41Z", + "updated_at": "2024-09-08T05:07:47Z", + "git_url": "git://github.com/openstatusHQ/openstatus.git", + "ssh_url": "git@github.com:openstatusHQ/openstatus.git", + "clone_url": "https://github.com/openstatusHQ/openstatus.git", + "homepage": "https://openstatus.dev", + "stargazers_count": 6000, + "watchers_count": 6000, "language": "TypeScript", "topics": [ - "helmet", - "http-headers", - "javascript", - "middleware", - "security" + "bun", + "clerk", + "drizzle-orm", + "monitoring", + "nextjs", + "nextjs13", + "observability", + "on-call", + "open-source", + "rum", + "shadcn-ui", + "status-page", + "synthetic-monitoring", + "tinybird", + "turso", + "uptime-checker", + "uptime-monitor" ] }, { - "id": 512054512, - "node_id": "R_kgDOHoVU8A", - "name": "example-ts-cli", - "full_name": "TerribleDev/example-ts-cli", + "id": 748322449, + "node_id": "R_kgDOLJp-kQ", + "name": "solana_token_extensions", + "full_name": "maweiche/solana_token_extensions", "owner": { - "login": "TerribleDev", - "id": 3459800, - "avatar_url": "https://avatars.githubusercontent.com/u/3459800?v=4", - "url": "https://api.github.com/users/TerribleDev", - "html_url": "https://github.com/TerribleDev" + "login": "maweiche", + "id": 64658667, + "avatar_url": "https://avatars.githubusercontent.com/u/64658667?v=4", + "url": "https://api.github.com/users/maweiche", + "html_url": "https://github.com/maweiche" }, - "html_url": "https://github.com/TerribleDev/example-ts-cli", - "description": "An example repo of a CLI built with typescript, esbuild, commander, and ora", - "url": "https://api.github.com/repos/TerribleDev/example-ts-cli", - "languages_url": "https://api.github.com/repos/TerribleDev/example-ts-cli/languages", - "created_at": "2022-07-09T00:03:59Z", - "updated_at": "2023-11-23T08:01:54Z", - "git_url": "git://github.com/TerribleDev/example-ts-cli.git", - "ssh_url": "git@github.com:TerribleDev/example-ts-cli.git", - "clone_url": "https://github.com/TerribleDev/example-ts-cli.git", - "homepage": null, - "stargazers_count": 5, - "watchers_count": 5, + "html_url": "https://github.com/maweiche/solana_token_extensions", + "description": "Basic build to interact with solana token extensions", + "url": "https://api.github.com/repos/maweiche/solana_token_extensions", + "languages_url": "https://api.github.com/repos/maweiche/solana_token_extensions/languages", + "created_at": "2024-01-25T18:29:13Z", + "updated_at": "2024-01-31T08:11:32Z", + "git_url": "git://github.com/maweiche/solana_token_extensions.git", + "ssh_url": "git@github.com:maweiche/solana_token_extensions.git", + "clone_url": "https://github.com/maweiche/solana_token_extensions.git", + "homepage": "https://solana-token-extensions.vercel.app", + "stargazers_count": 2, + "watchers_count": 2, "language": "TypeScript", "topics": [] }, { - "id": 470318046, - "node_id": "R_kgDOHAh73g", - "name": "tsx", - "full_name": "privatenumber/tsx", + "id": 489040653, + "node_id": "R_kgDOHSYrDQ", + "name": "create-solana-dapp", + "full_name": "solana-developers/create-solana-dapp", "owner": { - "login": "privatenumber", - "id": 1075694, - "avatar_url": "https://avatars.githubusercontent.com/u/1075694?v=4", - "url": "https://api.github.com/users/privatenumber", - "html_url": "https://github.com/privatenumber" + "login": "solana-developers", + "id": 93691676, + "avatar_url": "https://avatars.githubusercontent.com/u/93691676?v=4", + "url": "https://api.github.com/users/solana-developers", + "html_url": "https://github.com/solana-developers" }, - "html_url": "https://github.com/privatenumber/tsx", - "description": "⚡️ TypeScript Execute | The easiest way to run TypeScript in Node.js", - "url": "https://api.github.com/repos/privatenumber/tsx", - "languages_url": "https://api.github.com/repos/privatenumber/tsx/languages", - "created_at": "2022-03-15T20:15:42Z", - "updated_at": "2024-09-07T21:21:09Z", - "git_url": "git://github.com/privatenumber/tsx.git", - "ssh_url": "git@github.com:privatenumber/tsx.git", - "clone_url": "https://github.com/privatenumber/tsx.git", - "homepage": "https://tsx.is", - "stargazers_count": 9236, - "watchers_count": 9236, + "html_url": "https://github.com/solana-developers/create-solana-dapp", + "description": "CLI for creating Solana dApps on the fly", + "url": "https://api.github.com/repos/solana-developers/create-solana-dapp", + "languages_url": "https://api.github.com/repos/solana-developers/create-solana-dapp/languages", + "created_at": "2022-05-05T16:06:42Z", + "updated_at": "2024-09-06T19:18:05Z", + "git_url": "git://github.com/solana-developers/create-solana-dapp.git", + "ssh_url": "git@github.com:solana-developers/create-solana-dapp.git", + "clone_url": "https://github.com/solana-developers/create-solana-dapp.git", + "homepage": "https://npmjs.com/package/create-solana-dapp", + "stargazers_count": 295, + "watchers_count": 295, "language": "TypeScript", "topics": [ + "anchor-framework", + "blockchain", "cli", - "esbuild", - "esm", - "loader", - "node", - "runtime", - "typescript", - "watch" + "dapp", + "nextjs", + "nft", + "solana", + "spl-token", + "vue" ] }, { - "id": 519922020, - "node_id": "R_kgDOHv1hZA", - "name": "typescript-monorepo", - "full_name": "jordaaash/typescript-monorepo", + "id": 328230485, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjgyMzA0ODU=", + "name": "react-tridi-wrapper", + "full_name": "lwojcik/react-tridi-wrapper", "owner": { - "login": "jordaaash", - "id": 1173161, - "avatar_url": "https://avatars.githubusercontent.com/u/1173161?v=4", - "url": "https://api.github.com/users/jordaaash", - "html_url": "https://github.com/jordaaash" + "login": "lwojcik", + "id": 1711174, + "avatar_url": "https://avatars.githubusercontent.com/u/1711174?v=4", + "url": "https://api.github.com/users/lwojcik", + "html_url": "https://github.com/lwojcik" }, - "html_url": "https://github.com/jordaaash/typescript-monorepo", - "description": "A minimal, fast monorepo template for TypeScript (and React) projects with hot module reloading", - "url": "https://api.github.com/repos/jordaaash/typescript-monorepo", - "languages_url": "https://api.github.com/repos/jordaaash/typescript-monorepo/languages", - "created_at": "2022-08-01T00:56:34Z", - "updated_at": "2024-09-06T15:46:56Z", - "git_url": "git://github.com/jordaaash/typescript-monorepo.git", - "ssh_url": "git@github.com:jordaaash/typescript-monorepo.git", - "clone_url": "https://github.com/jordaaash/typescript-monorepo.git", - "homepage": "", - "stargazers_count": 32, - "watchers_count": 32, + "html_url": "https://github.com/lwojcik/react-tridi-wrapper", + "description": "360-degree image viewer as a React component", + "url": "https://api.github.com/repos/lwojcik/react-tridi-wrapper", + "languages_url": "https://api.github.com/repos/lwojcik/react-tridi-wrapper/languages", + "created_at": "2021-01-09T19:27:32Z", + "updated_at": "2024-01-23T03:11:15Z", + "git_url": "git://github.com/lwojcik/react-tridi-wrapper.git", + "ssh_url": "git@github.com:lwojcik/react-tridi-wrapper.git", + "clone_url": "https://github.com/lwojcik/react-tridi-wrapper.git", + "homepage": "https://tridi.lukem.net/", + "stargazers_count": 2, + "watchers_count": 2, "language": "TypeScript", - "topics": [] + "topics": [ + "360", + "360-photo", + "360-view", + "360photo", + "3d", + "image", + "image-viewer", + "javascript", + "product", + "product-view", + "product-viewer", + "product-visualisation", + "tridi", + "viewer" + ] }, { - "id": 360522116, - "node_id": "MDEwOlJlcG9zaXRvcnkzNjA1MjIxMTY=", - "name": "nextui", - "full_name": "nextui-org/nextui", + "id": 237222619, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzcyMjI2MTk=", + "name": "wasp", + "full_name": "wasp-lang/wasp", "owner": { - "login": "nextui-org", - "id": 86160567, - "avatar_url": "https://avatars.githubusercontent.com/u/86160567?v=4", - "url": "https://api.github.com/users/nextui-org", - "html_url": "https://github.com/nextui-org" + "login": "wasp-lang", + "id": 55102317, + "avatar_url": "https://avatars.githubusercontent.com/u/55102317?v=4", + "url": "https://api.github.com/users/wasp-lang", + "html_url": "https://github.com/wasp-lang" }, - "html_url": "https://github.com/nextui-org/nextui", - "description": "🚀 Beautiful, fast and modern React UI library.", - "url": "https://api.github.com/repos/nextui-org/nextui", - "languages_url": "https://api.github.com/repos/nextui-org/nextui/languages", - "created_at": "2021-04-22T13:06:23Z", - "updated_at": "2024-09-07T23:21:01Z", - "git_url": "git://github.com/nextui-org/nextui.git", - "ssh_url": "git@github.com:nextui-org/nextui.git", - "clone_url": "https://github.com/nextui-org/nextui.git", - "homepage": "https://nextui.org", - "stargazers_count": 21326, - "watchers_count": 21326, + "html_url": "https://github.com/wasp-lang/wasp", + "description": "The fastest way to develop full-stack web apps with React & Node.js. ", + "url": "https://api.github.com/repos/wasp-lang/wasp", + "languages_url": "https://api.github.com/repos/wasp-lang/wasp/languages", + "created_at": "2020-01-30T13:48:54Z", + "updated_at": "2024-09-08T10:41:14Z", + "git_url": "git://github.com/wasp-lang/wasp.git", + "ssh_url": "git@github.com:wasp-lang/wasp.git", + "clone_url": "https://github.com/wasp-lang/wasp.git", + "homepage": "https://wasp-lang.dev", + "stargazers_count": 13233, + "watchers_count": 13233, "language": "TypeScript", "topics": [ - "component-library", - "components", - "library", - "reactjs" + "compiler", + "hacktoberfest", + "haskell", + "javascript", + "node", + "open-source", + "prisma", + "programming-language", + "react", + "wasp", + "web-app" ] }, { - "id": 342041715, - "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNDE3MTU=", - "name": "zod-to-json-schema", - "full_name": "StefanTerdell/zod-to-json-schema", + "id": 648104294, + "node_id": "R_kgDOJqFJZg", + "name": "chatgpt", + "full_name": "zhangrenyang/chatgpt", "owner": { - "login": "StefanTerdell", - "id": 35991746, - "avatar_url": "https://avatars.githubusercontent.com/u/35991746?v=4", - "url": "https://api.github.com/users/StefanTerdell", - "html_url": "https://github.com/StefanTerdell" + "login": "zhangrenyang", + "id": 3096013, + "avatar_url": "https://avatars.githubusercontent.com/u/3096013?v=4", + "url": "https://api.github.com/users/zhangrenyang", + "html_url": "https://github.com/zhangrenyang" }, - "html_url": "https://github.com/StefanTerdell/zod-to-json-schema", - "description": "Converts Zod schemas to Json schemas", - "url": "https://api.github.com/repos/StefanTerdell/zod-to-json-schema", - "languages_url": "https://api.github.com/repos/StefanTerdell/zod-to-json-schema/languages", - "created_at": "2021-02-24T21:33:57Z", - "updated_at": "2024-09-07T15:13:26Z", - "git_url": "git://github.com/StefanTerdell/zod-to-json-schema.git", - "ssh_url": "git@github.com:StefanTerdell/zod-to-json-schema.git", - "clone_url": "https://github.com/StefanTerdell/zod-to-json-schema.git", - "homepage": "", - "stargazers_count": 854, - "watchers_count": 854, + "html_url": "https://github.com/zhangrenyang/chatgpt", + "description": "A free AI assistant that supports GPT-4,支持GPT-4的免费AI助手", + "url": "https://api.github.com/repos/zhangrenyang/chatgpt", + "languages_url": "https://api.github.com/repos/zhangrenyang/chatgpt/languages", + "created_at": "2023-06-01T08:08:50Z", + "updated_at": "2024-09-06T14:56:22Z", + "git_url": "git://github.com/zhangrenyang/chatgpt.git", + "ssh_url": "git@github.com:zhangrenyang/chatgpt.git", + "clone_url": "https://github.com/zhangrenyang/chatgpt.git", + "homepage": null, + "stargazers_count": 94, + "watchers_count": 94, "language": "TypeScript", - "topics": [ - "json-schema", - "zod" - ] + "topics": [] }, { - "id": 644686905, - "node_id": "R_kgDOJm0kOQ", - "name": "continue", - "full_name": "continuedev/continue", + "id": 682080300, + "node_id": "R_kgDOKKe4LA", + "name": "gateway", + "full_name": "Portkey-AI/gateway", "owner": { - "login": "continuedev", - "id": 127876214, - "avatar_url": "https://avatars.githubusercontent.com/u/127876214?v=4", - "url": "https://api.github.com/users/continuedev", - "html_url": "https://github.com/continuedev" + "login": "Portkey-AI", + "id": 131141116, + "avatar_url": "https://avatars.githubusercontent.com/u/131141116?v=4", + "url": "https://api.github.com/users/Portkey-AI", + "html_url": "https://github.com/Portkey-AI" }, - "html_url": "https://github.com/continuedev/continue", - "description": "⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains", - "url": "https://api.github.com/repos/continuedev/continue", - "languages_url": "https://api.github.com/repos/continuedev/continue/languages", - "created_at": "2023-05-24T03:39:39Z", - "updated_at": "2024-09-07T23:47:11Z", - "git_url": "git://github.com/continuedev/continue.git", - "ssh_url": "git@github.com:continuedev/continue.git", - "clone_url": "https://github.com/continuedev/continue.git", - "homepage": "https://docs.continue.dev/", - "stargazers_count": 15442, - "watchers_count": 15442, + "html_url": "https://github.com/Portkey-AI/gateway", + "description": "A Blazing Fast AI Gateway with integrated Guardrails. Route to 200+ LLMs, 50+ AI Guardrails with 1 fast & friendly API.", + "url": "https://api.github.com/repos/Portkey-AI/gateway", + "languages_url": "https://api.github.com/repos/Portkey-AI/gateway/languages", + "created_at": "2023-08-23T11:52:47Z", + "updated_at": "2024-09-08T09:47:48Z", + "git_url": "git://github.com/Portkey-AI/gateway.git", + "ssh_url": "git@github.com:Portkey-AI/gateway.git", + "clone_url": "https://github.com/Portkey-AI/gateway.git", + "homepage": "https://portkey.ai/features/ai-gateway", + "stargazers_count": 5811, + "watchers_count": 5811, "language": "TypeScript", "topics": [ - "ai", - "chatgpt", - "copilot", - "developer-tools", - "intellij", - "jetbrains", - "llm", - "open-source", + "ai-gateway", + "gateway", + "generative-ai", + "langchain", + "llama-index", + "llmops", + "llms", "openai", - "pycharm", - "software-development", - "visual-studio-code", - "vscode" + "prompt-engineering", + "router" ] }, { - "id": 236095576, - "node_id": "MDEwOlJlcG9zaXRvcnkyMzYwOTU1NzY=", - "name": "backstage", - "full_name": "backstage/backstage", + "id": 679481786, + "node_id": "R_kgDOKIARug", + "name": "pubkey-link-v1", + "full_name": "pubkeyapp/pubkey-link-v1", "owner": { - "login": "backstage", - "id": 72526453, - "avatar_url": "https://avatars.githubusercontent.com/u/72526453?v=4", - "url": "https://api.github.com/users/backstage", - "html_url": "https://github.com/backstage" + "login": "pubkeyapp", + "id": 125477168, + "avatar_url": "https://avatars.githubusercontent.com/u/125477168?v=4", + "url": "https://api.github.com/users/pubkeyapp", + "html_url": "https://github.com/pubkeyapp" }, - "html_url": "https://github.com/backstage/backstage", - "description": "Backstage is an open framework for building developer portals", - "url": "https://api.github.com/repos/backstage/backstage", - "languages_url": "https://api.github.com/repos/backstage/backstage/languages", - "created_at": "2020-01-24T22:39:49Z", - "updated_at": "2024-09-07T23:28:45Z", - "git_url": "git://github.com/backstage/backstage.git", - "ssh_url": "git@github.com:backstage/backstage.git", - "clone_url": "https://github.com/backstage/backstage.git", - "homepage": "https://backstage.io/", - "stargazers_count": 27469, - "watchers_count": 27469, + "html_url": "https://github.com/pubkeyapp/pubkey-link-v1", + "description": "PubKey Link is the first Solana Discord bot that supports cNFTs. Free and open source. **DEPRECATED** Check https://github.com/pubkeyapp/pubkey-link", + "url": "https://api.github.com/repos/pubkeyapp/pubkey-link-v1", + "languages_url": "https://api.github.com/repos/pubkeyapp/pubkey-link-v1/languages", + "created_at": "2023-08-17T00:23:58Z", + "updated_at": "2024-02-19T03:58:39Z", + "git_url": "git://github.com/pubkeyapp/pubkey-link-v1.git", + "ssh_url": "git@github.com:pubkeyapp/pubkey-link-v1.git", + "clone_url": "https://github.com/pubkeyapp/pubkey-link-v1.git", + "homepage": "", + "stargazers_count": 5, + "watchers_count": 5, "language": "TypeScript", - "topics": [ - "backstage", - "cncf", - "developer-experience", - "developer-portal", - "dx", - "infrastructure", - "microservices", - "self-service-portal" - ] + "topics": [] }, { - "id": 643558250, - "node_id": "R_kgDOJlvrag", - "name": "zodios-stack", - "full_name": "CarlosZiegler/zodios-stack", + "id": 543825999, + "node_id": "R_kgDOIGogTw", + "name": "cdk-nextjs", + "full_name": "jetbridge/cdk-nextjs", "owner": { - "login": "CarlosZiegler", - "id": 38855507, - "avatar_url": "https://avatars.githubusercontent.com/u/38855507?v=4", - "url": "https://api.github.com/users/CarlosZiegler", - "html_url": "https://github.com/CarlosZiegler" + "login": "jetbridge", + "id": 17418434, + "avatar_url": "https://avatars.githubusercontent.com/u/17418434?v=4", + "url": "https://api.github.com/users/jetbridge", + "html_url": "https://github.com/jetbridge" }, - "html_url": "https://github.com/CarlosZiegler/zodios-stack", - "description": null, - "url": "https://api.github.com/repos/CarlosZiegler/zodios-stack", - "languages_url": "https://api.github.com/repos/CarlosZiegler/zodios-stack/languages", - "created_at": "2023-05-21T14:47:07Z", - "updated_at": "2024-04-26T05:33:34Z", - "git_url": "git://github.com/CarlosZiegler/zodios-stack.git", - "ssh_url": "git@github.com:CarlosZiegler/zodios-stack.git", - "clone_url": "https://github.com/CarlosZiegler/zodios-stack.git", - "homepage": null, - "stargazers_count": 19, - "watchers_count": 19, + "html_url": "https://github.com/jetbridge/cdk-nextjs", + "description": "Deploy a NextJS application using AWS CDK", + "url": "https://api.github.com/repos/jetbridge/cdk-nextjs", + "languages_url": "https://api.github.com/repos/jetbridge/cdk-nextjs/languages", + "created_at": "2022-09-30T23:32:38Z", + "updated_at": "2024-09-06T02:52:07Z", + "git_url": "git://github.com/jetbridge/cdk-nextjs.git", + "ssh_url": "git@github.com:jetbridge/cdk-nextjs.git", + "clone_url": "https://github.com/jetbridge/cdk-nextjs.git", + "homepage": "https://constructs.dev/packages/cdk-nextjs-standalone", + "stargazers_count": 265, + "watchers_count": 265, "language": "TypeScript", - "topics": [] + "topics": [ + "aws", + "cdk", + "cloudfront", + "lambda", + "next", + "nextjs", + "serverless" + ] }, { - "id": 577179642, - "node_id": "R_kgDOImcP-g", - "name": "zod-express-openapi-routes", - "full_name": "lzehrung/zod-express-openapi-routes", + "id": 159169142, + "node_id": "MDEwOlJlcG9zaXRvcnkxNTkxNjkxNDI=", + "name": "httptoolkit-desktop", + "full_name": "httptoolkit/httptoolkit-desktop", "owner": { - "login": "lzehrung", - "id": 924226, - "avatar_url": "https://avatars.githubusercontent.com/u/924226?v=4", - "url": "https://api.github.com/users/lzehrung", - "html_url": "https://github.com/lzehrung" + "login": "httptoolkit", + "id": 39777515, + "avatar_url": "https://avatars.githubusercontent.com/u/39777515?v=4", + "url": "https://api.github.com/users/httptoolkit", + "html_url": "https://github.com/httptoolkit" }, - "html_url": "https://github.com/lzehrung/zod-express-openapi-routes", - "description": "POC for cozy API validation, typing, and OpenAPI/swagger schema generation with Zod and Express", - "url": "https://api.github.com/repos/lzehrung/zod-express-openapi-routes", - "languages_url": "https://api.github.com/repos/lzehrung/zod-express-openapi-routes/languages", - "created_at": "2022-12-12T06:37:15Z", - "updated_at": "2024-06-30T04:50:22Z", - "git_url": "git://github.com/lzehrung/zod-express-openapi-routes.git", - "ssh_url": "git@github.com:lzehrung/zod-express-openapi-routes.git", - "clone_url": "https://github.com/lzehrung/zod-express-openapi-routes.git", - "homepage": "", - "stargazers_count": 6, - "watchers_count": 6, + "html_url": "https://github.com/httptoolkit/httptoolkit-desktop", + "description": "Electron wrapper to build and distribute HTTP Toolkit for the desktop", + "url": "https://api.github.com/repos/httptoolkit/httptoolkit-desktop", + "languages_url": "https://api.github.com/repos/httptoolkit/httptoolkit-desktop/languages", + "created_at": "2018-11-26T12:52:05Z", + "updated_at": "2024-09-03T04:47:05Z", + "git_url": "git://github.com/httptoolkit/httptoolkit-desktop.git", + "ssh_url": "git@github.com:httptoolkit/httptoolkit-desktop.git", + "clone_url": "https://github.com/httptoolkit/httptoolkit-desktop.git", + "homepage": "https://httptoolkit.com", + "stargazers_count": 608, + "watchers_count": 608, "language": "TypeScript", "topics": [ - "api", - "api-routes", - "documentation-as-code", - "express", - "nodejs", - "openapi", - "openapi3", - "swagger", - "typescript", - "validation", - "zod" + "desktop-app", + "developer-tools", + "electron", + "electron-forge", + "http", + "tools" ] }, { - "id": 629679746, - "node_id": "R_kgDOJYgmgg", - "name": "zocker", - "full_name": "LorisSigrist/zocker", + "id": 262621320, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjI2MjEzMjA=", + "name": "APKLab", + "full_name": "APKLab/APKLab", "owner": { - "login": "LorisSigrist", - "id": 43482866, - "avatar_url": "https://avatars.githubusercontent.com/u/43482866?v=4", - "url": "https://api.github.com/users/LorisSigrist", - "html_url": "https://github.com/LorisSigrist" + "login": "APKLab", + "id": 59665393, + "avatar_url": "https://avatars.githubusercontent.com/u/59665393?v=4", + "url": "https://api.github.com/users/APKLab", + "html_url": "https://github.com/APKLab" }, - "html_url": "https://github.com/LorisSigrist/zocker", - "description": "Generate realistic mock-data from your `zod` schemas", - "url": "https://api.github.com/repos/LorisSigrist/zocker", - "languages_url": "https://api.github.com/repos/LorisSigrist/zocker/languages", - "created_at": "2023-04-18T20:05:52Z", - "updated_at": "2024-08-29T07:08:19Z", - "git_url": "git://github.com/LorisSigrist/zocker.git", - "ssh_url": "git@github.com:LorisSigrist/zocker.git", - "clone_url": "https://github.com/LorisSigrist/zocker.git", - "homepage": "http://zocker.sigrist.dev/", - "stargazers_count": 26, - "watchers_count": 26, + "html_url": "https://github.com/APKLab/APKLab", + "description": "Android Reverse-Engineering Workbench for VS Code", + "url": "https://api.github.com/repos/APKLab/APKLab", + "languages_url": "https://api.github.com/repos/APKLab/APKLab/languages", + "created_at": "2020-05-09T17:18:38Z", + "updated_at": "2024-09-05T06:53:35Z", + "git_url": "git://github.com/APKLab/APKLab.git", + "ssh_url": "git@github.com:APKLab/APKLab.git", + "clone_url": "https://github.com/APKLab/APKLab.git", + "homepage": "https://apklab.surendrajat.xyz", + "stargazers_count": 2577, + "watchers_count": 2577, "language": "TypeScript", "topics": [ - "mock", - "zod" + "android", + "apk-decompiler", + "apk-editor", + "apk-studio", + "apksigner", + "apktool", + "app-analyzer", + "bytecode", + "dalvik", + "https-inspection", + "jadx", + "malware-analysis", + "malware-detection", + "mitm", + "reverse-engineering", + "smali", + "smalidea", + "uber-apk-signer" ] }, { - "id": 438384984, - "node_id": "R_kgDOGiE5WA", - "name": "hono", - "full_name": "honojs/hono", + "id": 486064963, + "node_id": "R_kgDOHPjDQw", + "name": "examples", + "full_name": "honojs/examples", "owner": { "login": "honojs", "id": 98495527, @@ -7571,1392 +7683,2085 @@ "url": "https://api.github.com/users/honojs", "html_url": "https://github.com/honojs" }, - "html_url": "https://github.com/honojs/hono", - "description": "Web framework built on Web Standards", - "url": "https://api.github.com/repos/honojs/hono", - "languages_url": "https://api.github.com/repos/honojs/hono/languages", - "created_at": "2021-12-14T20:05:30Z", - "updated_at": "2024-09-07T21:36:02Z", - "git_url": "git://github.com/honojs/hono.git", - "ssh_url": "git@github.com:honojs/hono.git", - "clone_url": "https://github.com/honojs/hono.git", + "html_url": "https://github.com/honojs/examples", + "description": "Examples using Hono.", + "url": "https://api.github.com/repos/honojs/examples", + "languages_url": "https://api.github.com/repos/honojs/examples/languages", + "created_at": "2022-04-27T05:58:37Z", + "updated_at": "2024-09-06T13:07:23Z", + "git_url": "git://github.com/honojs/examples.git", + "ssh_url": "git@github.com:honojs/examples.git", + "clone_url": "https://github.com/honojs/examples.git", "homepage": "https://hono.dev", - "stargazers_count": 18309, - "watchers_count": 18309, + "stargazers_count": 613, + "watchers_count": 613, "language": "TypeScript", "topics": [ - "aws-lambda", "bun", "cloudflare", "cloudflare-workers", - "deno", - "npm", - "router", - "typescript", - "web-framework" + "deno" ] }, { - "id": 618137141, - "node_id": "R_kgDOJNgGNQ", - "name": "guesser", - "full_name": "ShooTeX/guesser", + "id": 496578366, + "node_id": "R_kgDOHZkvPg", + "name": "httpc", + "full_name": "giuseppelt/httpc", "owner": { - "login": "ShooTeX", - "id": 10850738, - "avatar_url": "https://avatars.githubusercontent.com/u/10850738?v=4", - "url": "https://api.github.com/users/ShooTeX", - "html_url": "https://github.com/ShooTeX" + "login": "giuseppelt", + "id": 7147291, + "avatar_url": "https://avatars.githubusercontent.com/u/7147291?v=4", + "url": "https://api.github.com/users/giuseppelt", + "html_url": "https://github.com/giuseppelt" }, - "html_url": "https://github.com/ShooTeX/guesser", - "description": "The Guesser Framework", - "url": "https://api.github.com/repos/ShooTeX/guesser", - "languages_url": "https://api.github.com/repos/ShooTeX/guesser/languages", - "created_at": "2023-03-23T20:38:33Z", - "updated_at": "2023-12-19T03:09:07Z", - "git_url": "git://github.com/ShooTeX/guesser.git", - "ssh_url": "git@github.com:ShooTeX/guesser.git", - "clone_url": "https://github.com/ShooTeX/guesser.git", - "homepage": "https://guesser.stx.wtf", - "stargazers_count": 4, - "watchers_count": 4, + "html_url": "https://github.com/giuseppelt/httpc", + "description": "Build function-based API with minimal code and end-to-end type safety", + "url": "https://api.github.com/repos/giuseppelt/httpc", + "languages_url": "https://api.github.com/repos/giuseppelt/httpc/languages", + "created_at": "2022-05-26T10:36:43Z", + "updated_at": "2024-08-29T13:15:10Z", + "git_url": "git://github.com/giuseppelt/httpc.git", + "ssh_url": "git@github.com:giuseppelt/httpc.git", + "clone_url": "https://github.com/giuseppelt/httpc.git", + "homepage": "https://httpc.dev", + "stargazers_count": 186, + "watchers_count": 186, "language": "TypeScript", "topics": [ - "clerk", - "drizzle", - "fastify", - "game", - "nextjs", - "planetscale", - "react", - "reactjs", - "roxcodes", - "shadcn-ui", - "tailwindcss", - "trpc", - "turborepo", + "api", + "client-generator", + "edge", + "javascript", + "json-api", + "rpc", + "rpc-api", + "serverless", "typescript", - "vercel", - "websocket", - "xstate", - "zod", - "zodios" + "workers" ] }, { - "id": 469882687, - "node_id": "R_kgDOHAHXPw", - "name": "composable-functions", - "full_name": "seasonedcc/composable-functions", + "id": 124303364, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjQzMDMzNjQ=", + "name": "squoosh", + "full_name": "GoogleChromeLabs/squoosh", "owner": { - "login": "seasonedcc", - "id": 33913103, - "avatar_url": "https://avatars.githubusercontent.com/u/33913103?v=4", - "url": "https://api.github.com/users/seasonedcc", - "html_url": "https://github.com/seasonedcc" + "login": "GoogleChromeLabs", + "id": 31970254, + "avatar_url": "https://avatars.githubusercontent.com/u/31970254?v=4", + "url": "https://api.github.com/users/GoogleChromeLabs", + "html_url": "https://github.com/GoogleChromeLabs" }, - "html_url": "https://github.com/seasonedcc/composable-functions", - "description": "Types and functions to make composition easy and safe", - "url": "https://api.github.com/repos/seasonedcc/composable-functions", - "languages_url": "https://api.github.com/repos/seasonedcc/composable-functions/languages", - "created_at": "2022-03-14T19:48:57Z", - "updated_at": "2024-09-03T15:25:57Z", - "git_url": "git://github.com/seasonedcc/composable-functions.git", - "ssh_url": "git@github.com:seasonedcc/composable-functions.git", - "clone_url": "https://github.com/seasonedcc/composable-functions.git", - "homepage": "", - "stargazers_count": 649, - "watchers_count": 649, + "html_url": "https://github.com/GoogleChromeLabs/squoosh", + "description": "Make images smaller using best-in-class codecs, right in the browser.", + "url": "https://api.github.com/repos/GoogleChromeLabs/squoosh", + "languages_url": "https://api.github.com/repos/GoogleChromeLabs/squoosh/languages", + "created_at": "2018-03-07T22:42:03Z", + "updated_at": "2024-09-08T07:12:30Z", + "git_url": "git://github.com/GoogleChromeLabs/squoosh.git", + "ssh_url": "git@github.com:GoogleChromeLabs/squoosh.git", + "clone_url": "https://github.com/GoogleChromeLabs/squoosh.git", + "homepage": "https://squoosh.app", + "stargazers_count": 21685, + "watchers_count": 21685, "language": "TypeScript", "topics": [] }, { - "id": 116039029, - "node_id": "MDEwOlJlcG9zaXRvcnkxMTYwMzkwMjk=", - "name": "styled-window-portal", - "full_name": "Briggybros/styled-window-portal", + "id": 291216417, + "node_id": "MDEwOlJlcG9zaXRvcnkyOTEyMTY0MTc=", + "name": "redocusaurus", + "full_name": "rohit-gohri/redocusaurus", "owner": { - "login": "Briggybros", - "id": 1301924, - "avatar_url": "https://avatars.githubusercontent.com/u/1301924?v=4", - "url": "https://api.github.com/users/Briggybros", - "html_url": "https://github.com/Briggybros" + "login": "rohit-gohri", + "id": 31949290, + "avatar_url": "https://avatars.githubusercontent.com/u/31949290?v=4", + "url": "https://api.github.com/users/rohit-gohri", + "html_url": "https://github.com/rohit-gohri" }, - "html_url": "https://github.com/Briggybros/styled-window-portal", - "description": "A react portal which creates a new window and supports styled-components", - "url": "https://api.github.com/repos/Briggybros/styled-window-portal", - "languages_url": "https://api.github.com/repos/Briggybros/styled-window-portal/languages", - "created_at": "2018-01-02T17:14:47Z", - "updated_at": "2023-10-21T06:07:08Z", - "git_url": "git://github.com/Briggybros/styled-window-portal.git", - "ssh_url": "git@github.com:Briggybros/styled-window-portal.git", - "clone_url": "https://github.com/Briggybros/styled-window-portal.git", - "homepage": null, - "stargazers_count": 9, - "watchers_count": 9, + "html_url": "https://github.com/rohit-gohri/redocusaurus", + "description": "OpenAPI for Docusaurus with Redoc", + "url": "https://api.github.com/repos/rohit-gohri/redocusaurus", + "languages_url": "https://api.github.com/repos/rohit-gohri/redocusaurus/languages", + "created_at": "2020-08-29T06:39:32Z", + "updated_at": "2024-09-03T00:05:01Z", + "git_url": "git://github.com/rohit-gohri/redocusaurus.git", + "ssh_url": "git@github.com:rohit-gohri/redocusaurus.git", + "clone_url": "https://github.com/rohit-gohri/redocusaurus.git", + "homepage": "https://redocusaurus.vercel.app/", + "stargazers_count": 622, + "watchers_count": 622, "language": "TypeScript", - "topics": [] + "topics": [ + "documentation", + "docusaurus", + "docusaurus-plugin", + "docusaurus2", + "hacktoberfest", + "open-api", + "openapi", + "openapi-documentation", + "redoc", + "typescript" + ] }, { - "id": 367584763, - "node_id": "MDEwOlJlcG9zaXRvcnkzNjc1ODQ3NjM=", - "name": "react-new-improved-window", - "full_name": "RyanNerd/react-new-improved-window", + "id": 661707050, + "node_id": "R_kgDOJ3DZKg", + "name": "redoc-try-it-out", + "full_name": "zombiQWERTY/redoc-try-it-out", "owner": { - "login": "RyanNerd", - "id": 10543911, - "avatar_url": "https://avatars.githubusercontent.com/u/10543911?v=4", - "url": "https://api.github.com/users/RyanNerd", - "html_url": "https://github.com/RyanNerd" + "login": "zombiQWERTY", + "id": 4366893, + "avatar_url": "https://avatars.githubusercontent.com/u/4366893?v=4", + "url": "https://api.github.com/users/zombiQWERTY", + "html_url": "https://github.com/zombiQWERTY" }, - "html_url": "https://github.com/RyanNerd/react-new-improved-window", - "description": "React New and Improved Window popup using the window.open API", - "url": "https://api.github.com/repos/RyanNerd/react-new-improved-window", - "languages_url": "https://api.github.com/repos/RyanNerd/react-new-improved-window/languages", - "created_at": "2021-05-15T09:01:38Z", - "updated_at": "2024-05-06T11:38:24Z", - "git_url": "git://github.com/RyanNerd/react-new-improved-window.git", - "ssh_url": "git@github.com:RyanNerd/react-new-improved-window.git", - "clone_url": "https://github.com/RyanNerd/react-new-improved-window.git", + "html_url": "https://github.com/zombiQWERTY/redoc-try-it-out", + "description": "Add Try It Out option on Redoc with working options", + "url": "https://api.github.com/repos/zombiQWERTY/redoc-try-it-out", + "languages_url": "https://api.github.com/repos/zombiQWERTY/redoc-try-it-out/languages", + "created_at": "2023-07-03T13:17:21Z", + "updated_at": "2023-12-15T04:38:48Z", + "git_url": "git://github.com/zombiQWERTY/redoc-try-it-out.git", + "ssh_url": "git@github.com:zombiQWERTY/redoc-try-it-out.git", + "clone_url": "https://github.com/zombiQWERTY/redoc-try-it-out.git", "homepage": null, - "stargazers_count": 11, - "watchers_count": 11, + "stargazers_count": 3, + "watchers_count": 3, "language": "TypeScript", "topics": [] }, { - "id": 280584529, - "node_id": "MDEwOlJlcG9zaXRvcnkyODA1ODQ1Mjk=", - "name": "quillforms", - "full_name": "quillforms/quillforms", + "id": 196680135, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTY2ODAxMzU=", + "name": "dpdm", + "full_name": "acrazing/dpdm", "owner": { - "login": "quillforms", - "id": 65378431, - "avatar_url": "https://avatars.githubusercontent.com/u/65378431?v=4", - "url": "https://api.github.com/users/quillforms", - "html_url": "https://github.com/quillforms" + "login": "acrazing", + "id": 10029810, + "avatar_url": "https://avatars.githubusercontent.com/u/10029810?v=4", + "url": "https://api.github.com/users/acrazing", + "html_url": "https://github.com/acrazing" }, - "html_url": "https://github.com/quillforms/quillforms", - "description": "Open Source TypeForm Alternative Based on React JS and Typescript | Best Typeform Clone | Conversational Multi Step Form ", - "url": "https://api.github.com/repos/quillforms/quillforms", - "languages_url": "https://api.github.com/repos/quillforms/quillforms/languages", - "created_at": "2020-07-18T04:54:40Z", - "updated_at": "2024-09-05T22:16:36Z", - "git_url": "git://github.com/quillforms/quillforms.git", - "ssh_url": "git@github.com:quillforms/quillforms.git", - "clone_url": "https://github.com/quillforms/quillforms.git", - "homepage": "https://www.quillforms.com", - "stargazers_count": 445, - "watchers_count": 445, + "html_url": "https://github.com/acrazing/dpdm", + "description": "Detect circular dependencies in your TypeScript projects.", + "url": "https://api.github.com/repos/acrazing/dpdm", + "languages_url": "https://api.github.com/repos/acrazing/dpdm/languages", + "created_at": "2019-07-13T04:59:28Z", + "updated_at": "2024-09-04T14:15:57Z", + "git_url": "git://github.com/acrazing/dpdm.git", + "ssh_url": "git@github.com:acrazing/dpdm.git", + "clone_url": "https://github.com/acrazing/dpdm.git", + "homepage": "", + "stargazers_count": 679, + "watchers_count": 679, "language": "TypeScript", "topics": [ - "conversational-forms", - "conversational-forms-wordpress", - "free-typeform-alternative", - "multi-step-form", - "multi-step-form-wordpress", - "multistep-react-form", - "open-source-typeform-alternative", - "open-source-typeform-clone", - "react", - "react-quiz", - "react-survey", - "typeform", - "typeform-alternative", - "typeform-alternatives", - "typeform-clone", - "typeform-open-source", - "typeform-plugin", - "typeform-react", - "typeform-wordpress", - "typeform-wordpress-plugin" + "circular", + "command-line", + "dependency", + "javascript", + "madge", + "typescript", + "typescript3", + "visualization" ] }, { - "id": 196436998, - "node_id": "MDEwOlJlcG9zaXRvcnkxOTY0MzY5OTg=", - "name": "ohmyform", - "full_name": "ohmyform/ohmyform", + "id": 485529809, + "node_id": "R_kgDOHPCY0Q", + "name": "In-Flames-Closet", + "full_name": "KirianCaumes/In-Flames-Closet", "owner": { - "login": "ohmyform", - "id": 52511516, - "avatar_url": "https://avatars.githubusercontent.com/u/52511516?v=4", - "url": "https://api.github.com/users/ohmyform", - "html_url": "https://github.com/ohmyform" + "login": "KirianCaumes", + "id": 24525092, + "avatar_url": "https://avatars.githubusercontent.com/u/24525092?v=4", + "url": "https://api.github.com/users/KirianCaumes", + "html_url": "https://github.com/KirianCaumes" }, - "html_url": "https://github.com/ohmyform/ohmyform", - "description": "✏️ Free open source alternative to TypeForm, TellForm, or Google Forms ⛺", - "url": "https://api.github.com/repos/ohmyform/ohmyform", - "languages_url": "https://api.github.com/repos/ohmyform/ohmyform/languages", - "created_at": "2019-07-11T17:18:42Z", - "updated_at": "2024-09-07T09:27:23Z", - "git_url": "git://github.com/ohmyform/ohmyform.git", - "ssh_url": "git@github.com:ohmyform/ohmyform.git", - "clone_url": "https://github.com/ohmyform/ohmyform.git", - "homepage": "https://ohmyform.com/", - "stargazers_count": 2796, - "watchers_count": 2796, + "html_url": "https://github.com/KirianCaumes/In-Flames-Closet", + "description": "A NextJs project to handle a database of images, about the history of the band \"In Flames\" through their artworks. 🔥#NextJs #React", + "url": "https://api.github.com/repos/KirianCaumes/In-Flames-Closet", + "languages_url": "https://api.github.com/repos/KirianCaumes/In-Flames-Closet/languages", + "created_at": "2022-04-25T20:46:39Z", + "updated_at": "2024-07-13T18:24:52Z", + "git_url": "git://github.com/KirianCaumes/In-Flames-Closet.git", + "ssh_url": "git@github.com:KirianCaumes/In-Flames-Closet.git", + "clone_url": "https://github.com/KirianCaumes/In-Flames-Closet.git", + "homepage": "https://in-flames-closet.kiriancaumes.fr/", + "stargazers_count": 1, + "watchers_count": 1, "language": "TypeScript", "topics": [ - "agplv3", - "container", - "docker", - "docker-compose", - "embedable", - "forms", - "googleforms", - "hacktoberfest", - "hacktoberfest2020", - "mit-license", - "ohmyform", - "selfhosted", - "survey", - "survey-app", - "surveys", - "tellform", - "typeform" + "heroku", + "nextjs", + "react", + "scss", + "typescript", + "vscode" ] }, { - "id": 519859998, - "node_id": "R_kgDOHvxvHg", - "name": "AFFiNE", - "full_name": "toeverything/AFFiNE", + "id": 305968811, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDU5Njg4MTE=", + "name": "package-check", + "full_name": "skypackjs/package-check", "owner": { - "login": "toeverything", - "id": 78728988, - "avatar_url": "https://avatars.githubusercontent.com/u/78728988?v=4", - "url": "https://api.github.com/users/toeverything", - "html_url": "https://github.com/toeverything" + "login": "skypackjs", + "id": 73146599, + "avatar_url": "https://avatars.githubusercontent.com/u/73146599?v=4", + "url": "https://api.github.com/users/skypackjs", + "html_url": "https://github.com/skypackjs" }, - "html_url": "https://github.com/toeverything/AFFiNE", - "description": "There can be more than Notion and Miro. AFFiNE(pronounced [ə‘fain]) is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use. ", - "url": "https://api.github.com/repos/toeverything/AFFiNE", - "languages_url": "https://api.github.com/repos/toeverything/AFFiNE/languages", - "created_at": "2022-07-31T18:45:21Z", - "updated_at": "2024-09-08T00:23:34Z", - "git_url": "git://github.com/toeverything/AFFiNE.git", - "ssh_url": "git@github.com:toeverything/AFFiNE.git", - "clone_url": "https://github.com/toeverything/AFFiNE.git", - "homepage": "https://affine.pro", - "stargazers_count": 40016, - "watchers_count": 40016, + "html_url": "https://github.com/skypackjs/package-check", + "description": "A quality score checker for npm packages. ", + "url": "https://api.github.com/repos/skypackjs/package-check", + "languages_url": "https://api.github.com/repos/skypackjs/package-check/languages", + "created_at": "2020-10-21T09:10:18Z", + "updated_at": "2024-05-10T23:27:57Z", + "git_url": "git://github.com/skypackjs/package-check.git", + "ssh_url": "git@github.com:skypackjs/package-check.git", + "clone_url": "https://github.com/skypackjs/package-check.git", + "homepage": "", + "stargazers_count": 97, + "watchers_count": 97, "language": "TypeScript", - "topics": [ - "app", - "crdt", - "editor", - "electron", - "knowledge-base", - "markdown", - "miro", - "notes", - "notion", - "notion-alternative", - "rust", - "rust-lang", - "rust-language", - "table", - "tableview", - "whiteboard", - "wiki", - "workspace" - ] + "topics": [] }, { - "id": 641935358, - "node_id": "R_kgDOJkMn_g", - "name": "firecamp", - "full_name": "firecamp-dev/firecamp", + "id": 410749029, + "node_id": "R_kgDOGHuIZQ", + "name": "spacedrive", + "full_name": "spacedriveapp/spacedrive", "owner": { - "login": "firecamp-dev", - "id": 133877176, - "avatar_url": "https://avatars.githubusercontent.com/u/133877176?v=4", - "url": "https://api.github.com/users/firecamp-dev", - "html_url": "https://github.com/firecamp-dev" + "login": "spacedriveapp", + "id": 101227423, + "avatar_url": "https://avatars.githubusercontent.com/u/101227423?v=4", + "url": "https://api.github.com/users/spacedriveapp", + "html_url": "https://github.com/spacedriveapp" }, - "html_url": "https://github.com/firecamp-dev/firecamp", - "description": "Developer-first OpenSource API DevTool, Postman/Insomnia alternative.", - "url": "https://api.github.com/repos/firecamp-dev/firecamp", - "languages_url": "https://api.github.com/repos/firecamp-dev/firecamp/languages", - "created_at": "2023-05-17T13:23:26Z", - "updated_at": "2024-09-07T14:26:13Z", - "git_url": "git://github.com/firecamp-dev/firecamp.git", - "ssh_url": "git@github.com:firecamp-dev/firecamp.git", - "clone_url": "https://github.com/firecamp-dev/firecamp.git", - "homepage": "https://firecamp.dev", - "stargazers_count": 1902, - "watchers_count": 1902, + "html_url": "https://github.com/spacedriveapp/spacedrive", + "description": "Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.", + "url": "https://api.github.com/repos/spacedriveapp/spacedrive", + "languages_url": "https://api.github.com/repos/spacedriveapp/spacedrive/languages", + "created_at": "2021-09-27T05:09:04Z", + "updated_at": "2024-09-08T07:35:36Z", + "git_url": "git://github.com/spacedriveapp/spacedrive.git", + "ssh_url": "git@github.com:spacedriveapp/spacedrive.git", + "clone_url": "https://github.com/spacedriveapp/spacedrive.git", + "homepage": "https://spacedrive.com", + "stargazers_count": 30566, + "watchers_count": 30566, "language": "TypeScript", "topics": [ - "api", - "api-client", - "graphql", - "graphql-playground", - "hacktoberfest", - "hacktoberfest2023", - "open-source", - "socket-io", - "socket-io-playground", - "websocket", - "websocket-playground" + "cross-platform", + "distributed-systems", + "encryption", + "file-manager", + "rust", + "storage", + "typescript" ] }, { - "id": 664013991, - "node_id": "R_kgDOJ5QMpw", - "name": "postiz-app", - "full_name": "gitroomhq/postiz-app", + "id": 476460891, + "node_id": "R_kgDOHGY3Ww", + "name": "pkgroll", + "full_name": "privatenumber/pkgroll", "owner": { - "login": "gitroomhq", - "id": 128401275, - "avatar_url": "https://avatars.githubusercontent.com/u/128401275?v=4", - "url": "https://api.github.com/users/gitroomhq", - "html_url": "https://github.com/gitroomhq" + "login": "privatenumber", + "id": 1075694, + "avatar_url": "https://avatars.githubusercontent.com/u/1075694?v=4", + "url": "https://api.github.com/users/privatenumber", + "html_url": "https://github.com/privatenumber" }, - "html_url": "https://github.com/gitroomhq/postiz-app", - "description": "📨 Schedule social media posts, measure them, exchange with other members and get a lot of help from AI 🚀", - "url": "https://api.github.com/repos/gitroomhq/postiz-app", - "languages_url": "https://api.github.com/repos/gitroomhq/postiz-app/languages", - "created_at": "2023-07-08T17:24:22Z", - "updated_at": "2024-09-08T00:18:36Z", - "git_url": "git://github.com/gitroomhq/postiz-app.git", - "ssh_url": "git@github.com:gitroomhq/postiz-app.git", - "clone_url": "https://github.com/gitroomhq/postiz-app.git", - "homepage": "https://postiz.com", - "stargazers_count": 5926, - "watchers_count": 5926, + "html_url": "https://github.com/privatenumber/pkgroll", + "description": "📦 Zero-config package bundler for Node.js + TypeScript", + "url": "https://api.github.com/repos/privatenumber/pkgroll", + "languages_url": "https://api.github.com/repos/privatenumber/pkgroll/languages", + "created_at": "2022-03-31T20:05:51Z", + "updated_at": "2024-09-08T09:51:56Z", + "git_url": "git://github.com/privatenumber/pkgroll.git", + "ssh_url": "git@github.com:privatenumber/pkgroll.git", + "clone_url": "https://github.com/privatenumber/pkgroll.git", + "homepage": "", + "stargazers_count": 1117, + "watchers_count": 1117, "language": "TypeScript", "topics": [ - "launch-week", - "nextjs", - "open-source", - "oss", - "redis", - "typescript" + "bundler", + "cjs", + "commonjs", + "declaration", + "dts", + "esm", + "exports", + "javascript", + "noconfig", + "nodejs", + "rollup", + "typescript", + "zero-config" ] }, { - "id": 500289888, - "node_id": "R_kgDOHdHRYA", - "name": "formbricks", - "full_name": "formbricks/formbricks", + "id": 3329923, + "node_id": "MDEwOlJlcG9zaXRvcnkzMzI5OTIz", + "name": "helmet", + "full_name": "helmetjs/helmet", "owner": { - "login": "formbricks", - "id": 105877416, - "avatar_url": "https://avatars.githubusercontent.com/u/105877416?v=4", - "url": "https://api.github.com/users/formbricks", - "html_url": "https://github.com/formbricks" + "login": "helmetjs", + "id": 8338613, + "avatar_url": "https://avatars.githubusercontent.com/u/8338613?v=4", + "url": "https://api.github.com/users/helmetjs", + "html_url": "https://github.com/helmetjs" }, - "html_url": "https://github.com/formbricks/formbricks", - "description": "Open Source Survey Platform", - "url": "https://api.github.com/repos/formbricks/formbricks", - "languages_url": "https://api.github.com/repos/formbricks/formbricks/languages", - "created_at": "2022-06-06T04:25:21Z", - "updated_at": "2024-09-07T17:33:59Z", - "git_url": "git://github.com/formbricks/formbricks.git", - "ssh_url": "git@github.com:formbricks/formbricks.git", - "clone_url": "https://github.com/formbricks/formbricks.git", - "homepage": "https://formbricks.com", - "stargazers_count": 6503, - "watchers_count": 6503, + "html_url": "https://github.com/helmetjs/helmet", + "description": "Help secure Express apps with various HTTP headers", + "url": "https://api.github.com/repos/helmetjs/helmet", + "languages_url": "https://api.github.com/repos/helmetjs/helmet/languages", + "created_at": "2012-02-01T22:54:45Z", + "updated_at": "2024-09-07T17:24:52Z", + "git_url": "git://github.com/helmetjs/helmet.git", + "ssh_url": "git@github.com:helmetjs/helmet.git", + "clone_url": "https://github.com/helmetjs/helmet.git", + "homepage": "https://helmetjs.github.io/", + "stargazers_count": 10174, + "watchers_count": 10174, "language": "TypeScript", "topics": [ - "experience-management", - "form", - "forms", - "hacktoberfest", - "nextjs", - "open-source", - "react", - "reactjs", - "survey", - "survey-analysis", - "survey-data", - "survey-form", - "surveys", - "tailwindcss", - "turborepo", - "typeform", - "typescript", - "xm" + "helmet", + "http-headers", + "javascript", + "middleware", + "security" ] }, { - "id": 35030133, - "node_id": "MDEwOlJlcG9zaXRvcnkzNTAzMDEzMw==", - "name": "owid-grapher", - "full_name": "owid/owid-grapher", + "id": 512054512, + "node_id": "R_kgDOHoVU8A", + "name": "example-ts-cli", + "full_name": "TerribleDev/example-ts-cli", "owner": { - "login": "owid", - "id": 14187135, - "avatar_url": "https://avatars.githubusercontent.com/u/14187135?v=4", - "url": "https://api.github.com/users/owid", - "html_url": "https://github.com/owid" + "login": "TerribleDev", + "id": 3459800, + "avatar_url": "https://avatars.githubusercontent.com/u/3459800?v=4", + "url": "https://api.github.com/users/TerribleDev", + "html_url": "https://github.com/TerribleDev" }, - "html_url": "https://github.com/owid/owid-grapher", - "description": "A platform for creating interactive data visualizations", - "url": "https://api.github.com/repos/owid/owid-grapher", - "languages_url": "https://api.github.com/repos/owid/owid-grapher/languages", - "created_at": "2015-05-04T11:06:48Z", - "updated_at": "2024-09-06T22:11:57Z", - "git_url": "git://github.com/owid/owid-grapher.git", - "ssh_url": "git@github.com:owid/owid-grapher.git", - "clone_url": "https://github.com/owid/owid-grapher.git", - "homepage": "https://ourworldindata.org", - "stargazers_count": 1363, - "watchers_count": 1363, + "html_url": "https://github.com/TerribleDev/example-ts-cli", + "description": "An example repo of a CLI built with typescript, esbuild, commander, and ora", + "url": "https://api.github.com/repos/TerribleDev/example-ts-cli", + "languages_url": "https://api.github.com/repos/TerribleDev/example-ts-cli/languages", + "created_at": "2022-07-09T00:03:59Z", + "updated_at": "2023-11-23T08:01:54Z", + "git_url": "git://github.com/TerribleDev/example-ts-cli.git", + "ssh_url": "git@github.com:TerribleDev/example-ts-cli.git", + "clone_url": "https://github.com/TerribleDev/example-ts-cli.git", + "homepage": null, + "stargazers_count": 5, + "watchers_count": 5, "language": "TypeScript", - "topics": [ - "data-visualization", - "react", - "typescript" - ] + "topics": [] }, { - "id": 12256376, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjI1NjM3Ng==", - "name": "ionic-framework", - "full_name": "ionic-team/ionic-framework", + "id": 470318046, + "node_id": "R_kgDOHAh73g", + "name": "tsx", + "full_name": "privatenumber/tsx", "owner": { - "login": "ionic-team", - "id": 3171503, - "avatar_url": "https://avatars.githubusercontent.com/u/3171503?v=4", - "url": "https://api.github.com/users/ionic-team", - "html_url": "https://github.com/ionic-team" + "login": "privatenumber", + "id": 1075694, + "avatar_url": "https://avatars.githubusercontent.com/u/1075694?v=4", + "url": "https://api.github.com/users/privatenumber", + "html_url": "https://github.com/privatenumber" }, - "html_url": "https://github.com/ionic-team/ionic-framework", - "description": "A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.", - "url": "https://api.github.com/repos/ionic-team/ionic-framework", - "languages_url": "https://api.github.com/repos/ionic-team/ionic-framework/languages", - "created_at": "2013-08-20T23:06:02Z", - "updated_at": "2024-09-07T20:48:56Z", - "git_url": "git://github.com/ionic-team/ionic-framework.git", - "ssh_url": "git@github.com:ionic-team/ionic-framework.git", - "clone_url": "https://github.com/ionic-team/ionic-framework.git", - "homepage": "https://ionicframework.com", - "stargazers_count": 50891, - "watchers_count": 50891, + "html_url": "https://github.com/privatenumber/tsx", + "description": "⚡️ TypeScript Execute | The easiest way to run TypeScript in Node.js", + "url": "https://api.github.com/repos/privatenumber/tsx", + "languages_url": "https://api.github.com/repos/privatenumber/tsx/languages", + "created_at": "2022-03-15T20:15:42Z", + "updated_at": "2024-09-08T09:30:32Z", + "git_url": "git://github.com/privatenumber/tsx.git", + "ssh_url": "git@github.com:privatenumber/tsx.git", + "clone_url": "https://github.com/privatenumber/tsx.git", + "homepage": "https://tsx.is", + "stargazers_count": 9237, + "watchers_count": 9237, "language": "TypeScript", "topics": [ - "angular", - "capacitor", - "framework", - "frontend", - "ionic", - "ios", - "javascript", - "material-design", - "mobile", - "pwa", - "react", - "stencil", - "stenciljs", + "cli", + "esbuild", + "esm", + "loader", + "node", + "runtime", "typescript", - "vue", - "web", - "webcomponents" + "watch" ] }, { - "id": 620436206, - "node_id": "R_kgDOJPsa7g", - "name": "react-hook-form-chakra", - "full_name": "crhistianramirez/react-hook-form-chakra", + "id": 519922020, + "node_id": "R_kgDOHv1hZA", + "name": "typescript-monorepo", + "full_name": "jordaaash/typescript-monorepo", "owner": { - "login": "crhistianramirez", - "id": 16483662, - "avatar_url": "https://avatars.githubusercontent.com/u/16483662?v=4", - "url": "https://api.github.com/users/crhistianramirez", - "html_url": "https://github.com/crhistianramirez" + "login": "jordaaash", + "id": 1173161, + "avatar_url": "https://avatars.githubusercontent.com/u/1173161?v=4", + "url": "https://api.github.com/users/jordaaash", + "html_url": "https://github.com/jordaaash" }, - "html_url": "https://github.com/crhistianramirez/react-hook-form-chakra", - "description": "Chakra UI bindings for react-hook-form", - "url": "https://api.github.com/repos/crhistianramirez/react-hook-form-chakra", - "languages_url": "https://api.github.com/repos/crhistianramirez/react-hook-form-chakra/languages", - "created_at": "2023-03-28T17:17:20Z", - "updated_at": "2024-07-23T14:24:00Z", - "git_url": "git://github.com/crhistianramirez/react-hook-form-chakra.git", - "ssh_url": "git@github.com:crhistianramirez/react-hook-form-chakra.git", - "clone_url": "https://github.com/crhistianramirez/react-hook-form-chakra.git", - "homepage": null, - "stargazers_count": 21, - "watchers_count": 21, + "html_url": "https://github.com/jordaaash/typescript-monorepo", + "description": "A minimal, fast monorepo template for TypeScript (and React) projects with hot module reloading", + "url": "https://api.github.com/repos/jordaaash/typescript-monorepo", + "languages_url": "https://api.github.com/repos/jordaaash/typescript-monorepo/languages", + "created_at": "2022-08-01T00:56:34Z", + "updated_at": "2024-09-06T15:46:56Z", + "git_url": "git://github.com/jordaaash/typescript-monorepo.git", + "ssh_url": "git@github.com:jordaaash/typescript-monorepo.git", + "clone_url": "https://github.com/jordaaash/typescript-monorepo.git", + "homepage": "", + "stargazers_count": 32, + "watchers_count": 32, "language": "TypeScript", "topics": [] }, { - "id": 529708137, - "node_id": "R_kgDOH5K0aQ", - "name": "dub", - "full_name": "dubinc/dub", + "id": 360522116, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjA1MjIxMTY=", + "name": "nextui", + "full_name": "nextui-org/nextui", "owner": { - "login": "dubinc", - "id": 153106492, - "avatar_url": "https://avatars.githubusercontent.com/u/153106492?v=4", - "url": "https://api.github.com/users/dubinc", - "html_url": "https://github.com/dubinc" + "login": "nextui-org", + "id": 86160567, + "avatar_url": "https://avatars.githubusercontent.com/u/86160567?v=4", + "url": "https://api.github.com/users/nextui-org", + "html_url": "https://github.com/nextui-org" }, - "html_url": "https://github.com/dubinc/dub", - "description": "Open-source link management infrastructure. Loved by modern marketing teams like Vercel, Raycast, and Perplexity.", - "url": "https://api.github.com/repos/dubinc/dub", - "languages_url": "https://api.github.com/repos/dubinc/dub/languages", - "created_at": "2022-08-27T22:15:11Z", - "updated_at": "2024-09-07T21:40:14Z", - "git_url": "git://github.com/dubinc/dub.git", - "ssh_url": "git@github.com:dubinc/dub.git", - "clone_url": "https://github.com/dubinc/dub.git", - "homepage": "https://dub.co", - "stargazers_count": 17495, - "watchers_count": 17495, + "html_url": "https://github.com/nextui-org/nextui", + "description": "🚀 Beautiful, fast and modern React UI library.", + "url": "https://api.github.com/repos/nextui-org/nextui", + "languages_url": "https://api.github.com/repos/nextui-org/nextui/languages", + "created_at": "2021-04-22T13:06:23Z", + "updated_at": "2024-09-08T11:53:52Z", + "git_url": "git://github.com/nextui-org/nextui.git", + "ssh_url": "git@github.com:nextui-org/nextui.git", + "clone_url": "https://github.com/nextui-org/nextui.git", + "homepage": "https://nextui.org", + "stargazers_count": 21330, + "watchers_count": 21330, "language": "TypeScript", "topics": [ - "clickhouse", - "mysql", - "next-auth", - "nextjs", - "open-source", - "planetscale", - "prisma", - "tailwindcss", - "tinybird", - "turborepo", - "typescript", - "upstash", - "vercel" + "component-library", + "components", + "library", + "reactjs" ] }, { - "id": 399610123, - "node_id": "MDEwOlJlcG9zaXRvcnkzOTk2MTAxMjM=", - "name": "embed-table", - "full_name": "TreeFarmer/embed-table", + "id": 342041715, + "node_id": "MDEwOlJlcG9zaXRvcnkzNDIwNDE3MTU=", + "name": "zod-to-json-schema", + "full_name": "StefanTerdell/zod-to-json-schema", "owner": { - "login": "TreeFarmer", - "id": 87222986, - "avatar_url": "https://avatars.githubusercontent.com/u/87222986?v=4", - "url": "https://api.github.com/users/TreeFarmer", - "html_url": "https://github.com/TreeFarmer" + "login": "StefanTerdell", + "id": 35991746, + "avatar_url": "https://avatars.githubusercontent.com/u/35991746?v=4", + "url": "https://api.github.com/users/StefanTerdell", + "html_url": "https://github.com/StefanTerdell" }, - "html_url": "https://github.com/TreeFarmer/embed-table", - "description": "Easily make nice looking text tables for Discord's embed fields and descriptions.", - "url": "https://api.github.com/repos/TreeFarmer/embed-table", - "languages_url": "https://api.github.com/repos/TreeFarmer/embed-table/languages", - "created_at": "2021-08-24T21:33:00Z", - "updated_at": "2024-05-08T03:45:30Z", - "git_url": "git://github.com/TreeFarmer/embed-table.git", - "ssh_url": "git@github.com:TreeFarmer/embed-table.git", - "clone_url": "https://github.com/TreeFarmer/embed-table.git", - "homepage": "https://www.npmjs.com/package/embed-table", - "stargazers_count": 12, - "watchers_count": 12, + "html_url": "https://github.com/StefanTerdell/zod-to-json-schema", + "description": "Converts Zod schemas to Json schemas", + "url": "https://api.github.com/repos/StefanTerdell/zod-to-json-schema", + "languages_url": "https://api.github.com/repos/StefanTerdell/zod-to-json-schema/languages", + "created_at": "2021-02-24T21:33:57Z", + "updated_at": "2024-09-07T15:13:26Z", + "git_url": "git://github.com/StefanTerdell/zod-to-json-schema.git", + "ssh_url": "git@github.com:StefanTerdell/zod-to-json-schema.git", + "clone_url": "https://github.com/StefanTerdell/zod-to-json-schema.git", + "homepage": "", + "stargazers_count": 854, + "watchers_count": 854, "language": "TypeScript", "topics": [ - "discord", - "discordjs", - "messageembed", - "table" + "json-schema", + "zod" ] }, { - "id": 516331746, - "node_id": "R_kgDOHsaY4g", - "name": "next-compute-js", - "full_name": "fastly/next-compute-js", + "id": 644686905, + "node_id": "R_kgDOJm0kOQ", + "name": "continue", + "full_name": "continuedev/continue", "owner": { - "login": "fastly", - "id": 777070, - "avatar_url": "https://avatars.githubusercontent.com/u/777070?v=4", - "url": "https://api.github.com/users/fastly", - "html_url": "https://github.com/fastly" + "login": "continuedev", + "id": 127876214, + "avatar_url": "https://avatars.githubusercontent.com/u/127876214?v=4", + "url": "https://api.github.com/users/continuedev", + "html_url": "https://github.com/continuedev" }, - "html_url": "https://github.com/fastly/next-compute-js", - "description": "Run Next.js on Fastly Compute", - "url": "https://api.github.com/repos/fastly/next-compute-js", - "languages_url": "https://api.github.com/repos/fastly/next-compute-js/languages", - "created_at": "2022-07-21T10:49:04Z", - "updated_at": "2024-07-17T20:31:32Z", - "git_url": "git://github.com/fastly/next-compute-js.git", - "ssh_url": "git@github.com:fastly/next-compute-js.git", - "clone_url": "https://github.com/fastly/next-compute-js.git", - "homepage": "", - "stargazers_count": 73, - "watchers_count": 73, + "html_url": "https://github.com/continuedev/continue", + "description": "⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains", + "url": "https://api.github.com/repos/continuedev/continue", + "languages_url": "https://api.github.com/repos/continuedev/continue/languages", + "created_at": "2023-05-24T03:39:39Z", + "updated_at": "2024-09-08T11:07:51Z", + "git_url": "git://github.com/continuedev/continue.git", + "ssh_url": "git@github.com:continuedev/continue.git", + "clone_url": "https://github.com/continuedev/continue.git", + "homepage": "https://docs.continue.dev/", + "stargazers_count": 15468, + "watchers_count": 15468, "language": "TypeScript", "topics": [ - "compute-library", - "fastly-oss-tier1" + "ai", + "chatgpt", + "copilot", + "developer-tools", + "intellij", + "jetbrains", + "llm", + "open-source", + "openai", + "pycharm", + "software-development", + "visual-studio-code", + "vscode" ] }, { - "id": 479515560, - "node_id": "R_kgDOHJTTqA", - "name": "counterfact", - "full_name": "pmcelhaney/counterfact", + "id": 236095576, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzYwOTU1NzY=", + "name": "backstage", + "full_name": "backstage/backstage", "owner": { - "login": "pmcelhaney", - "id": 51504, - "avatar_url": "https://avatars.githubusercontent.com/u/51504?v=4", - "url": "https://api.github.com/users/pmcelhaney", - "html_url": "https://github.com/pmcelhaney" + "login": "backstage", + "id": 72526453, + "avatar_url": "https://avatars.githubusercontent.com/u/72526453?v=4", + "url": "https://api.github.com/users/backstage", + "html_url": "https://github.com/backstage" }, - "html_url": "https://github.com/pmcelhaney/counterfact", - "description": "OpenAPI / Swagger to TypeScript generator and mock server", - "url": "https://api.github.com/repos/pmcelhaney/counterfact", - "languages_url": "https://api.github.com/repos/pmcelhaney/counterfact/languages", - "created_at": "2022-04-08T19:32:15Z", - "updated_at": "2024-09-07T13:01:23Z", - "git_url": "git://github.com/pmcelhaney/counterfact.git", - "ssh_url": "git@github.com:pmcelhaney/counterfact.git", - "clone_url": "https://github.com/pmcelhaney/counterfact.git", + "html_url": "https://github.com/backstage/backstage", + "description": "Backstage is an open framework for building developer portals", + "url": "https://api.github.com/repos/backstage/backstage", + "languages_url": "https://api.github.com/repos/backstage/backstage/languages", + "created_at": "2020-01-24T22:39:49Z", + "updated_at": "2024-09-08T11:45:12Z", + "git_url": "git://github.com/backstage/backstage.git", + "ssh_url": "git@github.com:backstage/backstage.git", + "clone_url": "https://github.com/backstage/backstage.git", + "homepage": "https://backstage.io/", + "stargazers_count": 27476, + "watchers_count": 27476, + "language": "TypeScript", + "topics": [ + "backstage", + "cncf", + "developer-experience", + "developer-portal", + "dx", + "infrastructure", + "microservices", + "self-service-portal" + ] + }, + { + "id": 643558250, + "node_id": "R_kgDOJlvrag", + "name": "zodios-stack", + "full_name": "CarlosZiegler/zodios-stack", + "owner": { + "login": "CarlosZiegler", + "id": 38855507, + "avatar_url": "https://avatars.githubusercontent.com/u/38855507?v=4", + "url": "https://api.github.com/users/CarlosZiegler", + "html_url": "https://github.com/CarlosZiegler" + }, + "html_url": "https://github.com/CarlosZiegler/zodios-stack", + "description": null, + "url": "https://api.github.com/repos/CarlosZiegler/zodios-stack", + "languages_url": "https://api.github.com/repos/CarlosZiegler/zodios-stack/languages", + "created_at": "2023-05-21T14:47:07Z", + "updated_at": "2024-04-26T05:33:34Z", + "git_url": "git://github.com/CarlosZiegler/zodios-stack.git", + "ssh_url": "git@github.com:CarlosZiegler/zodios-stack.git", + "clone_url": "https://github.com/CarlosZiegler/zodios-stack.git", + "homepage": null, + "stargazers_count": 19, + "watchers_count": 19, + "language": "TypeScript", + "topics": [] + }, + { + "id": 577179642, + "node_id": "R_kgDOImcP-g", + "name": "zod-express-openapi-routes", + "full_name": "lzehrung/zod-express-openapi-routes", + "owner": { + "login": "lzehrung", + "id": 924226, + "avatar_url": "https://avatars.githubusercontent.com/u/924226?v=4", + "url": "https://api.github.com/users/lzehrung", + "html_url": "https://github.com/lzehrung" + }, + "html_url": "https://github.com/lzehrung/zod-express-openapi-routes", + "description": "POC for cozy API validation, typing, and OpenAPI/swagger schema generation with Zod and Express", + "url": "https://api.github.com/repos/lzehrung/zod-express-openapi-routes", + "languages_url": "https://api.github.com/repos/lzehrung/zod-express-openapi-routes/languages", + "created_at": "2022-12-12T06:37:15Z", + "updated_at": "2024-06-30T04:50:22Z", + "git_url": "git://github.com/lzehrung/zod-express-openapi-routes.git", + "ssh_url": "git@github.com:lzehrung/zod-express-openapi-routes.git", + "clone_url": "https://github.com/lzehrung/zod-express-openapi-routes.git", "homepage": "", - "stargazers_count": 98, - "watchers_count": 98, + "stargazers_count": 6, + "watchers_count": 6, "language": "TypeScript", "topics": [ - "front-end-development", - "mock-server", + "api", + "api-routes", + "documentation-as-code", + "express", + "nodejs", "openapi", "openapi3", "swagger", - "typescript" + "typescript", + "validation", + "zod" ] }, { - "id": 585146387, - "node_id": "R_kgDOIuCgEw", - "name": "ui", - "full_name": "shadcn-ui/ui", + "id": 629679746, + "node_id": "R_kgDOJYgmgg", + "name": "zocker", + "full_name": "LorisSigrist/zocker", "owner": { - "login": "shadcn-ui", - "id": 139895814, - "avatar_url": "https://avatars.githubusercontent.com/u/139895814?v=4", - "url": "https://api.github.com/users/shadcn-ui", - "html_url": "https://github.com/shadcn-ui" + "login": "LorisSigrist", + "id": 43482866, + "avatar_url": "https://avatars.githubusercontent.com/u/43482866?v=4", + "url": "https://api.github.com/users/LorisSigrist", + "html_url": "https://github.com/LorisSigrist" }, - "html_url": "https://github.com/shadcn-ui/ui", - "description": "Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.", - "url": "https://api.github.com/repos/shadcn-ui/ui", - "languages_url": "https://api.github.com/repos/shadcn-ui/ui/languages", - "created_at": "2023-01-04T12:43:27Z", - "updated_at": "2024-09-07T22:53:26Z", - "git_url": "git://github.com/shadcn-ui/ui.git", - "ssh_url": "git@github.com:shadcn-ui/ui.git", - "clone_url": "https://github.com/shadcn-ui/ui.git", - "homepage": "https://ui.shadcn.com", - "stargazers_count": 68493, - "watchers_count": 68493, + "html_url": "https://github.com/LorisSigrist/zocker", + "description": "Generate realistic mock-data from your `zod` schemas", + "url": "https://api.github.com/repos/LorisSigrist/zocker", + "languages_url": "https://api.github.com/repos/LorisSigrist/zocker/languages", + "created_at": "2023-04-18T20:05:52Z", + "updated_at": "2024-08-29T07:08:19Z", + "git_url": "git://github.com/LorisSigrist/zocker.git", + "ssh_url": "git@github.com:LorisSigrist/zocker.git", + "clone_url": "https://github.com/LorisSigrist/zocker.git", + "homepage": "http://zocker.sigrist.dev/", + "stargazers_count": 26, + "watchers_count": 26, "language": "TypeScript", "topics": [ - "components", - "nextjs", - "radix-ui", - "react", - "tailwindcss", - "ui" + "mock", + "zod" ] }, { - "id": 572570113, - "node_id": "R_kgDOIiC6AQ", - "name": "trigger.dev", - "full_name": "triggerdotdev/trigger.dev", + "id": 438384984, + "node_id": "R_kgDOGiE5WA", + "name": "hono", + "full_name": "honojs/hono", "owner": { - "login": "triggerdotdev", - "id": 95297378, - "avatar_url": "https://avatars.githubusercontent.com/u/95297378?v=4", - "url": "https://api.github.com/users/triggerdotdev", - "html_url": "https://github.com/triggerdotdev" + "login": "honojs", + "id": 98495527, + "avatar_url": "https://avatars.githubusercontent.com/u/98495527?v=4", + "url": "https://api.github.com/users/honojs", + "html_url": "https://github.com/honojs" }, - "html_url": "https://github.com/triggerdotdev/trigger.dev", - "description": "Trigger.dev is the open source background jobs platform.", - "url": "https://api.github.com/repos/triggerdotdev/trigger.dev", - "languages_url": "https://api.github.com/repos/triggerdotdev/trigger.dev/languages", - "created_at": "2022-11-30T14:59:07Z", - "updated_at": "2024-09-08T00:17:55Z", - "git_url": "git://github.com/triggerdotdev/trigger.dev.git", - "ssh_url": "git@github.com:triggerdotdev/trigger.dev.git", - "clone_url": "https://github.com/triggerdotdev/trigger.dev.git", - "homepage": "https://trigger.dev/changelog", - "stargazers_count": 8352, - "watchers_count": 8352, + "html_url": "https://github.com/honojs/hono", + "description": "Web framework built on Web Standards", + "url": "https://api.github.com/repos/honojs/hono", + "languages_url": "https://api.github.com/repos/honojs/hono/languages", + "created_at": "2021-12-14T20:05:30Z", + "updated_at": "2024-09-08T11:34:36Z", + "git_url": "git://github.com/honojs/hono.git", + "ssh_url": "git@github.com:honojs/hono.git", + "clone_url": "https://github.com/honojs/hono.git", + "homepage": "https://hono.dev", + "stargazers_count": 18323, + "watchers_count": 18323, "language": "TypeScript", "topics": [ - "automation", - "background-jobs", - "events", - "integrations", - "nextjs", - "orchestration", - "scheduler", - "serverless" + "aws-lambda", + "bun", + "cloudflare", + "cloudflare-workers", + "deno", + "npm", + "router", + "typescript", + "web-framework" ] }, { - "id": 657054265, - "node_id": "R_kgDOJynaOQ", - "name": "solana-nextjs-starter", - "full_name": "trankhacvy/solana-nextjs-starter", + "id": 618137141, + "node_id": "R_kgDOJNgGNQ", + "name": "guesser", + "full_name": "ShooTeX/guesser", "owner": { - "login": "trankhacvy", - "id": 8068926, - "avatar_url": "https://avatars.githubusercontent.com/u/8068926?v=4", - "url": "https://api.github.com/users/trankhacvy", - "html_url": "https://github.com/trankhacvy" + "login": "ShooTeX", + "id": 10850738, + "avatar_url": "https://avatars.githubusercontent.com/u/10850738?v=4", + "url": "https://api.github.com/users/ShooTeX", + "html_url": "https://github.com/ShooTeX" }, - "html_url": "https://github.com/trankhacvy/solana-nextjs-starter", - "description": "A Solana-powered Next.js boilerplate app for building efficient and scalable web applications.", - "url": "https://api.github.com/repos/trankhacvy/solana-nextjs-starter", - "languages_url": "https://api.github.com/repos/trankhacvy/solana-nextjs-starter/languages", - "created_at": "2023-06-22T08:06:43Z", - "updated_at": "2024-08-29T02:10:29Z", - "git_url": "git://github.com/trankhacvy/solana-nextjs-starter.git", - "ssh_url": "git@github.com:trankhacvy/solana-nextjs-starter.git", - "clone_url": "https://github.com/trankhacvy/solana-nextjs-starter.git", - "homepage": "https://solnext.vercel.app", - "stargazers_count": 22, - "watchers_count": 22, + "html_url": "https://github.com/ShooTeX/guesser", + "description": "The Guesser Framework", + "url": "https://api.github.com/repos/ShooTeX/guesser", + "languages_url": "https://api.github.com/repos/ShooTeX/guesser/languages", + "created_at": "2023-03-23T20:38:33Z", + "updated_at": "2023-12-19T03:09:07Z", + "git_url": "git://github.com/ShooTeX/guesser.git", + "ssh_url": "git@github.com:ShooTeX/guesser.git", + "clone_url": "https://github.com/ShooTeX/guesser.git", + "homepage": "https://guesser.stx.wtf", + "stargazers_count": 4, + "watchers_count": 4, "language": "TypeScript", "topics": [ - "boilerplate", - "next-boilerplate", + "clerk", + "drizzle", + "fastify", + "game", "nextjs", - "radix-ui", - "solana", - "solana-boilerplate", - "tailwindcss" + "planetscale", + "react", + "reactjs", + "roxcodes", + "shadcn-ui", + "tailwindcss", + "trpc", + "turborepo", + "typescript", + "vercel", + "websocket", + "xstate", + "zod", + "zodios" ] }, { - "id": 679020375, - "node_id": "R_kgDOKHkHVw", - "name": "cnft-solana-scripts", - "full_name": "painedpineapple/cnft-solana-scripts", + "id": 469882687, + "node_id": "R_kgDOHAHXPw", + "name": "composable-functions", + "full_name": "seasonedcc/composable-functions", "owner": { - "login": "painedpineapple", - "id": 5152553, - "avatar_url": "https://avatars.githubusercontent.com/u/5152553?v=4", - "url": "https://api.github.com/users/painedpineapple", - "html_url": "https://github.com/painedpineapple" + "login": "seasonedcc", + "id": 33913103, + "avatar_url": "https://avatars.githubusercontent.com/u/33913103?v=4", + "url": "https://api.github.com/users/seasonedcc", + "html_url": "https://github.com/seasonedcc" }, - "html_url": "https://github.com/painedpineapple/cnft-solana-scripts", - "description": null, - "url": "https://api.github.com/repos/painedpineapple/cnft-solana-scripts", - "languages_url": "https://api.github.com/repos/painedpineapple/cnft-solana-scripts/languages", - "created_at": "2023-08-15T23:40:37Z", - "updated_at": "2024-01-19T09:09:27Z", - "git_url": "git://github.com/painedpineapple/cnft-solana-scripts.git", - "ssh_url": "git@github.com:painedpineapple/cnft-solana-scripts.git", - "clone_url": "https://github.com/painedpineapple/cnft-solana-scripts.git", - "homepage": null, - "stargazers_count": 2, - "watchers_count": 2, + "html_url": "https://github.com/seasonedcc/composable-functions", + "description": "Types and functions to make composition easy and safe", + "url": "https://api.github.com/repos/seasonedcc/composable-functions", + "languages_url": "https://api.github.com/repos/seasonedcc/composable-functions/languages", + "created_at": "2022-03-14T19:48:57Z", + "updated_at": "2024-09-03T15:25:57Z", + "git_url": "git://github.com/seasonedcc/composable-functions.git", + "ssh_url": "git@github.com:seasonedcc/composable-functions.git", + "clone_url": "https://github.com/seasonedcc/composable-functions.git", + "homepage": "", + "stargazers_count": 649, + "watchers_count": 649, "language": "TypeScript", "topics": [] }, { - "id": 650818411, - "node_id": "R_kgDOJsqzaw", - "name": "compressed-bananas", - "full_name": "qudo-code/compressed-bananas", + "id": 116039029, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYwMzkwMjk=", + "name": "styled-window-portal", + "full_name": "Briggybros/styled-window-portal", "owner": { - "login": "qudo-code", - "id": 59782726, - "avatar_url": "https://avatars.githubusercontent.com/u/59782726?v=4", - "url": "https://api.github.com/users/qudo-code", - "html_url": "https://github.com/qudo-code" + "login": "Briggybros", + "id": 1301924, + "avatar_url": "https://avatars.githubusercontent.com/u/1301924?v=4", + "url": "https://api.github.com/users/Briggybros", + "html_url": "https://github.com/Briggybros" }, - "html_url": "https://github.com/qudo-code/compressed-bananas", - "description": null, - "url": "https://api.github.com/repos/qudo-code/compressed-bananas", - "languages_url": "https://api.github.com/repos/qudo-code/compressed-bananas/languages", - "created_at": "2023-06-07T21:58:19Z", - "updated_at": "2024-07-27T17:27:10Z", - "git_url": "git://github.com/qudo-code/compressed-bananas.git", - "ssh_url": "git@github.com:qudo-code/compressed-bananas.git", - "clone_url": "https://github.com/qudo-code/compressed-bananas.git", - "homepage": "https://cbananas.com", - "stargazers_count": 2, - "watchers_count": 2, + "html_url": "https://github.com/Briggybros/styled-window-portal", + "description": "A react portal which creates a new window and supports styled-components", + "url": "https://api.github.com/repos/Briggybros/styled-window-portal", + "languages_url": "https://api.github.com/repos/Briggybros/styled-window-portal/languages", + "created_at": "2018-01-02T17:14:47Z", + "updated_at": "2023-10-21T06:07:08Z", + "git_url": "git://github.com/Briggybros/styled-window-portal.git", + "ssh_url": "git@github.com:Briggybros/styled-window-portal.git", + "clone_url": "https://github.com/Briggybros/styled-window-portal.git", + "homepage": null, + "stargazers_count": 9, + "watchers_count": 9, "language": "TypeScript", "topics": [] }, { - "id": 592607467, - "node_id": "R_kgDOI1J46w", - "name": "helius-sdk", - "full_name": "helius-labs/helius-sdk", + "id": 367584763, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjc1ODQ3NjM=", + "name": "react-new-improved-window", + "full_name": "RyanNerd/react-new-improved-window", "owner": { - "login": "helius-labs", - "id": 107892413, - "avatar_url": "https://avatars.githubusercontent.com/u/107892413?v=4", - "url": "https://api.github.com/users/helius-labs", - "html_url": "https://github.com/helius-labs" + "login": "RyanNerd", + "id": 10543911, + "avatar_url": "https://avatars.githubusercontent.com/u/10543911?v=4", + "url": "https://api.github.com/users/RyanNerd", + "html_url": "https://github.com/RyanNerd" }, - "html_url": "https://github.com/helius-labs/helius-sdk", - "description": null, - "url": "https://api.github.com/repos/helius-labs/helius-sdk", - "languages_url": "https://api.github.com/repos/helius-labs/helius-sdk/languages", - "created_at": "2023-01-24T05:19:34Z", - "updated_at": "2024-09-03T15:25:40Z", - "git_url": "git://github.com/helius-labs/helius-sdk.git", - "ssh_url": "git@github.com:helius-labs/helius-sdk.git", - "clone_url": "https://github.com/helius-labs/helius-sdk.git", + "html_url": "https://github.com/RyanNerd/react-new-improved-window", + "description": "React New and Improved Window popup using the window.open API", + "url": "https://api.github.com/repos/RyanNerd/react-new-improved-window", + "languages_url": "https://api.github.com/repos/RyanNerd/react-new-improved-window/languages", + "created_at": "2021-05-15T09:01:38Z", + "updated_at": "2024-05-06T11:38:24Z", + "git_url": "git://github.com/RyanNerd/react-new-improved-window.git", + "ssh_url": "git@github.com:RyanNerd/react-new-improved-window.git", + "clone_url": "https://github.com/RyanNerd/react-new-improved-window.git", "homepage": null, - "stargazers_count": 123, - "watchers_count": 123, + "stargazers_count": 11, + "watchers_count": 11, "language": "TypeScript", "topics": [] }, { - "id": 618113024, - "node_id": "R_kgDOJNeoAA", - "name": "compressed-nfts", - "full_name": "solana-developers/compressed-nfts", + "id": 280584529, + "node_id": "MDEwOlJlcG9zaXRvcnkyODA1ODQ1Mjk=", + "name": "quillforms", + "full_name": "quillforms/quillforms", "owner": { - "login": "solana-developers", - "id": 93691676, - "avatar_url": "https://avatars.githubusercontent.com/u/93691676?v=4", - "url": "https://api.github.com/users/solana-developers", - "html_url": "https://github.com/solana-developers" + "login": "quillforms", + "id": 65378431, + "avatar_url": "https://avatars.githubusercontent.com/u/65378431?v=4", + "url": "https://api.github.com/users/quillforms", + "html_url": "https://github.com/quillforms" }, - "html_url": "https://github.com/solana-developers/compressed-nfts", - "description": "Example code to use compressed NFTs (using state compression) on Solana", - "url": "https://api.github.com/repos/solana-developers/compressed-nfts", - "languages_url": "https://api.github.com/repos/solana-developers/compressed-nfts/languages", - "created_at": "2023-03-23T19:27:12Z", - "updated_at": "2024-08-01T03:26:43Z", - "git_url": "git://github.com/solana-developers/compressed-nfts.git", - "ssh_url": "git@github.com:solana-developers/compressed-nfts.git", - "clone_url": "https://github.com/solana-developers/compressed-nfts.git", - "homepage": "", - "stargazers_count": 118, - "watchers_count": 118, + "html_url": "https://github.com/quillforms/quillforms", + "description": "Open Source TypeForm Alternative Based on React JS and Typescript | Best Typeform Clone | Conversational Multi Step Form ", + "url": "https://api.github.com/repos/quillforms/quillforms", + "languages_url": "https://api.github.com/repos/quillforms/quillforms/languages", + "created_at": "2020-07-18T04:54:40Z", + "updated_at": "2024-09-05T22:16:36Z", + "git_url": "git://github.com/quillforms/quillforms.git", + "ssh_url": "git@github.com:quillforms/quillforms.git", + "clone_url": "https://github.com/quillforms/quillforms.git", + "homepage": "https://www.quillforms.com", + "stargazers_count": 445, + "watchers_count": 445, "language": "TypeScript", "topics": [ - "compressed-nfts", - "compression", - "metaplex", - "nfts", - "solana", - "state-compression" + "conversational-forms", + "conversational-forms-wordpress", + "free-typeform-alternative", + "multi-step-form", + "multi-step-form-wordpress", + "multistep-react-form", + "open-source-typeform-alternative", + "open-source-typeform-clone", + "react", + "react-quiz", + "react-survey", + "typeform", + "typeform-alternative", + "typeform-alternatives", + "typeform-clone", + "typeform-open-source", + "typeform-plugin", + "typeform-react", + "typeform-wordpress", + "typeform-wordpress-plugin" ] }, { - "id": 668930319, - "node_id": "R_kgDOJ98RDw", - "name": "governance-ui", - "full_name": "hauchu1998/governance-ui", + "id": 196436998, + "node_id": "MDEwOlJlcG9zaXRvcnkxOTY0MzY5OTg=", + "name": "ohmyform", + "full_name": "ohmyform/ohmyform", "owner": { - "login": "hauchu1998", - "id": 100332919, - "avatar_url": "https://avatars.githubusercontent.com/u/100332919?v=4", - "url": "https://api.github.com/users/hauchu1998", - "html_url": "https://github.com/hauchu1998" + "login": "ohmyform", + "id": 52511516, + "avatar_url": "https://avatars.githubusercontent.com/u/52511516?v=4", + "url": "https://api.github.com/users/ohmyform", + "html_url": "https://github.com/ohmyform" }, - "html_url": "https://github.com/hauchu1998/governance-ui", - "description": null, - "url": "https://api.github.com/repos/hauchu1998/governance-ui", - "languages_url": "https://api.github.com/repos/hauchu1998/governance-ui/languages", - "created_at": "2023-07-21T00:14:36Z", - "updated_at": "2023-08-21T11:43:26Z", - "git_url": "git://github.com/hauchu1998/governance-ui.git", - "ssh_url": "git@github.com:hauchu1998/governance-ui.git", - "clone_url": "https://github.com/hauchu1998/governance-ui.git", - "homepage": "https://realms.today", - "stargazers_count": 1, - "watchers_count": 1, + "html_url": "https://github.com/ohmyform/ohmyform", + "description": "✏️ Free open source alternative to TypeForm, TellForm, or Google Forms ⛺", + "url": "https://api.github.com/repos/ohmyform/ohmyform", + "languages_url": "https://api.github.com/repos/ohmyform/ohmyform/languages", + "created_at": "2019-07-11T17:18:42Z", + "updated_at": "2024-09-07T09:27:23Z", + "git_url": "git://github.com/ohmyform/ohmyform.git", + "ssh_url": "git@github.com:ohmyform/ohmyform.git", + "clone_url": "https://github.com/ohmyform/ohmyform.git", + "homepage": "https://ohmyform.com/", + "stargazers_count": 2796, + "watchers_count": 2796, "language": "TypeScript", - "topics": [] + "topics": [ + "agplv3", + "container", + "docker", + "docker-compose", + "embedable", + "forms", + "googleforms", + "hacktoberfest", + "hacktoberfest2020", + "mit-license", + "ohmyform", + "selfhosted", + "survey", + "survey-app", + "surveys", + "tellform", + "typeform" + ] }, { - "id": 476434749, - "node_id": "R_kgDOHGXRPQ", - "name": "deep-link-demo-app", - "full_name": "phantom/deep-link-demo-app", + "id": 519859998, + "node_id": "R_kgDOHvxvHg", + "name": "AFFiNE", + "full_name": "toeverything/AFFiNE", "owner": { - "login": "phantom", - "id": 124594793, - "avatar_url": "https://avatars.githubusercontent.com/u/124594793?v=4", - "url": "https://api.github.com/users/phantom", - "html_url": "https://github.com/phantom" + "login": "toeverything", + "id": 78728988, + "avatar_url": "https://avatars.githubusercontent.com/u/78728988?v=4", + "url": "https://api.github.com/users/toeverything", + "html_url": "https://github.com/toeverything" }, - "html_url": "https://github.com/phantom/deep-link-demo-app", - "description": null, - "url": "https://api.github.com/repos/phantom/deep-link-demo-app", - "languages_url": "https://api.github.com/repos/phantom/deep-link-demo-app/languages", - "created_at": "2022-03-31T18:41:28Z", - "updated_at": "2024-08-29T04:37:52Z", - "git_url": "git://github.com/phantom/deep-link-demo-app.git", - "ssh_url": "git@github.com:phantom/deep-link-demo-app.git", - "clone_url": "https://github.com/phantom/deep-link-demo-app.git", - "homepage": null, - "stargazers_count": 51, - "watchers_count": 51, + "html_url": "https://github.com/toeverything/AFFiNE", + "description": "There can be more than Notion and Miro. AFFiNE(pronounced [ə‘fain]) is a next-gen knowledge base that brings planning, sorting and creating all together. Privacy first, open-source, customizable and ready to use. ", + "url": "https://api.github.com/repos/toeverything/AFFiNE", + "languages_url": "https://api.github.com/repos/toeverything/AFFiNE/languages", + "created_at": "2022-07-31T18:45:21Z", + "updated_at": "2024-09-08T11:20:56Z", + "git_url": "git://github.com/toeverything/AFFiNE.git", + "ssh_url": "git@github.com:toeverything/AFFiNE.git", + "clone_url": "https://github.com/toeverything/AFFiNE.git", + "homepage": "https://affine.pro", + "stargazers_count": 40040, + "watchers_count": 40040, "language": "TypeScript", - "topics": [] + "topics": [ + "app", + "crdt", + "editor", + "electron", + "knowledge-base", + "markdown", + "miro", + "notes", + "notion", + "notion-alternative", + "rust", + "rust-lang", + "rust-language", + "table", + "tableview", + "whiteboard", + "wiki", + "workspace" + ] }, { - "id": 676654470, - "node_id": "R_kgDOKFTthg", - "name": "opos-outliers", - "full_name": "TipLink/opos-outliers", + "id": 641935358, + "node_id": "R_kgDOJkMn_g", + "name": "firecamp", + "full_name": "firecamp-dev/firecamp", "owner": { - "login": "TipLink", - "id": 107439378, - "avatar_url": "https://avatars.githubusercontent.com/u/107439378?v=4", - "url": "https://api.github.com/users/TipLink", - "html_url": "https://github.com/TipLink" + "login": "firecamp-dev", + "id": 133877176, + "avatar_url": "https://avatars.githubusercontent.com/u/133877176?v=4", + "url": "https://api.github.com/users/firecamp-dev", + "html_url": "https://github.com/firecamp-dev" }, - "html_url": "https://github.com/TipLink/opos-outliers", - "description": "This project was built for the Only Possible on Solana hackathon to showcase the power of compressed NFTs and TipLink.", - "url": "https://api.github.com/repos/TipLink/opos-outliers", - "languages_url": "https://api.github.com/repos/TipLink/opos-outliers/languages", - "created_at": "2023-08-09T17:38:35Z", - "updated_at": "2024-03-29T00:14:16Z", - "git_url": "git://github.com/TipLink/opos-outliers.git", - "ssh_url": "git@github.com:TipLink/opos-outliers.git", - "clone_url": "https://github.com/TipLink/opos-outliers.git", - "homepage": "https://opos.outliers", - "stargazers_count": 9, - "watchers_count": 9, + "html_url": "https://github.com/firecamp-dev/firecamp", + "description": "Developer-first OpenSource API DevTool, Postman/Insomnia alternative.", + "url": "https://api.github.com/repos/firecamp-dev/firecamp", + "languages_url": "https://api.github.com/repos/firecamp-dev/firecamp/languages", + "created_at": "2023-05-17T13:23:26Z", + "updated_at": "2024-09-08T04:51:51Z", + "git_url": "git://github.com/firecamp-dev/firecamp.git", + "ssh_url": "git@github.com:firecamp-dev/firecamp.git", + "clone_url": "https://github.com/firecamp-dev/firecamp.git", + "homepage": "https://firecamp.dev", + "stargazers_count": 1904, + "watchers_count": 1904, "language": "TypeScript", - "topics": [] + "topics": [ + "api", + "api-client", + "graphql", + "graphql-playground", + "hacktoberfest", + "hacktoberfest2023", + "open-source", + "socket-io", + "socket-io-playground", + "websocket", + "websocket-playground" + ] }, { - "id": 437744055, - "node_id": "R_kgDOGhdxtw", - "name": "solana-anchor-react-minimal-example", - "full_name": "256hax/solana-anchor-react-minimal-example", + "id": 664013991, + "node_id": "R_kgDOJ5QMpw", + "name": "postiz-app", + "full_name": "gitroomhq/postiz-app", "owner": { - "login": "256hax", - "id": 1146563, - "avatar_url": "https://avatars.githubusercontent.com/u/1146563?v=4", - "url": "https://api.github.com/users/256hax", - "html_url": "https://github.com/256hax" + "login": "gitroomhq", + "id": 128401275, + "avatar_url": "https://avatars.githubusercontent.com/u/128401275?v=4", + "url": "https://api.github.com/users/gitroomhq", + "html_url": "https://github.com/gitroomhq" }, - "html_url": "https://github.com/256hax/solana-anchor-react-minimal-example", - "description": "Solana, Anchor, Metaplex, React Minimal Example. Out of the Box, easy to start!", - "url": "https://api.github.com/repos/256hax/solana-anchor-react-minimal-example", - "languages_url": "https://api.github.com/repos/256hax/solana-anchor-react-minimal-example/languages", - "created_at": "2021-12-13T05:13:32Z", - "updated_at": "2024-08-31T17:02:17Z", - "git_url": "git://github.com/256hax/solana-anchor-react-minimal-example.git", - "ssh_url": "git@github.com:256hax/solana-anchor-react-minimal-example.git", - "clone_url": "https://github.com/256hax/solana-anchor-react-minimal-example.git", - "homepage": "", - "stargazers_count": 81, - "watchers_count": 81, + "html_url": "https://github.com/gitroomhq/postiz-app", + "description": "📨 Schedule social media posts, measure them, exchange with other members and get a lot of help from AI 🚀", + "url": "https://api.github.com/repos/gitroomhq/postiz-app", + "languages_url": "https://api.github.com/repos/gitroomhq/postiz-app/languages", + "created_at": "2023-07-08T17:24:22Z", + "updated_at": "2024-09-08T11:34:54Z", + "git_url": "git://github.com/gitroomhq/postiz-app.git", + "ssh_url": "git@github.com:gitroomhq/postiz-app.git", + "clone_url": "https://github.com/gitroomhq/postiz-app.git", + "homepage": "https://postiz.com", + "stargazers_count": 5954, + "watchers_count": 5954, "language": "TypeScript", "topics": [ - "anchor", - "arweave", - "blockchain", - "example", - "metaplex", - "nft", - "react", - "solana", - "spl-token" + "launch-week", + "nextjs", + "open-source", + "oss", + "redis", + "typescript" ] }, { - "id": 612233176, - "node_id": "R_kgDOJH3v2A", - "name": "sol-metadata-update-preparer", - "full_name": "MarkSackerberg/sol-metadata-update-preparer", + "id": 500289888, + "node_id": "R_kgDOHdHRYA", + "name": "formbricks", + "full_name": "formbricks/formbricks", "owner": { - "login": "MarkSackerberg", - "id": 93528482, - "avatar_url": "https://avatars.githubusercontent.com/u/93528482?v=4", - "url": "https://api.github.com/users/MarkSackerberg", - "html_url": "https://github.com/MarkSackerberg" + "login": "formbricks", + "id": 105877416, + "avatar_url": "https://avatars.githubusercontent.com/u/105877416?v=4", + "url": "https://api.github.com/users/formbricks", + "html_url": "https://github.com/formbricks" }, - "html_url": "https://github.com/MarkSackerberg/sol-metadata-update-preparer", - "description": null, - "url": "https://api.github.com/repos/MarkSackerberg/sol-metadata-update-preparer", - "languages_url": "https://api.github.com/repos/MarkSackerberg/sol-metadata-update-preparer/languages", - "created_at": "2023-03-10T13:41:24Z", - "updated_at": "2024-04-04T05:44:30Z", - "git_url": "git://github.com/MarkSackerberg/sol-metadata-update-preparer.git", - "ssh_url": "git@github.com:MarkSackerberg/sol-metadata-update-preparer.git", - "clone_url": "https://github.com/MarkSackerberg/sol-metadata-update-preparer.git", - "homepage": null, - "stargazers_count": 2, - "watchers_count": 2, + "html_url": "https://github.com/formbricks/formbricks", + "description": "Open Source Survey Platform", + "url": "https://api.github.com/repos/formbricks/formbricks", + "languages_url": "https://api.github.com/repos/formbricks/formbricks/languages", + "created_at": "2022-06-06T04:25:21Z", + "updated_at": "2024-09-08T08:20:07Z", + "git_url": "git://github.com/formbricks/formbricks.git", + "ssh_url": "git@github.com:formbricks/formbricks.git", + "clone_url": "https://github.com/formbricks/formbricks.git", + "homepage": "https://formbricks.com", + "stargazers_count": 6504, + "watchers_count": 6504, "language": "TypeScript", - "topics": [] + "topics": [ + "experience-management", + "form", + "forms", + "hacktoberfest", + "nextjs", + "open-source", + "react", + "reactjs", + "survey", + "survey-analysis", + "survey-data", + "survey-form", + "surveys", + "tailwindcss", + "turborepo", + "typeform", + "typescript", + "xm" + ] }, { - "id": 666888313, - "node_id": "R_kgDOJ7_oeQ", - "name": "umi-cmv3-ui-inofficial", - "full_name": "MarkSackerberg/umi-cmv3-ui-inofficial", + "id": 35030133, + "node_id": "MDEwOlJlcG9zaXRvcnkzNTAzMDEzMw==", + "name": "owid-grapher", + "full_name": "owid/owid-grapher", "owner": { - "login": "MarkSackerberg", - "id": 93528482, - "avatar_url": "https://avatars.githubusercontent.com/u/93528482?v=4", - "url": "https://api.github.com/users/MarkSackerberg", - "html_url": "https://github.com/MarkSackerberg" + "login": "owid", + "id": 14187135, + "avatar_url": "https://avatars.githubusercontent.com/u/14187135?v=4", + "url": "https://api.github.com/users/owid", + "html_url": "https://github.com/owid" }, - "html_url": "https://github.com/MarkSackerberg/umi-cmv3-ui-inofficial", - "description": null, - "url": "https://api.github.com/repos/MarkSackerberg/umi-cmv3-ui-inofficial", - "languages_url": "https://api.github.com/repos/MarkSackerberg/umi-cmv3-ui-inofficial/languages", - "created_at": "2023-07-15T23:29:28Z", - "updated_at": "2024-09-05T13:51:31Z", - "git_url": "git://github.com/MarkSackerberg/umi-cmv3-ui-inofficial.git", - "ssh_url": "git@github.com:MarkSackerberg/umi-cmv3-ui-inofficial.git", - "clone_url": "https://github.com/MarkSackerberg/umi-cmv3-ui-inofficial.git", - "homepage": "https://umi-cmv3-ui-inofficial.vercel.app", - "stargazers_count": 54, - "watchers_count": 54, + "html_url": "https://github.com/owid/owid-grapher", + "description": "A platform for creating interactive data visualizations", + "url": "https://api.github.com/repos/owid/owid-grapher", + "languages_url": "https://api.github.com/repos/owid/owid-grapher/languages", + "created_at": "2015-05-04T11:06:48Z", + "updated_at": "2024-09-06T22:11:57Z", + "git_url": "git://github.com/owid/owid-grapher.git", + "ssh_url": "git@github.com:owid/owid-grapher.git", + "clone_url": "https://github.com/owid/owid-grapher.git", + "homepage": "https://ourworldindata.org", + "stargazers_count": 1363, + "watchers_count": 1363, "language": "TypeScript", - "topics": [] + "topics": [ + "data-visualization", + "react", + "typescript" + ] }, { - "id": 606239884, - "node_id": "R_kgDOJCJ8jA", - "name": "solana-payments-app", - "full_name": "solana-labs/solana-payments-app", + "id": 12256376, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjI1NjM3Ng==", + "name": "ionic-framework", + "full_name": "ionic-team/ionic-framework", "owner": { - "login": "solana-labs", - "id": 35608259, - "avatar_url": "https://avatars.githubusercontent.com/u/35608259?v=4", - "url": "https://api.github.com/users/solana-labs", - "html_url": "https://github.com/solana-labs" + "login": "ionic-team", + "id": 3171503, + "avatar_url": "https://avatars.githubusercontent.com/u/3171503?v=4", + "url": "https://api.github.com/users/ionic-team", + "html_url": "https://github.com/ionic-team" }, - "html_url": "https://github.com/solana-labs/solana-payments-app", - "description": "Solana Pay for Commerce Platforms", - "url": "https://api.github.com/repos/solana-labs/solana-payments-app", - "languages_url": "https://api.github.com/repos/solana-labs/solana-payments-app/languages", - "created_at": "2023-02-24T23:19:17Z", - "updated_at": "2024-08-27T22:36:13Z", - "git_url": "git://github.com/solana-labs/solana-payments-app.git", - "ssh_url": "git@github.com:solana-labs/solana-payments-app.git", - "clone_url": "https://github.com/solana-labs/solana-payments-app.git", - "homepage": "", - "stargazers_count": 83, - "watchers_count": 83, + "html_url": "https://github.com/ionic-team/ionic-framework", + "description": "A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.", + "url": "https://api.github.com/repos/ionic-team/ionic-framework", + "languages_url": "https://api.github.com/repos/ionic-team/ionic-framework/languages", + "created_at": "2013-08-20T23:06:02Z", + "updated_at": "2024-09-08T01:28:25Z", + "git_url": "git://github.com/ionic-team/ionic-framework.git", + "ssh_url": "git@github.com:ionic-team/ionic-framework.git", + "clone_url": "https://github.com/ionic-team/ionic-framework.git", + "homepage": "https://ionicframework.com", + "stargazers_count": 50892, + "watchers_count": 50892, "language": "TypeScript", "topics": [ - "commerce", - "payments", - "shopify", - "solana" + "angular", + "capacitor", + "framework", + "frontend", + "ionic", + "ios", + "javascript", + "material-design", + "mobile", + "pwa", + "react", + "stencil", + "stenciljs", + "typescript", + "vue", + "web", + "webcomponents" ] }, { - "id": 665491899, - "node_id": "R_kgDOJ6qZuw", - "name": "cnft-tools", - "full_name": "trankhacvy/cnft-tools", + "id": 620436206, + "node_id": "R_kgDOJPsa7g", + "name": "react-hook-form-chakra", + "full_name": "crhistianramirez/react-hook-form-chakra", "owner": { - "login": "trankhacvy", - "id": 8068926, - "avatar_url": "https://avatars.githubusercontent.com/u/8068926?v=4", - "url": "https://api.github.com/users/trankhacvy", - "html_url": "https://github.com/trankhacvy" + "login": "crhistianramirez", + "id": 16483662, + "avatar_url": "https://avatars.githubusercontent.com/u/16483662?v=4", + "url": "https://api.github.com/users/crhistianramirez", + "html_url": "https://github.com/crhistianramirez" }, - "html_url": "https://github.com/trankhacvy/cnft-tools", - "description": "A collection of no-code tools that allow you to interact with Compressed NFTs.", - "url": "https://api.github.com/repos/trankhacvy/cnft-tools", - "languages_url": "https://api.github.com/repos/trankhacvy/cnft-tools/languages", - "created_at": "2023-07-12T10:19:45Z", - "updated_at": "2024-08-22T04:23:52Z", - "git_url": "git://github.com/trankhacvy/cnft-tools.git", - "ssh_url": "git@github.com:trankhacvy/cnft-tools.git", - "clone_url": "https://github.com/trankhacvy/cnft-tools.git", - "homepage": "https://cnft-tools.vercel.app", - "stargazers_count": 14, - "watchers_count": 14, + "html_url": "https://github.com/crhistianramirez/react-hook-form-chakra", + "description": "Chakra UI bindings for react-hook-form", + "url": "https://api.github.com/repos/crhistianramirez/react-hook-form-chakra", + "languages_url": "https://api.github.com/repos/crhistianramirez/react-hook-form-chakra/languages", + "created_at": "2023-03-28T17:17:20Z", + "updated_at": "2024-07-23T14:24:00Z", + "git_url": "git://github.com/crhistianramirez/react-hook-form-chakra.git", + "ssh_url": "git@github.com:crhistianramirez/react-hook-form-chakra.git", + "clone_url": "https://github.com/crhistianramirez/react-hook-form-chakra.git", + "homepage": null, + "stargazers_count": 21, + "watchers_count": 21, "language": "TypeScript", - "topics": [ - "cnft", - "nfts", - "solana", - "tools" - ] + "topics": [] }, { - "id": 555024991, - "node_id": "R_kgDOIRUCXw", - "name": "compression-read-api-js-examples", - "full_name": "metaplex-foundation/compression-read-api-js-examples", + "id": 529708137, + "node_id": "R_kgDOH5K0aQ", + "name": "dub", + "full_name": "dubinc/dub", "owner": { - "login": "metaplex-foundation", - "id": 84874526, - "avatar_url": "https://avatars.githubusercontent.com/u/84874526?v=4", - "url": "https://api.github.com/users/metaplex-foundation", - "html_url": "https://github.com/metaplex-foundation" + "login": "dubinc", + "id": 153106492, + "avatar_url": "https://avatars.githubusercontent.com/u/153106492?v=4", + "url": "https://api.github.com/users/dubinc", + "html_url": "https://github.com/dubinc" }, - "html_url": "https://github.com/metaplex-foundation/compression-read-api-js-examples", - "description": null, - "url": "https://api.github.com/repos/metaplex-foundation/compression-read-api-js-examples", - "languages_url": "https://api.github.com/repos/metaplex-foundation/compression-read-api-js-examples/languages", - "created_at": "2022-10-20T20:22:33Z", - "updated_at": "2024-08-14T00:42:08Z", - "git_url": "git://github.com/metaplex-foundation/compression-read-api-js-examples.git", - "ssh_url": "git@github.com:metaplex-foundation/compression-read-api-js-examples.git", - "clone_url": "https://github.com/metaplex-foundation/compression-read-api-js-examples.git", - "homepage": null, - "stargazers_count": 29, - "watchers_count": 29, + "html_url": "https://github.com/dubinc/dub", + "description": "Open-source link management infrastructure. Loved by modern marketing teams like Vercel, Raycast, and Perplexity.", + "url": "https://api.github.com/repos/dubinc/dub", + "languages_url": "https://api.github.com/repos/dubinc/dub/languages", + "created_at": "2022-08-27T22:15:11Z", + "updated_at": "2024-09-08T10:21:06Z", + "git_url": "git://github.com/dubinc/dub.git", + "ssh_url": "git@github.com:dubinc/dub.git", + "clone_url": "https://github.com/dubinc/dub.git", + "homepage": "https://dub.co", + "stargazers_count": 17498, + "watchers_count": 17498, "language": "TypeScript", - "topics": [] + "topics": [ + "clickhouse", + "mysql", + "next-auth", + "nextjs", + "open-source", + "planetscale", + "prisma", + "tailwindcss", + "tinybird", + "turborepo", + "typescript", + "upstash", + "vercel" + ] }, { - "id": 506325502, - "node_id": "R_kgDOHi3p_g", - "name": "video-tutorial-resources", - "full_name": "loopcreativeandy/video-tutorial-resources", + "id": 399610123, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTk2MTAxMjM=", + "name": "embed-table", + "full_name": "TreeFarmer/embed-table", "owner": { - "login": "loopcreativeandy", - "id": 92437260, - "avatar_url": "https://avatars.githubusercontent.com/u/92437260?v=4", - "url": "https://api.github.com/users/loopcreativeandy", - "html_url": "https://github.com/loopcreativeandy" + "login": "TreeFarmer", + "id": 87222986, + "avatar_url": "https://avatars.githubusercontent.com/u/87222986?v=4", + "url": "https://api.github.com/users/TreeFarmer", + "html_url": "https://github.com/TreeFarmer" }, - "html_url": "https://github.com/loopcreativeandy/video-tutorial-resources", - "description": null, - "url": "https://api.github.com/repos/loopcreativeandy/video-tutorial-resources", - "languages_url": "https://api.github.com/repos/loopcreativeandy/video-tutorial-resources/languages", - "created_at": "2022-06-22T16:30:29Z", - "updated_at": "2024-07-27T17:23:14Z", - "git_url": "git://github.com/loopcreativeandy/video-tutorial-resources.git", - "ssh_url": "git@github.com:loopcreativeandy/video-tutorial-resources.git", - "clone_url": "https://github.com/loopcreativeandy/video-tutorial-resources.git", - "homepage": null, - "stargazers_count": 46, - "watchers_count": 46, + "html_url": "https://github.com/TreeFarmer/embed-table", + "description": "Easily make nice looking text tables for Discord's embed fields and descriptions.", + "url": "https://api.github.com/repos/TreeFarmer/embed-table", + "languages_url": "https://api.github.com/repos/TreeFarmer/embed-table/languages", + "created_at": "2021-08-24T21:33:00Z", + "updated_at": "2024-05-08T03:45:30Z", + "git_url": "git://github.com/TreeFarmer/embed-table.git", + "ssh_url": "git@github.com:TreeFarmer/embed-table.git", + "clone_url": "https://github.com/TreeFarmer/embed-table.git", + "homepage": "https://www.npmjs.com/package/embed-table", + "stargazers_count": 12, + "watchers_count": 12, "language": "TypeScript", - "topics": [] + "topics": [ + "discord", + "discordjs", + "messageembed", + "table" + ] }, { - "id": 624814952, - "node_id": "R_kgDOJT3raA", - "name": "Minimal-Express-Zod-Api-Boilerplate", - "full_name": "TheNaubit/Minimal-Express-Zod-Api-Boilerplate", + "id": 516331746, + "node_id": "R_kgDOHsaY4g", + "name": "next-compute-js", + "full_name": "fastly/next-compute-js", "owner": { - "login": "TheNaubit", - "id": 22015497, - "avatar_url": "https://avatars.githubusercontent.com/u/22015497?v=4", - "url": "https://api.github.com/users/TheNaubit", - "html_url": "https://github.com/TheNaubit" + "login": "fastly", + "id": 777070, + "avatar_url": "https://avatars.githubusercontent.com/u/777070?v=4", + "url": "https://api.github.com/users/fastly", + "html_url": "https://github.com/fastly" }, - "html_url": "https://github.com/TheNaubit/Minimal-Express-Zod-Api-Boilerplate", - "description": "📝 A minimal Express Zod API boilerplate, ready to clone and build!", - "url": "https://api.github.com/repos/TheNaubit/Minimal-Express-Zod-Api-Boilerplate", - "languages_url": "https://api.github.com/repos/TheNaubit/Minimal-Express-Zod-Api-Boilerplate/languages", - "created_at": "2023-04-07T10:19:41Z", - "updated_at": "2024-06-26T14:08:18Z", - "git_url": "git://github.com/TheNaubit/Minimal-Express-Zod-Api-Boilerplate.git", - "ssh_url": "git@github.com:TheNaubit/Minimal-Express-Zod-Api-Boilerplate.git", - "clone_url": "https://github.com/TheNaubit/Minimal-Express-Zod-Api-Boilerplate.git", - "homepage": "https://twitter.com/naucode", - "stargazers_count": 8, - "watchers_count": 8, + "html_url": "https://github.com/fastly/next-compute-js", + "description": "Run Next.js on Fastly Compute", + "url": "https://api.github.com/repos/fastly/next-compute-js", + "languages_url": "https://api.github.com/repos/fastly/next-compute-js/languages", + "created_at": "2022-07-21T10:49:04Z", + "updated_at": "2024-07-17T20:31:32Z", + "git_url": "git://github.com/fastly/next-compute-js.git", + "ssh_url": "git@github.com:fastly/next-compute-js.git", + "clone_url": "https://github.com/fastly/next-compute-js.git", + "homepage": "", + "stargazers_count": 73, + "watchers_count": 73, "language": "TypeScript", "topics": [ - "alias", - "aliases", - "api", - "boilerplate", - "boilerplate-template", - "express", - "express-js", - "expressjs", - "node", - "node-js", - "nodejs", - "nodemon", - "nodemon-express", - "template", - "ts", - "tsconfig", - "typescript", - "zod" + "compute-library", + "fastly-oss-tier1" ] }, { - "id": 645532867, - "node_id": "R_kgDOJnoMww", - "name": "nightmarket-oss", - "full_name": "motleylabs/nightmarket-oss", + "id": 479515560, + "node_id": "R_kgDOHJTTqA", + "name": "counterfact", + "full_name": "pmcelhaney/counterfact", "owner": { - "login": "motleylabs", - "id": 113057778, - "avatar_url": "https://avatars.githubusercontent.com/u/113057778?v=4", - "url": "https://api.github.com/users/motleylabs", - "html_url": "https://github.com/motleylabs" + "login": "pmcelhaney", + "id": 51504, + "avatar_url": "https://avatars.githubusercontent.com/u/51504?v=4", + "url": "https://api.github.com/users/pmcelhaney", + "html_url": "https://github.com/pmcelhaney" }, - "html_url": "https://github.com/motleylabs/nightmarket-oss", - "description": "A Solana NFT marketplace built and owned by the community.", - "url": "https://api.github.com/repos/motleylabs/nightmarket-oss", - "languages_url": "https://api.github.com/repos/motleylabs/nightmarket-oss/languages", - "created_at": "2023-05-25T21:48:57Z", - "updated_at": "2024-03-03T08:41:44Z", - "git_url": "git://github.com/motleylabs/nightmarket-oss.git", - "ssh_url": "git@github.com:motleylabs/nightmarket-oss.git", - "clone_url": "https://github.com/motleylabs/nightmarket-oss.git", - "homepage": "https://nightmarket.io/", - "stargazers_count": 15, - "watchers_count": 15, + "html_url": "https://github.com/pmcelhaney/counterfact", + "description": "OpenAPI / Swagger to TypeScript generator and mock server", + "url": "https://api.github.com/repos/pmcelhaney/counterfact", + "languages_url": "https://api.github.com/repos/pmcelhaney/counterfact/languages", + "created_at": "2022-04-08T19:32:15Z", + "updated_at": "2024-09-08T01:30:19Z", + "git_url": "git://github.com/pmcelhaney/counterfact.git", + "ssh_url": "git@github.com:pmcelhaney/counterfact.git", + "clone_url": "https://github.com/pmcelhaney/counterfact.git", + "homepage": "", + "stargazers_count": 99, + "watchers_count": 99, "language": "TypeScript", - "topics": [] + "topics": [ + "front-end-development", + "mock-server", + "openapi", + "openapi3", + "swagger", + "typescript" + ] }, { - "id": 641757062, - "node_id": "R_kgDOJkBvhg", - "name": "mtly-nightmarket", - "full_name": "motleylabs/mtly-nightmarket", + "id": 585146387, + "node_id": "R_kgDOIuCgEw", + "name": "ui", + "full_name": "shadcn-ui/ui", "owner": { - "login": "motleylabs", - "id": 113057778, - "avatar_url": "https://avatars.githubusercontent.com/u/113057778?v=4", - "url": "https://api.github.com/users/motleylabs", - "html_url": "https://github.com/motleylabs" + "login": "shadcn-ui", + "id": 139895814, + "avatar_url": "https://avatars.githubusercontent.com/u/139895814?v=4", + "url": "https://api.github.com/users/shadcn-ui", + "html_url": "https://github.com/shadcn-ui" }, - "html_url": "https://github.com/motleylabs/mtly-nightmarket", - "description": "An easy to use TypeScript API for interacting with the nightmarket.io marketplace contract.", - "url": "https://api.github.com/repos/motleylabs/mtly-nightmarket", - "languages_url": "https://api.github.com/repos/motleylabs/mtly-nightmarket/languages", - "created_at": "2023-05-17T05:32:43Z", - "updated_at": "2023-08-07T20:21:12Z", - "git_url": "git://github.com/motleylabs/mtly-nightmarket.git", - "ssh_url": "git@github.com:motleylabs/mtly-nightmarket.git", - "clone_url": "https://github.com/motleylabs/mtly-nightmarket.git", - "homepage": "https://motleylabs.github.io/mtly-nightmarket/", - "stargazers_count": 2, - "watchers_count": 2, + "html_url": "https://github.com/shadcn-ui/ui", + "description": "Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.", + "url": "https://api.github.com/repos/shadcn-ui/ui", + "languages_url": "https://api.github.com/repos/shadcn-ui/ui/languages", + "created_at": "2023-01-04T12:43:27Z", + "updated_at": "2024-09-08T11:42:04Z", + "git_url": "git://github.com/shadcn-ui/ui.git", + "ssh_url": "git@github.com:shadcn-ui/ui.git", + "clone_url": "https://github.com/shadcn-ui/ui.git", + "homepage": "https://ui.shadcn.com", + "stargazers_count": 68535, + "watchers_count": 68535, "language": "TypeScript", - "topics": [] + "topics": [ + "components", + "nextjs", + "radix-ui", + "react", + "tailwindcss", + "ui" + ] }, { - "id": 614276310, - "node_id": "R_kgDOJJ0c1g", - "name": "mortuary-burn", - "full_name": "mortuary-inc/mortuary-burn", + "id": 572570113, + "node_id": "R_kgDOIiC6AQ", + "name": "trigger.dev", + "full_name": "triggerdotdev/trigger.dev", "owner": { - "login": "mortuary-inc", - "id": 127932547, - "avatar_url": "https://avatars.githubusercontent.com/u/127932547?v=4", - "url": "https://api.github.com/users/mortuary-inc", - "html_url": "https://github.com/mortuary-inc" + "login": "triggerdotdev", + "id": 95297378, + "avatar_url": "https://avatars.githubusercontent.com/u/95297378?v=4", + "url": "https://api.github.com/users/triggerdotdev", + "html_url": "https://github.com/triggerdotdev" }, - "html_url": "https://github.com/mortuary-inc/mortuary-burn", + "html_url": "https://github.com/triggerdotdev/trigger.dev", + "description": "Trigger.dev is the open source background jobs platform.", + "url": "https://api.github.com/repos/triggerdotdev/trigger.dev", + "languages_url": "https://api.github.com/repos/triggerdotdev/trigger.dev/languages", + "created_at": "2022-11-30T14:59:07Z", + "updated_at": "2024-09-08T11:48:32Z", + "git_url": "git://github.com/triggerdotdev/trigger.dev.git", + "ssh_url": "git@github.com:triggerdotdev/trigger.dev.git", + "clone_url": "https://github.com/triggerdotdev/trigger.dev.git", + "homepage": "https://trigger.dev/changelog", + "stargazers_count": 8359, + "watchers_count": 8359, + "language": "TypeScript", + "topics": [ + "automation", + "background-jobs", + "events", + "integrations", + "nextjs", + "orchestration", + "scheduler", + "serverless" + ] + }, + { + "id": 657054265, + "node_id": "R_kgDOJynaOQ", + "name": "solana-nextjs-starter", + "full_name": "trankhacvy/solana-nextjs-starter", + "owner": { + "login": "trankhacvy", + "id": 8068926, + "avatar_url": "https://avatars.githubusercontent.com/u/8068926?v=4", + "url": "https://api.github.com/users/trankhacvy", + "html_url": "https://github.com/trankhacvy" + }, + "html_url": "https://github.com/trankhacvy/solana-nextjs-starter", + "description": "A Solana-powered Next.js boilerplate app for building efficient and scalable web applications.", + "url": "https://api.github.com/repos/trankhacvy/solana-nextjs-starter", + "languages_url": "https://api.github.com/repos/trankhacvy/solana-nextjs-starter/languages", + "created_at": "2023-06-22T08:06:43Z", + "updated_at": "2024-08-29T02:10:29Z", + "git_url": "git://github.com/trankhacvy/solana-nextjs-starter.git", + "ssh_url": "git@github.com:trankhacvy/solana-nextjs-starter.git", + "clone_url": "https://github.com/trankhacvy/solana-nextjs-starter.git", + "homepage": "https://solnext.vercel.app", + "stargazers_count": 22, + "watchers_count": 22, + "language": "TypeScript", + "topics": [ + "boilerplate", + "next-boilerplate", + "nextjs", + "radix-ui", + "solana", + "solana-boilerplate", + "tailwindcss" + ] + }, + { + "id": 679020375, + "node_id": "R_kgDOKHkHVw", + "name": "cnft-solana-scripts", + "full_name": "painedpineapple/cnft-solana-scripts", + "owner": { + "login": "painedpineapple", + "id": 5152553, + "avatar_url": "https://avatars.githubusercontent.com/u/5152553?v=4", + "url": "https://api.github.com/users/painedpineapple", + "html_url": "https://github.com/painedpineapple" + }, + "html_url": "https://github.com/painedpineapple/cnft-solana-scripts", "description": null, - "url": "https://api.github.com/repos/mortuary-inc/mortuary-burn", - "languages_url": "https://api.github.com/repos/mortuary-inc/mortuary-burn/languages", - "created_at": "2023-03-15T09:04:52Z", - "updated_at": "2023-06-23T00:04:06Z", - "git_url": "git://github.com/mortuary-inc/mortuary-burn.git", - "ssh_url": "git@github.com:mortuary-inc/mortuary-burn.git", - "clone_url": "https://github.com/mortuary-inc/mortuary-burn.git", + "url": "https://api.github.com/repos/painedpineapple/cnft-solana-scripts", + "languages_url": "https://api.github.com/repos/painedpineapple/cnft-solana-scripts/languages", + "created_at": "2023-08-15T23:40:37Z", + "updated_at": "2024-01-19T09:09:27Z", + "git_url": "git://github.com/painedpineapple/cnft-solana-scripts.git", + "ssh_url": "git@github.com:painedpineapple/cnft-solana-scripts.git", + "clone_url": "https://github.com/painedpineapple/cnft-solana-scripts.git", "homepage": null, - "stargazers_count": 1, - "watchers_count": 1, + "stargazers_count": 2, + "watchers_count": 2, "language": "TypeScript", "topics": [] }, { - "id": 525087556, - "node_id": "R_kgDOH0wzRA", - "name": "dapp-publishing", - "full_name": "solana-mobile/dapp-publishing", + "id": 650818411, + "node_id": "R_kgDOJsqzaw", + "name": "compressed-bananas", + "full_name": "qudo-code/compressed-bananas", "owner": { - "login": "solana-mobile", - "id": 107583584, - "avatar_url": "https://avatars.githubusercontent.com/u/107583584?v=4", - "url": "https://api.github.com/users/solana-mobile", - "html_url": "https://github.com/solana-mobile" + "login": "qudo-code", + "id": 59782726, + "avatar_url": "https://avatars.githubusercontent.com/u/59782726?v=4", + "url": "https://api.github.com/users/qudo-code", + "html_url": "https://github.com/qudo-code" }, - "html_url": "https://github.com/solana-mobile/dapp-publishing", + "html_url": "https://github.com/qudo-code/compressed-bananas", "description": null, - "url": "https://api.github.com/repos/solana-mobile/dapp-publishing", - "languages_url": "https://api.github.com/repos/solana-mobile/dapp-publishing/languages", - "created_at": "2022-08-15T18:00:47Z", - "updated_at": "2024-08-15T18:23:00Z", - "git_url": "git://github.com/solana-mobile/dapp-publishing.git", - "ssh_url": "git@github.com:solana-mobile/dapp-publishing.git", - "clone_url": "https://github.com/solana-mobile/dapp-publishing.git", - "homepage": null, - "stargazers_count": 56, - "watchers_count": 56, + "url": "https://api.github.com/repos/qudo-code/compressed-bananas", + "languages_url": "https://api.github.com/repos/qudo-code/compressed-bananas/languages", + "created_at": "2023-06-07T21:58:19Z", + "updated_at": "2024-07-27T17:27:10Z", + "git_url": "git://github.com/qudo-code/compressed-bananas.git", + "ssh_url": "git@github.com:qudo-code/compressed-bananas.git", + "clone_url": "https://github.com/qudo-code/compressed-bananas.git", + "homepage": "https://cbananas.com", + "stargazers_count": 2, + "watchers_count": 2, "language": "TypeScript", "topics": [] }, { - "id": 366539398, - "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzkzOTg=", - "name": "nextjs-boilerplate", - "full_name": "FreakinWard/nextjs-boilerplate", + "id": 592607467, + "node_id": "R_kgDOI1J46w", + "name": "helius-sdk", + "full_name": "helius-labs/helius-sdk", "owner": { - "login": "FreakinWard", - "id": 2846726, - "avatar_url": "https://avatars.githubusercontent.com/u/2846726?v=4", - "url": "https://api.github.com/users/FreakinWard", - "html_url": "https://github.com/FreakinWard" + "login": "helius-labs", + "id": 107892413, + "avatar_url": "https://avatars.githubusercontent.com/u/107892413?v=4", + "url": "https://api.github.com/users/helius-labs", + "html_url": "https://github.com/helius-labs" }, - "html_url": "https://github.com/FreakinWard/nextjs-boilerplate", - "description": "Start up a nextjs app quickly", - "url": "https://api.github.com/repos/FreakinWard/nextjs-boilerplate", - "languages_url": "https://api.github.com/repos/FreakinWard/nextjs-boilerplate/languages", - "created_at": "2021-05-11T23:40:08Z", - "updated_at": "2024-02-16T21:38:08Z", - "git_url": "git://github.com/FreakinWard/nextjs-boilerplate.git", - "ssh_url": "git@github.com:FreakinWard/nextjs-boilerplate.git", - "clone_url": "https://github.com/FreakinWard/nextjs-boilerplate.git", - "homepage": "", - "stargazers_count": 4, - "watchers_count": 4, + "html_url": "https://github.com/helius-labs/helius-sdk", + "description": null, + "url": "https://api.github.com/repos/helius-labs/helius-sdk", + "languages_url": "https://api.github.com/repos/helius-labs/helius-sdk/languages", + "created_at": "2023-01-24T05:19:34Z", + "updated_at": "2024-09-03T15:25:40Z", + "git_url": "git://github.com/helius-labs/helius-sdk.git", + "ssh_url": "git@github.com:helius-labs/helius-sdk.git", + "clone_url": "https://github.com/helius-labs/helius-sdk.git", + "homepage": null, + "stargazers_count": 123, + "watchers_count": 123, "language": "TypeScript", - "topics": [ - "azure-devops", - "azure-pipelines", - "nextjs", - "nextjs-boilerplate", - "nextjs-starter" - ] + "topics": [] }, { - "id": 289131327, - "node_id": "MDEwOlJlcG9zaXRvcnkyODkxMzEzMjc=", - "name": "nextweather", - "full_name": "ivanoats/nextweather", + "id": 618113024, + "node_id": "R_kgDOJNeoAA", + "name": "compressed-nfts", + "full_name": "solana-developers/compressed-nfts", "owner": { - "login": "ivanoats", - "id": 4672, - "avatar_url": "https://avatars.githubusercontent.com/u/4672?v=4", - "url": "https://api.github.com/users/ivanoats", - "html_url": "https://github.com/ivanoats" + "login": "solana-developers", + "id": 93691676, + "avatar_url": "https://avatars.githubusercontent.com/u/93691676?v=4", + "url": "https://api.github.com/users/solana-developers", + "html_url": "https://github.com/solana-developers" }, - "html_url": "https://github.com/ivanoats/nextweather", - "description": "Weather station data focused on wind and tide for human powered watercraft", - "url": "https://api.github.com/repos/ivanoats/nextweather", - "languages_url": "https://api.github.com/repos/ivanoats/nextweather/languages", - "created_at": "2020-08-20T23:26:15Z", - "updated_at": "2024-07-11T21:16:19Z", - "git_url": "git://github.com/ivanoats/nextweather.git", - "ssh_url": "git@github.com:ivanoats/nextweather.git", - "clone_url": "https://github.com/ivanoats/nextweather.git", - "homepage": "https://nextweather.netlify.app/api/csv", - "stargazers_count": 3, - "watchers_count": 3, + "html_url": "https://github.com/solana-developers/compressed-nfts", + "description": "Example code to use compressed NFTs (using state compression) on Solana", + "url": "https://api.github.com/repos/solana-developers/compressed-nfts", + "languages_url": "https://api.github.com/repos/solana-developers/compressed-nfts/languages", + "created_at": "2023-03-23T19:27:12Z", + "updated_at": "2024-08-01T03:26:43Z", + "git_url": "git://github.com/solana-developers/compressed-nfts.git", + "ssh_url": "git@github.com:solana-developers/compressed-nfts.git", + "clone_url": "https://github.com/solana-developers/compressed-nfts.git", + "homepage": "", + "stargazers_count": 118, + "watchers_count": 118, "language": "TypeScript", "topics": [ - "api", - "nextjs", - "weather" + "compressed-nfts", + "compression", + "metaplex", + "nfts", + "solana", + "state-compression" ] }, { - "id": 364000393, - "node_id": "MDEwOlJlcG9zaXRvcnkzNjQwMDAzOTM=", - "name": "next-validations", - "full_name": "jellydn/next-validations", + "id": 668930319, + "node_id": "R_kgDOJ98RDw", + "name": "governance-ui", + "full_name": "hauchu1998/governance-ui", "owner": { - "login": "jellydn", + "login": "hauchu1998", + "id": 100332919, + "avatar_url": "https://avatars.githubusercontent.com/u/100332919?v=4", + "url": "https://api.github.com/users/hauchu1998", + "html_url": "https://github.com/hauchu1998" + }, + "html_url": "https://github.com/hauchu1998/governance-ui", + "description": null, + "url": "https://api.github.com/repos/hauchu1998/governance-ui", + "languages_url": "https://api.github.com/repos/hauchu1998/governance-ui/languages", + "created_at": "2023-07-21T00:14:36Z", + "updated_at": "2023-08-21T11:43:26Z", + "git_url": "git://github.com/hauchu1998/governance-ui.git", + "ssh_url": "git@github.com:hauchu1998/governance-ui.git", + "clone_url": "https://github.com/hauchu1998/governance-ui.git", + "homepage": "https://realms.today", + "stargazers_count": 1, + "watchers_count": 1, + "language": "TypeScript", + "topics": [] + }, + { + "id": 476434749, + "node_id": "R_kgDOHGXRPQ", + "name": "deep-link-demo-app", + "full_name": "phantom/deep-link-demo-app", + "owner": { + "login": "phantom", + "id": 124594793, + "avatar_url": "https://avatars.githubusercontent.com/u/124594793?v=4", + "url": "https://api.github.com/users/phantom", + "html_url": "https://github.com/phantom" + }, + "html_url": "https://github.com/phantom/deep-link-demo-app", + "description": null, + "url": "https://api.github.com/repos/phantom/deep-link-demo-app", + "languages_url": "https://api.github.com/repos/phantom/deep-link-demo-app/languages", + "created_at": "2022-03-31T18:41:28Z", + "updated_at": "2024-08-29T04:37:52Z", + "git_url": "git://github.com/phantom/deep-link-demo-app.git", + "ssh_url": "git@github.com:phantom/deep-link-demo-app.git", + "clone_url": "https://github.com/phantom/deep-link-demo-app.git", + "homepage": null, + "stargazers_count": 51, + "watchers_count": 51, + "language": "TypeScript", + "topics": [] + }, + { + "id": 676654470, + "node_id": "R_kgDOKFTthg", + "name": "opos-outliers", + "full_name": "TipLink/opos-outliers", + "owner": { + "login": "TipLink", + "id": 107439378, + "avatar_url": "https://avatars.githubusercontent.com/u/107439378?v=4", + "url": "https://api.github.com/users/TipLink", + "html_url": "https://github.com/TipLink" + }, + "html_url": "https://github.com/TipLink/opos-outliers", + "description": "This project was built for the Only Possible on Solana hackathon to showcase the power of compressed NFTs and TipLink.", + "url": "https://api.github.com/repos/TipLink/opos-outliers", + "languages_url": "https://api.github.com/repos/TipLink/opos-outliers/languages", + "created_at": "2023-08-09T17:38:35Z", + "updated_at": "2024-03-29T00:14:16Z", + "git_url": "git://github.com/TipLink/opos-outliers.git", + "ssh_url": "git@github.com:TipLink/opos-outliers.git", + "clone_url": "https://github.com/TipLink/opos-outliers.git", + "homepage": "https://opos.outliers", + "stargazers_count": 9, + "watchers_count": 9, + "language": "TypeScript", + "topics": [] + }, + { + "id": 437744055, + "node_id": "R_kgDOGhdxtw", + "name": "solana-anchor-react-minimal-example", + "full_name": "256hax/solana-anchor-react-minimal-example", + "owner": { + "login": "256hax", + "id": 1146563, + "avatar_url": "https://avatars.githubusercontent.com/u/1146563?v=4", + "url": "https://api.github.com/users/256hax", + "html_url": "https://github.com/256hax" + }, + "html_url": "https://github.com/256hax/solana-anchor-react-minimal-example", + "description": "Solana, Anchor, Metaplex, React Minimal Example. Out of the Box, easy to start!", + "url": "https://api.github.com/repos/256hax/solana-anchor-react-minimal-example", + "languages_url": "https://api.github.com/repos/256hax/solana-anchor-react-minimal-example/languages", + "created_at": "2021-12-13T05:13:32Z", + "updated_at": "2024-08-31T17:02:17Z", + "git_url": "git://github.com/256hax/solana-anchor-react-minimal-example.git", + "ssh_url": "git@github.com:256hax/solana-anchor-react-minimal-example.git", + "clone_url": "https://github.com/256hax/solana-anchor-react-minimal-example.git", + "homepage": "", + "stargazers_count": 81, + "watchers_count": 81, + "language": "TypeScript", + "topics": [ + "anchor", + "arweave", + "blockchain", + "example", + "metaplex", + "nft", + "react", + "solana", + "spl-token" + ] + }, + { + "id": 612233176, + "node_id": "R_kgDOJH3v2A", + "name": "sol-metadata-update-preparer", + "full_name": "MarkSackerberg/sol-metadata-update-preparer", + "owner": { + "login": "MarkSackerberg", + "id": 93528482, + "avatar_url": "https://avatars.githubusercontent.com/u/93528482?v=4", + "url": "https://api.github.com/users/MarkSackerberg", + "html_url": "https://github.com/MarkSackerberg" + }, + "html_url": "https://github.com/MarkSackerberg/sol-metadata-update-preparer", + "description": null, + "url": "https://api.github.com/repos/MarkSackerberg/sol-metadata-update-preparer", + "languages_url": "https://api.github.com/repos/MarkSackerberg/sol-metadata-update-preparer/languages", + "created_at": "2023-03-10T13:41:24Z", + "updated_at": "2024-04-04T05:44:30Z", + "git_url": "git://github.com/MarkSackerberg/sol-metadata-update-preparer.git", + "ssh_url": "git@github.com:MarkSackerberg/sol-metadata-update-preparer.git", + "clone_url": "https://github.com/MarkSackerberg/sol-metadata-update-preparer.git", + "homepage": null, + "stargazers_count": 2, + "watchers_count": 2, + "language": "TypeScript", + "topics": [] + }, + { + "id": 666888313, + "node_id": "R_kgDOJ7_oeQ", + "name": "umi-cmv3-ui-inofficial", + "full_name": "MarkSackerberg/umi-cmv3-ui-inofficial", + "owner": { + "login": "MarkSackerberg", + "id": 93528482, + "avatar_url": "https://avatars.githubusercontent.com/u/93528482?v=4", + "url": "https://api.github.com/users/MarkSackerberg", + "html_url": "https://github.com/MarkSackerberg" + }, + "html_url": "https://github.com/MarkSackerberg/umi-cmv3-ui-inofficial", + "description": null, + "url": "https://api.github.com/repos/MarkSackerberg/umi-cmv3-ui-inofficial", + "languages_url": "https://api.github.com/repos/MarkSackerberg/umi-cmv3-ui-inofficial/languages", + "created_at": "2023-07-15T23:29:28Z", + "updated_at": "2024-09-05T13:51:31Z", + "git_url": "git://github.com/MarkSackerberg/umi-cmv3-ui-inofficial.git", + "ssh_url": "git@github.com:MarkSackerberg/umi-cmv3-ui-inofficial.git", + "clone_url": "https://github.com/MarkSackerberg/umi-cmv3-ui-inofficial.git", + "homepage": "https://umi-cmv3-ui-inofficial.vercel.app", + "stargazers_count": 54, + "watchers_count": 54, + "language": "TypeScript", + "topics": [] + }, + { + "id": 606239884, + "node_id": "R_kgDOJCJ8jA", + "name": "solana-payments-app", + "full_name": "solana-labs/solana-payments-app", + "owner": { + "login": "solana-labs", + "id": 35608259, + "avatar_url": "https://avatars.githubusercontent.com/u/35608259?v=4", + "url": "https://api.github.com/users/solana-labs", + "html_url": "https://github.com/solana-labs" + }, + "html_url": "https://github.com/solana-labs/solana-payments-app", + "description": "Solana Pay for Commerce Platforms", + "url": "https://api.github.com/repos/solana-labs/solana-payments-app", + "languages_url": "https://api.github.com/repos/solana-labs/solana-payments-app/languages", + "created_at": "2023-02-24T23:19:17Z", + "updated_at": "2024-08-27T22:36:13Z", + "git_url": "git://github.com/solana-labs/solana-payments-app.git", + "ssh_url": "git@github.com:solana-labs/solana-payments-app.git", + "clone_url": "https://github.com/solana-labs/solana-payments-app.git", + "homepage": "", + "stargazers_count": 83, + "watchers_count": 83, + "language": "TypeScript", + "topics": [ + "commerce", + "payments", + "shopify", + "solana" + ] + }, + { + "id": 665491899, + "node_id": "R_kgDOJ6qZuw", + "name": "cnft-tools", + "full_name": "trankhacvy/cnft-tools", + "owner": { + "login": "trankhacvy", + "id": 8068926, + "avatar_url": "https://avatars.githubusercontent.com/u/8068926?v=4", + "url": "https://api.github.com/users/trankhacvy", + "html_url": "https://github.com/trankhacvy" + }, + "html_url": "https://github.com/trankhacvy/cnft-tools", + "description": "A collection of no-code tools that allow you to interact with Compressed NFTs.", + "url": "https://api.github.com/repos/trankhacvy/cnft-tools", + "languages_url": "https://api.github.com/repos/trankhacvy/cnft-tools/languages", + "created_at": "2023-07-12T10:19:45Z", + "updated_at": "2024-08-22T04:23:52Z", + "git_url": "git://github.com/trankhacvy/cnft-tools.git", + "ssh_url": "git@github.com:trankhacvy/cnft-tools.git", + "clone_url": "https://github.com/trankhacvy/cnft-tools.git", + "homepage": "https://cnft-tools.vercel.app", + "stargazers_count": 14, + "watchers_count": 14, + "language": "TypeScript", + "topics": [ + "cnft", + "nfts", + "solana", + "tools" + ] + }, + { + "id": 555024991, + "node_id": "R_kgDOIRUCXw", + "name": "compression-read-api-js-examples", + "full_name": "metaplex-foundation/compression-read-api-js-examples", + "owner": { + "login": "metaplex-foundation", + "id": 84874526, + "avatar_url": "https://avatars.githubusercontent.com/u/84874526?v=4", + "url": "https://api.github.com/users/metaplex-foundation", + "html_url": "https://github.com/metaplex-foundation" + }, + "html_url": "https://github.com/metaplex-foundation/compression-read-api-js-examples", + "description": null, + "url": "https://api.github.com/repos/metaplex-foundation/compression-read-api-js-examples", + "languages_url": "https://api.github.com/repos/metaplex-foundation/compression-read-api-js-examples/languages", + "created_at": "2022-10-20T20:22:33Z", + "updated_at": "2024-08-14T00:42:08Z", + "git_url": "git://github.com/metaplex-foundation/compression-read-api-js-examples.git", + "ssh_url": "git@github.com:metaplex-foundation/compression-read-api-js-examples.git", + "clone_url": "https://github.com/metaplex-foundation/compression-read-api-js-examples.git", + "homepage": null, + "stargazers_count": 29, + "watchers_count": 29, + "language": "TypeScript", + "topics": [] + }, + { + "id": 506325502, + "node_id": "R_kgDOHi3p_g", + "name": "video-tutorial-resources", + "full_name": "loopcreativeandy/video-tutorial-resources", + "owner": { + "login": "loopcreativeandy", + "id": 92437260, + "avatar_url": "https://avatars.githubusercontent.com/u/92437260?v=4", + "url": "https://api.github.com/users/loopcreativeandy", + "html_url": "https://github.com/loopcreativeandy" + }, + "html_url": "https://github.com/loopcreativeandy/video-tutorial-resources", + "description": null, + "url": "https://api.github.com/repos/loopcreativeandy/video-tutorial-resources", + "languages_url": "https://api.github.com/repos/loopcreativeandy/video-tutorial-resources/languages", + "created_at": "2022-06-22T16:30:29Z", + "updated_at": "2024-07-27T17:23:14Z", + "git_url": "git://github.com/loopcreativeandy/video-tutorial-resources.git", + "ssh_url": "git@github.com:loopcreativeandy/video-tutorial-resources.git", + "clone_url": "https://github.com/loopcreativeandy/video-tutorial-resources.git", + "homepage": null, + "stargazers_count": 46, + "watchers_count": 46, + "language": "TypeScript", + "topics": [] + }, + { + "id": 624814952, + "node_id": "R_kgDOJT3raA", + "name": "Minimal-Express-Zod-Api-Boilerplate", + "full_name": "TheNaubit/Minimal-Express-Zod-Api-Boilerplate", + "owner": { + "login": "TheNaubit", + "id": 22015497, + "avatar_url": "https://avatars.githubusercontent.com/u/22015497?v=4", + "url": "https://api.github.com/users/TheNaubit", + "html_url": "https://github.com/TheNaubit" + }, + "html_url": "https://github.com/TheNaubit/Minimal-Express-Zod-Api-Boilerplate", + "description": "📝 A minimal Express Zod API boilerplate, ready to clone and build!", + "url": "https://api.github.com/repos/TheNaubit/Minimal-Express-Zod-Api-Boilerplate", + "languages_url": "https://api.github.com/repos/TheNaubit/Minimal-Express-Zod-Api-Boilerplate/languages", + "created_at": "2023-04-07T10:19:41Z", + "updated_at": "2024-06-26T14:08:18Z", + "git_url": "git://github.com/TheNaubit/Minimal-Express-Zod-Api-Boilerplate.git", + "ssh_url": "git@github.com:TheNaubit/Minimal-Express-Zod-Api-Boilerplate.git", + "clone_url": "https://github.com/TheNaubit/Minimal-Express-Zod-Api-Boilerplate.git", + "homepage": "https://twitter.com/naucode", + "stargazers_count": 8, + "watchers_count": 8, + "language": "TypeScript", + "topics": [ + "alias", + "aliases", + "api", + "boilerplate", + "boilerplate-template", + "express", + "express-js", + "expressjs", + "node", + "node-js", + "nodejs", + "nodemon", + "nodemon-express", + "template", + "ts", + "tsconfig", + "typescript", + "zod" + ] + }, + { + "id": 645532867, + "node_id": "R_kgDOJnoMww", + "name": "nightmarket-oss", + "full_name": "motleylabs/nightmarket-oss", + "owner": { + "login": "motleylabs", + "id": 113057778, + "avatar_url": "https://avatars.githubusercontent.com/u/113057778?v=4", + "url": "https://api.github.com/users/motleylabs", + "html_url": "https://github.com/motleylabs" + }, + "html_url": "https://github.com/motleylabs/nightmarket-oss", + "description": "A Solana NFT marketplace built and owned by the community.", + "url": "https://api.github.com/repos/motleylabs/nightmarket-oss", + "languages_url": "https://api.github.com/repos/motleylabs/nightmarket-oss/languages", + "created_at": "2023-05-25T21:48:57Z", + "updated_at": "2024-03-03T08:41:44Z", + "git_url": "git://github.com/motleylabs/nightmarket-oss.git", + "ssh_url": "git@github.com:motleylabs/nightmarket-oss.git", + "clone_url": "https://github.com/motleylabs/nightmarket-oss.git", + "homepage": "https://nightmarket.io/", + "stargazers_count": 15, + "watchers_count": 15, + "language": "TypeScript", + "topics": [] + }, + { + "id": 641757062, + "node_id": "R_kgDOJkBvhg", + "name": "mtly-nightmarket", + "full_name": "motleylabs/mtly-nightmarket", + "owner": { + "login": "motleylabs", + "id": 113057778, + "avatar_url": "https://avatars.githubusercontent.com/u/113057778?v=4", + "url": "https://api.github.com/users/motleylabs", + "html_url": "https://github.com/motleylabs" + }, + "html_url": "https://github.com/motleylabs/mtly-nightmarket", + "description": "An easy to use TypeScript API for interacting with the nightmarket.io marketplace contract.", + "url": "https://api.github.com/repos/motleylabs/mtly-nightmarket", + "languages_url": "https://api.github.com/repos/motleylabs/mtly-nightmarket/languages", + "created_at": "2023-05-17T05:32:43Z", + "updated_at": "2023-08-07T20:21:12Z", + "git_url": "git://github.com/motleylabs/mtly-nightmarket.git", + "ssh_url": "git@github.com:motleylabs/mtly-nightmarket.git", + "clone_url": "https://github.com/motleylabs/mtly-nightmarket.git", + "homepage": "https://motleylabs.github.io/mtly-nightmarket/", + "stargazers_count": 2, + "watchers_count": 2, + "language": "TypeScript", + "topics": [] + }, + { + "id": 614276310, + "node_id": "R_kgDOJJ0c1g", + "name": "mortuary-burn", + "full_name": "mortuary-inc/mortuary-burn", + "owner": { + "login": "mortuary-inc", + "id": 127932547, + "avatar_url": "https://avatars.githubusercontent.com/u/127932547?v=4", + "url": "https://api.github.com/users/mortuary-inc", + "html_url": "https://github.com/mortuary-inc" + }, + "html_url": "https://github.com/mortuary-inc/mortuary-burn", + "description": null, + "url": "https://api.github.com/repos/mortuary-inc/mortuary-burn", + "languages_url": "https://api.github.com/repos/mortuary-inc/mortuary-burn/languages", + "created_at": "2023-03-15T09:04:52Z", + "updated_at": "2023-06-23T00:04:06Z", + "git_url": "git://github.com/mortuary-inc/mortuary-burn.git", + "ssh_url": "git@github.com:mortuary-inc/mortuary-burn.git", + "clone_url": "https://github.com/mortuary-inc/mortuary-burn.git", + "homepage": null, + "stargazers_count": 1, + "watchers_count": 1, + "language": "TypeScript", + "topics": [] + }, + { + "id": 525087556, + "node_id": "R_kgDOH0wzRA", + "name": "dapp-publishing", + "full_name": "solana-mobile/dapp-publishing", + "owner": { + "login": "solana-mobile", + "id": 107583584, + "avatar_url": "https://avatars.githubusercontent.com/u/107583584?v=4", + "url": "https://api.github.com/users/solana-mobile", + "html_url": "https://github.com/solana-mobile" + }, + "html_url": "https://github.com/solana-mobile/dapp-publishing", + "description": null, + "url": "https://api.github.com/repos/solana-mobile/dapp-publishing", + "languages_url": "https://api.github.com/repos/solana-mobile/dapp-publishing/languages", + "created_at": "2022-08-15T18:00:47Z", + "updated_at": "2024-08-15T18:23:00Z", + "git_url": "git://github.com/solana-mobile/dapp-publishing.git", + "ssh_url": "git@github.com:solana-mobile/dapp-publishing.git", + "clone_url": "https://github.com/solana-mobile/dapp-publishing.git", + "homepage": null, + "stargazers_count": 56, + "watchers_count": 56, + "language": "TypeScript", + "topics": [] + }, + { + "id": 366539398, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjY1MzkzOTg=", + "name": "nextjs-boilerplate", + "full_name": "FreakinWard/nextjs-boilerplate", + "owner": { + "login": "FreakinWard", + "id": 2846726, + "avatar_url": "https://avatars.githubusercontent.com/u/2846726?v=4", + "url": "https://api.github.com/users/FreakinWard", + "html_url": "https://github.com/FreakinWard" + }, + "html_url": "https://github.com/FreakinWard/nextjs-boilerplate", + "description": "Start up a nextjs app quickly", + "url": "https://api.github.com/repos/FreakinWard/nextjs-boilerplate", + "languages_url": "https://api.github.com/repos/FreakinWard/nextjs-boilerplate/languages", + "created_at": "2021-05-11T23:40:08Z", + "updated_at": "2024-02-16T21:38:08Z", + "git_url": "git://github.com/FreakinWard/nextjs-boilerplate.git", + "ssh_url": "git@github.com:FreakinWard/nextjs-boilerplate.git", + "clone_url": "https://github.com/FreakinWard/nextjs-boilerplate.git", + "homepage": "", + "stargazers_count": 4, + "watchers_count": 4, + "language": "TypeScript", + "topics": [ + "azure-devops", + "azure-pipelines", + "nextjs", + "nextjs-boilerplate", + "nextjs-starter" + ] + }, + { + "id": 289131327, + "node_id": "MDEwOlJlcG9zaXRvcnkyODkxMzEzMjc=", + "name": "nextweather", + "full_name": "ivanoats/nextweather", + "owner": { + "login": "ivanoats", + "id": 4672, + "avatar_url": "https://avatars.githubusercontent.com/u/4672?v=4", + "url": "https://api.github.com/users/ivanoats", + "html_url": "https://github.com/ivanoats" + }, + "html_url": "https://github.com/ivanoats/nextweather", + "description": "Weather station data focused on wind and tide for human powered watercraft", + "url": "https://api.github.com/repos/ivanoats/nextweather", + "languages_url": "https://api.github.com/repos/ivanoats/nextweather/languages", + "created_at": "2020-08-20T23:26:15Z", + "updated_at": "2024-07-11T21:16:19Z", + "git_url": "git://github.com/ivanoats/nextweather.git", + "ssh_url": "git@github.com:ivanoats/nextweather.git", + "clone_url": "https://github.com/ivanoats/nextweather.git", + "homepage": "https://nextweather.netlify.app/api/csv", + "stargazers_count": 3, + "watchers_count": 3, + "language": "TypeScript", + "topics": [ + "api", + "nextjs", + "weather" + ] + }, + { + "id": 364000393, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjQwMDAzOTM=", + "name": "next-validations", + "full_name": "jellydn/next-validations", + "owner": { + "login": "jellydn", "id": 870029, "avatar_url": "https://avatars.githubusercontent.com/u/870029?v=4", "url": "https://api.github.com/users/jellydn", @@ -9076,13 +9881,13 @@ "url": "https://api.github.com/repos/discordjs/discord-api-types", "languages_url": "https://api.github.com/repos/discordjs/discord-api-types/languages", "created_at": "2020-08-02T16:02:18Z", - "updated_at": "2024-09-06T17:35:57Z", + "updated_at": "2024-09-08T01:18:58Z", "git_url": "git://github.com/discordjs/discord-api-types.git", "ssh_url": "git@github.com:discordjs/discord-api-types.git", "clone_url": "https://github.com/discordjs/discord-api-types.git", "homepage": "https://discord-api-types.dev", - "stargazers_count": 522, - "watchers_count": 522, + "stargazers_count": 523, + "watchers_count": 523, "language": "TypeScript", "topics": [ "deno", @@ -9191,14 +9996,14 @@ "url": "https://api.github.com/repos/openapistack/openapi-backend", "languages_url": "https://api.github.com/repos/openapistack/openapi-backend/languages", "created_at": "2018-10-27T02:31:25Z", - "updated_at": "2024-09-07T11:46:43Z", + "updated_at": "2024-09-08T05:30:18Z", "git_url": "git://github.com/openapistack/openapi-backend.git", "ssh_url": "git@github.com:openapistack/openapi-backend.git", "clone_url": "https://github.com/openapistack/openapi-backend.git", "homepage": "https://openapistack.co", - "stargazers_count": 606, - "watchers_count": 606, - "language": "TypeScript", + "stargazers_count": 607, + "watchers_count": 607, + "language": "TypeScript", "topics": [ "express", "hacktoberfest", @@ -9227,7 +10032,7 @@ "url": "https://api.github.com/repos/jest-community/vscode-jest", "languages_url": "https://api.github.com/repos/jest-community/vscode-jest/languages", "created_at": "2016-10-09T13:06:02Z", - "updated_at": "2024-09-05T19:42:17Z", + "updated_at": "2024-09-08T00:49:43Z", "git_url": "git://github.com/jest-community/vscode-jest.git", "ssh_url": "git@github.com:jest-community/vscode-jest.git", "clone_url": "https://github.com/jest-community/vscode-jest.git", @@ -9496,13 +10301,13 @@ "url": "https://api.github.com/repos/Stability-AI/StableStudio", "languages_url": "https://api.github.com/repos/Stability-AI/StableStudio/languages", "created_at": "2023-04-21T22:09:15Z", - "updated_at": "2024-09-06T16:56:29Z", + "updated_at": "2024-09-08T09:17:42Z", "git_url": "git://github.com/Stability-AI/StableStudio.git", "ssh_url": "git@github.com:Stability-AI/StableStudio.git", "clone_url": "https://github.com/Stability-AI/StableStudio.git", "homepage": "", - "stargazers_count": 8571, - "watchers_count": 8571, + "stargazers_count": 8570, + "watchers_count": 8570, "language": "TypeScript", "topics": [ "frontend", @@ -9641,13 +10446,13 @@ "url": "https://api.github.com/repos/calcom/cal.com", "languages_url": "https://api.github.com/repos/calcom/cal.com/languages", "created_at": "2021-03-22T13:47:42Z", - "updated_at": "2024-09-08T00:23:57Z", + "updated_at": "2024-09-08T11:46:51Z", "git_url": "git://github.com/calcom/cal.com.git", "ssh_url": "git@github.com:calcom/cal.com.git", "clone_url": "https://github.com/calcom/cal.com.git", "homepage": "https://cal.com", - "stargazers_count": 31104, - "watchers_count": 31104, + "stargazers_count": 31116, + "watchers_count": 31116, "language": "TypeScript", "topics": [ "next-auth", @@ -9851,13 +10656,13 @@ "url": "https://api.github.com/repos/erictik/midjourney-api", "languages_url": "https://api.github.com/repos/erictik/midjourney-api/languages", "created_at": "2023-04-24T13:54:42Z", - "updated_at": "2024-09-06T13:55:10Z", + "updated_at": "2024-09-08T09:29:41Z", "git_url": "git://github.com/erictik/midjourney-api.git", "ssh_url": "git@github.com:erictik/midjourney-api.git", "clone_url": "https://github.com/erictik/midjourney-api.git", "homepage": "", - "stargazers_count": 1679, - "watchers_count": 1679, + "stargazers_count": 1678, + "watchers_count": 1678, "language": "TypeScript", "topics": [ "midjourney", @@ -10067,13 +10872,13 @@ "url": "https://api.github.com/repos/ritz078/transform", "languages_url": "https://api.github.com/repos/ritz078/transform/languages", "created_at": "2017-06-15T19:48:21Z", - "updated_at": "2024-09-07T07:36:30Z", + "updated_at": "2024-09-08T11:20:48Z", "git_url": "git://github.com/ritz078/transform.git", "ssh_url": "git@github.com:ritz078/transform.git", "clone_url": "https://github.com/ritz078/transform.git", "homepage": "https://transform.tools", - "stargazers_count": 7844, - "watchers_count": 7844, + "stargazers_count": 7848, + "watchers_count": 7848, "language": "TypeScript", "topics": [ "css", @@ -10202,13 +11007,13 @@ "url": "https://api.github.com/repos/xiangsx/gpt4free-ts", "languages_url": "https://api.github.com/repos/xiangsx/gpt4free-ts/languages", "created_at": "2023-05-04T13:32:13Z", - "updated_at": "2024-09-07T16:00:00Z", + "updated_at": "2024-09-08T09:18:29Z", "git_url": "git://github.com/xiangsx/gpt4free-ts.git", "ssh_url": "git@github.com:xiangsx/gpt4free-ts.git", "clone_url": "https://github.com/xiangsx/gpt4free-ts.git", "homepage": "", - "stargazers_count": 7611, - "watchers_count": 7611, + "stargazers_count": 7610, + "watchers_count": 7610, "language": "TypeScript", "topics": [ "chatbot", @@ -10656,13 +11461,13 @@ "url": "https://api.github.com/repos/vitest-dev/vitest", "languages_url": "https://api.github.com/repos/vitest-dev/vitest/languages", "created_at": "2021-12-03T19:19:49Z", - "updated_at": "2024-09-07T14:41:31Z", + "updated_at": "2024-09-08T11:51:34Z", "git_url": "git://github.com/vitest-dev/vitest.git", "ssh_url": "git@github.com:vitest-dev/vitest.git", "clone_url": "https://github.com/vitest-dev/vitest.git", "homepage": "https://vitest.dev", - "stargazers_count": 12610, - "watchers_count": 12610, + "stargazers_count": 12612, + "watchers_count": 12612, "language": "TypeScript", "topics": [ "test", @@ -10687,13 +11492,13 @@ "url": "https://api.github.com/repos/astahmer/openapi-zod-client", "languages_url": "https://api.github.com/repos/astahmer/openapi-zod-client/languages", "created_at": "2022-08-11T08:07:09Z", - "updated_at": "2024-09-05T08:41:02Z", + "updated_at": "2024-09-08T03:25:37Z", "git_url": "git://github.com/astahmer/openapi-zod-client.git", "ssh_url": "git@github.com:astahmer/openapi-zod-client.git", "clone_url": "https://github.com/astahmer/openapi-zod-client.git", "homepage": "openapi-zod-client.vercel.app", - "stargazers_count": 727, - "watchers_count": 727, + "stargazers_count": 728, + "watchers_count": 728, "language": "TypeScript", "topics": [ "api", @@ -10725,13 +11530,13 @@ "url": "https://api.github.com/repos/millsp/ts-toolbelt", "languages_url": "https://api.github.com/repos/millsp/ts-toolbelt/languages", "created_at": "2019-06-08T19:45:04Z", - "updated_at": "2024-09-07T10:14:22Z", + "updated_at": "2024-09-08T09:45:04Z", "git_url": "git://github.com/millsp/ts-toolbelt.git", "ssh_url": "git@github.com:millsp/ts-toolbelt.git", "clone_url": "https://github.com/millsp/ts-toolbelt.git", "homepage": "https://millsp.github.io/ts-toolbelt/", - "stargazers_count": 6661, - "watchers_count": 6661, + "stargazers_count": 6662, + "watchers_count": 6662, "language": "TypeScript", "topics": [ "dynamic-types", @@ -10789,13 +11594,13 @@ "url": "https://api.github.com/repos/dicebear/dicebear", "languages_url": "https://api.github.com/repos/dicebear/dicebear/languages", "created_at": "2017-03-21T12:58:17Z", - "updated_at": "2024-09-08T00:14:55Z", + "updated_at": "2024-09-08T08:11:08Z", "git_url": "git://github.com/dicebear/dicebear.git", "ssh_url": "git@github.com:dicebear/dicebear.git", "clone_url": "https://github.com/dicebear/dicebear.git", "homepage": "https://dicebear.com", - "stargazers_count": 6684, - "watchers_count": 6684, + "stargazers_count": 6686, + "watchers_count": 6686, "language": "TypeScript", "topics": [ "api", @@ -10826,13 +11631,13 @@ "url": "https://api.github.com/repos/mockoon/mockoon", "languages_url": "https://api.github.com/repos/mockoon/mockoon/languages", "created_at": "2017-07-17T13:19:16Z", - "updated_at": "2024-09-08T00:05:22Z", + "updated_at": "2024-09-08T11:45:48Z", "git_url": "git://github.com/mockoon/mockoon.git", "ssh_url": "git@github.com:mockoon/mockoon.git", "clone_url": "https://github.com/mockoon/mockoon.git", "homepage": "https://mockoon.com", - "stargazers_count": 6234, - "watchers_count": 6234, + "stargazers_count": 6238, + "watchers_count": 6238, "language": "TypeScript", "topics": [ "api", @@ -10859,8 +11664,8 @@ { "id": 65219131, "node_id": "MDEwOlJlcG9zaXRvcnk2NTIxOTEzMQ==", - "name": "learn-anything.xyz", - "full_name": "learn-anything/learn-anything.xyz", + "name": "learn-anything", + "full_name": "learn-anything/learn-anything", "owner": { "login": "learn-anything", "id": 28766659, @@ -10868,18 +11673,18 @@ "url": "https://api.github.com/users/learn-anything", "html_url": "https://github.com/learn-anything" }, - "html_url": "https://github.com/learn-anything/learn-anything.xyz", + "html_url": "https://github.com/learn-anything/learn-anything", "description": "Organize world's knowledge, explore connections and curate learning paths", - "url": "https://api.github.com/repos/learn-anything/learn-anything.xyz", - "languages_url": "https://api.github.com/repos/learn-anything/learn-anything.xyz/languages", + "url": "https://api.github.com/repos/learn-anything/learn-anything", + "languages_url": "https://api.github.com/repos/learn-anything/learn-anything/languages", "created_at": "2016-08-08T16:09:17Z", - "updated_at": "2024-09-07T23:41:47Z", - "git_url": "git://github.com/learn-anything/learn-anything.xyz.git", - "ssh_url": "git@github.com:learn-anything/learn-anything.xyz.git", - "clone_url": "https://github.com/learn-anything/learn-anything.xyz.git", + "updated_at": "2024-09-08T11:57:18Z", + "git_url": "git://github.com/learn-anything/learn-anything.git", + "ssh_url": "git@github.com:learn-anything/learn-anything.git", + "clone_url": "https://github.com/learn-anything/learn-anything.git", "homepage": "https://learn-anything.xyz", - "stargazers_count": 15964, - "watchers_count": 15964, + "stargazers_count": 15965, + "watchers_count": 15965, "language": "TypeScript", "topics": [ "react" @@ -10942,13 +11747,13 @@ "url": "https://api.github.com/repos/mswjs/msw", "languages_url": "https://api.github.com/repos/mswjs/msw/languages", "created_at": "2018-11-13T14:58:44Z", - "updated_at": "2024-09-07T16:25:40Z", + "updated_at": "2024-09-08T11:54:56Z", "git_url": "git://github.com/mswjs/msw.git", "ssh_url": "git@github.com:mswjs/msw.git", "clone_url": "https://github.com/mswjs/msw.git", "homepage": "https://mswjs.io", - "stargazers_count": 15597, - "watchers_count": 15597, + "stargazers_count": 15601, + "watchers_count": 15601, "language": "TypeScript", "topics": [ "api", @@ -11088,13 +11893,13 @@ "url": "https://api.github.com/repos/unplugin/unplugin-icons", "languages_url": "https://api.github.com/repos/unplugin/unplugin-icons/languages", "created_at": "2020-12-24T05:26:15Z", - "updated_at": "2024-09-07T18:41:46Z", + "updated_at": "2024-09-08T10:43:22Z", "git_url": "git://github.com/unplugin/unplugin-icons.git", "ssh_url": "git@github.com:unplugin/unplugin-icons.git", "clone_url": "https://github.com/unplugin/unplugin-icons.git", "homepage": "https://www.npmjs.com/package/unplugin-icons", - "stargazers_count": 3925, - "watchers_count": 3925, + "stargazers_count": 3930, + "watchers_count": 3930, "language": "TypeScript", "topics": [ "iconify", @@ -11125,7 +11930,7 @@ "url": "https://api.github.com/repos/denosaurs/bench", "languages_url": "https://api.github.com/repos/denosaurs/bench/languages", "created_at": "2020-09-09T13:36:00Z", - "updated_at": "2024-09-07T01:50:49Z", + "updated_at": "2024-09-08T01:59:06Z", "git_url": "git://github.com/denosaurs/bench.git", "ssh_url": "git@github.com:denosaurs/bench.git", "clone_url": "https://github.com/denosaurs/bench.git", @@ -11342,7 +12147,7 @@ "url": "https://api.github.com/repos/RobinTail/express-zod-api", "languages_url": "https://api.github.com/repos/RobinTail/express-zod-api/languages", "created_at": "2021-02-17T23:16:49Z", - "updated_at": "2024-09-07T21:34:51Z", + "updated_at": "2024-09-08T09:12:48Z", "git_url": "git://github.com/RobinTail/express-zod-api.git", "ssh_url": "git@github.com:RobinTail/express-zod-api.git", "clone_url": "https://github.com/RobinTail/express-zod-api.git", @@ -11464,13 +12269,13 @@ "url": "https://api.github.com/repos/ChatGPTNextWeb/ChatGPT-Next-Web", "languages_url": "https://api.github.com/repos/ChatGPTNextWeb/ChatGPT-Next-Web/languages", "created_at": "2023-03-10T18:27:54Z", - "updated_at": "2024-09-07T23:45:56Z", + "updated_at": "2024-09-08T11:54:01Z", "git_url": "git://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git", "ssh_url": "git@github.com:ChatGPTNextWeb/ChatGPT-Next-Web.git", "clone_url": "https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git", "homepage": "https://app.nextchat.dev/", - "stargazers_count": 74687, - "watchers_count": 74687, + "stargazers_count": 74701, + "watchers_count": 74701, "language": "TypeScript", "topics": [ "calclaude", @@ -11511,13 +12316,13 @@ "url": "https://api.github.com/repos/dabit3/nextjs-chatgpt-plugin-starter", "languages_url": "https://api.github.com/repos/dabit3/nextjs-chatgpt-plugin-starter/languages", "created_at": "2023-04-11T12:54:35Z", - "updated_at": "2024-08-31T03:52:35Z", + "updated_at": "2024-09-08T10:14:56Z", "git_url": "git://github.com/dabit3/nextjs-chatgpt-plugin-starter.git", "ssh_url": "git@github.com:dabit3/nextjs-chatgpt-plugin-starter.git", "clone_url": "https://github.com/dabit3/nextjs-chatgpt-plugin-starter.git", "homepage": "", - "stargazers_count": 208, - "watchers_count": 208, + "stargazers_count": 207, + "watchers_count": 207, "language": "TypeScript", "topics": [ "chatgpt", @@ -11603,13 +12408,13 @@ "url": "https://api.github.com/repos/directus/directus", "languages_url": "https://api.github.com/repos/directus/directus/languages", "created_at": "2012-12-12T01:35:36Z", - "updated_at": "2024-09-07T23:11:06Z", + "updated_at": "2024-09-08T11:13:36Z", "git_url": "git://github.com/directus/directus.git", "ssh_url": "git@github.com:directus/directus.git", "clone_url": "https://github.com/directus/directus.git", "homepage": "https://directus.io", - "stargazers_count": 27063, - "watchers_count": 27063, + "stargazers_count": 27066, + "watchers_count": 27066, "language": "TypeScript", "topics": [ "api", @@ -11875,13 +12680,13 @@ "url": "https://api.github.com/repos/ts-rest/ts-rest", "languages_url": "https://api.github.com/repos/ts-rest/ts-rest/languages", "created_at": "2022-07-23T11:23:01Z", - "updated_at": "2024-09-07T16:46:49Z", + "updated_at": "2024-09-08T11:31:15Z", "git_url": "git://github.com/ts-rest/ts-rest.git", "ssh_url": "git@github.com:ts-rest/ts-rest.git", "clone_url": "https://github.com/ts-rest/ts-rest.git", "homepage": "https://ts-rest.com", - "stargazers_count": 2278, - "watchers_count": 2278, + "stargazers_count": 2279, + "watchers_count": 2279, "language": "TypeScript", "topics": [ "api", @@ -11914,13 +12719,13 @@ "url": "https://api.github.com/repos/grammyjs/grammY", "languages_url": "https://api.github.com/repos/grammyjs/grammY/languages", "created_at": "2021-03-26T22:33:57Z", - "updated_at": "2024-09-07T18:54:19Z", + "updated_at": "2024-09-08T09:48:58Z", "git_url": "git://github.com/grammyjs/grammY.git", "ssh_url": "git@github.com:grammyjs/grammY.git", "clone_url": "https://github.com/grammyjs/grammY.git", "homepage": "https://grammy.dev", - "stargazers_count": 2164, - "watchers_count": 2164, + "stargazers_count": 2166, + "watchers_count": 2166, "language": "TypeScript", "topics": [ "bot", @@ -11949,7 +12754,7 @@ "url": "https://api.github.com/repos/urban-bot/urban-bot", "languages_url": "https://api.github.com/repos/urban-bot/urban-bot/languages", "created_at": "2020-03-23T16:53:50Z", - "updated_at": "2024-08-05T14:10:33Z", + "updated_at": "2024-09-08T02:27:16Z", "git_url": "git://github.com/urban-bot/urban-bot.git", "ssh_url": "git@github.com:urban-bot/urban-bot.git", "clone_url": "https://github.com/urban-bot/urban-bot.git", @@ -11992,13 +12797,13 @@ "url": "https://api.github.com/repos/sindresorhus/type-fest", "languages_url": "https://api.github.com/repos/sindresorhus/type-fest/languages", "created_at": "2019-03-13T10:30:19Z", - "updated_at": "2024-09-07T22:24:46Z", + "updated_at": "2024-09-08T11:51:11Z", "git_url": "git://github.com/sindresorhus/type-fest.git", "ssh_url": "git@github.com:sindresorhus/type-fest.git", "clone_url": "https://github.com/sindresorhus/type-fest.git", "homepage": "", - "stargazers_count": 13963, - "watchers_count": 13963, + "stargazers_count": 13965, + "watchers_count": 13965, "language": "TypeScript", "topics": [ "npm-package", @@ -12025,7 +12830,7 @@ "url": "https://api.github.com/repos/streamich/react-use", "languages_url": "https://api.github.com/repos/streamich/react-use/languages", "created_at": "2018-10-27T10:16:05Z", - "updated_at": "2024-09-07T20:21:22Z", + "updated_at": "2024-09-08T11:11:28Z", "git_url": "git://github.com/streamich/react-use.git", "ssh_url": "git@github.com:streamich/react-use.git", "clone_url": "https://github.com/streamich/react-use.git", @@ -12052,13 +12857,13 @@ "url": "https://api.github.com/repos/denoland/fresh", "languages_url": "https://api.github.com/repos/denoland/fresh/languages", "created_at": "2021-05-07T14:42:26Z", - "updated_at": "2024-09-07T20:48:13Z", + "updated_at": "2024-09-08T05:31:47Z", "git_url": "git://github.com/denoland/fresh.git", "ssh_url": "git@github.com:denoland/fresh.git", "clone_url": "https://github.com/denoland/fresh.git", "homepage": "https://fresh.deno.dev", - "stargazers_count": 12162, - "watchers_count": 12162, + "stargazers_count": 12163, + "watchers_count": 12163, "language": "TypeScript", "topics": [ "deno", @@ -12086,13 +12891,13 @@ "url": "https://api.github.com/repos/open-cli-tools/concurrently", "languages_url": "https://api.github.com/repos/open-cli-tools/concurrently/languages", "created_at": "2015-02-05T22:27:51Z", - "updated_at": "2024-09-07T17:23:27Z", + "updated_at": "2024-09-08T09:03:31Z", "git_url": "git://github.com/open-cli-tools/concurrently.git", "ssh_url": "git@github.com:open-cli-tools/concurrently.git", "clone_url": "https://github.com/open-cli-tools/concurrently.git", "homepage": "https://www.npmjs.com/package/concurrently", - "stargazers_count": 6988, - "watchers_count": 6988, + "stargazers_count": 6989, + "watchers_count": 6989, "language": "TypeScript", "topics": [ "cli", @@ -12180,13 +12985,13 @@ "url": "https://api.github.com/repos/egoist/tsup", "languages_url": "https://api.github.com/repos/egoist/tsup/languages", "created_at": "2020-03-19T16:23:41Z", - "updated_at": "2024-09-07T23:41:47Z", + "updated_at": "2024-09-08T04:58:58Z", "git_url": "git://github.com/egoist/tsup.git", "ssh_url": "git@github.com:egoist/tsup.git", "clone_url": "https://github.com/egoist/tsup.git", "homepage": "https://tsup.egoist.dev", - "stargazers_count": 8889, - "watchers_count": 8889, + "stargazers_count": 8891, + "watchers_count": 8891, "language": "TypeScript", "topics": [] }, @@ -12207,13 +13012,13 @@ "url": "https://api.github.com/repos/TimMikeladze/typescript-react-package-starter", "languages_url": "https://api.github.com/repos/TimMikeladze/typescript-react-package-starter/languages", "created_at": "2022-05-20T17:06:07Z", - "updated_at": "2024-08-22T00:20:50Z", + "updated_at": "2024-09-08T06:59:59Z", "git_url": "git://github.com/TimMikeladze/typescript-react-package-starter.git", "ssh_url": "git@github.com:TimMikeladze/typescript-react-package-starter.git", "clone_url": "https://github.com/TimMikeladze/typescript-react-package-starter.git", "homepage": "", - "stargazers_count": 175, - "watchers_count": 175, + "stargazers_count": 176, + "watchers_count": 176, "language": "TypeScript", "topics": [ "boilerplate", @@ -13227,13 +14032,13 @@ "url": "https://api.github.com/repos/dohomi/tamagui-kitchen-sink", "languages_url": "https://api.github.com/repos/dohomi/tamagui-kitchen-sink/languages", "created_at": "2022-08-23T07:19:02Z", - "updated_at": "2024-09-05T11:33:20Z", + "updated_at": "2024-09-08T07:44:15Z", "git_url": "git://github.com/dohomi/tamagui-kitchen-sink.git", "ssh_url": "git@github.com:dohomi/tamagui-kitchen-sink.git", "clone_url": "https://github.com/dohomi/tamagui-kitchen-sink.git", "homepage": "https://tamagui-extras.vercel.app/", - "stargazers_count": 191, - "watchers_count": 191, + "stargazers_count": 192, + "watchers_count": 192, "language": "TypeScript", "topics": [ "design-system", @@ -13381,13 +14186,13 @@ "url": "https://api.github.com/repos/tamagui/tamagui", "languages_url": "https://api.github.com/repos/tamagui/tamagui/languages", "created_at": "2020-10-16T21:19:51Z", - "updated_at": "2024-09-07T20:15:32Z", + "updated_at": "2024-09-08T11:48:00Z", "git_url": "git://github.com/tamagui/tamagui.git", "ssh_url": "git@github.com:tamagui/tamagui.git", "clone_url": "https://github.com/tamagui/tamagui.git", "homepage": "https://tamagui.dev", - "stargazers_count": 10929, - "watchers_count": 10929, + "stargazers_count": 10932, + "watchers_count": 10932, "language": "TypeScript", "topics": [ "atomic-css", @@ -13458,13 +14263,13 @@ "url": "https://api.github.com/repos/triggerdotdev/jsonhero-web", "languages_url": "https://api.github.com/repos/triggerdotdev/jsonhero-web/languages", "created_at": "2022-03-01T09:33:29Z", - "updated_at": "2024-09-07T12:44:28Z", + "updated_at": "2024-09-08T10:55:48Z", "git_url": "git://github.com/triggerdotdev/jsonhero-web.git", "ssh_url": "git@github.com:triggerdotdev/jsonhero-web.git", "clone_url": "https://github.com/triggerdotdev/jsonhero-web.git", "homepage": "https://jsonhero.io", - "stargazers_count": 9202, - "watchers_count": 9202, + "stargazers_count": 9204, + "watchers_count": 9204, "language": "TypeScript", "topics": [ "developer-tools", @@ -13535,13 +14340,13 @@ "url": "https://api.github.com/repos/clauderic/dnd-kit", "languages_url": "https://api.github.com/repos/clauderic/dnd-kit/languages", "created_at": "2020-11-26T00:46:52Z", - "updated_at": "2024-09-07T20:52:25Z", + "updated_at": "2024-09-08T10:55:18Z", "git_url": "git://github.com/clauderic/dnd-kit.git", "ssh_url": "git@github.com:clauderic/dnd-kit.git", "clone_url": "https://github.com/clauderic/dnd-kit.git", "homepage": "http://dndkit.com", - "stargazers_count": 12535, - "watchers_count": 12535, + "stargazers_count": 12538, + "watchers_count": 12538, "language": "TypeScript", "topics": [ "drag", @@ -13711,7 +14516,7 @@ "url": "https://api.github.com/repos/projen/projen", "languages_url": "https://api.github.com/repos/projen/projen/languages", "created_at": "2020-05-11T05:07:24Z", - "updated_at": "2024-09-07T23:52:36Z", + "updated_at": "2024-09-08T00:40:29Z", "git_url": "git://github.com/projen/projen.git", "ssh_url": "git@github.com:projen/projen.git", "clone_url": "https://github.com/projen/projen.git", @@ -13750,13 +14555,13 @@ "url": "https://api.github.com/repos/changesets/changesets", "languages_url": "https://api.github.com/repos/changesets/changesets/languages", "created_at": "2019-03-21T22:33:37Z", - "updated_at": "2024-09-07T22:18:31Z", + "updated_at": "2024-09-08T04:38:17Z", "git_url": "git://github.com/changesets/changesets.git", "ssh_url": "git@github.com:changesets/changesets.git", "clone_url": "https://github.com/changesets/changesets.git", "homepage": "", - "stargazers_count": 8670, - "watchers_count": 8670, + "stargazers_count": 8672, + "watchers_count": 8672, "language": "TypeScript", "topics": [] }, @@ -13858,13 +14663,13 @@ "url": "https://api.github.com/repos/apitable/apitable", "languages_url": "https://api.github.com/repos/apitable/apitable/languages", "created_at": "2022-08-17T07:25:40Z", - "updated_at": "2024-09-07T22:58:38Z", + "updated_at": "2024-09-08T07:32:40Z", "git_url": "git://github.com/apitable/apitable.git", "ssh_url": "git@github.com:apitable/apitable.git", "clone_url": "https://github.com/apitable/apitable.git", "homepage": "https://aitable.ai", - "stargazers_count": 12921, - "watchers_count": 12921, + "stargazers_count": 12926, + "watchers_count": 12926, "language": "TypeScript", "topics": [ "admin-dashboard", @@ -14037,13 +14842,13 @@ "url": "https://api.github.com/repos/fabien0102/ts-to-zod", "languages_url": "https://api.github.com/repos/fabien0102/ts-to-zod/languages", "created_at": "2021-03-29T17:00:44Z", - "updated_at": "2024-09-07T01:38:59Z", + "updated_at": "2024-09-08T09:23:26Z", "git_url": "git://github.com/fabien0102/ts-to-zod.git", "ssh_url": "git@github.com:fabien0102/ts-to-zod.git", "clone_url": "https://github.com/fabien0102/ts-to-zod.git", "homepage": null, - "stargazers_count": 1158, - "watchers_count": 1158, + "stargazers_count": 1161, + "watchers_count": 1161, "language": "TypeScript", "topics": [] }, @@ -14064,13 +14869,13 @@ "url": "https://api.github.com/repos/sinclairzx81/typebox", "languages_url": "https://api.github.com/repos/sinclairzx81/typebox/languages", "created_at": "2017-04-06T17:08:46Z", - "updated_at": "2024-09-07T10:19:31Z", + "updated_at": "2024-09-08T06:20:14Z", "git_url": "git://github.com/sinclairzx81/typebox.git", "ssh_url": "git@github.com:sinclairzx81/typebox.git", "clone_url": "https://github.com/sinclairzx81/typebox.git", "homepage": "", - "stargazers_count": 4765, - "watchers_count": 4765, + "stargazers_count": 4767, + "watchers_count": 4767, "language": "TypeScript", "topics": [ "ajv", @@ -14160,13 +14965,13 @@ "url": "https://api.github.com/repos/TanStack/table", "languages_url": "https://api.github.com/repos/TanStack/table/languages", "created_at": "2016-10-20T17:25:08Z", - "updated_at": "2024-09-08T00:00:18Z", + "updated_at": "2024-09-08T06:49:29Z", "git_url": "git://github.com/TanStack/table.git", "ssh_url": "git@github.com:TanStack/table.git", "clone_url": "https://github.com/TanStack/table.git", "homepage": "https://tanstack.com/table", - "stargazers_count": 24843, - "watchers_count": 24843, + "stargazers_count": 24847, + "watchers_count": 24847, "language": "TypeScript", "topics": [ "datagrid", @@ -14207,7 +15012,7 @@ "url": "https://api.github.com/repos/revolist/revogrid", "languages_url": "https://api.github.com/repos/revolist/revogrid/languages", "created_at": "2020-05-04T21:23:09Z", - "updated_at": "2024-09-07T17:58:02Z", + "updated_at": "2024-09-08T12:00:41Z", "git_url": "git://github.com/revolist/revogrid.git", "ssh_url": "git@github.com:revolist/revogrid.git", "clone_url": "https://github.com/revolist/revogrid.git", @@ -14336,13 +15141,13 @@ "url": "https://api.github.com/repos/trpc/trpc", "languages_url": "https://api.github.com/repos/trpc/trpc/languages", "created_at": "2020-07-18T01:17:11Z", - "updated_at": "2024-09-07T21:06:03Z", + "updated_at": "2024-09-08T11:58:26Z", "git_url": "git://github.com/trpc/trpc.git", "ssh_url": "git@github.com:trpc/trpc.git", "clone_url": "https://github.com/trpc/trpc.git", "homepage": "https://tRPC.io", - "stargazers_count": 34275, - "watchers_count": 34275, + "stargazers_count": 34280, + "watchers_count": 34280, "language": "TypeScript", "topics": [ "api", @@ -14969,7 +15774,7 @@ "url": "https://api.github.com/repos/novuhq/novu", "languages_url": "https://api.github.com/repos/novuhq/novu/languages", "created_at": "2021-08-26T15:22:44Z", - "updated_at": "2024-09-07T22:03:37Z", + "updated_at": "2024-09-08T10:58:06Z", "git_url": "git://github.com/novuhq/novu.git", "ssh_url": "git@github.com:novuhq/novu.git", "clone_url": "https://github.com/novuhq/novu.git", @@ -15085,7 +15890,7 @@ "url": "https://api.github.com/repos/juliencrn/usehooks-ts", "languages_url": "https://api.github.com/repos/juliencrn/usehooks-ts/languages", "created_at": "2020-04-15T22:53:26Z", - "updated_at": "2024-09-07T23:34:08Z", + "updated_at": "2024-09-08T11:18:03Z", "git_url": "git://github.com/juliencrn/usehooks-ts.git", "ssh_url": "git@github.com:juliencrn/usehooks-ts.git", "clone_url": "https://github.com/juliencrn/usehooks-ts.git", @@ -15155,15 +15960,16 @@ "url": "https://api.github.com/repos/Infisical/infisical", "languages_url": "https://api.github.com/repos/Infisical/infisical/languages", "created_at": "2022-08-05T13:50:00Z", - "updated_at": "2024-09-07T21:17:28Z", + "updated_at": "2024-09-08T07:36:36Z", "git_url": "git://github.com/Infisical/infisical.git", "ssh_url": "git@github.com:Infisical/infisical.git", "clone_url": "https://github.com/Infisical/infisical.git", "homepage": "https://infisical.com", - "stargazers_count": 14953, - "watchers_count": 14953, + "stargazers_count": 14955, + "watchers_count": 14955, "language": "TypeScript", "topics": [ + "certificate-management", "cli", "end-to-end-encryption", "environment-variables", @@ -15172,7 +15978,9 @@ "nextjs", "nodejs", "open-source", + "pki", "postgres", + "private-ca", "react", "secret-management", "secret-manager", @@ -15235,13 +16043,13 @@ "url": "https://api.github.com/repos/PLhery/node-twitter-api-v2", "languages_url": "https://api.github.com/repos/PLhery/node-twitter-api-v2/languages", "created_at": "2020-09-09T20:26:35Z", - "updated_at": "2024-09-07T15:10:06Z", + "updated_at": "2024-09-08T11:55:58Z", "git_url": "git://github.com/PLhery/node-twitter-api-v2.git", "ssh_url": "git@github.com:PLhery/node-twitter-api-v2.git", "clone_url": "https://github.com/PLhery/node-twitter-api-v2.git", "homepage": "https://www.npmjs.com/package/twitter-api-v2", - "stargazers_count": 1268, - "watchers_count": 1268, + "stargazers_count": 1269, + "watchers_count": 1269, "language": "TypeScript", "topics": [ "npm-package", @@ -15302,13 +16110,13 @@ "url": "https://api.github.com/repos/xyflow/xyflow", "languages_url": "https://api.github.com/repos/xyflow/xyflow/languages", "created_at": "2019-07-15T14:47:30Z", - "updated_at": "2024-09-07T21:55:27Z", + "updated_at": "2024-09-08T09:05:42Z", "git_url": "git://github.com/xyflow/xyflow.git", "ssh_url": "git@github.com:xyflow/xyflow.git", "clone_url": "https://github.com/xyflow/xyflow.git", "homepage": "https://xyflow.com", - "stargazers_count": 23981, - "watchers_count": 23981, + "stargazers_count": 23987, + "watchers_count": 23987, "language": "TypeScript", "topics": [ "flowchart", @@ -15341,13 +16149,13 @@ "url": "https://api.github.com/repos/openblocks-dev/openblocks", "languages_url": "https://api.github.com/repos/openblocks-dev/openblocks/languages", "created_at": "2022-11-14T09:04:00Z", - "updated_at": "2024-09-07T18:45:53Z", + "updated_at": "2024-09-08T09:20:51Z", "git_url": "git://github.com/openblocks-dev/openblocks.git", "ssh_url": "git@github.com:openblocks-dev/openblocks.git", "clone_url": "https://github.com/openblocks-dev/openblocks.git", "homepage": "https://cloud.openblocks.dev", - "stargazers_count": 5767, - "watchers_count": 5767, + "stargazers_count": 5766, + "watchers_count": 5766, "language": "TypeScript", "topics": [ "admin-dashboard", @@ -15449,13 +16257,13 @@ "url": "https://api.github.com/repos/bluesky-social/atproto", "languages_url": "https://api.github.com/repos/bluesky-social/atproto/languages", "created_at": "2021-12-17T20:06:47Z", - "updated_at": "2024-09-07T20:22:48Z", + "updated_at": "2024-09-08T11:43:14Z", "git_url": "git://github.com/bluesky-social/atproto.git", "ssh_url": "git@github.com:bluesky-social/atproto.git", "clone_url": "https://github.com/bluesky-social/atproto.git", "homepage": "", - "stargazers_count": 6065, - "watchers_count": 6065, + "stargazers_count": 6070, + "watchers_count": 6070, "language": "TypeScript", "topics": [] }, @@ -15634,13 +16442,13 @@ "url": "https://api.github.com/repos/t3-oss/create-t3-app", "languages_url": "https://api.github.com/repos/t3-oss/create-t3-app/languages", "created_at": "2022-05-24T13:31:01Z", - "updated_at": "2024-09-08T00:09:58Z", + "updated_at": "2024-09-08T09:02:14Z", "git_url": "git://github.com/t3-oss/create-t3-app.git", "ssh_url": "git@github.com:t3-oss/create-t3-app.git", "clone_url": "https://github.com/t3-oss/create-t3-app.git", "homepage": "https://create.t3.gg", - "stargazers_count": 24769, - "watchers_count": 24769, + "stargazers_count": 24774, + "watchers_count": 24774, "language": "TypeScript", "topics": [ "cli", @@ -15709,13 +16517,13 @@ "url": "https://api.github.com/repos/openapi-ts/openapi-typescript", "languages_url": "https://api.github.com/repos/openapi-ts/openapi-typescript/languages", "created_at": "2018-12-13T20:28:01Z", - "updated_at": "2024-09-07T22:39:35Z", + "updated_at": "2024-09-08T04:25:04Z", "git_url": "git://github.com/openapi-ts/openapi-typescript.git", "ssh_url": "git@github.com:openapi-ts/openapi-typescript.git", "clone_url": "https://github.com/openapi-ts/openapi-typescript.git", "homepage": "https://openapi-ts.dev", - "stargazers_count": 5473, - "watchers_count": 5473, + "stargazers_count": 5474, + "watchers_count": 5474, "language": "TypeScript", "topics": [ "openapi", @@ -15839,7 +16647,7 @@ "url": "https://api.github.com/repos/Redocly/redoc", "languages_url": "https://api.github.com/repos/Redocly/redoc/languages", "created_at": "2015-10-30T12:53:02Z", - "updated_at": "2024-09-07T17:56:27Z", + "updated_at": "2024-09-08T07:35:47Z", "git_url": "git://github.com/Redocly/redoc.git", "ssh_url": "git@github.com:Redocly/redoc.git", "clone_url": "https://github.com/Redocly/redoc.git", @@ -16170,13 +16978,13 @@ "url": "https://api.github.com/repos/danilowoz/react-content-loader", "languages_url": "https://api.github.com/repos/danilowoz/react-content-loader/languages", "created_at": "2017-01-20T00:30:11Z", - "updated_at": "2024-09-07T16:08:21Z", + "updated_at": "2024-09-08T08:12:35Z", "git_url": "git://github.com/danilowoz/react-content-loader.git", "ssh_url": "git@github.com:danilowoz/react-content-loader.git", "clone_url": "https://github.com/danilowoz/react-content-loader.git", "homepage": "https://skeletonreact.com", - "stargazers_count": 13653, - "watchers_count": 13653, + "stargazers_count": 13654, + "watchers_count": 13654, "language": "TypeScript", "topics": [ "facebook-cards-loaders", @@ -16379,13 +17187,13 @@ "url": "https://api.github.com/repos/conventional-changelog/commitlint", "languages_url": "https://api.github.com/repos/conventional-changelog/commitlint/languages", "created_at": "2016-02-12T08:37:56Z", - "updated_at": "2024-09-07T11:32:26Z", + "updated_at": "2024-09-08T12:04:05Z", "git_url": "git://github.com/conventional-changelog/commitlint.git", "ssh_url": "git@github.com:conventional-changelog/commitlint.git", "clone_url": "https://github.com/conventional-changelog/commitlint.git", "homepage": "https://commitlint.js.org", - "stargazers_count": 16609, - "watchers_count": 16609, + "stargazers_count": 16611, + "watchers_count": 16611, "language": "TypeScript", "topics": [ "commit", @@ -16494,13 +17302,13 @@ "url": "https://api.github.com/repos/n8n-io/n8n", "languages_url": "https://api.github.com/repos/n8n-io/n8n/languages", "created_at": "2019-06-22T09:24:21Z", - "updated_at": "2024-09-08T00:13:18Z", + "updated_at": "2024-09-08T11:49:25Z", "git_url": "git://github.com/n8n-io/n8n.git", "ssh_url": "git@github.com:n8n-io/n8n.git", "clone_url": "https://github.com/n8n-io/n8n.git", "homepage": "https://n8n.io", - "stargazers_count": 45126, - "watchers_count": 45126, + "stargazers_count": 45157, + "watchers_count": 45157, "language": "TypeScript", "topics": [ "apis", @@ -16573,13 +17381,13 @@ "url": "https://api.github.com/repos/tremorlabs/tremor", "languages_url": "https://api.github.com/repos/tremorlabs/tremor/languages", "created_at": "2022-04-19T20:54:32Z", - "updated_at": "2024-09-07T16:24:50Z", + "updated_at": "2024-09-08T08:11:20Z", "git_url": "git://github.com/tremorlabs/tremor.git", "ssh_url": "git@github.com:tremorlabs/tremor.git", "clone_url": "https://github.com/tremorlabs/tremor.git", "homepage": "https://npm.tremor.so", - "stargazers_count": 16100, - "watchers_count": 16100, + "stargazers_count": 16102, + "watchers_count": 16102, "language": "TypeScript", "topics": [ "react-components", @@ -16924,7 +17732,7 @@ "url": "https://api.github.com/repos/invoke-ai/InvokeAI", "languages_url": "https://api.github.com/repos/invoke-ai/InvokeAI/languages", "created_at": "2022-08-17T01:04:27Z", - "updated_at": "2024-09-08T00:00:28Z", + "updated_at": "2024-09-08T11:55:32Z", "git_url": "git://github.com/invoke-ai/InvokeAI.git", "ssh_url": "git@github.com:invoke-ai/InvokeAI.git", "clone_url": "https://github.com/invoke-ai/InvokeAI.git", @@ -16965,13 +17773,13 @@ "url": "https://api.github.com/repos/pmndrs/zustand", "languages_url": "https://api.github.com/repos/pmndrs/zustand/languages", "created_at": "2019-04-09T09:10:06Z", - "updated_at": "2024-09-07T22:46:36Z", + "updated_at": "2024-09-08T11:04:45Z", "git_url": "git://github.com/pmndrs/zustand.git", "ssh_url": "git@github.com:pmndrs/zustand.git", "clone_url": "https://github.com/pmndrs/zustand.git", "homepage": "https://zustand-demo.pmnd.rs/", - "stargazers_count": 46084, - "watchers_count": 46084, + "stargazers_count": 46089, + "watchers_count": 46089, "language": "TypeScript", "topics": [ "hacktoberfest", @@ -17386,13 +18194,13 @@ "url": "https://api.github.com/repos/getumbrel/umbrel", "languages_url": "https://api.github.com/repos/getumbrel/umbrel/languages", "created_at": "2020-07-06T18:40:02Z", - "updated_at": "2024-09-07T11:43:30Z", + "updated_at": "2024-09-08T03:34:42Z", "git_url": "git://github.com/getumbrel/umbrel.git", "ssh_url": "git@github.com:getumbrel/umbrel.git", "clone_url": "https://github.com/getumbrel/umbrel.git", "homepage": "https://umbrel.com", - "stargazers_count": 7138, - "watchers_count": 7138, + "stargazers_count": 7139, + "watchers_count": 7139, "language": "TypeScript", "topics": [ "bitcoin", @@ -17702,13 +18510,13 @@ "url": "https://api.github.com/repos/upscayl/upscayl", "languages_url": "https://api.github.com/repos/upscayl/upscayl/languages", "created_at": "2022-07-30T17:19:20Z", - "updated_at": "2024-09-08T00:23:56Z", + "updated_at": "2024-09-08T11:59:02Z", "git_url": "git://github.com/upscayl/upscayl.git", "ssh_url": "git@github.com:upscayl/upscayl.git", "clone_url": "https://github.com/upscayl/upscayl.git", "homepage": "https://upscayl.org", - "stargazers_count": 29451, - "watchers_count": 29451, + "stargazers_count": 29511, + "watchers_count": 29511, "language": "TypeScript", "topics": [ "ai", @@ -17822,13 +18630,13 @@ "url": "https://api.github.com/repos/gregberge/svgr", "languages_url": "https://api.github.com/repos/gregberge/svgr/languages", "created_at": "2017-09-01T21:38:42Z", - "updated_at": "2024-09-07T07:34:47Z", + "updated_at": "2024-09-08T03:21:29Z", "git_url": "git://github.com/gregberge/svgr.git", "ssh_url": "git@github.com:gregberge/svgr.git", "clone_url": "https://github.com/gregberge/svgr.git", "homepage": "https://react-svgr.com", - "stargazers_count": 10503, - "watchers_count": 10503, + "stargazers_count": 10504, + "watchers_count": 10504, "language": "TypeScript", "topics": [ "inline-svg", @@ -18098,13 +18906,13 @@ "url": "https://api.github.com/repos/donmccurdy/glTF-Transform", "languages_url": "https://api.github.com/repos/donmccurdy/glTF-Transform/languages", "created_at": "2018-09-21T07:57:34Z", - "updated_at": "2024-09-07T17:04:33Z", + "updated_at": "2024-09-08T08:24:46Z", "git_url": "git://github.com/donmccurdy/glTF-Transform.git", "ssh_url": "git@github.com:donmccurdy/glTF-Transform.git", "clone_url": "https://github.com/donmccurdy/glTF-Transform.git", "homepage": "https://gltf-transform.dev", - "stargazers_count": 1354, - "watchers_count": 1354, + "stargazers_count": 1355, + "watchers_count": 1355, "language": "TypeScript", "topics": [ "3d", @@ -18187,13 +18995,13 @@ "url": "https://api.github.com/repos/hauptrolle/chakra-templates", "languages_url": "https://api.github.com/repos/hauptrolle/chakra-templates/languages", "created_at": "2020-12-28T14:18:32Z", - "updated_at": "2024-09-03T09:42:07Z", + "updated_at": "2024-09-08T04:34:36Z", "git_url": "git://github.com/hauptrolle/chakra-templates.git", "ssh_url": "git@github.com:hauptrolle/chakra-templates.git", "clone_url": "https://github.com/hauptrolle/chakra-templates.git", "homepage": "https://chakra-templates.vercel.app/", - "stargazers_count": 1543, - "watchers_count": 1543, + "stargazers_count": 1542, + "watchers_count": 1542, "language": "TypeScript", "topics": [ "chakra-templates", @@ -18221,13 +19029,13 @@ "url": "https://api.github.com/repos/BuilderIO/builder", "languages_url": "https://api.github.com/repos/BuilderIO/builder/languages", "created_at": "2019-01-30T23:06:02Z", - "updated_at": "2024-09-07T20:36:51Z", + "updated_at": "2024-09-08T01:04:32Z", "git_url": "git://github.com/BuilderIO/builder.git", "ssh_url": "git@github.com:BuilderIO/builder.git", "clone_url": "https://github.com/BuilderIO/builder.git", "homepage": "https://builder.io", - "stargazers_count": 7254, - "watchers_count": 7254, + "stargazers_count": 7255, + "watchers_count": 7255, "language": "TypeScript", "topics": [ "angular", @@ -18633,13 +19441,13 @@ "url": "https://api.github.com/repos/mattermost/mattermost", "languages_url": "https://api.github.com/repos/mattermost/mattermost/languages", "created_at": "2015-06-15T06:50:02Z", - "updated_at": "2024-09-07T23:47:08Z", + "updated_at": "2024-09-08T10:30:40Z", "git_url": "git://github.com/mattermost/mattermost.git", "ssh_url": "git@github.com:mattermost/mattermost.git", "clone_url": "https://github.com/mattermost/mattermost.git", "homepage": "https://mattermost.com", - "stargazers_count": 29955, - "watchers_count": 29955, + "stargazers_count": 29969, + "watchers_count": 29969, "language": "TypeScript", "topics": [ "collaboration", @@ -18844,13 +19652,13 @@ "url": "https://api.github.com/repos/mantinedev/mantine", "languages_url": "https://api.github.com/repos/mantinedev/mantine/languages", "created_at": "2021-01-07T14:02:19Z", - "updated_at": "2024-09-07T23:53:35Z", + "updated_at": "2024-09-08T07:35:19Z", "git_url": "git://github.com/mantinedev/mantine.git", "ssh_url": "git@github.com:mantinedev/mantine.git", "clone_url": "https://github.com/mantinedev/mantine.git", "homepage": "https://mantine.dev", - "stargazers_count": 26032, - "watchers_count": 26032, + "stargazers_count": 26035, + "watchers_count": 26035, "language": "TypeScript", "topics": [ "dark-mode", @@ -19460,13 +20268,13 @@ "url": "https://api.github.com/repos/sketchpunklabs/ossos", "languages_url": "https://api.github.com/repos/sketchpunklabs/ossos/languages", "created_at": "2021-12-04T16:03:45Z", - "updated_at": "2024-09-04T11:18:02Z", + "updated_at": "2024-09-08T00:28:10Z", "git_url": "git://github.com/sketchpunklabs/ossos.git", "ssh_url": "git@github.com:sketchpunklabs/ossos.git", "clone_url": "https://github.com/sketchpunklabs/ossos.git", "homepage": "", - "stargazers_count": 413, - "watchers_count": 413, + "stargazers_count": 414, + "watchers_count": 414, "language": "TypeScript", "topics": [ "animation", @@ -19499,13 +20307,13 @@ "url": "https://api.github.com/repos/BabylonJS/Babylon.js", "languages_url": "https://api.github.com/repos/BabylonJS/Babylon.js/languages", "created_at": "2013-06-27T20:40:42Z", - "updated_at": "2024-09-07T19:32:04Z", + "updated_at": "2024-09-08T11:22:16Z", "git_url": "git://github.com/BabylonJS/Babylon.js.git", "ssh_url": "git@github.com:BabylonJS/Babylon.js.git", "clone_url": "https://github.com/BabylonJS/Babylon.js.git", "homepage": "http://www.babylonjs.com", - "stargazers_count": 22997, - "watchers_count": 22997, + "stargazers_count": 23001, + "watchers_count": 23001, "language": "TypeScript", "topics": [ "3d", @@ -19717,13 +20525,13 @@ "url": "https://api.github.com/repos/pmndrs/react-spring", "languages_url": "https://api.github.com/repos/pmndrs/react-spring/languages", "created_at": "2018-03-07T15:39:32Z", - "updated_at": "2024-09-07T21:53:00Z", + "updated_at": "2024-09-08T11:55:43Z", "git_url": "git://github.com/pmndrs/react-spring.git", "ssh_url": "git@github.com:pmndrs/react-spring.git", "clone_url": "https://github.com/pmndrs/react-spring.git", "homepage": "http://www.react-spring.dev/", - "stargazers_count": 27966, - "watchers_count": 27966, + "stargazers_count": 27969, + "watchers_count": 27969, "language": "TypeScript", "topics": [ "animation-library", @@ -20042,13 +20850,13 @@ "url": "https://api.github.com/repos/vega/vega-lite", "languages_url": "https://api.github.com/repos/vega/vega-lite/languages", "created_at": "2014-11-20T20:52:04Z", - "updated_at": "2024-09-06T20:51:05Z", + "updated_at": "2024-09-08T09:44:36Z", "git_url": "git://github.com/vega/vega-lite.git", "ssh_url": "git@github.com:vega/vega-lite.git", "clone_url": "https://github.com/vega/vega-lite.git", "homepage": "https://vega.github.io/vega-lite/", - "stargazers_count": 4621, - "watchers_count": 4621, + "stargazers_count": 4622, + "watchers_count": 4622, "language": "TypeScript", "topics": [ "charts", @@ -20105,13 +20913,13 @@ "url": "https://api.github.com/repos/TanStack/query", "languages_url": "https://api.github.com/repos/TanStack/query/languages", "created_at": "2019-09-10T19:23:58Z", - "updated_at": "2024-09-07T23:59:54Z", + "updated_at": "2024-09-08T11:52:47Z", "git_url": "git://github.com/TanStack/query.git", "ssh_url": "git@github.com:TanStack/query.git", "clone_url": "https://github.com/TanStack/query.git", "homepage": "https://tanstack.com/query", - "stargazers_count": 41606, - "watchers_count": 41606, + "stargazers_count": 41616, + "watchers_count": 41616, "language": "TypeScript", "topics": [ "async", @@ -20224,13 +21032,13 @@ "url": "https://api.github.com/repos/react-icons/react-icons", "languages_url": "https://api.github.com/repos/react-icons/react-icons/languages", "created_at": "2015-10-23T12:36:30Z", - "updated_at": "2024-09-07T12:03:17Z", + "updated_at": "2024-09-08T06:55:12Z", "git_url": "git://github.com/react-icons/react-icons.git", "ssh_url": "git@github.com:react-icons/react-icons.git", "clone_url": "https://github.com/react-icons/react-icons.git", "homepage": "https://react-icons.github.io/react-icons/", - "stargazers_count": 11465, - "watchers_count": 11465, + "stargazers_count": 11467, + "watchers_count": 11467, "language": "TypeScript", "topics": [ "hacktoberfest", @@ -20256,13 +21064,13 @@ "url": "https://api.github.com/repos/jquense/yup", "languages_url": "https://api.github.com/repos/jquense/yup/languages", "created_at": "2014-09-22T23:54:22Z", - "updated_at": "2024-09-07T20:56:32Z", + "updated_at": "2024-09-08T11:05:54Z", "git_url": "git://github.com/jquense/yup.git", "ssh_url": "git@github.com:jquense/yup.git", "clone_url": "https://github.com/jquense/yup.git", "homepage": "", - "stargazers_count": 22699, - "watchers_count": 22699, + "stargazers_count": 22700, + "watchers_count": 22700, "language": "TypeScript", "topics": [] }, @@ -20398,13 +21206,13 @@ "url": "https://api.github.com/repos/plasmicapp/plasmic", "languages_url": "https://api.github.com/repos/plasmicapp/plasmic/languages", "created_at": "2021-02-02T19:37:59Z", - "updated_at": "2024-09-07T18:04:38Z", + "updated_at": "2024-09-08T09:22:10Z", "git_url": "git://github.com/plasmicapp/plasmic.git", "ssh_url": "git@github.com:plasmicapp/plasmic.git", "clone_url": "https://github.com/plasmicapp/plasmic.git", "homepage": "https://www.plasmic.app", - "stargazers_count": 4973, - "watchers_count": 4973, + "stargazers_count": 4974, + "watchers_count": 4974, "language": "TypeScript", "topics": [ "builder", @@ -20444,13 +21252,13 @@ "url": "https://api.github.com/repos/prevwong/craft.js", "languages_url": "https://api.github.com/repos/prevwong/craft.js/languages", "created_at": "2019-06-04T18:08:50Z", - "updated_at": "2024-09-07T12:13:31Z", + "updated_at": "2024-09-08T09:18:06Z", "git_url": "git://github.com/prevwong/craft.js.git", "ssh_url": "git@github.com:prevwong/craft.js.git", "clone_url": "https://github.com/prevwong/craft.js.git", "homepage": "https://craft.js.org", - "stargazers_count": 7513, - "watchers_count": 7513, + "stargazers_count": 7515, + "watchers_count": 7515, "language": "TypeScript", "topics": [ "draft-js", @@ -20480,13 +21288,13 @@ "url": "https://api.github.com/repos/react-dnd/react-dnd", "languages_url": "https://api.github.com/repos/react-dnd/react-dnd/languages", "created_at": "2014-10-19T13:29:28Z", - "updated_at": "2024-09-07T20:05:58Z", + "updated_at": "2024-09-08T07:27:30Z", "git_url": "git://github.com/react-dnd/react-dnd.git", "ssh_url": "git@github.com:react-dnd/react-dnd.git", "clone_url": "https://github.com/react-dnd/react-dnd.git", "homepage": "http://react-dnd.github.io/react-dnd", - "stargazers_count": 20873, - "watchers_count": 20873, + "stargazers_count": 20876, + "watchers_count": 20876, "language": "TypeScript", "topics": [ "drag-and-drop", @@ -20576,13 +21384,13 @@ "url": "https://api.github.com/repos/OneKeyHQ/app-monorepo", "languages_url": "https://api.github.com/repos/OneKeyHQ/app-monorepo/languages", "created_at": "2021-11-22T14:54:51Z", - "updated_at": "2024-09-07T05:37:58Z", + "updated_at": "2024-09-08T08:25:05Z", "git_url": "git://github.com/OneKeyHQ/app-monorepo.git", "ssh_url": "git@github.com:OneKeyHQ/app-monorepo.git", "clone_url": "https://github.com/OneKeyHQ/app-monorepo.git", "homepage": "https://onekey.so", - "stargazers_count": 1921, - "watchers_count": 1921, + "stargazers_count": 1923, + "watchers_count": 1923, "language": "TypeScript", "topics": [ "android", @@ -21003,13 +21811,13 @@ "url": "https://api.github.com/repos/nextauthjs/next-auth", "languages_url": "https://api.github.com/repos/nextauthjs/next-auth/languages", "created_at": "2018-01-27T12:28:16Z", - "updated_at": "2024-09-07T22:38:19Z", + "updated_at": "2024-09-08T10:23:30Z", "git_url": "git://github.com/nextauthjs/next-auth.git", "ssh_url": "git@github.com:nextauthjs/next-auth.git", "clone_url": "https://github.com/nextauthjs/next-auth.git", "homepage": "https://authjs.dev", - "stargazers_count": 24058, - "watchers_count": 24058, + "stargazers_count": 24065, + "watchers_count": 24065, "language": "TypeScript", "topics": [ "auth", @@ -21076,13 +21884,13 @@ "url": "https://api.github.com/repos/facebook/docusaurus", "languages_url": "https://api.github.com/repos/facebook/docusaurus/languages", "created_at": "2017-06-20T16:13:53Z", - "updated_at": "2024-09-07T23:57:45Z", + "updated_at": "2024-09-08T12:06:43Z", "git_url": "git://github.com/facebook/docusaurus.git", "ssh_url": "git@github.com:facebook/docusaurus.git", "clone_url": "https://github.com/facebook/docusaurus.git", "homepage": "https://docusaurus.io", - "stargazers_count": 55386, - "watchers_count": 55386, + "stargazers_count": 55400, + "watchers_count": 55400, "language": "TypeScript", "topics": [ "documentation", @@ -21193,13 +22001,13 @@ "url": "https://api.github.com/repos/microsoft/playwright", "languages_url": "https://api.github.com/repos/microsoft/playwright/languages", "created_at": "2019-11-15T18:32:42Z", - "updated_at": "2024-09-07T21:56:03Z", + "updated_at": "2024-09-08T12:05:55Z", "git_url": "git://github.com/microsoft/playwright.git", "ssh_url": "git@github.com:microsoft/playwright.git", "clone_url": "https://github.com/microsoft/playwright.git", "homepage": "https://playwright.dev", - "stargazers_count": 65471, - "watchers_count": 65471, + "stargazers_count": 65483, + "watchers_count": 65483, "language": "TypeScript", "topics": [ "automation", @@ -21280,13 +22088,13 @@ "url": "https://api.github.com/repos/adazzle/react-data-grid", "languages_url": "https://api.github.com/repos/adazzle/react-data-grid/languages", "created_at": "2015-03-06T10:15:04Z", - "updated_at": "2024-09-07T20:08:07Z", + "updated_at": "2024-09-08T07:46:24Z", "git_url": "git://github.com/adazzle/react-data-grid.git", "ssh_url": "git@github.com:adazzle/react-data-grid.git", "clone_url": "https://github.com/adazzle/react-data-grid.git", "homepage": "https://adazzle.github.io/react-data-grid/", - "stargazers_count": 6890, - "watchers_count": 6890, + "stargazers_count": 6891, + "watchers_count": 6891, "language": "TypeScript", "topics": [ "react", @@ -21310,13 +22118,13 @@ "url": "https://api.github.com/repos/grid-js/gridjs", "languages_url": "https://api.github.com/repos/grid-js/gridjs/languages", "created_at": "2020-04-15T17:41:40Z", - "updated_at": "2024-09-07T09:36:44Z", + "updated_at": "2024-09-08T05:40:56Z", "git_url": "git://github.com/grid-js/gridjs.git", "ssh_url": "git@github.com:grid-js/gridjs.git", "clone_url": "https://github.com/grid-js/gridjs.git", "homepage": "https://gridjs.io", - "stargazers_count": 4378, - "watchers_count": 4378, + "stargazers_count": 4379, + "watchers_count": 4379, "language": "TypeScript", "topics": [ "filter", @@ -21383,13 +22191,13 @@ "url": "https://api.github.com/repos/glideapps/glide-data-grid", "languages_url": "https://api.github.com/repos/glideapps/glide-data-grid/languages", "created_at": "2020-10-28T04:19:29Z", - "updated_at": "2024-09-07T20:47:48Z", + "updated_at": "2024-09-08T09:08:47Z", "git_url": "git://github.com/glideapps/glide-data-grid.git", "ssh_url": "git@github.com:glideapps/glide-data-grid.git", "clone_url": "https://github.com/glideapps/glide-data-grid.git", "homepage": "https://grid.glideapps.com", - "stargazers_count": 3925, - "watchers_count": 3925, + "stargazers_count": 3928, + "watchers_count": 3928, "language": "TypeScript", "topics": [ "accessible", @@ -21502,13 +22310,13 @@ "url": "https://api.github.com/repos/ag-grid/ag-grid", "languages_url": "https://api.github.com/repos/ag-grid/ag-grid/languages", "created_at": "2014-12-23T16:20:14Z", - "updated_at": "2024-09-07T21:50:59Z", + "updated_at": "2024-09-08T11:36:44Z", "git_url": "git://github.com/ag-grid/ag-grid.git", "ssh_url": "git@github.com:ag-grid/ag-grid.git", "clone_url": "https://github.com/ag-grid/ag-grid.git", "homepage": "http://www.ag-grid.com", - "stargazers_count": 12486, - "watchers_count": 12486, + "stargazers_count": 12489, + "watchers_count": 12489, "language": "TypeScript", "topics": [ "angular", @@ -21550,13 +22358,13 @@ "url": "https://api.github.com/repos/petyosi/react-virtuoso", "languages_url": "https://api.github.com/repos/petyosi/react-virtuoso/languages", "created_at": "2019-05-03T05:39:04Z", - "updated_at": "2024-09-07T11:13:01Z", + "updated_at": "2024-09-08T09:21:29Z", "git_url": "git://github.com/petyosi/react-virtuoso.git", "ssh_url": "git@github.com:petyosi/react-virtuoso.git", "clone_url": "https://github.com/petyosi/react-virtuoso.git", "homepage": "https://virtuoso.dev", - "stargazers_count": 5146, - "watchers_count": 5146, + "stargazers_count": 5147, + "watchers_count": 5147, "language": "TypeScript", "topics": [ "chat", @@ -21695,13 +22503,13 @@ "url": "https://api.github.com/repos/omgovich/react-colorful", "languages_url": "https://api.github.com/repos/omgovich/react-colorful/languages", "created_at": "2020-07-23T10:25:57Z", - "updated_at": "2024-09-05T20:03:49Z", + "updated_at": "2024-09-08T10:09:35Z", "git_url": "git://github.com/omgovich/react-colorful.git", "ssh_url": "git@github.com:omgovich/react-colorful.git", "clone_url": "https://github.com/omgovich/react-colorful.git", "homepage": "https://omgovich.github.io/react-colorful", - "stargazers_count": 3128, - "watchers_count": 3128, + "stargazers_count": 3129, + "watchers_count": 3129, "language": "TypeScript", "topics": [ "a11y", @@ -21986,13 +22794,13 @@ "url": "https://api.github.com/repos/anza-xyz/wallet-adapter", "languages_url": "https://api.github.com/repos/anza-xyz/wallet-adapter/languages", "created_at": "2021-03-26T14:37:54Z", - "updated_at": "2024-09-07T02:26:21Z", + "updated_at": "2024-09-08T11:55:01Z", "git_url": "git://github.com/anza-xyz/wallet-adapter.git", "ssh_url": "git@github.com:anza-xyz/wallet-adapter.git", "clone_url": "https://github.com/anza-xyz/wallet-adapter.git", "homepage": "https://anza-xyz.github.io/wallet-adapter/", - "stargazers_count": 1520, - "watchers_count": 1520, + "stargazers_count": 1521, + "watchers_count": 1521, "language": "TypeScript", "topics": [ "blockchain", @@ -22141,13 +22949,13 @@ "url": "https://api.github.com/repos/pmndrs/react-three-fiber", "languages_url": "https://api.github.com/repos/pmndrs/react-three-fiber/languages", "created_at": "2019-02-25T14:31:51Z", - "updated_at": "2024-09-07T22:42:51Z", + "updated_at": "2024-09-08T11:58:41Z", "git_url": "git://github.com/pmndrs/react-three-fiber.git", "ssh_url": "git@github.com:pmndrs/react-three-fiber.git", "clone_url": "https://github.com/pmndrs/react-three-fiber.git", "homepage": "https://docs.pmnd.rs/react-three-fiber", - "stargazers_count": 27071, - "watchers_count": 27071, + "stargazers_count": 27079, + "watchers_count": 27079, "language": "TypeScript", "topics": [ "3d", @@ -22290,13 +23098,13 @@ "url": "https://api.github.com/repos/timlrx/tailwind-nextjs-starter-blog", "languages_url": "https://api.github.com/repos/timlrx/tailwind-nextjs-starter-blog/languages", "created_at": "2021-01-09T09:41:22Z", - "updated_at": "2024-09-07T23:46:25Z", + "updated_at": "2024-09-08T10:58:17Z", "git_url": "git://github.com/timlrx/tailwind-nextjs-starter-blog.git", "ssh_url": "git@github.com:timlrx/tailwind-nextjs-starter-blog.git", "clone_url": "https://github.com/timlrx/tailwind-nextjs-starter-blog.git", "homepage": "https://tailwind-nextjs-starter-blog.vercel.app/", - "stargazers_count": 8489, - "watchers_count": 8489, + "stargazers_count": 8494, + "watchers_count": 8494, "language": "TypeScript", "topics": [ "blogging", @@ -22325,13 +23133,13 @@ "url": "https://api.github.com/repos/ixartz/Next-js-Boilerplate", "languages_url": "https://api.github.com/repos/ixartz/Next-js-Boilerplate/languages", "created_at": "2020-07-22T19:47:35Z", - "updated_at": "2024-09-07T21:50:02Z", + "updated_at": "2024-09-08T11:56:48Z", "git_url": "git://github.com/ixartz/Next-js-Boilerplate.git", "ssh_url": "git@github.com:ixartz/Next-js-Boilerplate.git", "clone_url": "https://github.com/ixartz/Next-js-Boilerplate.git", "homepage": "https://nextjs-boilerplate.com", - "stargazers_count": 8682, - "watchers_count": 8682, + "stargazers_count": 8686, + "watchers_count": 8686, "language": "TypeScript", "topics": [ "boilerplate", @@ -22504,13 +23312,13 @@ "url": "https://api.github.com/repos/nomic-ai/deepscatter", "languages_url": "https://api.github.com/repos/nomic-ai/deepscatter/languages", "created_at": "2018-10-30T01:25:06Z", - "updated_at": "2024-09-06T13:55:45Z", + "updated_at": "2024-09-08T10:01:30Z", "git_url": "git://github.com/nomic-ai/deepscatter.git", "ssh_url": "git@github.com:nomic-ai/deepscatter.git", "clone_url": "https://github.com/nomic-ai/deepscatter.git", "homepage": "", - "stargazers_count": 1011, - "watchers_count": 1011, + "stargazers_count": 1010, + "watchers_count": 1010, "language": "TypeScript", "topics": [ "data-visualization", @@ -23081,13 +23889,13 @@ "url": "https://api.github.com/repos/DefinitelyTyped/DefinitelyTyped", "languages_url": "https://api.github.com/repos/DefinitelyTyped/DefinitelyTyped/languages", "created_at": "2012-10-05T16:39:45Z", - "updated_at": "2024-09-07T20:48:30Z", + "updated_at": "2024-09-08T11:50:07Z", "git_url": "git://github.com/DefinitelyTyped/DefinitelyTyped.git", "ssh_url": "git@github.com:DefinitelyTyped/DefinitelyTyped.git", "clone_url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "homepage": "", - "stargazers_count": 48171, - "watchers_count": 48171, + "stargazers_count": 48176, + "watchers_count": 48176, "language": "TypeScript", "topics": [ "definition", @@ -23225,13 +24033,13 @@ "url": "https://api.github.com/repos/floating-ui/floating-ui", "languages_url": "https://api.github.com/repos/floating-ui/floating-ui/languages", "created_at": "2016-03-29T17:00:47Z", - "updated_at": "2024-09-07T22:35:02Z", + "updated_at": "2024-09-08T03:24:24Z", "git_url": "git://github.com/floating-ui/floating-ui.git", "ssh_url": "git@github.com:floating-ui/floating-ui.git", "clone_url": "https://github.com/floating-ui/floating-ui.git", "homepage": "https://floating-ui.com", - "stargazers_count": 29631, - "watchers_count": 29631, + "stargazers_count": 29635, + "watchers_count": 29635, "language": "TypeScript", "topics": [ "dropdown", @@ -23262,13 +24070,13 @@ "url": "https://api.github.com/repos/payloadcms/payload", "languages_url": "https://api.github.com/repos/payloadcms/payload/languages", "created_at": "2021-01-05T18:49:45Z", - "updated_at": "2024-09-07T23:55:23Z", + "updated_at": "2024-09-08T12:05:41Z", "git_url": "git://github.com/payloadcms/payload.git", "ssh_url": "git@github.com:payloadcms/payload.git", "clone_url": "https://github.com/payloadcms/payload.git", "homepage": "https://payloadcms.com", - "stargazers_count": 23114, - "watchers_count": 23114, + "stargazers_count": 23124, + "watchers_count": 23124, "language": "TypeScript", "topics": [ "cms", @@ -23309,13 +24117,13 @@ "url": "https://api.github.com/repos/react-hook-form/react-hook-form", "languages_url": "https://api.github.com/repos/react-hook-form/react-hook-form/languages", "created_at": "2019-03-05T23:47:10Z", - "updated_at": "2024-09-07T20:21:47Z", + "updated_at": "2024-09-08T10:38:44Z", "git_url": "git://github.com/react-hook-form/react-hook-form.git", "ssh_url": "git@github.com:react-hook-form/react-hook-form.git", "clone_url": "https://github.com/react-hook-form/react-hook-form.git", "homepage": "https://react-hook-form.com", - "stargazers_count": 41001, - "watchers_count": 41001, + "stargazers_count": 41004, + "watchers_count": 41004, "language": "TypeScript", "topics": [ "dx", @@ -23483,13 +24291,13 @@ "url": "https://api.github.com/repos/refinedev/refine", "languages_url": "https://api.github.com/repos/refinedev/refine/languages", "created_at": "2021-01-20T12:01:32Z", - "updated_at": "2024-09-07T23:27:47Z", + "updated_at": "2024-09-08T07:38:13Z", "git_url": "git://github.com/refinedev/refine.git", "ssh_url": "git@github.com:refinedev/refine.git", "clone_url": "https://github.com/refinedev/refine.git", "homepage": "https://refine.dev", - "stargazers_count": 27242, - "watchers_count": 27242, + "stargazers_count": 27247, + "watchers_count": 27247, "language": "TypeScript", "topics": [ "admin", @@ -23531,13 +24339,13 @@ "url": "https://api.github.com/repos/rowyio/rowy", "languages_url": "https://api.github.com/repos/rowyio/rowy/languages", "created_at": "2019-09-05T08:07:18Z", - "updated_at": "2024-09-07T06:00:22Z", + "updated_at": "2024-09-08T01:04:27Z", "git_url": "git://github.com/rowyio/rowy.git", "ssh_url": "git@github.com:rowyio/rowy.git", "clone_url": "https://github.com/rowyio/rowy.git", "homepage": "http://rowy.io", - "stargazers_count": 5916, - "watchers_count": 5916, + "stargazers_count": 5917, + "watchers_count": 5917, "language": "TypeScript", "topics": [ "airtable", @@ -23578,13 +24386,13 @@ "url": "https://api.github.com/repos/appsmithorg/appsmith", "languages_url": "https://api.github.com/repos/appsmithorg/appsmith/languages", "created_at": "2020-06-30T04:07:36Z", - "updated_at": "2024-09-08T00:18:12Z", + "updated_at": "2024-09-08T12:05:08Z", "git_url": "git://github.com/appsmithorg/appsmith.git", "ssh_url": "git@github.com:appsmithorg/appsmith.git", "clone_url": "https://github.com/appsmithorg/appsmith.git", "homepage": "https://www.appsmith.com", - "stargazers_count": 33282, - "watchers_count": 33282, + "stargazers_count": 33359, + "watchers_count": 33359, "language": "TypeScript", "topics": [ "admin-dashboard", @@ -23626,13 +24434,13 @@ "url": "https://api.github.com/repos/appwrite/appwrite", "languages_url": "https://api.github.com/repos/appwrite/appwrite/languages", "created_at": "2019-04-08T16:36:25Z", - "updated_at": "2024-09-07T23:39:56Z", + "updated_at": "2024-09-08T11:50:12Z", "git_url": "git://github.com/appwrite/appwrite.git", "ssh_url": "git@github.com:appwrite/appwrite.git", "clone_url": "https://github.com/appwrite/appwrite.git", "homepage": "https://appwrite.io", - "stargazers_count": 43548, - "watchers_count": 43548, + "stargazers_count": 43557, + "watchers_count": 43557, "language": "TypeScript", "topics": [ "android", @@ -23717,13 +24525,13 @@ "url": "https://api.github.com/repos/BuilderIO/mitosis", "languages_url": "https://api.github.com/repos/BuilderIO/mitosis/languages", "created_at": "2020-11-06T01:09:07Z", - "updated_at": "2024-09-07T19:40:30Z", + "updated_at": "2024-09-08T05:56:04Z", "git_url": "git://github.com/BuilderIO/mitosis.git", "ssh_url": "git@github.com:BuilderIO/mitosis.git", "clone_url": "https://github.com/BuilderIO/mitosis.git", "homepage": "https://mitosis.builder.io", - "stargazers_count": 12236, - "watchers_count": 12236, + "stargazers_count": 12238, + "watchers_count": 12238, "language": "TypeScript", "topics": [ "angular", @@ -23837,13 +24645,13 @@ "url": "https://api.github.com/repos/typegoose/typegoose", "languages_url": "https://api.github.com/repos/typegoose/typegoose/languages", "created_at": "2019-05-03T17:26:27Z", - "updated_at": "2024-09-06T15:04:30Z", + "updated_at": "2024-09-08T00:52:09Z", "git_url": "git://github.com/typegoose/typegoose.git", "ssh_url": "git@github.com:typegoose/typegoose.git", "clone_url": "https://github.com/typegoose/typegoose.git", "homepage": "https://typegoose.github.io/typegoose/", - "stargazers_count": 2190, - "watchers_count": 2190, + "stargazers_count": 2189, + "watchers_count": 2189, "language": "TypeScript", "topics": [ "db", @@ -23905,13 +24713,13 @@ "url": "https://api.github.com/repos/tsparticles/tsparticles", "languages_url": "https://api.github.com/repos/tsparticles/tsparticles/languages", "created_at": "2020-02-05T18:00:01Z", - "updated_at": "2024-09-06T21:43:36Z", + "updated_at": "2024-09-08T10:07:54Z", "git_url": "git://github.com/tsparticles/tsparticles.git", "ssh_url": "git@github.com:tsparticles/tsparticles.git", "clone_url": "https://github.com/tsparticles/tsparticles.git", "homepage": "https://particles.js.org", - "stargazers_count": 7514, - "watchers_count": 7514, + "stargazers_count": 7515, + "watchers_count": 7515, "language": "TypeScript", "topics": [ "2d", @@ -23953,13 +24761,13 @@ "url": "https://api.github.com/repos/pixijs/pixijs", "languages_url": "https://api.github.com/repos/pixijs/pixijs/languages", "created_at": "2013-01-21T22:40:50Z", - "updated_at": "2024-09-07T23:25:16Z", + "updated_at": "2024-09-08T08:41:06Z", "git_url": "git://github.com/pixijs/pixijs.git", "ssh_url": "git@github.com:pixijs/pixijs.git", "clone_url": "https://github.com/pixijs/pixijs.git", "homepage": "http://pixijs.com", - "stargazers_count": 43500, - "watchers_count": 43500, + "stargazers_count": 43509, + "watchers_count": 43509, "language": "TypeScript", "topics": [ "canvas", @@ -23994,13 +24802,13 @@ "url": "https://api.github.com/repos/themesberg/flowbite-react", "languages_url": "https://api.github.com/repos/themesberg/flowbite-react/languages", "created_at": "2022-02-28T19:37:38Z", - "updated_at": "2024-09-07T03:57:08Z", + "updated_at": "2024-09-08T09:08:44Z", "git_url": "git://github.com/themesberg/flowbite-react.git", "ssh_url": "git@github.com:themesberg/flowbite-react.git", "clone_url": "https://github.com/themesberg/flowbite-react.git", "homepage": "https://flowbite-react.com", - "stargazers_count": 1840, - "watchers_count": 1840, + "stargazers_count": 1841, + "watchers_count": 1841, "language": "TypeScript", "topics": [ "a11y", @@ -24032,13 +24840,13 @@ "url": "https://api.github.com/repos/whyour/qinglong", "languages_url": "https://api.github.com/repos/whyour/qinglong/languages", "created_at": "2021-03-13T15:21:04Z", - "updated_at": "2024-09-08T00:01:53Z", + "updated_at": "2024-09-08T11:40:48Z", "git_url": "git://github.com/whyour/qinglong.git", "ssh_url": "git@github.com:whyour/qinglong.git", "clone_url": "https://github.com/whyour/qinglong.git", "homepage": "https://qinglong.online", - "stargazers_count": 15662, - "watchers_count": 15662, + "stargazers_count": 15664, + "watchers_count": 15664, "language": "TypeScript", "topics": [ "crontab", @@ -24402,13 +25210,13 @@ "url": "https://api.github.com/repos/taskforcesh/bullmq", "languages_url": "https://api.github.com/repos/taskforcesh/bullmq/languages", "created_at": "2018-12-19T21:46:28Z", - "updated_at": "2024-09-07T21:41:23Z", + "updated_at": "2024-09-08T08:49:41Z", "git_url": "git://github.com/taskforcesh/bullmq.git", "ssh_url": "git@github.com:taskforcesh/bullmq.git", "clone_url": "https://github.com/taskforcesh/bullmq.git", "homepage": "https://bullmq.io", - "stargazers_count": 5892, - "watchers_count": 5892, + "stargazers_count": 5894, + "watchers_count": 5894, "language": "TypeScript", "topics": [ "background-jobs", @@ -24810,13 +25618,13 @@ "url": "https://api.github.com/repos/apify/crawlee", "languages_url": "https://api.github.com/repos/apify/crawlee/languages", "created_at": "2016-08-26T18:35:03Z", - "updated_at": "2024-09-07T18:30:19Z", + "updated_at": "2024-09-08T11:22:03Z", "git_url": "git://github.com/apify/crawlee.git", "ssh_url": "git@github.com:apify/crawlee.git", "clone_url": "https://github.com/apify/crawlee.git", "homepage": "https://crawlee.dev", - "stargazers_count": 14842, - "watchers_count": 14842, + "stargazers_count": 14847, + "watchers_count": 14847, "language": "TypeScript", "topics": [ "apify", @@ -24890,13 +25698,13 @@ "url": "https://api.github.com/repos/inorganik/countUp.js", "languages_url": "https://api.github.com/repos/inorganik/countUp.js/languages", "created_at": "2013-12-30T21:20:24Z", - "updated_at": "2024-09-06T15:02:38Z", + "updated_at": "2024-09-08T08:14:47Z", "git_url": "git://github.com/inorganik/countUp.js.git", "ssh_url": "git@github.com:inorganik/countUp.js.git", "clone_url": "https://github.com/inorganik/countUp.js.git", "homepage": "https://inorganik.github.io/countUp.js", - "stargazers_count": 7978, - "watchers_count": 7978, + "stargazers_count": 7979, + "watchers_count": 7979, "language": "TypeScript", "topics": [] }, @@ -24917,7 +25725,7 @@ "url": "https://api.github.com/repos/blitz-js/blitz", "languages_url": "https://api.github.com/repos/blitz-js/blitz/languages", "created_at": "2020-02-17T21:54:15Z", - "updated_at": "2024-09-07T12:31:17Z", + "updated_at": "2024-09-08T09:48:19Z", "git_url": "git://github.com/blitz-js/blitz.git", "ssh_url": "git@github.com:blitz-js/blitz.git", "clone_url": "https://github.com/blitz-js/blitz.git", @@ -24993,13 +25801,13 @@ "url": "https://api.github.com/repos/pubkey/rxdb", "languages_url": "https://api.github.com/repos/pubkey/rxdb/languages", "created_at": "2016-12-02T19:34:42Z", - "updated_at": "2024-09-07T14:48:59Z", + "updated_at": "2024-09-08T04:21:17Z", "git_url": "git://github.com/pubkey/rxdb.git", "ssh_url": "git@github.com:pubkey/rxdb.git", "clone_url": "https://github.com/pubkey/rxdb.git", "homepage": "https://rxdb.info/", - "stargazers_count": 21125, - "watchers_count": 21125, + "stargazers_count": 21126, + "watchers_count": 21126, "language": "TypeScript", "topics": [ "angular", @@ -25041,13 +25849,13 @@ "url": "https://api.github.com/repos/recharts/recharts", "languages_url": "https://api.github.com/repos/recharts/recharts/languages", "created_at": "2015-08-07T06:50:27Z", - "updated_at": "2024-09-07T22:09:14Z", + "updated_at": "2024-09-08T09:02:48Z", "git_url": "git://github.com/recharts/recharts.git", "ssh_url": "git@github.com:recharts/recharts.git", "clone_url": "https://github.com/recharts/recharts.git", "homepage": "http://recharts.org", - "stargazers_count": 23647, - "watchers_count": 23647, + "stargazers_count": 23650, + "watchers_count": 23650, "language": "TypeScript", "topics": [ "chart", @@ -25079,13 +25887,13 @@ "url": "https://api.github.com/repos/marmelab/react-admin", "languages_url": "https://api.github.com/repos/marmelab/react-admin/languages", "created_at": "2016-07-13T07:58:54Z", - "updated_at": "2024-09-07T23:00:03Z", + "updated_at": "2024-09-08T02:04:38Z", "git_url": "git://github.com/marmelab/react-admin.git", "ssh_url": "git@github.com:marmelab/react-admin.git", "clone_url": "https://github.com/marmelab/react-admin.git", "homepage": "http://marmelab.com/react-admin", - "stargazers_count": 24732, - "watchers_count": 24732, + "stargazers_count": 24733, + "watchers_count": 24733, "language": "TypeScript", "topics": [ "admin", @@ -25242,13 +26050,13 @@ "url": "https://api.github.com/repos/concrete-utopia/utopia", "languages_url": "https://api.github.com/repos/concrete-utopia/utopia/languages", "created_at": "2020-05-27T21:25:28Z", - "updated_at": "2024-09-06T17:05:03Z", + "updated_at": "2024-09-08T09:50:23Z", "git_url": "git://github.com/concrete-utopia/utopia.git", "ssh_url": "git@github.com:concrete-utopia/utopia.git", "clone_url": "https://github.com/concrete-utopia/utopia.git", "homepage": "https://utopia.app", - "stargazers_count": 3749, - "watchers_count": 3749, + "stargazers_count": 3748, + "watchers_count": 3748, "language": "TypeScript", "topics": [ "future", @@ -25327,13 +26135,13 @@ "url": "https://api.github.com/repos/Jigsaw-Code/outline-apps", "languages_url": "https://api.github.com/repos/Jigsaw-Code/outline-apps/languages", "created_at": "2018-03-13T21:42:30Z", - "updated_at": "2024-09-07T15:02:51Z", + "updated_at": "2024-09-08T02:31:19Z", "git_url": "git://github.com/Jigsaw-Code/outline-apps.git", "ssh_url": "git@github.com:Jigsaw-Code/outline-apps.git", "clone_url": "https://github.com/Jigsaw-Code/outline-apps.git", "homepage": "https://getoutline.org/", - "stargazers_count": 8371, - "watchers_count": 8371, + "stargazers_count": 8374, + "watchers_count": 8374, "language": "TypeScript", "topics": [ "android", @@ -25366,7 +26174,7 @@ "url": "https://api.github.com/repos/Jigsaw-Code/outline-server", "languages_url": "https://api.github.com/repos/Jigsaw-Code/outline-server/languages", "created_at": "2018-03-13T21:24:49Z", - "updated_at": "2024-09-07T06:27:45Z", + "updated_at": "2024-09-08T11:37:11Z", "git_url": "git://github.com/Jigsaw-Code/outline-server.git", "ssh_url": "git@github.com:Jigsaw-Code/outline-server.git", "clone_url": "https://github.com/Jigsaw-Code/outline-server.git", @@ -25431,13 +26239,13 @@ "url": "https://api.github.com/repos/VulcanJS/vulcan-next", "languages_url": "https://api.github.com/repos/VulcanJS/vulcan-next/languages", "created_at": "2020-02-24T15:44:21Z", - "updated_at": "2024-09-04T20:43:08Z", + "updated_at": "2024-09-08T10:32:36Z", "git_url": "git://github.com/VulcanJS/vulcan-next.git", "ssh_url": "git@github.com:VulcanJS/vulcan-next.git", "clone_url": "https://github.com/VulcanJS/vulcan-next.git", "homepage": "http://vulcan-docs.vercel.app", - "stargazers_count": 392, - "watchers_count": 392, + "stargazers_count": 393, + "watchers_count": 393, "language": "TypeScript", "topics": [ "graphql", @@ -25464,13 +26272,13 @@ "url": "https://api.github.com/repos/hoangvvo/next-connect", "languages_url": "https://api.github.com/repos/hoangvvo/next-connect/languages", "created_at": "2019-10-13T20:33:30Z", - "updated_at": "2024-09-06T04:25:51Z", + "updated_at": "2024-09-08T09:29:26Z", "git_url": "git://github.com/hoangvvo/next-connect.git", "ssh_url": "git@github.com:hoangvvo/next-connect.git", "clone_url": "https://github.com/hoangvvo/next-connect.git", "homepage": "https://www.npmjs.com/package/next-connect", - "stargazers_count": 1635, - "watchers_count": 1635, + "stargazers_count": 1634, + "watchers_count": 1634, "language": "TypeScript", "topics": [ "connect", @@ -25499,13 +26307,13 @@ "url": "https://api.github.com/repos/async-labs/saas", "languages_url": "https://api.github.com/repos/async-labs/saas/languages", "created_at": "2018-04-06T03:39:25Z", - "updated_at": "2024-09-07T10:35:31Z", + "updated_at": "2024-09-08T01:27:31Z", "git_url": "git://github.com/async-labs/saas.git", "ssh_url": "git@github.com:async-labs/saas.git", "clone_url": "https://github.com/async-labs/saas.git", "homepage": "https://saas-app.async-await.com", - "stargazers_count": 4054, - "watchers_count": 4054, + "stargazers_count": 4053, + "watchers_count": 4053, "language": "TypeScript", "topics": [ "aws-s3", @@ -25572,13 +26380,13 @@ "url": "https://api.github.com/repos/outline/outline", "languages_url": "https://api.github.com/repos/outline/outline/languages", "created_at": "2016-05-22T21:31:47Z", - "updated_at": "2024-09-07T22:43:01Z", + "updated_at": "2024-09-08T12:04:57Z", "git_url": "git://github.com/outline/outline.git", "ssh_url": "git@github.com:outline/outline.git", "clone_url": "https://github.com/outline/outline.git", "homepage": "https://www.getoutline.com", - "stargazers_count": 27169, - "watchers_count": 27169, + "stargazers_count": 27177, + "watchers_count": 27177, "language": "TypeScript", "topics": [ "docker", @@ -25650,13 +26458,13 @@ "url": "https://api.github.com/repos/fkhadra/react-toastify", "languages_url": "https://api.github.com/repos/fkhadra/react-toastify/languages", "created_at": "2016-11-08T12:32:52Z", - "updated_at": "2024-09-07T11:41:50Z", + "updated_at": "2024-09-08T09:31:08Z", "git_url": "git://github.com/fkhadra/react-toastify.git", "ssh_url": "git@github.com:fkhadra/react-toastify.git", "clone_url": "https://github.com/fkhadra/react-toastify.git", "homepage": "https://fkhadra.github.io/react-toastify/introduction", - "stargazers_count": 12514, - "watchers_count": 12514, + "stargazers_count": 12515, + "watchers_count": 12515, "language": "TypeScript", "topics": [ "javascript", @@ -26159,13 +26967,13 @@ "url": "https://api.github.com/repos/aws-powertools/powertools-lambda-typescript", "languages_url": "https://api.github.com/repos/aws-powertools/powertools-lambda-typescript/languages", "created_at": "2020-10-19T20:09:37Z", - "updated_at": "2024-09-06T16:45:25Z", + "updated_at": "2024-09-08T00:25:28Z", "git_url": "git://github.com/aws-powertools/powertools-lambda-typescript.git", "ssh_url": "git@github.com:aws-powertools/powertools-lambda-typescript.git", "clone_url": "https://github.com/aws-powertools/powertools-lambda-typescript.git", "homepage": "https://docs.powertools.aws.dev/lambda/typescript/latest/", - "stargazers_count": 1537, - "watchers_count": 1537, + "stargazers_count": 1538, + "watchers_count": 1538, "language": "TypeScript", "topics": [ "aws", @@ -26196,13 +27004,13 @@ "url": "https://api.github.com/repos/wevm/wagmi", "languages_url": "https://api.github.com/repos/wevm/wagmi/languages", "created_at": "2021-11-23T03:11:46Z", - "updated_at": "2024-09-07T16:19:13Z", + "updated_at": "2024-09-08T10:30:25Z", "git_url": "git://github.com/wevm/wagmi.git", "ssh_url": "git@github.com:wevm/wagmi.git", "clone_url": "https://github.com/wevm/wagmi.git", "homepage": "https://wagmi.sh", - "stargazers_count": 5876, - "watchers_count": 5876, + "stargazers_count": 5877, + "watchers_count": 5877, "language": "TypeScript", "topics": [ "dapp", @@ -26233,13 +27041,13 @@ "url": "https://api.github.com/repos/prisma/prisma", "languages_url": "https://api.github.com/repos/prisma/prisma/languages", "created_at": "2019-06-20T13:33:47Z", - "updated_at": "2024-09-07T22:00:17Z", + "updated_at": "2024-09-08T11:16:47Z", "git_url": "git://github.com/prisma/prisma.git", "ssh_url": "git@github.com:prisma/prisma.git", "clone_url": "https://github.com/prisma/prisma.git", "homepage": "https://www.prisma.io", - "stargazers_count": 38803, - "watchers_count": 38803, + "stargazers_count": 38812, + "watchers_count": 38812, "language": "TypeScript", "topics": [ "cockroachdb", @@ -26313,13 +27121,13 @@ "url": "https://api.github.com/repos/remix-run/remix", "languages_url": "https://api.github.com/repos/remix-run/remix/languages", "created_at": "2020-10-26T19:57:28Z", - "updated_at": "2024-09-07T23:13:46Z", + "updated_at": "2024-09-08T09:50:20Z", "git_url": "git://github.com/remix-run/remix.git", "ssh_url": "git@github.com:remix-run/remix.git", "clone_url": "https://github.com/remix-run/remix.git", "homepage": "https://remix.run", - "stargazers_count": 29012, - "watchers_count": 29012, + "stargazers_count": 29027, + "watchers_count": 29027, "language": "TypeScript", "topics": [] }, @@ -26340,13 +27148,13 @@ "url": "https://api.github.com/repos/hoppscotch/hoppscotch", "languages_url": "https://api.github.com/repos/hoppscotch/hoppscotch/languages", "created_at": "2019-08-21T13:15:24Z", - "updated_at": "2024-09-07T19:25:56Z", + "updated_at": "2024-09-08T10:46:16Z", "git_url": "git://github.com/hoppscotch/hoppscotch.git", "ssh_url": "git@github.com:hoppscotch/hoppscotch.git", "clone_url": "https://github.com/hoppscotch/hoppscotch.git", "homepage": "https://hoppscotch.io", - "stargazers_count": 63691, - "watchers_count": 63691, + "stargazers_count": 63706, + "watchers_count": 63706, "language": "TypeScript", "topics": [ "api", @@ -26423,13 +27231,13 @@ "url": "https://api.github.com/repos/airbnb/visx", "languages_url": "https://api.github.com/repos/airbnb/visx/languages", "created_at": "2017-03-15T16:25:41Z", - "updated_at": "2024-09-07T09:56:30Z", + "updated_at": "2024-09-08T12:05:40Z", "git_url": "git://github.com/airbnb/visx.git", "ssh_url": "git@github.com:airbnb/visx.git", "clone_url": "https://github.com/airbnb/visx.git", "homepage": "https://airbnb.io/visx", - "stargazers_count": 19306, - "watchers_count": 19306, + "stargazers_count": 19307, + "watchers_count": 19307, "language": "TypeScript", "topics": [ "chart", @@ -26504,13 +27312,13 @@ "url": "https://api.github.com/repos/wclr/yalc", "languages_url": "https://api.github.com/repos/wclr/yalc/languages", "created_at": "2017-04-17T00:08:27Z", - "updated_at": "2024-09-06T17:57:05Z", + "updated_at": "2024-09-08T05:06:38Z", "git_url": "git://github.com/wclr/yalc.git", "ssh_url": "git@github.com:wclr/yalc.git", "clone_url": "https://github.com/wclr/yalc.git", "homepage": "", - "stargazers_count": 5604, - "watchers_count": 5604, + "stargazers_count": 5605, + "watchers_count": 5605, "language": "TypeScript", "topics": [ "dependencies", @@ -26538,13 +27346,13 @@ "url": "https://api.github.com/repos/nocodb/nocodb", "languages_url": "https://api.github.com/repos/nocodb/nocodb/languages", "created_at": "2017-10-29T18:51:48Z", - "updated_at": "2024-09-08T00:07:39Z", + "updated_at": "2024-09-08T10:45:52Z", "git_url": "git://github.com/nocodb/nocodb.git", "ssh_url": "git@github.com:nocodb/nocodb.git", "clone_url": "https://github.com/nocodb/nocodb.git", "homepage": "https://nocodb.com", - "stargazers_count": 46950, - "watchers_count": 46950, + "stargazers_count": 46974, + "watchers_count": 46974, "language": "TypeScript", "topics": [ "admin-dashboard", @@ -26620,13 +27428,13 @@ "url": "https://api.github.com/repos/freeCodeCamp/freeCodeCamp", "languages_url": "https://api.github.com/repos/freeCodeCamp/freeCodeCamp/languages", "created_at": "2014-12-24T17:49:19Z", - "updated_at": "2024-09-07T23:20:17Z", + "updated_at": "2024-09-08T12:01:11Z", "git_url": "git://github.com/freeCodeCamp/freeCodeCamp.git", "ssh_url": "git@github.com:freeCodeCamp/freeCodeCamp.git", "clone_url": "https://github.com/freeCodeCamp/freeCodeCamp.git", "homepage": "http://contribute.freecodecamp.org/intro", - "stargazers_count": 400796, - "watchers_count": 400796, + "stargazers_count": 400834, + "watchers_count": 400834, "language": "TypeScript", "topics": [ "careers", @@ -26718,13 +27526,13 @@ "url": "https://api.github.com/repos/nuxt/nuxt", "languages_url": "https://api.github.com/repos/nuxt/nuxt/languages", "created_at": "2016-10-26T11:18:47Z", - "updated_at": "2024-09-07T23:58:49Z", + "updated_at": "2024-09-08T12:04:37Z", "git_url": "git://github.com/nuxt/nuxt.git", "ssh_url": "git@github.com:nuxt/nuxt.git", "clone_url": "https://github.com/nuxt/nuxt.git", "homepage": "https://nuxt.com", - "stargazers_count": 53990, - "watchers_count": 53990, + "stargazers_count": 53996, + "watchers_count": 53996, "language": "TypeScript", "topics": [ "csr", @@ -26759,13 +27567,13 @@ "url": "https://api.github.com/repos/thomasloven/lovelace-auto-entities", "languages_url": "https://api.github.com/repos/thomasloven/lovelace-auto-entities/languages", "created_at": "2019-01-26T22:10:57Z", - "updated_at": "2024-09-07T06:23:48Z", + "updated_at": "2024-09-08T11:19:58Z", "git_url": "git://github.com/thomasloven/lovelace-auto-entities.git", "ssh_url": "git@github.com:thomasloven/lovelace-auto-entities.git", "clone_url": "https://github.com/thomasloven/lovelace-auto-entities.git", "homepage": "", - "stargazers_count": 1236, - "watchers_count": 1236, + "stargazers_count": 1238, + "watchers_count": 1238, "language": "TypeScript", "topics": [] } @@ -26926,13 +27734,13 @@ "url": "https://api.github.com/repos/AbdBarho/stable-diffusion-webui-docker", "languages_url": "https://api.github.com/repos/AbdBarho/stable-diffusion-webui-docker/languages", "created_at": "2022-08-27T11:05:15Z", - "updated_at": "2024-09-07T15:14:48Z", + "updated_at": "2024-09-08T04:27:16Z", "git_url": "git://github.com/AbdBarho/stable-diffusion-webui-docker.git", "ssh_url": "git@github.com:AbdBarho/stable-diffusion-webui-docker.git", "clone_url": "https://github.com/AbdBarho/stable-diffusion-webui-docker.git", "homepage": "", - "stargazers_count": 6567, - "watchers_count": 6567, + "stargazers_count": 6568, + "watchers_count": 6568, "language": "Shell", "topics": [ "docker", @@ -26992,13 +27800,13 @@ "url": "https://api.github.com/repos/foospidy/payloads", "languages_url": "https://api.github.com/repos/foospidy/payloads/languages", "created_at": "2016-02-21T21:27:15Z", - "updated_at": "2024-09-06T11:53:35Z", + "updated_at": "2024-09-08T05:54:58Z", "git_url": "git://github.com/foospidy/payloads.git", "ssh_url": "git@github.com:foospidy/payloads.git", "clone_url": "https://github.com/foospidy/payloads.git", "homepage": "", - "stargazers_count": 3596, - "watchers_count": 3596, + "stargazers_count": 3597, + "watchers_count": 3597, "language": "Shell", "topics": [ "appsec", @@ -27105,13 +27913,13 @@ "url": "https://api.github.com/repos/ax/apk.sh", "languages_url": "https://api.github.com/repos/ax/apk.sh/languages", "created_at": "2022-09-22T13:23:12Z", - "updated_at": "2024-09-07T07:41:05Z", + "updated_at": "2024-09-08T07:16:38Z", "git_url": "git://github.com/ax/apk.sh.git", "ssh_url": "git@github.com:ax/apk.sh.git", "clone_url": "https://github.com/ax/apk.sh.git", "homepage": "", - "stargazers_count": 3301, - "watchers_count": 3301, + "stargazers_count": 3302, + "watchers_count": 3302, "language": "Shell", "topics": [ "android", @@ -27204,13 +28012,13 @@ "url": "https://api.github.com/repos/d3/d3", "languages_url": "https://api.github.com/repos/d3/d3/languages", "created_at": "2010-09-27T17:22:42Z", - "updated_at": "2024-09-07T21:14:11Z", + "updated_at": "2024-09-08T09:39:47Z", "git_url": "git://github.com/d3/d3.git", "ssh_url": "git@github.com:d3/d3.git", "clone_url": "https://github.com/d3/d3.git", "homepage": "https://d3js.org", - "stargazers_count": 108407, - "watchers_count": 108407, + "stargazers_count": 108413, + "watchers_count": 108413, "language": "Shell", "topics": [ "chart", @@ -27267,13 +28075,13 @@ "url": "https://api.github.com/repos/Cinnamon/kotaemon", "languages_url": "https://api.github.com/repos/Cinnamon/kotaemon/languages", "created_at": "2024-03-25T08:16:42Z", - "updated_at": "2024-09-08T00:11:09Z", + "updated_at": "2024-09-08T12:02:40Z", "git_url": "git://github.com/Cinnamon/kotaemon.git", "ssh_url": "git@github.com:Cinnamon/kotaemon.git", "clone_url": "https://github.com/Cinnamon/kotaemon.git", "homepage": "https://cinnamon.github.io/kotaemon/", - "stargazers_count": 10688, - "watchers_count": 10688, + "stargazers_count": 10775, + "watchers_count": 10775, "language": "Python", "topics": [ "chatbot", @@ -27326,13 +28134,13 @@ "url": "https://api.github.com/repos/sherlock-project/sherlock", "languages_url": "https://api.github.com/repos/sherlock-project/sherlock/languages", "created_at": "2018-12-24T14:30:48Z", - "updated_at": "2024-09-08T00:21:22Z", + "updated_at": "2024-09-08T11:50:43Z", "git_url": "git://github.com/sherlock-project/sherlock.git", "ssh_url": "git@github.com:sherlock-project/sherlock.git", "clone_url": "https://github.com/sherlock-project/sherlock.git", "homepage": "https://sherlockproject.xyz", - "stargazers_count": 57648, - "watchers_count": 57648, + "stargazers_count": 57683, + "watchers_count": 57683, "language": "Python", "topics": [ "cli", @@ -27469,7 +28277,7 @@ "url": "https://api.github.com/repos/ungoogled-software/ungoogled-chromium", "languages_url": "https://api.github.com/repos/ungoogled-software/ungoogled-chromium/languages", "created_at": "2015-06-12T22:24:24Z", - "updated_at": "2024-09-08T00:23:51Z", + "updated_at": "2024-09-08T08:50:05Z", "git_url": "git://github.com/ungoogled-software/ungoogled-chromium.git", "ssh_url": "git@github.com:ungoogled-software/ungoogled-chromium.git", "clone_url": "https://github.com/ungoogled-software/ungoogled-chromium.git", @@ -27537,13 +28345,13 @@ "url": "https://api.github.com/repos/black-forest-labs/flux", "languages_url": "https://api.github.com/repos/black-forest-labs/flux/languages", "created_at": "2024-08-01T09:04:19Z", - "updated_at": "2024-09-08T00:22:56Z", + "updated_at": "2024-09-08T11:34:17Z", "git_url": "git://github.com/black-forest-labs/flux.git", "ssh_url": "git@github.com:black-forest-labs/flux.git", "clone_url": "https://github.com/black-forest-labs/flux.git", "homepage": null, - "stargazers_count": 13021, - "watchers_count": 13021, + "stargazers_count": 13053, + "watchers_count": 13053, "language": "Python", "topics": [] }, @@ -27618,13 +28426,13 @@ "url": "https://api.github.com/repos/mlc-ai/mlc-llm", "languages_url": "https://api.github.com/repos/mlc-ai/mlc-llm/languages", "created_at": "2023-04-29T01:59:25Z", - "updated_at": "2024-09-07T23:07:00Z", + "updated_at": "2024-09-08T08:52:51Z", "git_url": "git://github.com/mlc-ai/mlc-llm.git", "ssh_url": "git@github.com:mlc-ai/mlc-llm.git", "clone_url": "https://github.com/mlc-ai/mlc-llm.git", "homepage": "https://llm.mlc.ai/", - "stargazers_count": 18583, - "watchers_count": 18583, + "stargazers_count": 18587, + "watchers_count": 18587, "language": "Python", "topics": [ "language-model", @@ -27695,7 +28503,7 @@ "url": "https://api.github.com/repos/Vision-CAIR/MiniGPT-4", "languages_url": "https://api.github.com/repos/Vision-CAIR/MiniGPT-4/languages", "created_at": "2023-04-15T22:17:09Z", - "updated_at": "2024-09-07T16:42:32Z", + "updated_at": "2024-09-08T11:44:01Z", "git_url": "git://github.com/Vision-CAIR/MiniGPT-4.git", "ssh_url": "git@github.com:Vision-CAIR/MiniGPT-4.git", "clone_url": "https://github.com/Vision-CAIR/MiniGPT-4.git", @@ -27754,13 +28562,13 @@ "url": "https://api.github.com/repos/RockChinQ/QChatGPT", "languages_url": "https://api.github.com/repos/RockChinQ/QChatGPT/languages", "created_at": "2022-12-07T08:48:02Z", - "updated_at": "2024-09-07T13:55:33Z", + "updated_at": "2024-09-08T09:47:20Z", "git_url": "git://github.com/RockChinQ/QChatGPT.git", "ssh_url": "git@github.com:RockChinQ/QChatGPT.git", "clone_url": "https://github.com/RockChinQ/QChatGPT.git", "homepage": "https://q.rkcn.top", - "stargazers_count": 4210, - "watchers_count": 4210, + "stargazers_count": 4207, + "watchers_count": 4207, "language": "Python", "topics": [ "chatgpt", @@ -27872,13 +28680,13 @@ "url": "https://api.github.com/repos/OpenInterpreter/open-interpreter", "languages_url": "https://api.github.com/repos/OpenInterpreter/open-interpreter/languages", "created_at": "2023-07-14T07:10:44Z", - "updated_at": "2024-09-08T00:22:25Z", + "updated_at": "2024-09-08T10:12:56Z", "git_url": "git://github.com/OpenInterpreter/open-interpreter.git", "ssh_url": "git@github.com:OpenInterpreter/open-interpreter.git", "clone_url": "https://github.com/OpenInterpreter/open-interpreter.git", "homepage": "http://openinterpreter.com/", - "stargazers_count": 51969, - "watchers_count": 51969, + "stargazers_count": 51970, + "watchers_count": 51970, "language": "Python", "topics": [ "chatgpt", @@ -27987,13 +28795,13 @@ "url": "https://api.github.com/repos/ComposioHQ/composio", "languages_url": "https://api.github.com/repos/ComposioHQ/composio/languages", "created_at": "2024-02-23T13:58:27Z", - "updated_at": "2024-09-08T00:15:18Z", + "updated_at": "2024-09-08T12:03:54Z", "git_url": "git://github.com/ComposioHQ/composio.git", "ssh_url": "git@github.com:ComposioHQ/composio.git", "clone_url": "https://github.com/ComposioHQ/composio.git", "homepage": "https://docs.composio.dev", - "stargazers_count": 7489, - "watchers_count": 7489, + "stargazers_count": 7513, + "watchers_count": 7513, "language": "Python", "topics": [ "agents", @@ -28087,13 +28895,13 @@ "url": "https://api.github.com/repos/Doriandarko/claude-engineer", "languages_url": "https://api.github.com/repos/Doriandarko/claude-engineer/languages", "created_at": "2024-06-24T16:52:12Z", - "updated_at": "2024-09-07T23:26:23Z", + "updated_at": "2024-09-08T10:25:20Z", "git_url": "git://github.com/Doriandarko/claude-engineer.git", "ssh_url": "git@github.com:Doriandarko/claude-engineer.git", "clone_url": "https://github.com/Doriandarko/claude-engineer.git", "homepage": null, - "stargazers_count": 8810, - "watchers_count": 8810, + "stargazers_count": 8815, + "watchers_count": 8815, "language": "Python", "topics": [] }, @@ -28240,7 +29048,7 @@ "url": "https://api.github.com/repos/Undertone0809/promptulate", "languages_url": "https://api.github.com/repos/Undertone0809/promptulate/languages", "created_at": "2023-03-18T13:02:45Z", - "updated_at": "2024-09-07T16:45:56Z", + "updated_at": "2024-09-08T12:05:07Z", "git_url": "git://github.com/Undertone0809/promptulate.git", "ssh_url": "git@github.com:Undertone0809/promptulate.git", "clone_url": "https://github.com/Undertone0809/promptulate.git", @@ -28377,13 +29185,13 @@ "url": "https://api.github.com/repos/mem0ai/mem0", "languages_url": "https://api.github.com/repos/mem0ai/mem0/languages", "created_at": "2023-06-20T08:58:36Z", - "updated_at": "2024-09-07T23:34:08Z", + "updated_at": "2024-09-08T11:50:49Z", "git_url": "git://github.com/mem0ai/mem0.git", "ssh_url": "git@github.com:mem0ai/mem0.git", "clone_url": "https://github.com/mem0ai/mem0.git", "homepage": "https://mem0.ai", - "stargazers_count": 21349, - "watchers_count": 21349, + "stargazers_count": 21365, + "watchers_count": 21365, "language": "Python", "topics": [ "agent", @@ -28553,13 +29361,13 @@ "url": "https://api.github.com/repos/superagent-ai/super-rag", "languages_url": "https://api.github.com/repos/superagent-ai/super-rag/languages", "created_at": "2024-01-13T21:06:28Z", - "updated_at": "2024-09-07T06:53:26Z", + "updated_at": "2024-09-08T03:31:41Z", "git_url": "git://github.com/superagent-ai/super-rag.git", "ssh_url": "git@github.com:superagent-ai/super-rag.git", "clone_url": "https://github.com/superagent-ai/super-rag.git", "homepage": "https://docs.superagent.sh", - "stargazers_count": 332, - "watchers_count": 332, + "stargazers_count": 333, + "watchers_count": 333, "language": "Python", "topics": [ "agents", @@ -28614,13 +29422,13 @@ "url": "https://api.github.com/repos/evalplus/evalplus", "languages_url": "https://api.github.com/repos/evalplus/evalplus/languages", "created_at": "2023-04-15T04:20:10Z", - "updated_at": "2024-09-07T15:47:28Z", + "updated_at": "2024-09-08T06:58:08Z", "git_url": "git://github.com/evalplus/evalplus.git", "ssh_url": "git@github.com:evalplus/evalplus.git", "clone_url": "https://github.com/evalplus/evalplus.git", "homepage": "https://evalplus.github.io", - "stargazers_count": 1134, - "watchers_count": 1134, + "stargazers_count": 1135, + "watchers_count": 1135, "language": "Python", "topics": [ "benchmark", @@ -28648,13 +29456,13 @@ "url": "https://api.github.com/repos/llmware-ai/llmware", "languages_url": "https://api.github.com/repos/llmware-ai/llmware/languages", "created_at": "2023-09-29T15:19:06Z", - "updated_at": "2024-09-08T00:14:56Z", + "updated_at": "2024-09-08T08:48:53Z", "git_url": "git://github.com/llmware-ai/llmware.git", "ssh_url": "git@github.com:llmware-ai/llmware.git", "clone_url": "https://github.com/llmware-ai/llmware.git", "homepage": "https://llmware-ai.github.io/llmware/", - "stargazers_count": 4455, - "watchers_count": 4455, + "stargazers_count": 4457, + "watchers_count": 4457, "language": "Python", "topics": [ "agents", @@ -28684,13 +29492,13 @@ "url": "https://api.github.com/repos/SciPhi-AI/R2R", "languages_url": "https://api.github.com/repos/SciPhi-AI/R2R/languages", "created_at": "2024-02-12T03:24:27Z", - "updated_at": "2024-09-07T20:09:27Z", + "updated_at": "2024-09-08T12:00:23Z", "git_url": "git://github.com/SciPhi-AI/R2R.git", "ssh_url": "git@github.com:SciPhi-AI/R2R.git", "clone_url": "https://github.com/SciPhi-AI/R2R.git", "homepage": "https://r2r-docs.sciphi.ai/", - "stargazers_count": 3209, - "watchers_count": 3209, + "stargazers_count": 3212, + "watchers_count": 3212, "language": "Python", "topics": [ "artificial-intelligence", @@ -28747,13 +29555,13 @@ "url": "https://api.github.com/repos/crewAIInc/crewAI", "languages_url": "https://api.github.com/repos/crewAIInc/crewAI/languages", "created_at": "2023-10-27T03:26:59Z", - "updated_at": "2024-09-07T22:03:08Z", + "updated_at": "2024-09-08T12:05:06Z", "git_url": "git://github.com/crewAIInc/crewAI.git", "ssh_url": "git@github.com:crewAIInc/crewAI.git", "clone_url": "https://github.com/crewAIInc/crewAI.git", "homepage": "https://crewai.com", - "stargazers_count": 18972, - "watchers_count": 18972, + "stargazers_count": 18980, + "watchers_count": 18980, "language": "Python", "topics": [ "agents", @@ -28779,13 +29587,13 @@ "url": "https://api.github.com/repos/zilliztech/VectorDBBench", "languages_url": "https://api.github.com/repos/zilliztech/VectorDBBench/languages", "created_at": "2023-05-10T02:16:41Z", - "updated_at": "2024-09-04T02:00:03Z", + "updated_at": "2024-09-08T12:02:51Z", "git_url": "git://github.com/zilliztech/VectorDBBench.git", "ssh_url": "git@github.com:zilliztech/VectorDBBench.git", "clone_url": "https://github.com/zilliztech/VectorDBBench.git", "homepage": "", - "stargazers_count": 493, - "watchers_count": 493, + "stargazers_count": 494, + "watchers_count": 494, "language": "Python", "topics": [] }, @@ -28806,13 +29614,13 @@ "url": "https://api.github.com/repos/neuml/txtai", "languages_url": "https://api.github.com/repos/neuml/txtai/languages", "created_at": "2020-08-09T19:14:59Z", - "updated_at": "2024-09-07T20:28:59Z", + "updated_at": "2024-09-08T04:50:05Z", "git_url": "git://github.com/neuml/txtai.git", "ssh_url": "git@github.com:neuml/txtai.git", "clone_url": "https://github.com/neuml/txtai.git", "homepage": "https://neuml.github.io/txtai", - "stargazers_count": 8653, - "watchers_count": 8653, + "stargazers_count": 8656, + "watchers_count": 8656, "language": "Python", "topics": [ "embeddings", @@ -28887,7 +29695,7 @@ "url": "https://api.github.com/repos/Josh-XT/AGiXT", "languages_url": "https://api.github.com/repos/Josh-XT/AGiXT/languages", "created_at": "2023-04-17T19:35:00Z", - "updated_at": "2024-09-07T21:50:34Z", + "updated_at": "2024-09-08T06:25:47Z", "git_url": "git://github.com/Josh-XT/AGiXT.git", "ssh_url": "git@github.com:Josh-XT/AGiXT.git", "clone_url": "https://github.com/Josh-XT/AGiXT.git", @@ -28929,13 +29737,13 @@ "url": "https://api.github.com/repos/yoheinakajima/babyagi", "languages_url": "https://api.github.com/repos/yoheinakajima/babyagi/languages", "created_at": "2023-04-03T00:40:27Z", - "updated_at": "2024-09-08T00:00:02Z", + "updated_at": "2024-09-08T09:43:10Z", "git_url": "git://github.com/yoheinakajima/babyagi.git", "ssh_url": "git@github.com:yoheinakajima/babyagi.git", "clone_url": "https://github.com/yoheinakajima/babyagi.git", "homepage": null, - "stargazers_count": 19906, - "watchers_count": 19906, + "stargazers_count": 19909, + "watchers_count": 19909, "language": "Python", "topics": [] }, @@ -29078,13 +29886,13 @@ "url": "https://api.github.com/repos/httpie/cli", "languages_url": "https://api.github.com/repos/httpie/cli/languages", "created_at": "2012-02-25T12:39:13Z", - "updated_at": "2024-09-07T19:58:53Z", + "updated_at": "2024-09-08T11:23:21Z", "git_url": "git://github.com/httpie/cli.git", "ssh_url": "git@github.com:httpie/cli.git", "clone_url": "https://github.com/httpie/cli.git", "homepage": "https://httpie.io", - "stargazers_count": 33321, - "watchers_count": 33321, + "stargazers_count": 33326, + "watchers_count": 33326, "language": "Python", "topics": [ "api", @@ -29255,13 +30063,13 @@ "url": "https://api.github.com/repos/GaiZhenbiao/ChuanhuChatGPT", "languages_url": "https://api.github.com/repos/GaiZhenbiao/ChuanhuChatGPT/languages", "created_at": "2023-03-02T13:37:13Z", - "updated_at": "2024-09-07T17:00:03Z", + "updated_at": "2024-09-08T09:23:26Z", "git_url": "git://github.com/GaiZhenbiao/ChuanhuChatGPT.git", "ssh_url": "git@github.com:GaiZhenbiao/ChuanhuChatGPT.git", "clone_url": "https://github.com/GaiZhenbiao/ChuanhuChatGPT.git", "homepage": "https://huggingface.co/spaces/JohnSmith9982/ChuanhuChatGPT", - "stargazers_count": 15138, - "watchers_count": 15138, + "stargazers_count": 15143, + "watchers_count": 15143, "language": "Python", "topics": [ "chatbot", @@ -29327,13 +30135,13 @@ "url": "https://api.github.com/repos/herval/cliobot", "languages_url": "https://api.github.com/repos/herval/cliobot/languages", "created_at": "2023-12-31T16:37:23Z", - "updated_at": "2024-09-03T05:21:15Z", + "updated_at": "2024-09-08T10:55:05Z", "git_url": "git://github.com/herval/cliobot.git", "ssh_url": "git@github.com:herval/cliobot.git", "clone_url": "https://github.com/herval/cliobot.git", "homepage": null, - "stargazers_count": 91, - "watchers_count": 91, + "stargazers_count": 92, + "watchers_count": 92, "language": "Python", "topics": [] }, @@ -29431,13 +30239,13 @@ "url": "https://api.github.com/repos/ocrmypdf/OCRmyPDF", "languages_url": "https://api.github.com/repos/ocrmypdf/OCRmyPDF/languages", "created_at": "2013-12-20T08:26:28Z", - "updated_at": "2024-09-07T16:14:00Z", + "updated_at": "2024-09-08T11:56:03Z", "git_url": "git://github.com/ocrmypdf/OCRmyPDF.git", "ssh_url": "git@github.com:ocrmypdf/OCRmyPDF.git", "clone_url": "https://github.com/ocrmypdf/OCRmyPDF.git", "homepage": "http://ocrmypdf.readthedocs.io/", - "stargazers_count": 13543, - "watchers_count": 13543, + "stargazers_count": 13547, + "watchers_count": 13547, "language": "Python", "topics": [ "image-processing", @@ -29674,13 +30482,13 @@ "url": "https://api.github.com/repos/run-llama/llama_parse", "languages_url": "https://api.github.com/repos/run-llama/llama_parse/languages", "created_at": "2024-01-31T18:33:07Z", - "updated_at": "2024-09-07T17:51:22Z", + "updated_at": "2024-09-08T09:30:19Z", "git_url": "git://github.com/run-llama/llama_parse.git", "ssh_url": "git@github.com:run-llama/llama_parse.git", "clone_url": "https://github.com/run-llama/llama_parse.git", "homepage": "https://www.llamaindex.ai", - "stargazers_count": 2411, - "watchers_count": 2411, + "stargazers_count": 2412, + "watchers_count": 2412, "language": "Python", "topics": [ "document", @@ -29870,13 +30678,13 @@ "url": "https://api.github.com/repos/zilliztech/GPTCache", "languages_url": "https://api.github.com/repos/zilliztech/GPTCache/languages", "created_at": "2023-03-24T05:51:16Z", - "updated_at": "2024-09-07T14:34:22Z", + "updated_at": "2024-09-08T10:51:04Z", "git_url": "git://github.com/zilliztech/GPTCache.git", "ssh_url": "git@github.com:zilliztech/GPTCache.git", "clone_url": "https://github.com/zilliztech/GPTCache.git", "homepage": "https://gptcache.readthedocs.io", - "stargazers_count": 7063, - "watchers_count": 7063, + "stargazers_count": 7065, + "watchers_count": 7065, "language": "Python", "topics": [ "aigc", @@ -29917,13 +30725,13 @@ "url": "https://api.github.com/repos/dataelement/bisheng", "languages_url": "https://api.github.com/repos/dataelement/bisheng/languages", "created_at": "2023-08-28T10:00:24Z", - "updated_at": "2024-09-07T12:09:03Z", + "updated_at": "2024-09-08T08:03:53Z", "git_url": "git://github.com/dataelement/bisheng.git", "ssh_url": "git@github.com:dataelement/bisheng.git", "clone_url": "https://github.com/dataelement/bisheng.git", "homepage": "https://bisheng.dataelem.com/", - "stargazers_count": 8570, - "watchers_count": 8570, + "stargazers_count": 8571, + "watchers_count": 8571, "language": "Python", "topics": [ "agent", @@ -29965,13 +30773,13 @@ "url": "https://api.github.com/repos/activeloopai/deeplake", "languages_url": "https://api.github.com/repos/activeloopai/deeplake/languages", "created_at": "2019-08-09T06:17:59Z", - "updated_at": "2024-09-07T15:04:23Z", + "updated_at": "2024-09-08T05:10:00Z", "git_url": "git://github.com/activeloopai/deeplake.git", "ssh_url": "git@github.com:activeloopai/deeplake.git", "clone_url": "https://github.com/activeloopai/deeplake.git", "homepage": "https://activeloop.ai", - "stargazers_count": 8023, - "watchers_count": 8023, + "stargazers_count": 8025, + "watchers_count": 8025, "language": "Python", "topics": [ "ai", @@ -30013,13 +30821,13 @@ "url": "https://api.github.com/repos/BerriAI/litellm", "languages_url": "https://api.github.com/repos/BerriAI/litellm/languages", "created_at": "2023-07-27T00:09:52Z", - "updated_at": "2024-09-07T23:29:29Z", + "updated_at": "2024-09-08T10:52:54Z", "git_url": "git://github.com/BerriAI/litellm.git", "ssh_url": "git@github.com:BerriAI/litellm.git", "clone_url": "https://github.com/BerriAI/litellm.git", "homepage": "https://docs.litellm.ai/docs/", - "stargazers_count": 12039, - "watchers_count": 12039, + "stargazers_count": 12049, + "watchers_count": 12049, "language": "Python", "topics": [ "anthropic", @@ -30091,13 +30899,13 @@ "url": "https://api.github.com/repos/lss233/chatgpt-mirai-qq-bot", "languages_url": "https://api.github.com/repos/lss233/chatgpt-mirai-qq-bot/languages", "created_at": "2022-12-05T13:14:58Z", - "updated_at": "2024-09-07T14:31:56Z", + "updated_at": "2024-09-08T05:57:05Z", "git_url": "git://github.com/lss233/chatgpt-mirai-qq-bot.git", "ssh_url": "git@github.com:lss233/chatgpt-mirai-qq-bot.git", "clone_url": "https://github.com/lss233/chatgpt-mirai-qq-bot.git", "homepage": "", - "stargazers_count": 12942, - "watchers_count": 12942, + "stargazers_count": 12943, + "watchers_count": 12943, "language": "Python", "topics": [ "bard", @@ -30177,13 +30985,13 @@ "url": "https://api.github.com/repos/mhxion/awesome-discord-communities", "languages_url": "https://api.github.com/repos/mhxion/awesome-discord-communities/languages", "created_at": "2019-08-21T23:17:40Z", - "updated_at": "2024-09-07T12:13:43Z", + "updated_at": "2024-09-08T03:21:35Z", "git_url": "git://github.com/mhxion/awesome-discord-communities.git", "ssh_url": "git@github.com:mhxion/awesome-discord-communities.git", "clone_url": "https://github.com/mhxion/awesome-discord-communities.git", "homepage": "", - "stargazers_count": 2726, - "watchers_count": 2726, + "stargazers_count": 2728, + "watchers_count": 2728, "language": "Python", "topics": [ "awesome", @@ -30213,13 +31021,13 @@ "url": "https://api.github.com/repos/deepset-ai/haystack", "languages_url": "https://api.github.com/repos/deepset-ai/haystack/languages", "created_at": "2019-11-14T09:05:28Z", - "updated_at": "2024-09-07T15:52:56Z", + "updated_at": "2024-09-08T10:05:20Z", "git_url": "git://github.com/deepset-ai/haystack.git", "ssh_url": "git@github.com:deepset-ai/haystack.git", "clone_url": "https://github.com/deepset-ai/haystack.git", "homepage": "https://haystack.deepset.ai", - "stargazers_count": 16575, - "watchers_count": 16575, + "stargazers_count": 16582, + "watchers_count": 16582, "language": "Python", "topics": [ "ai", @@ -30345,13 +31153,13 @@ "url": "https://api.github.com/repos/zylon-ai/private-gpt", "languages_url": "https://api.github.com/repos/zylon-ai/private-gpt/languages", "created_at": "2023-05-02T09:15:31Z", - "updated_at": "2024-09-08T00:10:00Z", + "updated_at": "2024-09-08T10:56:00Z", "git_url": "git://github.com/zylon-ai/private-gpt.git", "ssh_url": "git@github.com:zylon-ai/private-gpt.git", "clone_url": "https://github.com/zylon-ai/private-gpt.git", "homepage": "https://privategpt.dev", - "stargazers_count": 53526, - "watchers_count": 53526, + "stargazers_count": 53528, + "watchers_count": 53528, "language": "Python", "topics": [] }, @@ -30372,13 +31180,13 @@ "url": "https://api.github.com/repos/ScrapeGraphAI/Scrapegraph-ai", "languages_url": "https://api.github.com/repos/ScrapeGraphAI/Scrapegraph-ai/languages", "created_at": "2024-01-27T16:54:38Z", - "updated_at": "2024-09-07T23:12:33Z", + "updated_at": "2024-09-08T11:32:44Z", "git_url": "git://github.com/ScrapeGraphAI/Scrapegraph-ai.git", "ssh_url": "git@github.com:ScrapeGraphAI/Scrapegraph-ai.git", "clone_url": "https://github.com/ScrapeGraphAI/Scrapegraph-ai.git", "homepage": "https://scrapegraphai.com", - "stargazers_count": 14243, - "watchers_count": 14243, + "stargazers_count": 14246, + "watchers_count": 14246, "language": "Python", "topics": [ "ai", @@ -30412,13 +31220,13 @@ "url": "https://api.github.com/repos/budtmo/docker-android", "languages_url": "https://api.github.com/repos/budtmo/docker-android/languages", "created_at": "2016-12-22T13:02:48Z", - "updated_at": "2024-09-07T14:57:21Z", + "updated_at": "2024-09-08T05:10:39Z", "git_url": "git://github.com/budtmo/docker-android.git", "ssh_url": "git@github.com:budtmo/docker-android.git", "clone_url": "https://github.com/budtmo/docker-android.git", "homepage": "", - "stargazers_count": 9391, - "watchers_count": 9391, + "stargazers_count": 9393, + "watchers_count": 9393, "language": "Python", "topics": [ "alibabacloud", @@ -30578,13 +31386,13 @@ "url": "https://api.github.com/repos/oobabooga/text-generation-webui", "languages_url": "https://api.github.com/repos/oobabooga/text-generation-webui/languages", "created_at": "2022-12-21T04:17:37Z", - "updated_at": "2024-09-07T22:31:13Z", + "updated_at": "2024-09-08T12:05:15Z", "git_url": "git://github.com/oobabooga/text-generation-webui.git", "ssh_url": "git@github.com:oobabooga/text-generation-webui.git", "clone_url": "https://github.com/oobabooga/text-generation-webui.git", "homepage": "", - "stargazers_count": 39398, - "watchers_count": 39398, + "stargazers_count": 39404, + "watchers_count": 39404, "language": "Python", "topics": [] }, @@ -30605,13 +31413,13 @@ "url": "https://api.github.com/repos/hiyouga/LLaMA-Factory", "languages_url": "https://api.github.com/repos/hiyouga/LLaMA-Factory/languages", "created_at": "2023-05-28T10:09:12Z", - "updated_at": "2024-09-08T00:14:29Z", + "updated_at": "2024-09-08T12:03:43Z", "git_url": "git://github.com/hiyouga/LLaMA-Factory.git", "ssh_url": "git@github.com:hiyouga/LLaMA-Factory.git", "clone_url": "https://github.com/hiyouga/LLaMA-Factory.git", "homepage": "https://arxiv.org/abs/2403.13372", - "stargazers_count": 30313, - "watchers_count": 30313, + "stargazers_count": 30335, + "watchers_count": 30335, "language": "Python", "topics": [ "agent", @@ -30653,13 +31461,13 @@ "url": "https://api.github.com/repos/axolotl-ai-cloud/axolotl", "languages_url": "https://api.github.com/repos/axolotl-ai-cloud/axolotl/languages", "created_at": "2023-04-14T04:25:47Z", - "updated_at": "2024-09-08T00:23:06Z", + "updated_at": "2024-09-08T09:05:28Z", "git_url": "git://github.com/axolotl-ai-cloud/axolotl.git", "ssh_url": "git@github.com:axolotl-ai-cloud/axolotl.git", "clone_url": "https://github.com/axolotl-ai-cloud/axolotl.git", "homepage": "https://axolotl-ai-cloud.github.io/axolotl/", - "stargazers_count": 7481, - "watchers_count": 7481, + "stargazers_count": 7484, + "watchers_count": 7484, "language": "Python", "topics": [] }, @@ -30680,13 +31488,13 @@ "url": "https://api.github.com/repos/huggingface/trl", "languages_url": "https://api.github.com/repos/huggingface/trl/languages", "created_at": "2020-03-27T10:54:55Z", - "updated_at": "2024-09-07T18:41:17Z", + "updated_at": "2024-09-08T12:05:50Z", "git_url": "git://github.com/huggingface/trl.git", "ssh_url": "git@github.com:huggingface/trl.git", "clone_url": "https://github.com/huggingface/trl.git", "homepage": "http://hf.co/docs/trl", - "stargazers_count": 9228, - "watchers_count": 9228, + "stargazers_count": 9230, + "watchers_count": 9230, "language": "Python", "topics": [] }, @@ -30707,13 +31515,13 @@ "url": "https://api.github.com/repos/mxyng/discollama", "languages_url": "https://api.github.com/repos/mxyng/discollama/languages", "created_at": "2023-07-30T19:43:45Z", - "updated_at": "2024-09-06T02:08:39Z", + "updated_at": "2024-09-08T02:39:53Z", "git_url": "git://github.com/mxyng/discollama.git", "ssh_url": "git@github.com:mxyng/discollama.git", "clone_url": "https://github.com/mxyng/discollama.git", "homepage": "", - "stargazers_count": 119, - "watchers_count": 119, + "stargazers_count": 120, + "watchers_count": 120, "language": "Python", "topics": [ "bot", @@ -30743,13 +31551,13 @@ "url": "https://api.github.com/repos/mindsdb/mindsdb", "languages_url": "https://api.github.com/repos/mindsdb/mindsdb/languages", "created_at": "2018-08-02T17:56:45Z", - "updated_at": "2024-09-07T20:34:46Z", + "updated_at": "2024-09-08T09:32:53Z", "git_url": "git://github.com/mindsdb/mindsdb.git", "ssh_url": "git@github.com:mindsdb/mindsdb.git", "clone_url": "https://github.com/mindsdb/mindsdb.git", "homepage": "https://mindsdb.com", - "stargazers_count": 26190, - "watchers_count": 26190, + "stargazers_count": 26198, + "watchers_count": 26198, "language": "Python", "topics": [ "ai", @@ -30790,13 +31598,13 @@ "url": "https://api.github.com/repos/langchain-ai/langgraph", "languages_url": "https://api.github.com/repos/langchain-ai/langgraph/languages", "created_at": "2023-08-09T18:33:12Z", - "updated_at": "2024-09-07T23:54:48Z", + "updated_at": "2024-09-08T11:07:12Z", "git_url": "git://github.com/langchain-ai/langgraph.git", "ssh_url": "git@github.com:langchain-ai/langgraph.git", "clone_url": "https://github.com/langchain-ai/langgraph.git", "homepage": "https://langchain-ai.github.io/langgraph/", - "stargazers_count": 5494, - "watchers_count": 5494, + "stargazers_count": 5502, + "watchers_count": 5502, "language": "Python", "topics": [] }, @@ -30908,13 +31716,13 @@ "url": "https://api.github.com/repos/lancedb/lancedb", "languages_url": "https://api.github.com/repos/lancedb/lancedb/languages", "created_at": "2023-02-28T01:15:17Z", - "updated_at": "2024-09-07T22:58:32Z", + "updated_at": "2024-09-08T03:06:23Z", "git_url": "git://github.com/lancedb/lancedb.git", "ssh_url": "git@github.com:lancedb/lancedb.git", "clone_url": "https://github.com/lancedb/lancedb.git", "homepage": "https://lancedb.github.io/lancedb/", - "stargazers_count": 4037, - "watchers_count": 4037, + "stargazers_count": 4038, + "watchers_count": 4038, "language": "Python", "topics": [ "approximate-nearest-neighbor-search", @@ -30978,7 +31786,7 @@ "url": "https://api.github.com/repos/jakobdylanc/llmcord.py", "languages_url": "https://api.github.com/repos/jakobdylanc/llmcord.py/languages", "created_at": "2023-05-08T23:07:07Z", - "updated_at": "2024-09-07T11:27:08Z", + "updated_at": "2024-09-08T00:48:21Z", "git_url": "git://github.com/jakobdylanc/llmcord.py.git", "ssh_url": "git@github.com:jakobdylanc/llmcord.py.git", "clone_url": "https://github.com/jakobdylanc/llmcord.py.git", @@ -31476,13 +32284,13 @@ "url": "https://api.github.com/repos/KurtBestor/Hitomi-Downloader", "languages_url": "https://api.github.com/repos/KurtBestor/Hitomi-Downloader/languages", "created_at": "2017-11-26T09:23:06Z", - "updated_at": "2024-09-07T23:12:58Z", + "updated_at": "2024-09-08T11:25:18Z", "git_url": "git://github.com/KurtBestor/Hitomi-Downloader.git", "ssh_url": "git@github.com:KurtBestor/Hitomi-Downloader.git", "clone_url": "https://github.com/KurtBestor/Hitomi-Downloader.git", "homepage": "", - "stargazers_count": 21616, - "watchers_count": 21616, + "stargazers_count": 21619, + "watchers_count": 21619, "language": "Python", "topics": [ "bilibili", @@ -31546,13 +32354,13 @@ "url": "https://api.github.com/repos/xxlong0/Wonder3D", "languages_url": "https://api.github.com/repos/xxlong0/Wonder3D/languages", "created_at": "2023-10-14T12:18:38Z", - "updated_at": "2024-09-07T08:56:22Z", + "updated_at": "2024-09-08T11:49:53Z", "git_url": "git://github.com/xxlong0/Wonder3D.git", "ssh_url": "git@github.com:xxlong0/Wonder3D.git", "clone_url": "https://github.com/xxlong0/Wonder3D.git", "homepage": "https://www.xxlong.site/Wonder3D/", - "stargazers_count": 4642, - "watchers_count": 4642, + "stargazers_count": 4643, + "watchers_count": 4643, "language": "Python", "topics": [ "3d-aigc", @@ -31632,13 +32440,13 @@ "url": "https://api.github.com/repos/myshell-ai/OpenVoice", "languages_url": "https://api.github.com/repos/myshell-ai/OpenVoice/languages", "created_at": "2023-11-29T12:17:01Z", - "updated_at": "2024-09-07T21:21:13Z", + "updated_at": "2024-09-08T10:07:44Z", "git_url": "git://github.com/myshell-ai/OpenVoice.git", "ssh_url": "git@github.com:myshell-ai/OpenVoice.git", "clone_url": "https://github.com/myshell-ai/OpenVoice.git", "homepage": "https://research.myshell.ai/open-voice", - "stargazers_count": 28277, - "watchers_count": 28277, + "stargazers_count": 28279, + "watchers_count": 28279, "language": "Python", "topics": [ "text-to-speech", @@ -31781,13 +32589,13 @@ "url": "https://api.github.com/repos/microsoft/promptbase", "languages_url": "https://api.github.com/repos/microsoft/promptbase/languages", "created_at": "2023-12-12T08:00:11Z", - "updated_at": "2024-09-06T18:47:51Z", + "updated_at": "2024-09-08T12:06:50Z", "git_url": "git://github.com/microsoft/promptbase.git", "ssh_url": "git@github.com:microsoft/promptbase.git", "clone_url": "https://github.com/microsoft/promptbase.git", "homepage": "", - "stargazers_count": 5335, - "watchers_count": 5335, + "stargazers_count": 5337, + "watchers_count": 5337, "language": "Python", "topics": [] }, @@ -31907,13 +32715,13 @@ "url": "https://api.github.com/repos/meltano/meltano", "languages_url": "https://api.github.com/repos/meltano/meltano/languages", "created_at": "2021-06-21T16:35:39Z", - "updated_at": "2024-09-06T14:56:37Z", + "updated_at": "2024-09-08T12:00:49Z", "git_url": "git://github.com/meltano/meltano.git", "ssh_url": "git@github.com:meltano/meltano.git", "clone_url": "https://github.com/meltano/meltano.git", "homepage": "https://meltano.com/", - "stargazers_count": 1774, - "watchers_count": 1774, + "stargazers_count": 1775, + "watchers_count": 1775, "language": "Python", "topics": [ "connectors", @@ -32029,13 +32837,13 @@ "url": "https://api.github.com/repos/confident-ai/deepeval", "languages_url": "https://api.github.com/repos/confident-ai/deepeval/languages", "created_at": "2023-08-10T05:35:04Z", - "updated_at": "2024-09-07T18:49:43Z", + "updated_at": "2024-09-08T09:41:21Z", "git_url": "git://github.com/confident-ai/deepeval.git", "ssh_url": "git@github.com:confident-ai/deepeval.git", "clone_url": "https://github.com/confident-ai/deepeval.git", "homepage": "https://docs.confident-ai.com/", - "stargazers_count": 2910, - "watchers_count": 2910, + "stargazers_count": 2912, + "watchers_count": 2912, "language": "Python", "topics": [ "evaluation-framework", @@ -32131,13 +32939,13 @@ "url": "https://api.github.com/repos/Pythagora-io/gpt-pilot", "languages_url": "https://api.github.com/repos/Pythagora-io/gpt-pilot/languages", "created_at": "2023-08-16T11:56:07Z", - "updated_at": "2024-09-07T22:46:04Z", + "updated_at": "2024-09-08T08:53:20Z", "git_url": "git://github.com/Pythagora-io/gpt-pilot.git", "ssh_url": "git@github.com:Pythagora-io/gpt-pilot.git", "clone_url": "https://github.com/Pythagora-io/gpt-pilot.git", "homepage": "", - "stargazers_count": 29484, - "watchers_count": 29484, + "stargazers_count": 29489, + "watchers_count": 29489, "language": "Python", "topics": [ "ai", @@ -32165,13 +32973,13 @@ "url": "https://api.github.com/repos/Gozargah/Marzban", "languages_url": "https://api.github.com/repos/Gozargah/Marzban/languages", "created_at": "2022-11-24T23:37:43Z", - "updated_at": "2024-09-07T22:01:24Z", + "updated_at": "2024-09-08T07:12:40Z", "git_url": "git://github.com/Gozargah/Marzban.git", "ssh_url": "git@github.com:Gozargah/Marzban.git", "clone_url": "https://github.com/Gozargah/Marzban.git", "homepage": "https://t.me/gozargah_marzban", - "stargazers_count": 3188, - "watchers_count": 3188, + "stargazers_count": 3189, + "watchers_count": 3189, "language": "Python", "topics": [ "api", @@ -32263,13 +33071,13 @@ "url": "https://api.github.com/repos/mikf/gallery-dl", "languages_url": "https://api.github.com/repos/mikf/gallery-dl/languages", "created_at": "2014-10-12T19:38:05Z", - "updated_at": "2024-09-07T23:40:18Z", + "updated_at": "2024-09-08T10:30:42Z", "git_url": "git://github.com/mikf/gallery-dl.git", "ssh_url": "git@github.com:mikf/gallery-dl.git", "clone_url": "https://github.com/mikf/gallery-dl.git", "homepage": "", - "stargazers_count": 11284, - "watchers_count": 11284, + "stargazers_count": 11290, + "watchers_count": 11290, "language": "Python", "topics": [ "danbooru", @@ -32376,13 +33184,13 @@ "url": "https://api.github.com/repos/langflow-ai/langflow", "languages_url": "https://api.github.com/repos/langflow-ai/langflow/languages", "created_at": "2023-02-08T22:28:03Z", - "updated_at": "2024-09-07T23:00:11Z", + "updated_at": "2024-09-08T11:56:13Z", "git_url": "git://github.com/langflow-ai/langflow.git", "ssh_url": "git@github.com:langflow-ai/langflow.git", "clone_url": "https://github.com/langflow-ai/langflow.git", "homepage": "http://www.langflow.org", - "stargazers_count": 26985, - "watchers_count": 26985, + "stargazers_count": 27023, + "watchers_count": 27023, "language": "Python", "topics": [ "chatgpt", @@ -32614,13 +33422,13 @@ "url": "https://api.github.com/repos/JaidedAI/EasyOCR", "languages_url": "https://api.github.com/repos/JaidedAI/EasyOCR/languages", "created_at": "2020-03-14T11:46:39Z", - "updated_at": "2024-09-07T20:38:03Z", + "updated_at": "2024-09-08T09:08:52Z", "git_url": "git://github.com/JaidedAI/EasyOCR.git", "ssh_url": "git@github.com:JaidedAI/EasyOCR.git", "clone_url": "https://github.com/JaidedAI/EasyOCR.git", "homepage": "https://www.jaided.ai", - "stargazers_count": 23617, - "watchers_count": 23617, + "stargazers_count": 23620, + "watchers_count": 23620, "language": "Python", "topics": [ "cnn", @@ -32882,13 +33690,13 @@ "url": "https://api.github.com/repos/internetarchive/iacopilot", "languages_url": "https://api.github.com/repos/internetarchive/iacopilot/languages", "created_at": "2023-03-03T22:07:18Z", - "updated_at": "2024-09-05T02:59:47Z", + "updated_at": "2024-09-08T12:05:59Z", "git_url": "git://github.com/internetarchive/iacopilot.git", "ssh_url": "git@github.com:internetarchive/iacopilot.git", "clone_url": "https://github.com/internetarchive/iacopilot.git", "homepage": "", - "stargazers_count": 15, - "watchers_count": 15, + "stargazers_count": 16, + "watchers_count": 16, "language": "Python", "topics": [ "cli", @@ -33108,13 +33916,13 @@ "url": "https://api.github.com/repos/LAION-AI/Open-Assistant", "languages_url": "https://api.github.com/repos/LAION-AI/Open-Assistant/languages", "created_at": "2022-12-13T05:24:17Z", - "updated_at": "2024-09-07T18:19:04Z", + "updated_at": "2024-09-08T10:57:38Z", "git_url": "git://github.com/LAION-AI/Open-Assistant.git", "ssh_url": "git@github.com:LAION-AI/Open-Assistant.git", "clone_url": "https://github.com/LAION-AI/Open-Assistant.git", "homepage": "https://open-assistant.io", - "stargazers_count": 36938, - "watchers_count": 36938, + "stargazers_count": 36941, + "watchers_count": 36941, "language": "Python", "topics": [ "ai", @@ -33212,13 +34020,13 @@ "url": "https://api.github.com/repos/xtekky/gpt4free", "languages_url": "https://api.github.com/repos/xtekky/gpt4free/languages", "created_at": "2023-03-29T17:00:43Z", - "updated_at": "2024-09-07T22:23:32Z", + "updated_at": "2024-09-08T12:02:58Z", "git_url": "git://github.com/xtekky/gpt4free.git", "ssh_url": "git@github.com:xtekky/gpt4free.git", "clone_url": "https://github.com/xtekky/gpt4free.git", "homepage": "https://g4f.ai", - "stargazers_count": 59872, - "watchers_count": 59872, + "stargazers_count": 59876, + "watchers_count": 59876, "language": "Python", "topics": [ "chatbot", @@ -33260,13 +34068,13 @@ "url": "https://api.github.com/repos/Significant-Gravitas/AutoGPT", "languages_url": "https://api.github.com/repos/Significant-Gravitas/AutoGPT/languages", "created_at": "2023-03-16T09:21:07Z", - "updated_at": "2024-09-07T23:00:39Z", + "updated_at": "2024-09-08T10:54:15Z", "git_url": "git://github.com/Significant-Gravitas/AutoGPT.git", "ssh_url": "git@github.com:Significant-Gravitas/AutoGPT.git", "clone_url": "https://github.com/Significant-Gravitas/AutoGPT.git", "homepage": "https://agpt.co", - "stargazers_count": 166345, - "watchers_count": 166345, + "stargazers_count": 166353, + "watchers_count": 166353, "language": "Python", "topics": [ "ai", @@ -33348,13 +34156,13 @@ "url": "https://api.github.com/repos/microsoft/JARVIS", "languages_url": "https://api.github.com/repos/microsoft/JARVIS/languages", "created_at": "2023-03-30T02:57:12Z", - "updated_at": "2024-09-07T19:12:33Z", + "updated_at": "2024-09-08T07:34:38Z", "git_url": "git://github.com/microsoft/JARVIS.git", "ssh_url": "git@github.com:microsoft/JARVIS.git", "clone_url": "https://github.com/microsoft/JARVIS.git", "homepage": "", - "stargazers_count": 23524, - "watchers_count": 23524, + "stargazers_count": 23526, + "watchers_count": 23526, "language": "Python", "topics": [ "deep-learning", @@ -33478,13 +34286,13 @@ "url": "https://api.github.com/repos/openai/evals", "languages_url": "https://api.github.com/repos/openai/evals/languages", "created_at": "2023-01-23T20:51:04Z", - "updated_at": "2024-09-07T17:48:36Z", + "updated_at": "2024-09-08T07:46:58Z", "git_url": "git://github.com/openai/evals.git", "ssh_url": "org-14957082@github.com:openai/evals.git", "clone_url": "https://github.com/openai/evals.git", "homepage": "", - "stargazers_count": 14641, - "watchers_count": 14641, + "stargazers_count": 14643, + "watchers_count": 14643, "language": "Python", "topics": [] }, @@ -33505,13 +34313,13 @@ "url": "https://api.github.com/repos/run-llama/llama_index", "languages_url": "https://api.github.com/repos/run-llama/llama_index/languages", "created_at": "2022-11-02T04:24:54Z", - "updated_at": "2024-09-08T00:20:10Z", + "updated_at": "2024-09-08T11:55:48Z", "git_url": "git://github.com/run-llama/llama_index.git", "ssh_url": "git@github.com:run-llama/llama_index.git", "clone_url": "https://github.com/run-llama/llama_index.git", "homepage": "https://docs.llamaindex.ai", - "stargazers_count": 35251, - "watchers_count": 35251, + "stargazers_count": 35257, + "watchers_count": 35257, "language": "Python", "topics": [ "agents", @@ -33542,13 +34350,13 @@ "url": "https://api.github.com/repos/openai/tiktoken", "languages_url": "https://api.github.com/repos/openai/tiktoken/languages", "created_at": "2022-12-01T23:22:11Z", - "updated_at": "2024-09-07T22:02:38Z", + "updated_at": "2024-09-08T10:08:07Z", "git_url": "git://github.com/openai/tiktoken.git", "ssh_url": "org-14957082@github.com:openai/tiktoken.git", "clone_url": "https://github.com/openai/tiktoken.git", "homepage": "", - "stargazers_count": 11698, - "watchers_count": 11698, + "stargazers_count": 11703, + "watchers_count": 11703, "language": "Python", "topics": [] }, @@ -33569,13 +34377,13 @@ "url": "https://api.github.com/repos/hpcaitech/ColossalAI", "languages_url": "https://api.github.com/repos/hpcaitech/ColossalAI/languages", "created_at": "2021-10-28T16:19:44Z", - "updated_at": "2024-09-07T22:41:01Z", + "updated_at": "2024-09-08T09:41:17Z", "git_url": "git://github.com/hpcaitech/ColossalAI.git", "ssh_url": "git@github.com:hpcaitech/ColossalAI.git", "clone_url": "https://github.com/hpcaitech/ColossalAI.git", "homepage": "https://www.colossalai.org", - "stargazers_count": 38581, - "watchers_count": 38581, + "stargazers_count": 38583, + "watchers_count": 38583, "language": "Python", "topics": [ "ai", @@ -33757,13 +34565,13 @@ "url": "https://api.github.com/repos/Cog-Creators/Red-DiscordBot", "languages_url": "https://api.github.com/repos/Cog-Creators/Red-DiscordBot/languages", "created_at": "2016-01-02T09:27:12Z", - "updated_at": "2024-09-07T22:39:03Z", + "updated_at": "2024-09-08T10:24:03Z", "git_url": "git://github.com/Cog-Creators/Red-DiscordBot.git", "ssh_url": "git@github.com:Cog-Creators/Red-DiscordBot.git", "clone_url": "https://github.com/Cog-Creators/Red-DiscordBot.git", "homepage": "https://docs.discord.red", - "stargazers_count": 4717, - "watchers_count": 4717, + "stargazers_count": 4719, + "watchers_count": 4719, "language": "Python", "topics": [ "bot", @@ -33882,13 +34690,13 @@ "url": "https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui", "languages_url": "https://api.github.com/repos/AUTOMATIC1111/stable-diffusion-webui/languages", "created_at": "2022-08-22T14:05:26Z", - "updated_at": "2024-09-07T23:44:58Z", + "updated_at": "2024-09-08T11:49:08Z", "git_url": "git://github.com/AUTOMATIC1111/stable-diffusion-webui.git", "ssh_url": "git@github.com:AUTOMATIC1111/stable-diffusion-webui.git", "clone_url": "https://github.com/AUTOMATIC1111/stable-diffusion-webui.git", "homepage": "", - "stargazers_count": 139204, - "watchers_count": 139204, + "stargazers_count": 139221, + "watchers_count": 139221, "language": "Python", "topics": [ "ai", @@ -33980,13 +34788,13 @@ "url": "https://api.github.com/repos/Sygil-Dev/sygil-webui", "languages_url": "https://api.github.com/repos/Sygil-Dev/sygil-webui/languages", "created_at": "2022-08-24T10:43:48Z", - "updated_at": "2024-09-06T10:04:08Z", + "updated_at": "2024-09-08T12:05:24Z", "git_url": "git://github.com/Sygil-Dev/sygil-webui.git", "ssh_url": "git@github.com:Sygil-Dev/sygil-webui.git", "clone_url": "https://github.com/Sygil-Dev/sygil-webui.git", "homepage": "", - "stargazers_count": 7861, - "watchers_count": 7861, + "stargazers_count": 7862, + "watchers_count": 7862, "language": "Python", "topics": [] }, @@ -34007,13 +34815,13 @@ "url": "https://api.github.com/repos/huggingface/diffusers", "languages_url": "https://api.github.com/repos/huggingface/diffusers/languages", "created_at": "2022-05-30T16:04:02Z", - "updated_at": "2024-09-07T18:41:38Z", + "updated_at": "2024-09-08T09:48:02Z", "git_url": "git://github.com/huggingface/diffusers.git", "ssh_url": "git@github.com:huggingface/diffusers.git", "clone_url": "https://github.com/huggingface/diffusers.git", "homepage": "https://huggingface.co/docs/diffusers", - "stargazers_count": 25035, - "watchers_count": 25035, + "stargazers_count": 25045, + "watchers_count": 25045, "language": "Python", "topics": [ "deep-learning", @@ -34146,13 +34954,13 @@ "url": "https://api.github.com/repos/microsoft/DeepSpeed", "languages_url": "https://api.github.com/repos/microsoft/DeepSpeed/languages", "created_at": "2020-01-23T18:35:18Z", - "updated_at": "2024-09-08T00:02:53Z", + "updated_at": "2024-09-08T08:28:27Z", "git_url": "git://github.com/microsoft/DeepSpeed.git", "ssh_url": "git@github.com:microsoft/DeepSpeed.git", "clone_url": "https://github.com/microsoft/DeepSpeed.git", "homepage": "https://www.deepspeed.ai/", - "stargazers_count": 34633, - "watchers_count": 34633, + "stargazers_count": 34639, + "watchers_count": 34639, "language": "Python", "topics": [ "billion-parameters", @@ -34339,13 +35147,13 @@ "url": "https://api.github.com/repos/huggingface/transformers", "languages_url": "https://api.github.com/repos/huggingface/transformers/languages", "created_at": "2018-10-29T13:56:00Z", - "updated_at": "2024-09-07T22:49:21Z", + "updated_at": "2024-09-08T11:22:09Z", "git_url": "git://github.com/huggingface/transformers.git", "ssh_url": "git@github.com:huggingface/transformers.git", "clone_url": "https://github.com/huggingface/transformers.git", "homepage": "https://huggingface.co/transformers", - "stargazers_count": 131710, - "watchers_count": 131710, + "stargazers_count": 131727, + "watchers_count": 131727, "language": "Python", "topics": [ "bert", @@ -34387,13 +35195,13 @@ "url": "https://api.github.com/repos/newren/git-filter-repo", "languages_url": "https://api.github.com/repos/newren/git-filter-repo/languages", "created_at": "2018-08-21T15:40:09Z", - "updated_at": "2024-09-07T20:08:19Z", + "updated_at": "2024-09-08T11:27:12Z", "git_url": "git://github.com/newren/git-filter-repo.git", "ssh_url": "git@github.com:newren/git-filter-repo.git", "clone_url": "https://github.com/newren/git-filter-repo.git", "homepage": "", - "stargazers_count": 8099, - "watchers_count": 8099, + "stargazers_count": 8101, + "watchers_count": 8101, "language": "Python", "topics": [] }, @@ -34471,13 +35279,13 @@ "url": "https://api.github.com/repos/yt-dlp/yt-dlp", "languages_url": "https://api.github.com/repos/yt-dlp/yt-dlp/languages", "created_at": "2020-10-26T04:22:55Z", - "updated_at": "2024-09-08T00:18:01Z", + "updated_at": "2024-09-08T11:34:18Z", "git_url": "git://github.com/yt-dlp/yt-dlp.git", "ssh_url": "git@github.com:yt-dlp/yt-dlp.git", "clone_url": "https://github.com/yt-dlp/yt-dlp.git", "homepage": "https://discord.gg/H5MNcFW63r", - "stargazers_count": 81923, - "watchers_count": 81923, + "stargazers_count": 81963, + "watchers_count": 81963, "language": "Python", "topics": [ "python", @@ -34541,13 +35349,13 @@ "url": "https://api.github.com/repos/nvbn/thefuck", "languages_url": "https://api.github.com/repos/nvbn/thefuck/languages", "created_at": "2015-04-08T15:08:04Z", - "updated_at": "2024-09-08T00:02:48Z", + "updated_at": "2024-09-08T11:45:50Z", "git_url": "git://github.com/nvbn/thefuck.git", "ssh_url": "git@github.com:nvbn/thefuck.git", "clone_url": "https://github.com/nvbn/thefuck.git", "homepage": "", - "stargazers_count": 84591, - "watchers_count": 84591, + "stargazers_count": 84616, + "watchers_count": 84616, "language": "Python", "topics": [ "python", @@ -34571,13 +35379,13 @@ "url": "https://api.github.com/repos/swisskyrepo/PayloadsAllTheThings", "languages_url": "https://api.github.com/repos/swisskyrepo/PayloadsAllTheThings/languages", "created_at": "2016-10-18T07:29:07Z", - "updated_at": "2024-09-07T21:21:37Z", + "updated_at": "2024-09-08T12:05:04Z", "git_url": "git://github.com/swisskyrepo/PayloadsAllTheThings.git", "ssh_url": "git@github.com:swisskyrepo/PayloadsAllTheThings.git", "clone_url": "https://github.com/swisskyrepo/PayloadsAllTheThings.git", "homepage": "https://swisskyrepo.github.io/PayloadsAllTheThings/", - "stargazers_count": 59862, - "watchers_count": 59862, + "stargazers_count": 59867, + "watchers_count": 59867, "language": "Python", "topics": [ "bounty", @@ -34670,13 +35478,13 @@ "url": "https://api.github.com/repos/ActivityWatch/activitywatch", "languages_url": "https://api.github.com/repos/ActivityWatch/activitywatch/languages", "created_at": "2016-04-27T15:26:09Z", - "updated_at": "2024-09-07T20:14:31Z", + "updated_at": "2024-09-08T11:11:54Z", "git_url": "git://github.com/ActivityWatch/activitywatch.git", "ssh_url": "git@github.com:ActivityWatch/activitywatch.git", "clone_url": "https://github.com/ActivityWatch/activitywatch.git", "homepage": "https://activitywatch.net/", - "stargazers_count": 11730, - "watchers_count": 11730, + "stargazers_count": 11734, + "watchers_count": 11734, "language": "Python", "topics": [ "activitywatch", @@ -34773,13 +35581,13 @@ "url": "https://api.github.com/repos/smicallef/spiderfoot", "languages_url": "https://api.github.com/repos/smicallef/spiderfoot/languages", "created_at": "2012-04-28T07:10:13Z", - "updated_at": "2024-09-08T00:09:42Z", + "updated_at": "2024-09-08T11:54:47Z", "git_url": "git://github.com/smicallef/spiderfoot.git", "ssh_url": "git@github.com:smicallef/spiderfoot.git", "clone_url": "https://github.com/smicallef/spiderfoot.git", "homepage": "http://www.spiderfoot.net", - "stargazers_count": 12631, - "watchers_count": 12631, + "stargazers_count": 12632, + "watchers_count": 12632, "language": "Python", "topics": [ "attacksurface", @@ -34893,13 +35701,13 @@ "url": "https://api.github.com/repos/hummingbot/hummingbot", "languages_url": "https://api.github.com/repos/hummingbot/hummingbot/languages", "created_at": "2019-04-02T21:41:52Z", - "updated_at": "2024-09-07T16:13:16Z", + "updated_at": "2024-09-08T08:15:58Z", "git_url": "git://github.com/hummingbot/hummingbot.git", "ssh_url": "git@github.com:hummingbot/hummingbot.git", "clone_url": "https://github.com/hummingbot/hummingbot.git", "homepage": "https://hummingbot.org", - "stargazers_count": 7909, - "watchers_count": 7909, + "stargazers_count": 7912, + "watchers_count": 7912, "language": "Python", "topics": [ "algo-trading", @@ -35015,13 +35823,13 @@ "url": "https://api.github.com/repos/NabuCasa/hass-nabucasa", "languages_url": "https://api.github.com/repos/NabuCasa/hass-nabucasa/languages", "created_at": "2019-02-07T00:50:13Z", - "updated_at": "2024-09-07T21:31:01Z", + "updated_at": "2024-09-08T05:47:28Z", "git_url": "git://github.com/NabuCasa/hass-nabucasa.git", "ssh_url": "git@github.com:NabuCasa/hass-nabucasa.git", "clone_url": "https://github.com/NabuCasa/hass-nabucasa.git", "homepage": "", - "stargazers_count": 170, - "watchers_count": 170, + "stargazers_count": 171, + "watchers_count": 171, "language": "Python", "topics": [] }, @@ -35246,13 +36054,13 @@ "url": "https://api.github.com/repos/mkdocs/mkdocs", "languages_url": "https://api.github.com/repos/mkdocs/mkdocs/languages", "created_at": "2014-01-11T21:05:21Z", - "updated_at": "2024-09-07T22:36:30Z", + "updated_at": "2024-09-08T01:48:36Z", "git_url": "git://github.com/mkdocs/mkdocs.git", "ssh_url": "git@github.com:mkdocs/mkdocs.git", "clone_url": "https://github.com/mkdocs/mkdocs.git", "homepage": "https://www.mkdocs.org", - "stargazers_count": 19008, - "watchers_count": 19008, + "stargazers_count": 19011, + "watchers_count": 19011, "language": "Python", "topics": [ "documentation", @@ -35315,13 +36123,13 @@ "url": "https://api.github.com/repos/praw-dev/praw", "languages_url": "https://api.github.com/repos/praw-dev/praw/languages", "created_at": "2010-08-19T04:00:07Z", - "updated_at": "2024-09-07T03:46:38Z", + "updated_at": "2024-09-08T06:58:05Z", "git_url": "git://github.com/praw-dev/praw.git", "ssh_url": "git@github.com:praw-dev/praw.git", "clone_url": "https://github.com/praw-dev/praw.git", "homepage": "http://praw.readthedocs.io/", - "stargazers_count": 3443, - "watchers_count": 3443, + "stargazers_count": 3444, + "watchers_count": 3444, "language": "Python", "topics": [ "api", @@ -35390,13 +36198,13 @@ "url": "https://api.github.com/repos/mitmproxy/mitmproxy", "languages_url": "https://api.github.com/repos/mitmproxy/mitmproxy/languages", "created_at": "2010-02-16T04:10:13Z", - "updated_at": "2024-09-07T15:45:16Z", + "updated_at": "2024-09-08T11:51:03Z", "git_url": "git://github.com/mitmproxy/mitmproxy.git", "ssh_url": "git@github.com:mitmproxy/mitmproxy.git", "clone_url": "https://github.com/mitmproxy/mitmproxy.git", "homepage": "https://mitmproxy.org", - "stargazers_count": 35838, - "watchers_count": 35838, + "stargazers_count": 35842, + "watchers_count": 35842, "language": "Python", "topics": [ "debugging", @@ -35518,13 +36326,13 @@ "url": "https://api.github.com/repos/Hari-Nagarajan/fairgame", "languages_url": "https://api.github.com/repos/Hari-Nagarajan/fairgame/languages", "created_at": "2020-09-18T20:14:00Z", - "updated_at": "2024-09-04T19:49:01Z", + "updated_at": "2024-09-08T01:20:57Z", "git_url": "git://github.com/Hari-Nagarajan/fairgame.git", "ssh_url": "git@github.com:Hari-Nagarajan/fairgame.git", "clone_url": "https://github.com/Hari-Nagarajan/fairgame.git", "homepage": "", - "stargazers_count": 2434, - "watchers_count": 2434, + "stargazers_count": 2435, + "watchers_count": 2435, "language": "Python", "topics": [] }, @@ -35572,13 +36380,13 @@ "url": "https://api.github.com/repos/home-assistant/core", "languages_url": "https://api.github.com/repos/home-assistant/core/languages", "created_at": "2013-09-17T07:29:48Z", - "updated_at": "2024-09-07T22:36:23Z", + "updated_at": "2024-09-08T12:06:48Z", "git_url": "git://github.com/home-assistant/core.git", "ssh_url": "git@github.com:home-assistant/core.git", "clone_url": "https://github.com/home-assistant/core.git", "homepage": "https://www.home-assistant.io", - "stargazers_count": 71062, - "watchers_count": 71062, + "stargazers_count": 71065, + "watchers_count": 71065, "language": "Python", "topics": [ "asyncio", @@ -35879,13 +36687,13 @@ "url": "https://api.github.com/repos/surrealdb/surrealdb", "languages_url": "https://api.github.com/repos/surrealdb/surrealdb/languages", "created_at": "2021-12-09T15:03:29Z", - "updated_at": "2024-09-08T00:06:43Z", + "updated_at": "2024-09-08T05:22:06Z", "git_url": "git://github.com/surrealdb/surrealdb.git", "ssh_url": "git@github.com:surrealdb/surrealdb.git", "clone_url": "https://github.com/surrealdb/surrealdb.git", "homepage": "https://surrealdb.com", - "stargazers_count": 26606, - "watchers_count": 26606, + "stargazers_count": 26607, + "watchers_count": 26607, "language": "Rust", "topics": [ "backend-as-a-service", @@ -35961,13 +36769,13 @@ "url": "https://api.github.com/repos/surrealdb/surrealkv", "languages_url": "https://api.github.com/repos/surrealdb/surrealkv/languages", "created_at": "2023-06-26T12:47:29Z", - "updated_at": "2024-09-06T05:28:38Z", + "updated_at": "2024-09-08T06:44:49Z", "git_url": "git://github.com/surrealdb/surrealkv.git", "ssh_url": "git@github.com:surrealdb/surrealkv.git", "clone_url": "https://github.com/surrealdb/surrealkv.git", "homepage": "https://surrealdb.com", - "stargazers_count": 225, - "watchers_count": 225, + "stargazers_count": 226, + "watchers_count": 226, "language": "Rust", "topics": [ "embedded-database", @@ -36023,13 +36831,13 @@ "url": "https://api.github.com/repos/rustdesk/rustdesk", "languages_url": "https://api.github.com/repos/rustdesk/rustdesk/languages", "created_at": "2020-09-28T15:36:08Z", - "updated_at": "2024-09-08T00:19:18Z", + "updated_at": "2024-09-08T12:06:57Z", "git_url": "git://github.com/rustdesk/rustdesk.git", "ssh_url": "git@github.com:rustdesk/rustdesk.git", "clone_url": "https://github.com/rustdesk/rustdesk.git", "homepage": "https://rustdesk.com", - "stargazers_count": 71859, - "watchers_count": 71859, + "stargazers_count": 71901, + "watchers_count": 71901, "language": "Rust", "topics": [ "anydesk", @@ -36071,13 +36879,13 @@ "url": "https://api.github.com/repos/firecracker-microvm/firecracker", "languages_url": "https://api.github.com/repos/firecracker-microvm/firecracker/languages", "created_at": "2017-10-19T06:18:47Z", - "updated_at": "2024-09-07T20:14:32Z", + "updated_at": "2024-09-08T09:34:57Z", "git_url": "git://github.com/firecracker-microvm/firecracker.git", "ssh_url": "git@github.com:firecracker-microvm/firecracker.git", "clone_url": "https://github.com/firecracker-microvm/firecracker.git", "homepage": "http://firecracker-microvm.io", - "stargazers_count": 25040, - "watchers_count": 25040, + "stargazers_count": 25044, + "watchers_count": 25044, "language": "Rust", "topics": [ "containers", @@ -36201,13 +37009,13 @@ "url": "https://api.github.com/repos/zed-industries/zed", "languages_url": "https://api.github.com/repos/zed-industries/zed/languages", "created_at": "2021-02-20T03:01:06Z", - "updated_at": "2024-09-08T00:03:35Z", + "updated_at": "2024-09-08T11:02:11Z", "git_url": "git://github.com/zed-industries/zed.git", "ssh_url": "git@github.com:zed-industries/zed.git", "clone_url": "https://github.com/zed-industries/zed.git", "homepage": "https://zed.dev", - "stargazers_count": 46594, - "watchers_count": 46594, + "stargazers_count": 46614, + "watchers_count": 46614, "language": "Rust", "topics": [ "gpui", @@ -36232,13 +37040,13 @@ "url": "https://api.github.com/repos/rpcpool/yellowstone-vixen", "languages_url": "https://api.github.com/repos/rpcpool/yellowstone-vixen/languages", "created_at": "2024-04-15T18:17:26Z", - "updated_at": "2024-09-07T11:59:54Z", + "updated_at": "2024-09-08T06:55:23Z", "git_url": "git://github.com/rpcpool/yellowstone-vixen.git", "ssh_url": "org-82511886@github.com:rpcpool/yellowstone-vixen.git", "clone_url": "https://github.com/rpcpool/yellowstone-vixen.git", "homepage": null, - "stargazers_count": 29, - "watchers_count": 29, + "stargazers_count": 30, + "watchers_count": 30, "language": "Rust", "topics": [] }, @@ -36328,13 +37136,13 @@ "url": "https://api.github.com/repos/tauri-apps/tauri", "languages_url": "https://api.github.com/repos/tauri-apps/tauri/languages", "created_at": "2019-07-13T09:09:37Z", - "updated_at": "2024-09-07T23:19:21Z", + "updated_at": "2024-09-08T11:26:02Z", "git_url": "git://github.com/tauri-apps/tauri.git", "ssh_url": "git@github.com:tauri-apps/tauri.git", "clone_url": "https://github.com/tauri-apps/tauri.git", "homepage": "https://tauri.app", - "stargazers_count": 81595, - "watchers_count": 81595, + "stargazers_count": 81610, + "watchers_count": 81610, "language": "Rust", "topics": [ "hacktoberfest", @@ -36455,13 +37263,13 @@ "url": "https://api.github.com/repos/regolith-labs/ore-cli", "languages_url": "https://api.github.com/repos/regolith-labs/ore-cli/languages", "created_at": "2024-01-07T15:27:38Z", - "updated_at": "2024-09-07T10:17:35Z", + "updated_at": "2024-09-08T05:27:16Z", "git_url": "git://github.com/regolith-labs/ore-cli.git", "ssh_url": "git@github.com:regolith-labs/ore-cli.git", "clone_url": "https://github.com/regolith-labs/ore-cli.git", "homepage": "", - "stargazers_count": 1459, - "watchers_count": 1459, + "stargazers_count": 1458, + "watchers_count": 1458, "language": "Rust", "topics": [] }, @@ -36509,13 +37317,13 @@ "url": "https://api.github.com/repos/railwayapp/nixpacks", "languages_url": "https://api.github.com/repos/railwayapp/nixpacks/languages", "created_at": "2022-03-27T05:10:16Z", - "updated_at": "2024-09-07T19:34:24Z", + "updated_at": "2024-09-08T04:42:09Z", "git_url": "git://github.com/railwayapp/nixpacks.git", "ssh_url": "git@github.com:railwayapp/nixpacks.git", "clone_url": "https://github.com/railwayapp/nixpacks.git", "homepage": "https://nixpacks.com", - "stargazers_count": 2476, - "watchers_count": 2476, + "stargazers_count": 2478, + "watchers_count": 2478, "language": "Rust", "topics": [ "buildpacks", @@ -36651,13 +37459,13 @@ "url": "https://api.github.com/repos/google/magika", "languages_url": "https://api.github.com/repos/google/magika/languages", "created_at": "2023-08-22T09:36:55Z", - "updated_at": "2024-09-07T04:26:49Z", + "updated_at": "2024-09-08T05:54:11Z", "git_url": "git://github.com/google/magika.git", "ssh_url": "git@github.com:google/magika.git", "clone_url": "https://github.com/google/magika.git", "homepage": "https://google.github.io/magika/", - "stargazers_count": 7694, - "watchers_count": 7694, + "stargazers_count": 7696, + "watchers_count": 7696, "language": "Rust", "topics": [ "deep-learning", @@ -36932,13 +37740,13 @@ "url": "https://api.github.com/repos/starship/starship", "languages_url": "https://api.github.com/repos/starship/starship/languages", "created_at": "2019-04-02T03:23:12Z", - "updated_at": "2024-09-07T23:40:18Z", + "updated_at": "2024-09-08T11:52:33Z", "git_url": "git://github.com/starship/starship.git", "ssh_url": "git@github.com:starship/starship.git", "clone_url": "https://github.com/starship/starship.git", "homepage": "https://starship.rs", - "stargazers_count": 44101, - "watchers_count": 44101, + "stargazers_count": 44108, + "watchers_count": 44108, "language": "Rust", "topics": [ "bash", @@ -36999,13 +37807,13 @@ "url": "https://api.github.com/repos/slint-ui/slint", "languages_url": "https://api.github.com/repos/slint-ui/slint/languages", "created_at": "2020-05-04T08:53:03Z", - "updated_at": "2024-09-08T00:12:56Z", + "updated_at": "2024-09-08T07:39:57Z", "git_url": "git://github.com/slint-ui/slint.git", "ssh_url": "git@github.com:slint-ui/slint.git", "clone_url": "https://github.com/slint-ui/slint.git", "homepage": "https://slint.dev", - "stargazers_count": 16804, - "watchers_count": 16804, + "stargazers_count": 16808, + "watchers_count": 16808, "language": "Rust", "topics": [ "cpp", @@ -37044,13 +37852,13 @@ "url": "https://api.github.com/repos/sigoden/aichat", "languages_url": "https://api.github.com/repos/sigoden/aichat/languages", "created_at": "2023-03-03T00:29:39Z", - "updated_at": "2024-09-08T00:16:01Z", + "updated_at": "2024-09-08T11:50:06Z", "git_url": "git://github.com/sigoden/aichat.git", "ssh_url": "git@github.com:sigoden/aichat.git", "clone_url": "https://github.com/sigoden/aichat.git", "homepage": "", - "stargazers_count": 3746, - "watchers_count": 3746, + "stargazers_count": 3748, + "watchers_count": 3748, "language": "Rust", "topics": [ "ai", @@ -37203,13 +38011,13 @@ "url": "https://api.github.com/repos/lencx/ChatGPT", "languages_url": "https://api.github.com/repos/lencx/ChatGPT/languages", "created_at": "2022-12-07T09:43:02Z", - "updated_at": "2024-09-07T23:29:35Z", + "updated_at": "2024-09-08T11:45:47Z", "git_url": "git://github.com/lencx/ChatGPT.git", "ssh_url": "git@github.com:lencx/ChatGPT.git", "clone_url": "https://github.com/lencx/ChatGPT.git", "homepage": "https://nofwl.com", - "stargazers_count": 52179, - "watchers_count": 52179, + "stargazers_count": 52185, + "watchers_count": 52185, "language": "Rust", "topics": [ "ai", @@ -37275,13 +38083,13 @@ "url": "https://api.github.com/repos/GyulyVGC/sniffnet", "languages_url": "https://api.github.com/repos/GyulyVGC/sniffnet/languages", "created_at": "2022-07-31T21:55:56Z", - "updated_at": "2024-09-07T12:48:20Z", + "updated_at": "2024-09-08T10:59:22Z", "git_url": "git://github.com/GyulyVGC/sniffnet.git", "ssh_url": "git@github.com:GyulyVGC/sniffnet.git", "clone_url": "https://github.com/GyulyVGC/sniffnet.git", "homepage": "https://sniffnet.net", - "stargazers_count": 17617, - "watchers_count": 17617, + "stargazers_count": 17621, + "watchers_count": 17621, "language": "Rust", "topics": [ "application", @@ -37414,13 +38222,13 @@ "url": "https://api.github.com/repos/solana-labs/solana-program-library", "languages_url": "https://api.github.com/repos/solana-labs/solana-program-library/languages", "created_at": "2020-05-29T19:39:19Z", - "updated_at": "2024-09-07T17:39:32Z", + "updated_at": "2024-09-08T06:34:04Z", "git_url": "git://github.com/solana-labs/solana-program-library.git", "ssh_url": "git@github.com:solana-labs/solana-program-library.git", "clone_url": "https://github.com/solana-labs/solana-program-library.git", "homepage": "https://solanalabs.com", - "stargazers_count": 3428, - "watchers_count": 3428, + "stargazers_count": 3429, + "watchers_count": 3429, "language": "Rust", "topics": [] }, @@ -37587,13 +38395,13 @@ "url": "https://api.github.com/repos/facebook/relay", "languages_url": "https://api.github.com/repos/facebook/relay/languages", "created_at": "2015-08-10T22:09:16Z", - "updated_at": "2024-09-07T21:56:46Z", + "updated_at": "2024-09-08T05:32:06Z", "git_url": "git://github.com/facebook/relay.git", "ssh_url": "git@github.com:facebook/relay.git", "clone_url": "https://github.com/facebook/relay.git", "homepage": "https://relay.dev", - "stargazers_count": 18356, - "watchers_count": 18356, + "stargazers_count": 18357, + "watchers_count": 18357, "language": "Rust", "topics": [] }, @@ -37711,13 +38519,13 @@ "url": "https://api.github.com/repos/horizontalsystems/unstoppable-wallet-android", "languages_url": "https://api.github.com/repos/horizontalsystems/unstoppable-wallet-android/languages", "created_at": "2018-07-30T04:34:02Z", - "updated_at": "2024-09-07T18:35:41Z", + "updated_at": "2024-09-08T04:22:44Z", "git_url": "git://github.com/horizontalsystems/unstoppable-wallet-android.git", "ssh_url": "git@github.com:horizontalsystems/unstoppable-wallet-android.git", "clone_url": "https://github.com/horizontalsystems/unstoppable-wallet-android.git", "homepage": "https://unstoppable.money", - "stargazers_count": 869, - "watchers_count": 869, + "stargazers_count": 870, + "watchers_count": 870, "language": "Kotlin", "topics": [ "avalanche", @@ -37821,13 +38629,13 @@ "url": "https://api.github.com/repos/accrescent/accrescent", "languages_url": "https://api.github.com/repos/accrescent/accrescent/languages", "created_at": "2021-12-15T06:17:20Z", - "updated_at": "2024-09-06T17:07:42Z", + "updated_at": "2024-09-08T11:05:58Z", "git_url": "git://github.com/accrescent/accrescent.git", "ssh_url": "git@github.com:accrescent/accrescent.git", "clone_url": "https://github.com/accrescent/accrescent.git", "homepage": "https://accrescent.app", - "stargazers_count": 955, - "watchers_count": 955, + "stargazers_count": 957, + "watchers_count": 957, "language": "Kotlin", "topics": [ "android", @@ -38004,13 +38812,13 @@ "url": "https://api.github.com/repos/skydoves/chatgpt-android", "languages_url": "https://api.github.com/repos/skydoves/chatgpt-android/languages", "created_at": "2022-12-09T11:34:39Z", - "updated_at": "2024-09-07T23:38:54Z", + "updated_at": "2024-09-08T06:53:08Z", "git_url": "git://github.com/skydoves/chatgpt-android.git", "ssh_url": "git@github.com:skydoves/chatgpt-android.git", "clone_url": "https://github.com/skydoves/chatgpt-android.git", "homepage": "", - "stargazers_count": 3671, - "watchers_count": 3671, + "stargazers_count": 3670, + "watchers_count": 3670, "language": "Kotlin", "topics": [ "android", @@ -38209,7 +39017,7 @@ "url": "https://api.github.com/repos/metrodroid/metrodroid", "languages_url": "https://api.github.com/repos/metrodroid/metrodroid/languages", "created_at": "2015-07-02T13:10:08Z", - "updated_at": "2024-09-05T12:06:33Z", + "updated_at": "2024-09-08T12:05:46Z", "git_url": "git://github.com/metrodroid/metrodroid.git", "ssh_url": "git@github.com:metrodroid/metrodroid.git", "clone_url": "https://github.com/metrodroid/metrodroid.git", @@ -38320,13 +39128,13 @@ "url": "https://api.github.com/repos/tejado/android-usb-gadget", "languages_url": "https://api.github.com/repos/tejado/android-usb-gadget/languages", "created_at": "2020-07-27T15:58:41Z", - "updated_at": "2024-09-07T15:17:54Z", + "updated_at": "2024-09-08T03:58:24Z", "git_url": "git://github.com/tejado/android-usb-gadget.git", "ssh_url": "git@github.com:tejado/android-usb-gadget.git", "clone_url": "https://github.com/tejado/android-usb-gadget.git", "homepage": "", - "stargazers_count": 858, - "watchers_count": 858, + "stargazers_count": 859, + "watchers_count": 859, "language": "Kotlin", "topics": [ "android", @@ -38478,13 +39286,13 @@ "url": "https://api.github.com/repos/TeamVanced/VancedManager", "languages_url": "https://api.github.com/repos/TeamVanced/VancedManager/languages", "created_at": "2020-03-14T11:29:50Z", - "updated_at": "2024-09-07T21:25:26Z", + "updated_at": "2024-09-08T00:26:43Z", "git_url": "git://github.com/TeamVanced/VancedManager.git", "ssh_url": "git@github.com:TeamVanced/VancedManager.git", "clone_url": "https://github.com/TeamVanced/VancedManager.git", "homepage": "", - "stargazers_count": 8262, - "watchers_count": 8262, + "stargazers_count": 8261, + "watchers_count": 8261, "language": "Kotlin", "topics": [ "apk", @@ -38572,13 +39380,13 @@ "url": "https://api.github.com/repos/HeyPuter/puter", "languages_url": "https://api.github.com/repos/HeyPuter/puter/languages", "created_at": "2024-03-03T01:44:32Z", - "updated_at": "2024-09-07T21:46:00Z", + "updated_at": "2024-09-08T11:59:50Z", "git_url": "git://github.com/HeyPuter/puter.git", "ssh_url": "git@github.com:HeyPuter/puter.git", "clone_url": "https://github.com/HeyPuter/puter.git", "homepage": "https://puter.com", - "stargazers_count": 24558, - "watchers_count": 24558, + "stargazers_count": 24573, + "watchers_count": 24573, "language": "JavaScript", "topics": [ "cloud", @@ -38801,13 +39609,13 @@ "url": "https://api.github.com/repos/bigskysoftware/htmx", "languages_url": "https://api.github.com/repos/bigskysoftware/htmx/languages", "created_at": "2020-04-13T16:17:51Z", - "updated_at": "2024-09-08T00:19:04Z", + "updated_at": "2024-09-08T11:37:55Z", "git_url": "git://github.com/bigskysoftware/htmx.git", "ssh_url": "git@github.com:bigskysoftware/htmx.git", "clone_url": "https://github.com/bigskysoftware/htmx.git", "homepage": "https://htmx.org", - "stargazers_count": 37130, - "watchers_count": 37130, + "stargazers_count": 37136, + "watchers_count": 37136, "language": "JavaScript", "topics": [ "hateoas", @@ -38900,13 +39708,13 @@ "url": "https://api.github.com/repos/Semantic-Org/Semantic-UI", "languages_url": "https://api.github.com/repos/Semantic-Org/Semantic-UI/languages", "created_at": "2013-04-08T23:32:04Z", - "updated_at": "2024-09-07T23:29:38Z", + "updated_at": "2024-09-08T06:27:42Z", "git_url": "git://github.com/Semantic-Org/Semantic-UI.git", "ssh_url": "git@github.com:Semantic-Org/Semantic-UI.git", "clone_url": "https://github.com/Semantic-Org/Semantic-UI.git", "homepage": "http://www.semantic-ui.com", - "stargazers_count": 51095, - "watchers_count": 51095, + "stargazers_count": 51097, + "watchers_count": 51097, "language": "JavaScript", "topics": [ "button", @@ -38938,13 +39746,13 @@ "url": "https://api.github.com/repos/lucide-icons/lucide", "languages_url": "https://api.github.com/repos/lucide-icons/lucide/languages", "created_at": "2020-06-08T15:36:21Z", - "updated_at": "2024-09-07T21:37:58Z", + "updated_at": "2024-09-08T07:33:16Z", "git_url": "git://github.com/lucide-icons/lucide.git", "ssh_url": "git@github.com:lucide-icons/lucide.git", "clone_url": "https://github.com/lucide-icons/lucide.git", "homepage": "https://lucide.dev", - "stargazers_count": 10230, - "watchers_count": 10230, + "stargazers_count": 10233, + "watchers_count": 10233, "language": "JavaScript", "topics": [ "feather-icons", @@ -38977,13 +39785,13 @@ "url": "https://api.github.com/repos/mdbootstrap/TW-Elements", "languages_url": "https://api.github.com/repos/mdbootstrap/TW-Elements/languages", "created_at": "2012-11-06T12:17:46Z", - "updated_at": "2024-09-07T10:33:41Z", + "updated_at": "2024-09-08T02:48:23Z", "git_url": "git://github.com/mdbootstrap/TW-Elements.git", "ssh_url": "git@github.com:mdbootstrap/TW-Elements.git", "clone_url": "https://github.com/mdbootstrap/TW-Elements.git", "homepage": "https://tw-elements.com", - "stargazers_count": 12843, - "watchers_count": 12843, + "stargazers_count": 12844, + "watchers_count": 12844, "language": "JavaScript", "topics": [ "css", @@ -39025,13 +39833,13 @@ "url": "https://api.github.com/repos/nextapps-de/mikado", "languages_url": "https://api.github.com/repos/nextapps-de/mikado/languages", "created_at": "2019-09-04T21:37:13Z", - "updated_at": "2024-09-05T00:50:19Z", + "updated_at": "2024-09-08T00:54:42Z", "git_url": "git://github.com/nextapps-de/mikado.git", "ssh_url": "git@github.com:nextapps-de/mikado.git", "clone_url": "https://github.com/nextapps-de/mikado.git", "homepage": "", - "stargazers_count": 771, - "watchers_count": 771, + "stargazers_count": 772, + "watchers_count": 772, "language": "JavaScript", "topics": [ "express-middleware", @@ -39142,13 +39950,13 @@ "url": "https://api.github.com/repos/krausest/js-framework-benchmark", "languages_url": "https://api.github.com/repos/krausest/js-framework-benchmark/languages", "created_at": "2015-12-09T20:10:53Z", - "updated_at": "2024-09-07T20:15:46Z", + "updated_at": "2024-09-08T06:10:14Z", "git_url": "git://github.com/krausest/js-framework-benchmark.git", "ssh_url": "git@github.com:krausest/js-framework-benchmark.git", "clone_url": "https://github.com/krausest/js-framework-benchmark.git", "homepage": "https://krausest.github.io/js-framework-benchmark/", - "stargazers_count": 6691, - "watchers_count": 6691, + "stargazers_count": 6694, + "watchers_count": 6694, "language": "JavaScript", "topics": [] }, @@ -39201,13 +40009,13 @@ "url": "https://api.github.com/repos/songquanpeng/one-api", "languages_url": "https://api.github.com/repos/songquanpeng/one-api/languages", "created_at": "2023-04-22T12:39:24Z", - "updated_at": "2024-09-07T23:43:07Z", + "updated_at": "2024-09-08T11:31:18Z", "git_url": "git://github.com/songquanpeng/one-api.git", "ssh_url": "git@github.com:songquanpeng/one-api.git", "clone_url": "https://github.com/songquanpeng/one-api.git", "homepage": "https://openai.justsong.cn/", - "stargazers_count": 17736, - "watchers_count": 17736, + "stargazers_count": 17753, + "watchers_count": 17753, "language": "JavaScript", "topics": [ "api", @@ -39240,7 +40048,7 @@ "url": "https://api.github.com/repos/ramboxapp/community-edition", "languages_url": "https://api.github.com/repos/ramboxapp/community-edition/languages", "created_at": "2016-04-12T18:27:27Z", - "updated_at": "2024-09-07T06:39:04Z", + "updated_at": "2024-09-08T11:20:59Z", "git_url": "git://github.com/ramboxapp/community-edition.git", "ssh_url": "git@github.com:ramboxapp/community-edition.git", "clone_url": "https://github.com/ramboxapp/community-edition.git", @@ -39424,13 +40232,13 @@ "url": "https://api.github.com/repos/alexpinel/Dot", "languages_url": "https://api.github.com/repos/alexpinel/Dot/languages", "created_at": "2024-03-15T15:08:45Z", - "updated_at": "2024-09-07T23:38:37Z", + "updated_at": "2024-09-08T06:23:37Z", "git_url": "git://github.com/alexpinel/Dot.git", "ssh_url": "git@github.com:alexpinel/Dot.git", "clone_url": "https://github.com/alexpinel/Dot.git", "homepage": "https://dotapp.uk/", - "stargazers_count": 1418, - "watchers_count": 1418, + "stargazers_count": 1419, + "watchers_count": 1419, "language": "JavaScript", "topics": [ "document-chat", @@ -39467,13 +40275,13 @@ "url": "https://api.github.com/repos/mekb-turtle/discord-ai-bot", "languages_url": "https://api.github.com/repos/mekb-turtle/discord-ai-bot/languages", "created_at": "2023-07-24T13:10:57Z", - "updated_at": "2024-09-03T22:42:39Z", + "updated_at": "2024-09-08T04:30:48Z", "git_url": "git://github.com/mekb-turtle/discord-ai-bot.git", "ssh_url": "git@github.com:mekb-turtle/discord-ai-bot.git", "clone_url": "https://github.com/mekb-turtle/discord-ai-bot.git", "homepage": "https://github.com/jmorganca/ollama", - "stargazers_count": 212, - "watchers_count": 212, + "stargazers_count": 213, + "watchers_count": 213, "language": "JavaScript", "topics": [ "ai", @@ -39499,13 +40307,13 @@ "url": "https://api.github.com/repos/Mintplex-Labs/anything-llm", "languages_url": "https://api.github.com/repos/Mintplex-Labs/anything-llm/languages", "created_at": "2023-06-04T02:29:14Z", - "updated_at": "2024-09-08T00:22:33Z", + "updated_at": "2024-09-08T11:55:56Z", "git_url": "git://github.com/Mintplex-Labs/anything-llm.git", "ssh_url": "git@github.com:Mintplex-Labs/anything-llm.git", "clone_url": "https://github.com/Mintplex-Labs/anything-llm.git", "homepage": "https://anythingllm.com", - "stargazers_count": 20937, - "watchers_count": 20937, + "stargazers_count": 21092, + "watchers_count": 21092, "language": "JavaScript", "topics": [ "ai-agents", @@ -39545,13 +40353,13 @@ "url": "https://api.github.com/repos/cypress-io/cypress", "languages_url": "https://api.github.com/repos/cypress-io/cypress/languages", "created_at": "2015-03-04T00:46:28Z", - "updated_at": "2024-09-07T19:43:56Z", + "updated_at": "2024-09-08T11:01:12Z", "git_url": "git://github.com/cypress-io/cypress.git", "ssh_url": "git@github.com:cypress-io/cypress.git", "clone_url": "https://github.com/cypress-io/cypress.git", "homepage": "https://cypress.io", - "stargazers_count": 46656, - "watchers_count": 46656, + "stargazers_count": 46660, + "watchers_count": 46660, "language": "JavaScript", "topics": [ "angular-testing-library", @@ -39894,13 +40702,13 @@ "url": "https://api.github.com/repos/louislam/uptime-kuma", "languages_url": "https://api.github.com/repos/louislam/uptime-kuma/languages", "created_at": "2021-07-03T01:02:42Z", - "updated_at": "2024-09-07T23:08:06Z", + "updated_at": "2024-09-08T11:10:38Z", "git_url": "git://github.com/louislam/uptime-kuma.git", "ssh_url": "git@github.com:louislam/uptime-kuma.git", "clone_url": "https://github.com/louislam/uptime-kuma.git", "homepage": "https://uptime.kuma.pet", - "stargazers_count": 55473, - "watchers_count": 55473, + "stargazers_count": 55496, + "watchers_count": 55496, "language": "JavaScript", "topics": [ "docker", @@ -40033,13 +40841,13 @@ "url": "https://api.github.com/repos/MobSF/Mobile-Security-Framework-MobSF", "languages_url": "https://api.github.com/repos/MobSF/Mobile-Security-Framework-MobSF/languages", "created_at": "2015-01-31T04:36:01Z", - "updated_at": "2024-09-07T21:37:54Z", + "updated_at": "2024-09-08T09:10:27Z", "git_url": "git://github.com/MobSF/Mobile-Security-Framework-MobSF.git", "ssh_url": "git@github.com:MobSF/Mobile-Security-Framework-MobSF.git", "clone_url": "https://github.com/MobSF/Mobile-Security-Framework-MobSF.git", "homepage": "https://opensecurity.in", - "stargazers_count": 17019, - "watchers_count": 17019, + "stargazers_count": 17021, + "watchers_count": 17021, "language": "JavaScript", "topics": [ "android-security", @@ -40124,13 +40932,13 @@ "url": "https://api.github.com/repos/mermaid-js/mermaid", "languages_url": "https://api.github.com/repos/mermaid-js/mermaid/languages", "created_at": "2014-11-01T23:52:32Z", - "updated_at": "2024-09-07T23:03:56Z", + "updated_at": "2024-09-08T10:35:02Z", "git_url": "git://github.com/mermaid-js/mermaid.git", "ssh_url": "git@github.com:mermaid-js/mermaid.git", "clone_url": "https://github.com/mermaid-js/mermaid.git", "homepage": "https://mermaid.js.org", - "stargazers_count": 70527, - "watchers_count": 70527, + "stargazers_count": 70535, + "watchers_count": 70535, "language": "JavaScript", "topics": [ "diagrams", @@ -40195,13 +41003,13 @@ "url": "https://api.github.com/repos/popcorn-official/popcorn-desktop", "languages_url": "https://api.github.com/repos/popcorn-official/popcorn-desktop/languages", "created_at": "2016-02-16T11:07:20Z", - "updated_at": "2024-09-07T21:58:22Z", + "updated_at": "2024-09-08T01:14:42Z", "git_url": "git://github.com/popcorn-official/popcorn-desktop.git", "ssh_url": "git@github.com:popcorn-official/popcorn-desktop.git", "clone_url": "https://github.com/popcorn-official/popcorn-desktop.git", "homepage": "https://popcorn-time.site", - "stargazers_count": 9374, - "watchers_count": 9374, + "stargazers_count": 9375, + "watchers_count": 9375, "language": "JavaScript", "topics": [ "bittorrent", @@ -40257,13 +41065,13 @@ "url": "https://api.github.com/repos/nerfies/nerfies.github.io", "languages_url": "https://api.github.com/repos/nerfies/nerfies.github.io/languages", "created_at": "2020-11-24T09:35:45Z", - "updated_at": "2024-09-07T14:41:48Z", + "updated_at": "2024-09-08T08:48:28Z", "git_url": "git://github.com/nerfies/nerfies.github.io.git", "ssh_url": "git@github.com:nerfies/nerfies.github.io.git", "clone_url": "https://github.com/nerfies/nerfies.github.io.git", "homepage": null, - "stargazers_count": 2291, - "watchers_count": 2291, + "stargazers_count": 2292, + "watchers_count": 2292, "language": "JavaScript", "topics": [] }, @@ -40386,7 +41194,7 @@ "url": "https://api.github.com/repos/svg/svgo", "languages_url": "https://api.github.com/repos/svg/svgo/languages", "created_at": "2012-08-22T10:41:43Z", - "updated_at": "2024-09-07T23:49:16Z", + "updated_at": "2024-09-08T11:47:41Z", "git_url": "git://github.com/svg/svgo.git", "ssh_url": "git@github.com:svg/svgo.git", "clone_url": "https://github.com/svg/svgo.git", @@ -40905,13 +41713,13 @@ "url": "https://api.github.com/repos/lovell/sharp", "languages_url": "https://api.github.com/repos/lovell/sharp/languages", "created_at": "2013-08-19T20:24:24Z", - "updated_at": "2024-09-07T21:05:56Z", + "updated_at": "2024-09-08T09:52:50Z", "git_url": "git://github.com/lovell/sharp.git", "ssh_url": "git@github.com:lovell/sharp.git", "clone_url": "https://github.com/lovell/sharp.git", "homepage": "https://sharp.pixelplumbing.com", - "stargazers_count": 28855, - "watchers_count": 28855, + "stargazers_count": 28860, + "watchers_count": 28860, "language": "JavaScript", "topics": [ "avif", @@ -41297,13 +42105,13 @@ "url": "https://api.github.com/repos/pastelsky/bundlephobia", "languages_url": "https://api.github.com/repos/pastelsky/bundlephobia/languages", "created_at": "2017-03-27T17:24:15Z", - "updated_at": "2024-09-07T16:53:29Z", + "updated_at": "2024-09-08T11:31:57Z", "git_url": "git://github.com/pastelsky/bundlephobia.git", "ssh_url": "git@github.com:pastelsky/bundlephobia.git", "clone_url": "https://github.com/pastelsky/bundlephobia.git", "homepage": "https://bundlephobia.com", - "stargazers_count": 8898, - "watchers_count": 8898, + "stargazers_count": 8901, + "watchers_count": 8901, "language": "JavaScript", "topics": [ "cost", @@ -41418,13 +42226,13 @@ "url": "https://api.github.com/repos/qubyte/fetch-ponyfill", "languages_url": "https://api.github.com/repos/qubyte/fetch-ponyfill/languages", "created_at": "2014-12-27T15:38:54Z", - "updated_at": "2024-07-01T02:58:10Z", + "updated_at": "2024-09-08T00:25:24Z", "git_url": "git://github.com/qubyte/fetch-ponyfill.git", "ssh_url": "git@github.com:qubyte/fetch-ponyfill.git", "clone_url": "https://github.com/qubyte/fetch-ponyfill.git", "homepage": "", - "stargazers_count": 234, - "watchers_count": 234, + "stargazers_count": 235, + "watchers_count": 235, "language": "JavaScript", "topics": [ "fetch", @@ -41606,13 +42414,13 @@ "url": "https://api.github.com/repos/webpack-contrib/webpack-bundle-analyzer", "languages_url": "https://api.github.com/repos/webpack-contrib/webpack-bundle-analyzer/languages", "created_at": "2016-10-26T04:24:35Z", - "updated_at": "2024-09-07T23:17:34Z", + "updated_at": "2024-09-08T07:32:32Z", "git_url": "git://github.com/webpack-contrib/webpack-bundle-analyzer.git", "ssh_url": "git@github.com:webpack-contrib/webpack-bundle-analyzer.git", "clone_url": "https://github.com/webpack-contrib/webpack-bundle-analyzer.git", "homepage": null, - "stargazers_count": 12561, - "watchers_count": 12561, + "stargazers_count": 12562, + "watchers_count": 12562, "language": "JavaScript", "topics": [ "analyze", @@ -41806,13 +42614,13 @@ "url": "https://api.github.com/repos/necolas/react-native-web", "languages_url": "https://api.github.com/repos/necolas/react-native-web/languages", "created_at": "2015-06-09T19:25:38Z", - "updated_at": "2024-09-07T07:33:58Z", + "updated_at": "2024-09-08T02:19:49Z", "git_url": "git://github.com/necolas/react-native-web.git", "ssh_url": "git@github.com:necolas/react-native-web.git", "clone_url": "https://github.com/necolas/react-native-web.git", "homepage": "https://necolas.github.io/react-native-web", - "stargazers_count": 21571, - "watchers_count": 21571, + "stargazers_count": 21572, + "watchers_count": 21572, "language": "JavaScript", "topics": [ "cross-platform", @@ -41961,13 +42769,13 @@ "url": "https://api.github.com/repos/react-dropzone/react-dropzone", "languages_url": "https://api.github.com/repos/react-dropzone/react-dropzone/languages", "created_at": "2014-09-27T11:57:09Z", - "updated_at": "2024-09-07T12:36:55Z", + "updated_at": "2024-09-08T06:51:33Z", "git_url": "git://github.com/react-dropzone/react-dropzone.git", "ssh_url": "git@github.com:react-dropzone/react-dropzone.git", "clone_url": "https://github.com/react-dropzone/react-dropzone.git", "homepage": "https://react-dropzone.js.org/", - "stargazers_count": 10498, - "watchers_count": 10498, + "stargazers_count": 10497, + "watchers_count": 10497, "language": "JavaScript", "topics": [ "drag-and-drop", @@ -41993,13 +42801,13 @@ "url": "https://api.github.com/repos/you-dont-need/You-Dont-Need-Momentjs", "languages_url": "https://api.github.com/repos/you-dont-need/You-Dont-Need-Momentjs/languages", "created_at": "2018-09-08T14:57:38Z", - "updated_at": "2024-09-07T16:38:32Z", + "updated_at": "2024-09-08T01:38:58Z", "git_url": "git://github.com/you-dont-need/You-Dont-Need-Momentjs.git", "ssh_url": "git@github.com:you-dont-need/You-Dont-Need-Momentjs.git", "clone_url": "https://github.com/you-dont-need/You-Dont-Need-Momentjs.git", "homepage": "", - "stargazers_count": 13255, - "watchers_count": 13255, + "stargazers_count": 13256, + "watchers_count": 13256, "language": "JavaScript", "topics": [ "bundle-size", @@ -42028,13 +42836,13 @@ "url": "https://api.github.com/repos/moment/luxon", "languages_url": "https://api.github.com/repos/moment/luxon/languages", "created_at": "2015-11-30T12:48:48Z", - "updated_at": "2024-09-07T16:16:26Z", + "updated_at": "2024-09-08T09:48:18Z", "git_url": "git://github.com/moment/luxon.git", "ssh_url": "git@github.com:moment/luxon.git", "clone_url": "https://github.com/moment/luxon.git", "homepage": "https://moment.github.io/luxon", - "stargazers_count": 15228, - "watchers_count": 15228, + "stargazers_count": 15230, + "watchers_count": 15230, "language": "JavaScript", "topics": [ "dates", @@ -42181,13 +42989,13 @@ "url": "https://api.github.com/repos/validatorjs/validator.js", "languages_url": "https://api.github.com/repos/validatorjs/validator.js/languages", "created_at": "2010-10-06T06:58:48Z", - "updated_at": "2024-09-07T23:54:05Z", + "updated_at": "2024-09-08T08:20:15Z", "git_url": "git://github.com/validatorjs/validator.js.git", "ssh_url": "git@github.com:validatorjs/validator.js.git", "clone_url": "https://github.com/validatorjs/validator.js.git", "homepage": "", - "stargazers_count": 22974, - "watchers_count": 22974, + "stargazers_count": 22976, + "watchers_count": 22976, "language": "JavaScript", "topics": [ "hacktoberfest", @@ -42250,13 +43058,13 @@ "url": "https://api.github.com/repos/goldbergyoni/javascript-testing-best-practices", "languages_url": "https://api.github.com/repos/goldbergyoni/javascript-testing-best-practices/languages", "created_at": "2019-07-04T11:08:12Z", - "updated_at": "2024-09-07T20:36:56Z", + "updated_at": "2024-09-08T08:14:00Z", "git_url": "git://github.com/goldbergyoni/javascript-testing-best-practices.git", "ssh_url": "git@github.com:goldbergyoni/javascript-testing-best-practices.git", "clone_url": "https://github.com/goldbergyoni/javascript-testing-best-practices.git", "homepage": "https://testjavascript.com/", - "stargazers_count": 23926, - "watchers_count": 23926, + "stargazers_count": 23928, + "watchers_count": 23928, "language": "JavaScript", "topics": [ "angular", @@ -42297,13 +43105,13 @@ "url": "https://api.github.com/repos/Asabeneh/30-Days-Of-JavaScript", "languages_url": "https://api.github.com/repos/Asabeneh/30-Days-Of-JavaScript/languages", "created_at": "2019-12-23T14:07:40Z", - "updated_at": "2024-09-07T20:26:02Z", + "updated_at": "2024-09-08T07:49:20Z", "git_url": "git://github.com/Asabeneh/30-Days-Of-JavaScript.git", "ssh_url": "git@github.com:Asabeneh/30-Days-Of-JavaScript.git", "clone_url": "https://github.com/Asabeneh/30-Days-Of-JavaScript.git", "homepage": "", - "stargazers_count": 42608, - "watchers_count": 42608, + "stargazers_count": 42610, + "watchers_count": 42610, "language": "JavaScript", "topics": [ "30daysofjavascript", @@ -42345,13 +43153,13 @@ "url": "https://api.github.com/repos/olifolkerd/tabulator", "languages_url": "https://api.github.com/repos/olifolkerd/tabulator/languages", "created_at": "2015-10-24T13:28:31Z", - "updated_at": "2024-09-07T17:51:08Z", + "updated_at": "2024-09-08T03:13:07Z", "git_url": "git://github.com/olifolkerd/tabulator.git", "ssh_url": "git@github.com:olifolkerd/tabulator.git", "clone_url": "https://github.com/olifolkerd/tabulator.git", "homepage": "http://tabulator.info", - "stargazers_count": 6583, - "watchers_count": 6583, + "stargazers_count": 6585, + "watchers_count": 6585, "language": "JavaScript", "topics": [ "ajax", @@ -42481,13 +43289,13 @@ "url": "https://api.github.com/repos/parcel-bundler/parcel", "languages_url": "https://api.github.com/repos/parcel-bundler/parcel/languages", "created_at": "2017-08-07T16:36:47Z", - "updated_at": "2024-09-07T20:40:28Z", + "updated_at": "2024-09-08T07:55:59Z", "git_url": "git://github.com/parcel-bundler/parcel.git", "ssh_url": "git@github.com:parcel-bundler/parcel.git", "clone_url": "https://github.com/parcel-bundler/parcel.git", "homepage": "https://parceljs.org", - "stargazers_count": 43370, - "watchers_count": 43370, + "stargazers_count": 43373, + "watchers_count": 43373, "language": "JavaScript", "topics": [ "assets", @@ -42520,7 +43328,7 @@ "url": "https://api.github.com/repos/SAP/ui5-tooling", "languages_url": "https://api.github.com/repos/SAP/ui5-tooling/languages", "created_at": "2018-03-26T14:48:22Z", - "updated_at": "2024-09-04T08:02:12Z", + "updated_at": "2024-09-08T02:20:53Z", "git_url": "git://github.com/SAP/ui5-tooling.git", "ssh_url": "git@github.com:SAP/ui5-tooling.git", "clone_url": "https://github.com/SAP/ui5-tooling.git", @@ -42620,13 +43428,13 @@ "url": "https://api.github.com/repos/developit/microbundle", "languages_url": "https://api.github.com/repos/developit/microbundle/languages", "created_at": "2017-12-11T21:51:02Z", - "updated_at": "2024-09-07T19:08:24Z", + "updated_at": "2024-09-08T11:45:26Z", "git_url": "git://github.com/developit/microbundle.git", "ssh_url": "git@github.com:developit/microbundle.git", "clone_url": "https://github.com/developit/microbundle.git", "homepage": "https://npm.im/microbundle", - "stargazers_count": 8020, - "watchers_count": 8020, + "stargazers_count": 8029, + "watchers_count": 8029, "language": "JavaScript", "topics": [ "build", @@ -42655,13 +43463,13 @@ "url": "https://api.github.com/repos/jaredpalmer/tsdx", "languages_url": "https://api.github.com/repos/jaredpalmer/tsdx/languages", "created_at": "2019-01-24T13:04:18Z", - "updated_at": "2024-09-06T14:46:15Z", + "updated_at": "2024-09-08T04:05:40Z", "git_url": "git://github.com/jaredpalmer/tsdx.git", "ssh_url": "git@github.com:jaredpalmer/tsdx.git", "clone_url": "https://github.com/jaredpalmer/tsdx.git", "homepage": "https://tsdx.io", - "stargazers_count": 11241, - "watchers_count": 11241, + "stargazers_count": 11242, + "watchers_count": 11242, "language": "JavaScript", "topics": [ "bundling", @@ -42756,13 +43564,13 @@ "url": "https://api.github.com/repos/trekhleb/javascript-algorithms", "languages_url": "https://api.github.com/repos/trekhleb/javascript-algorithms/languages", "created_at": "2018-03-24T07:47:04Z", - "updated_at": "2024-09-08T00:20:51Z", + "updated_at": "2024-09-08T11:50:44Z", "git_url": "git://github.com/trekhleb/javascript-algorithms.git", "ssh_url": "git@github.com:trekhleb/javascript-algorithms.git", "clone_url": "https://github.com/trekhleb/javascript-algorithms.git", "homepage": "", - "stargazers_count": 186722, - "watchers_count": 186722, + "stargazers_count": 186729, + "watchers_count": 186729, "language": "JavaScript", "topics": [ "algorithm", @@ -42792,13 +43600,13 @@ "url": "https://api.github.com/repos/ryanmcdermott/clean-code-javascript", "languages_url": "https://api.github.com/repos/ryanmcdermott/clean-code-javascript/languages", "created_at": "2016-11-25T22:25:41Z", - "updated_at": "2024-09-07T20:50:00Z", + "updated_at": "2024-09-08T11:15:57Z", "git_url": "git://github.com/ryanmcdermott/clean-code-javascript.git", "ssh_url": "git@github.com:ryanmcdermott/clean-code-javascript.git", "clone_url": "https://github.com/ryanmcdermott/clean-code-javascript.git", "homepage": null, - "stargazers_count": 91172, - "watchers_count": 91172, + "stargazers_count": 91177, + "watchers_count": 91177, "language": "JavaScript", "topics": [ "best-practices", @@ -42827,13 +43635,13 @@ "url": "https://api.github.com/repos/leonardomso/33-js-concepts", "languages_url": "https://api.github.com/repos/leonardomso/33-js-concepts/languages", "created_at": "2018-09-04T13:27:04Z", - "updated_at": "2024-09-07T20:47:18Z", + "updated_at": "2024-09-08T10:21:11Z", "git_url": "git://github.com/leonardomso/33-js-concepts.git", "ssh_url": "git@github.com:leonardomso/33-js-concepts.git", "clone_url": "https://github.com/leonardomso/33-js-concepts.git", "homepage": "", - "stargazers_count": 63005, - "watchers_count": 63005, + "stargazers_count": 63009, + "watchers_count": 63009, "language": "JavaScript", "topics": [ "angular", @@ -42902,13 +43710,13 @@ "url": "https://api.github.com/repos/Chalarangelo/30-seconds-of-code", "languages_url": "https://api.github.com/repos/Chalarangelo/30-seconds-of-code/languages", "created_at": "2017-11-29T17:35:03Z", - "updated_at": "2024-09-08T00:16:53Z", + "updated_at": "2024-09-08T11:33:58Z", "git_url": "git://github.com/Chalarangelo/30-seconds-of-code.git", "ssh_url": "git@github.com:Chalarangelo/30-seconds-of-code.git", "clone_url": "https://github.com/Chalarangelo/30-seconds-of-code.git", "homepage": "https://30secondsofcode.org/", - "stargazers_count": 121001, - "watchers_count": 121001, + "stargazers_count": 121005, + "watchers_count": 121005, "language": "JavaScript", "topics": [ "astro", @@ -43276,13 +44084,13 @@ "url": "https://api.github.com/repos/OhMyGuus/I-Still-Dont-Care-About-Cookies", "languages_url": "https://api.github.com/repos/OhMyGuus/I-Still-Dont-Care-About-Cookies/languages", "created_at": "2022-09-15T18:55:17Z", - "updated_at": "2024-09-07T16:04:44Z", + "updated_at": "2024-09-08T10:43:34Z", "git_url": "git://github.com/OhMyGuus/I-Still-Dont-Care-About-Cookies.git", "ssh_url": "git@github.com:OhMyGuus/I-Still-Dont-Care-About-Cookies.git", "clone_url": "https://github.com/OhMyGuus/I-Still-Dont-Care-About-Cookies.git", "homepage": "", - "stargazers_count": 3486, - "watchers_count": 3486, + "stargazers_count": 3488, + "watchers_count": 3488, "language": "JavaScript", "topics": [ "browser-extension", @@ -43463,7 +44271,7 @@ "url": "https://api.github.com/repos/plankanban/planka", "languages_url": "https://api.github.com/repos/plankanban/planka/languages", "created_at": "2019-08-30T20:35:36Z", - "updated_at": "2024-09-07T18:06:02Z", + "updated_at": "2024-09-08T11:21:48Z", "git_url": "git://github.com/plankanban/planka.git", "ssh_url": "git@github.com:plankanban/planka.git", "clone_url": "https://github.com/plankanban/planka.git", @@ -43584,13 +44392,13 @@ "url": "https://api.github.com/repos/feathericons/feather", "languages_url": "https://api.github.com/repos/feathericons/feather/languages", "created_at": "2014-05-28T19:49:55Z", - "updated_at": "2024-09-07T16:07:48Z", + "updated_at": "2024-09-08T06:38:42Z", "git_url": "git://github.com/feathericons/feather.git", "ssh_url": "git@github.com:feathericons/feather.git", "clone_url": "https://github.com/feathericons/feather.git", "homepage": "https://feathericons.com", - "stargazers_count": 24822, - "watchers_count": 24822, + "stargazers_count": 24824, + "watchers_count": 24824, "language": "JavaScript", "topics": [ "icons", @@ -43869,13 +44677,13 @@ "url": "https://api.github.com/repos/nolimits4web/swiper", "languages_url": "https://api.github.com/repos/nolimits4web/swiper/languages", "created_at": "2012-03-14T19:11:45Z", - "updated_at": "2024-09-07T13:43:00Z", + "updated_at": "2024-09-08T05:14:38Z", "git_url": "git://github.com/nolimits4web/swiper.git", "ssh_url": "git@github.com:nolimits4web/swiper.git", "clone_url": "https://github.com/nolimits4web/swiper.git", "homepage": "https://swiperjs.com", - "stargazers_count": 39518, - "watchers_count": 39518, + "stargazers_count": 39519, + "watchers_count": 39519, "language": "JavaScript", "topics": [ "carousel", @@ -43992,13 +44800,13 @@ "url": "https://api.github.com/repos/ToolJet/ToolJet", "languages_url": "https://api.github.com/repos/ToolJet/ToolJet/languages", "created_at": "2021-03-30T08:51:34Z", - "updated_at": "2024-09-07T20:05:10Z", + "updated_at": "2024-09-08T09:27:00Z", "git_url": "git://github.com/ToolJet/ToolJet.git", "ssh_url": "git@github.com:ToolJet/ToolJet.git", "clone_url": "https://github.com/ToolJet/ToolJet.git", "homepage": "https://tooljet.com", - "stargazers_count": 28697, - "watchers_count": 28697, + "stargazers_count": 28704, + "watchers_count": 28704, "language": "JavaScript", "topics": [ "docker", @@ -44126,13 +44934,13 @@ "url": "https://api.github.com/repos/BetterDiscord/BetterDiscord", "languages_url": "https://api.github.com/repos/BetterDiscord/BetterDiscord/languages", "created_at": "2017-10-01T20:51:14Z", - "updated_at": "2024-09-07T23:20:25Z", + "updated_at": "2024-09-08T07:45:34Z", "git_url": "git://github.com/BetterDiscord/BetterDiscord.git", "ssh_url": "git@github.com:BetterDiscord/BetterDiscord.git", "clone_url": "https://github.com/BetterDiscord/BetterDiscord.git", "homepage": "https://betterdiscord.app", - "stargazers_count": 7857, - "watchers_count": 7857, + "stargazers_count": 7858, + "watchers_count": 7858, "language": "JavaScript", "topics": [ "betterdiscord", @@ -44198,13 +45006,13 @@ "url": "https://api.github.com/repos/dimsemenov/PhotoSwipe", "languages_url": "https://api.github.com/repos/dimsemenov/PhotoSwipe/languages", "created_at": "2011-04-07T05:46:29Z", - "updated_at": "2024-09-07T09:51:02Z", + "updated_at": "2024-09-08T07:26:01Z", "git_url": "git://github.com/dimsemenov/PhotoSwipe.git", "ssh_url": "git@github.com:dimsemenov/PhotoSwipe.git", "clone_url": "https://github.com/dimsemenov/PhotoSwipe.git", "homepage": "http://photoswipe.com", - "stargazers_count": 24100, - "watchers_count": 24100, + "stargazers_count": 24101, + "watchers_count": 24101, "language": "JavaScript", "topics": [ "gallery", @@ -44230,13 +45038,13 @@ "url": "https://api.github.com/repos/framework7io/framework7", "languages_url": "https://api.github.com/repos/framework7io/framework7/languages", "created_at": "2014-02-23T12:15:53Z", - "updated_at": "2024-09-07T22:51:57Z", + "updated_at": "2024-09-08T06:25:26Z", "git_url": "git://github.com/framework7io/framework7.git", "ssh_url": "git@github.com:framework7io/framework7.git", "clone_url": "https://github.com/framework7io/framework7.git", "homepage": "http://framework7.io", - "stargazers_count": 18041, - "watchers_count": 18041, + "stargazers_count": 18043, + "watchers_count": 18043, "language": "JavaScript", "topics": [ "android", @@ -44300,13 +45108,13 @@ "url": "https://api.github.com/repos/aframevr/aframe", "languages_url": "https://api.github.com/repos/aframevr/aframe/languages", "created_at": "2015-09-15T02:04:40Z", - "updated_at": "2024-09-07T19:00:57Z", + "updated_at": "2024-09-08T09:44:24Z", "git_url": "git://github.com/aframevr/aframe.git", "ssh_url": "git@github.com:aframevr/aframe.git", "clone_url": "https://github.com/aframevr/aframe.git", "homepage": "https://aframe.io/", - "stargazers_count": 16560, - "watchers_count": 16560, + "stargazers_count": 16561, + "watchers_count": 16561, "language": "JavaScript", "topics": [ "3d", @@ -44375,13 +45183,13 @@ "url": "https://api.github.com/repos/playcanvas/engine", "languages_url": "https://api.github.com/repos/playcanvas/engine/languages", "created_at": "2014-05-12T11:24:30Z", - "updated_at": "2024-09-07T22:47:13Z", + "updated_at": "2024-09-08T11:48:32Z", "git_url": "git://github.com/playcanvas/engine.git", "ssh_url": "git@github.com:playcanvas/engine.git", "clone_url": "https://github.com/playcanvas/engine.git", "homepage": "https://playcanvas.com", - "stargazers_count": 9515, - "watchers_count": 9515, + "stargazers_count": 9518, + "watchers_count": 9518, "language": "JavaScript", "topics": [ "3d-gaussian-splatting", @@ -45050,13 +45858,13 @@ "url": "https://api.github.com/repos/mdx-js/mdx", "languages_url": "https://api.github.com/repos/mdx-js/mdx/languages", "created_at": "2017-12-24T00:01:48Z", - "updated_at": "2024-09-08T00:18:07Z", + "updated_at": "2024-09-08T05:22:49Z", "git_url": "git://github.com/mdx-js/mdx.git", "ssh_url": "git@github.com:mdx-js/mdx.git", "clone_url": "https://github.com/mdx-js/mdx.git", "homepage": "https://mdxjs.com", - "stargazers_count": 17373, - "watchers_count": 17373, + "stargazers_count": 17375, + "watchers_count": 17375, "language": "JavaScript", "topics": [ "jsx", @@ -45085,13 +45893,13 @@ "url": "https://api.github.com/repos/jsdom/jsdom", "languages_url": "https://api.github.com/repos/jsdom/jsdom/languages", "created_at": "2010-01-19T06:55:19Z", - "updated_at": "2024-09-07T18:02:43Z", + "updated_at": "2024-09-08T09:57:28Z", "git_url": "git://github.com/jsdom/jsdom.git", "ssh_url": "git@github.com:jsdom/jsdom.git", "clone_url": "https://github.com/jsdom/jsdom.git", "homepage": "", - "stargazers_count": 20372, - "watchers_count": 20372, + "stargazers_count": 20373, + "watchers_count": 20373, "language": "JavaScript", "topics": [ "dom-apis", @@ -45161,13 +45969,13 @@ "url": "https://api.github.com/repos/fabricjs/fabric.js", "languages_url": "https://api.github.com/repos/fabricjs/fabric.js/languages", "created_at": "2010-06-09T22:24:38Z", - "updated_at": "2024-09-07T21:20:29Z", + "updated_at": "2024-09-08T10:39:09Z", "git_url": "git://github.com/fabricjs/fabric.js.git", "ssh_url": "git@github.com:fabricjs/fabric.js.git", "clone_url": "https://github.com/fabricjs/fabric.js.git", "homepage": "http://fabricjs.com", - "stargazers_count": 28659, - "watchers_count": 28659, + "stargazers_count": 28662, + "watchers_count": 28662, "language": "JavaScript", "topics": [] }, @@ -45226,13 +46034,13 @@ "url": "https://api.github.com/repos/vercel/next.js", "languages_url": "https://api.github.com/repos/vercel/next.js/languages", "created_at": "2016-10-05T23:32:51Z", - "updated_at": "2024-09-07T23:48:11Z", + "updated_at": "2024-09-08T12:04:25Z", "git_url": "git://github.com/vercel/next.js.git", "ssh_url": "git@github.com:vercel/next.js.git", "clone_url": "https://github.com/vercel/next.js.git", "homepage": "https://nextjs.org", - "stargazers_count": 124712, - "watchers_count": 124712, + "stargazers_count": 124726, + "watchers_count": 124726, "language": "JavaScript", "topics": [ "blog", @@ -45268,13 +46076,13 @@ "url": "https://api.github.com/repos/nextacular/nextacular", "languages_url": "https://api.github.com/repos/nextacular/nextacular/languages", "created_at": "2022-01-07T01:12:41Z", - "updated_at": "2024-09-07T10:47:10Z", + "updated_at": "2024-09-08T11:02:08Z", "git_url": "git://github.com/nextacular/nextacular.git", "ssh_url": "git@github.com:nextacular/nextacular.git", "clone_url": "https://github.com/nextacular/nextacular.git", "homepage": "https://nextacular.co", - "stargazers_count": 1058, - "watchers_count": 1058, + "stargazers_count": 1059, + "watchers_count": 1059, "language": "JavaScript", "topics": [ "analytics", @@ -45349,13 +46157,13 @@ "url": "https://api.github.com/repos/Leaflet/Leaflet", "languages_url": "https://api.github.com/repos/Leaflet/Leaflet/languages", "created_at": "2010-09-22T16:57:44Z", - "updated_at": "2024-09-07T20:17:56Z", + "updated_at": "2024-09-08T10:46:50Z", "git_url": "git://github.com/Leaflet/Leaflet.git", "ssh_url": "git@github.com:Leaflet/Leaflet.git", "clone_url": "https://github.com/Leaflet/Leaflet.git", "homepage": "https://leafletjs.com", - "stargazers_count": 40926, - "watchers_count": 40926, + "stargazers_count": 40931, + "watchers_count": 40931, "language": "JavaScript", "topics": [ "hacktoberfest", @@ -45408,13 +46216,13 @@ "url": "https://api.github.com/repos/TheOdinProject/curriculum", "languages_url": "https://api.github.com/repos/TheOdinProject/curriculum/languages", "created_at": "2013-06-11T03:22:30Z", - "updated_at": "2024-09-07T23:57:36Z", + "updated_at": "2024-09-08T12:03:56Z", "git_url": "git://github.com/TheOdinProject/curriculum.git", "ssh_url": "git@github.com:TheOdinProject/curriculum.git", "clone_url": "https://github.com/TheOdinProject/curriculum.git", "homepage": "https://www.theodinproject.com/", - "stargazers_count": 9403, - "watchers_count": 9403, + "stargazers_count": 9414, + "watchers_count": 9414, "language": "JavaScript", "topics": [ "css", @@ -45474,13 +46282,13 @@ "url": "https://api.github.com/repos/semantic-release/semantic-release", "languages_url": "https://api.github.com/repos/semantic-release/semantic-release/languages", "created_at": "2014-09-15T16:18:28Z", - "updated_at": "2024-09-07T23:46:37Z", + "updated_at": "2024-09-08T08:49:05Z", "git_url": "git://github.com/semantic-release/semantic-release.git", "ssh_url": "git@github.com:semantic-release/semantic-release.git", "clone_url": "https://github.com/semantic-release/semantic-release.git", "homepage": "https://semantic-release.gitbook.io", - "stargazers_count": 20477, - "watchers_count": 20477, + "stargazers_count": 20481, + "watchers_count": 20481, "language": "JavaScript", "topics": [ "automation", @@ -45514,13 +46322,13 @@ "url": "https://api.github.com/repos/winstonjs/winston", "languages_url": "https://api.github.com/repos/winstonjs/winston/languages", "created_at": "2010-12-29T18:49:51Z", - "updated_at": "2024-09-07T16:52:03Z", + "updated_at": "2024-09-08T06:16:40Z", "git_url": "git://github.com/winstonjs/winston.git", "ssh_url": "git@github.com:winstonjs/winston.git", "clone_url": "https://github.com/winstonjs/winston.git", "homepage": "http://github.com/winstonjs/winston", - "stargazers_count": 22610, - "watchers_count": 22610, + "stargazers_count": 22611, + "watchers_count": 22611, "language": "JavaScript", "topics": [] }, @@ -45595,13 +46403,13 @@ "url": "https://api.github.com/repos/mrdoob/three.js", "languages_url": "https://api.github.com/repos/mrdoob/three.js/languages", "created_at": "2010-03-23T18:58:01Z", - "updated_at": "2024-09-07T22:33:36Z", + "updated_at": "2024-09-08T11:44:16Z", "git_url": "git://github.com/mrdoob/three.js.git", "ssh_url": "git@github.com:mrdoob/three.js.git", "clone_url": "https://github.com/mrdoob/three.js.git", "homepage": "https://threejs.org/", - "stargazers_count": 101586, - "watchers_count": 101586, + "stargazers_count": 101595, + "watchers_count": 101595, "language": "JavaScript", "topics": [ "3d", @@ -45803,13 +46611,13 @@ "url": "https://api.github.com/repos/iamkun/dayjs", "languages_url": "https://api.github.com/repos/iamkun/dayjs/languages", "created_at": "2018-04-10T09:26:44Z", - "updated_at": "2024-09-07T21:13:38Z", + "updated_at": "2024-09-08T11:55:04Z", "git_url": "git://github.com/iamkun/dayjs.git", "ssh_url": "git@github.com:iamkun/dayjs.git", "clone_url": "https://github.com/iamkun/dayjs.git", "homepage": "https://day.js.org", - "stargazers_count": 46610, - "watchers_count": 46610, + "stargazers_count": 46617, + "watchers_count": 46617, "language": "JavaScript", "topics": [ "date", @@ -45870,13 +46678,13 @@ "url": "https://api.github.com/repos/PipedreamHQ/pipedream", "languages_url": "https://api.github.com/repos/PipedreamHQ/pipedream/languages", "created_at": "2020-01-22T00:28:31Z", - "updated_at": "2024-09-07T15:58:42Z", + "updated_at": "2024-09-08T05:23:59Z", "git_url": "git://github.com/PipedreamHQ/pipedream.git", "ssh_url": "git@github.com:PipedreamHQ/pipedream.git", "clone_url": "https://github.com/PipedreamHQ/pipedream.git", "homepage": "https://pipedream.com", - "stargazers_count": 8740, - "watchers_count": 8740, + "stargazers_count": 8744, + "watchers_count": 8744, "language": "JavaScript", "topics": [ "apis", @@ -46085,13 +46893,13 @@ "url": "https://api.github.com/repos/processing/p5.js", "languages_url": "https://api.github.com/repos/processing/p5.js/languages", "created_at": "2013-02-26T03:14:47Z", - "updated_at": "2024-09-07T21:35:07Z", + "updated_at": "2024-09-08T10:46:39Z", "git_url": "git://github.com/processing/p5.js.git", "ssh_url": "git@github.com:processing/p5.js.git", "clone_url": "https://github.com/processing/p5.js.git", "homepage": "http://p5js.org/", - "stargazers_count": 21395, - "watchers_count": 21395, + "stargazers_count": 21398, + "watchers_count": 21398, "language": "JavaScript", "topics": [ "art", @@ -46124,13 +46932,13 @@ "url": "https://api.github.com/repos/plotly/plotly.js", "languages_url": "https://api.github.com/repos/plotly/plotly.js/languages", "created_at": "2015-11-05T23:27:17Z", - "updated_at": "2024-09-07T07:24:57Z", + "updated_at": "2024-09-08T04:05:20Z", "git_url": "git://github.com/plotly/plotly.js.git", "ssh_url": "git@github.com:plotly/plotly.js.git", "clone_url": "https://github.com/plotly/plotly.js.git", "homepage": "https://plotly.com/javascript/", - "stargazers_count": 16849, - "watchers_count": 16849, + "stargazers_count": 16851, + "watchers_count": 16851, "language": "JavaScript", "topics": [ "charting-library", @@ -46209,13 +47017,13 @@ "url": "https://api.github.com/repos/koajs/koa", "languages_url": "https://api.github.com/repos/koajs/koa/languages", "created_at": "2013-07-20T18:53:45Z", - "updated_at": "2024-09-07T06:09:21Z", + "updated_at": "2024-09-08T07:29:01Z", "git_url": "git://github.com/koajs/koa.git", "ssh_url": "git@github.com:koajs/koa.git", "clone_url": "https://github.com/koajs/koa.git", "homepage": "https://koajs.com", - "stargazers_count": 35108, - "watchers_count": 35108, + "stargazers_count": 35112, + "watchers_count": 35112, "language": "JavaScript", "topics": [ "koa" @@ -46238,13 +47046,13 @@ "url": "https://api.github.com/repos/ladjs/lad", "languages_url": "https://api.github.com/repos/ladjs/lad/languages", "created_at": "2011-11-16T22:08:03Z", - "updated_at": "2024-09-07T15:26:44Z", + "updated_at": "2024-09-08T06:05:32Z", "git_url": "git://github.com/ladjs/lad.git", "ssh_url": "git@github.com:ladjs/lad.git", "clone_url": "https://github.com/ladjs/lad.git", "homepage": "https://lad.js.org", - "stargazers_count": 2281, - "watchers_count": 2281, + "stargazers_count": 2282, + "watchers_count": 2282, "language": "JavaScript", "topics": [ "api", @@ -46568,13 +47376,13 @@ "url": "https://api.github.com/repos/release-it/release-it", "languages_url": "https://api.github.com/repos/release-it/release-it/languages", "created_at": "2014-01-15T01:25:38Z", - "updated_at": "2024-09-07T14:55:54Z", + "updated_at": "2024-09-08T04:35:22Z", "git_url": "git://github.com/release-it/release-it.git", "ssh_url": "git@github.com:release-it/release-it.git", "clone_url": "https://github.com/release-it/release-it.git", "homepage": "", - "stargazers_count": 7896, - "watchers_count": 7896, + "stargazers_count": 7897, + "watchers_count": 7897, "language": "JavaScript", "topics": [ "automation", @@ -46764,13 +47572,13 @@ "url": "https://api.github.com/repos/responsively-org/responsively-app", "languages_url": "https://api.github.com/repos/responsively-org/responsively-app/languages", "created_at": "2019-08-10T02:48:18Z", - "updated_at": "2024-09-08T00:02:56Z", + "updated_at": "2024-09-08T04:27:41Z", "git_url": "git://github.com/responsively-org/responsively-app.git", "ssh_url": "git@github.com:responsively-org/responsively-app.git", "clone_url": "https://github.com/responsively-org/responsively-app.git", "homepage": "https://responsively.app", - "stargazers_count": 22279, - "watchers_count": 22279, + "stargazers_count": 22280, + "watchers_count": 22280, "language": "JavaScript", "topics": [ "contributions-welcome", @@ -47257,13 +48065,13 @@ "url": "https://api.github.com/repos/hoangvvo/nextjs-mongodb-app", "languages_url": "https://api.github.com/repos/hoangvvo/nextjs-mongodb-app/languages", "created_at": "2019-08-09T04:59:29Z", - "updated_at": "2024-08-27T03:59:46Z", + "updated_at": "2024-09-08T06:25:47Z", "git_url": "git://github.com/hoangvvo/nextjs-mongodb-app.git", "ssh_url": "git@github.com:hoangvvo/nextjs-mongodb-app.git", "clone_url": "https://github.com/hoangvvo/nextjs-mongodb-app.git", "homepage": "https://nextjs-mongodb.now.sh/", - "stargazers_count": 1519, - "watchers_count": 1519, + "stargazers_count": 1520, + "watchers_count": 1520, "language": "JavaScript", "topics": [ "boilerplate", @@ -47466,13 +48274,13 @@ "url": "https://api.github.com/repos/panshak/accountill", "languages_url": "https://api.github.com/repos/panshak/accountill/languages", "created_at": "2021-10-02T09:29:41Z", - "updated_at": "2024-09-06T12:58:57Z", + "updated_at": "2024-09-08T08:11:59Z", "git_url": "git://github.com/panshak/accountill.git", "ssh_url": "git@github.com:panshak/accountill.git", "clone_url": "https://github.com/panshak/accountill.git", "homepage": "https://accountill.netlify.app", - "stargazers_count": 1605, - "watchers_count": 1605, + "stargazers_count": 1607, + "watchers_count": 1607, "language": "JavaScript", "topics": [ "accounting", @@ -47510,13 +48318,13 @@ "url": "https://api.github.com/repos/microsoft/Web-Dev-For-Beginners", "languages_url": "https://api.github.com/repos/microsoft/Web-Dev-For-Beginners/languages", "created_at": "2020-11-10T02:44:00Z", - "updated_at": "2024-09-07T19:23:37Z", + "updated_at": "2024-09-08T10:57:21Z", "git_url": "git://github.com/microsoft/Web-Dev-For-Beginners.git", "ssh_url": "git@github.com:microsoft/Web-Dev-For-Beginners.git", "clone_url": "https://github.com/microsoft/Web-Dev-For-Beginners.git", "homepage": "https://microsoft.github.io/Web-Dev-For-Beginners/", - "stargazers_count": 82916, - "watchers_count": 82916, + "stargazers_count": 82923, + "watchers_count": 82923, "language": "JavaScript", "topics": [ "css", @@ -47575,13 +48383,13 @@ "url": "https://api.github.com/repos/jscad/OpenJSCAD.org", "languages_url": "https://api.github.com/repos/jscad/OpenJSCAD.org/languages", "created_at": "2013-03-10T12:20:55Z", - "updated_at": "2024-09-07T02:26:42Z", + "updated_at": "2024-09-08T03:12:29Z", "git_url": "git://github.com/jscad/OpenJSCAD.org.git", "ssh_url": "git@github.com:jscad/OpenJSCAD.org.git", "clone_url": "https://github.com/jscad/OpenJSCAD.org.git", "homepage": "https://openjscad.xyz/", - "stargazers_count": 2627, - "watchers_count": 2627, + "stargazers_count": 2628, + "watchers_count": 2628, "language": "JavaScript", "topics": [ "2d-design", @@ -47619,13 +48427,13 @@ "url": "https://api.github.com/repos/localForage/localForage", "languages_url": "https://api.github.com/repos/localForage/localForage/languages", "created_at": "2013-10-31T00:10:06Z", - "updated_at": "2024-09-07T13:12:58Z", + "updated_at": "2024-09-08T11:20:55Z", "git_url": "git://github.com/localForage/localForage.git", "ssh_url": "git@github.com:localForage/localForage.git", "clone_url": "https://github.com/localForage/localForage.git", "homepage": "https://localforage.github.io/localForage", - "stargazers_count": 24714, - "watchers_count": 24714, + "stargazers_count": 24717, + "watchers_count": 24717, "language": "JavaScript", "topics": [ "indexeddb", @@ -47681,13 +48489,13 @@ "url": "https://api.github.com/repos/gregnb/mui-datatables", "languages_url": "https://api.github.com/repos/gregnb/mui-datatables/languages", "created_at": "2017-11-04T19:49:44Z", - "updated_at": "2024-09-05T21:00:51Z", + "updated_at": "2024-09-08T11:33:04Z", "git_url": "git://github.com/gregnb/mui-datatables.git", "ssh_url": "git@github.com:gregnb/mui-datatables.git", "clone_url": "https://github.com/gregnb/mui-datatables.git", "homepage": "", - "stargazers_count": 2702, - "watchers_count": 2702, + "stargazers_count": 2703, + "watchers_count": 2703, "language": "JavaScript", "topics": [ "datatables", @@ -47714,13 +48522,13 @@ "url": "https://api.github.com/repos/react-grid-layout/react-grid-layout", "languages_url": "https://api.github.com/repos/react-grid-layout/react-grid-layout/languages", "created_at": "2014-12-27T14:28:40Z", - "updated_at": "2024-09-07T22:44:34Z", + "updated_at": "2024-09-08T02:23:24Z", "git_url": "git://github.com/react-grid-layout/react-grid-layout.git", "ssh_url": "git@github.com:react-grid-layout/react-grid-layout.git", "clone_url": "https://github.com/react-grid-layout/react-grid-layout.git", "homepage": "https://react-grid-layout.github.io/react-grid-layout/examples/0-showcase.html", - "stargazers_count": 20181, - "watchers_count": 20181, + "stargazers_count": 20182, + "watchers_count": 20182, "language": "JavaScript", "topics": [ "drag-and-drop", @@ -47748,13 +48556,13 @@ "url": "https://api.github.com/repos/bvaughn/react-window", "languages_url": "https://api.github.com/repos/bvaughn/react-window/languages", "created_at": "2018-05-07T14:45:51Z", - "updated_at": "2024-09-07T16:20:01Z", + "updated_at": "2024-09-08T09:52:29Z", "git_url": "git://github.com/bvaughn/react-window.git", "ssh_url": "git@github.com:bvaughn/react-window.git", "clone_url": "https://github.com/bvaughn/react-window.git", "homepage": "https://react-window.now.sh/", - "stargazers_count": 15718, - "watchers_count": 15718, + "stargazers_count": 15719, + "watchers_count": 15719, "language": "JavaScript", "topics": [] }, @@ -47775,13 +48583,13 @@ "url": "https://api.github.com/repos/bvaughn/react-virtualized", "languages_url": "https://api.github.com/repos/bvaughn/react-virtualized/languages", "created_at": "2015-11-03T00:48:07Z", - "updated_at": "2024-09-07T15:55:24Z", + "updated_at": "2024-09-08T10:19:54Z", "git_url": "git://github.com/bvaughn/react-virtualized.git", "ssh_url": "git@github.com:bvaughn/react-virtualized.git", "clone_url": "https://github.com/bvaughn/react-virtualized.git", "homepage": "http://bvaughn.github.io/react-virtualized/", - "stargazers_count": 26257, - "watchers_count": 26257, + "stargazers_count": 26259, + "watchers_count": 26259, "language": "JavaScript", "topics": [ "grid", @@ -47812,13 +48620,13 @@ "url": "https://api.github.com/repos/axios/axios", "languages_url": "https://api.github.com/repos/axios/axios/languages", "created_at": "2014-08-18T22:30:27Z", - "updated_at": "2024-09-07T23:37:57Z", + "updated_at": "2024-09-08T09:54:30Z", "git_url": "git://github.com/axios/axios.git", "ssh_url": "git@github.com:axios/axios.git", "clone_url": "https://github.com/axios/axios.git", "homepage": "https://axios-http.com", - "stargazers_count": 105155, - "watchers_count": 105155, + "stargazers_count": 105161, + "watchers_count": 105161, "language": "JavaScript", "topics": [ "hacktoberfest", @@ -48096,13 +48904,13 @@ "url": "https://api.github.com/repos/LeCoupa/awesome-cheatsheets", "languages_url": "https://api.github.com/repos/LeCoupa/awesome-cheatsheets/languages", "created_at": "2017-11-09T02:47:15Z", - "updated_at": "2024-09-07T21:16:03Z", + "updated_at": "2024-09-08T11:08:42Z", "git_url": "git://github.com/LeCoupa/awesome-cheatsheets.git", "ssh_url": "git@github.com:LeCoupa/awesome-cheatsheets.git", "clone_url": "https://github.com/LeCoupa/awesome-cheatsheets.git", "homepage": "https://lecoupa.github.io/awesome-cheatsheets/", - "stargazers_count": 39468, - "watchers_count": 39468, + "stargazers_count": 39475, + "watchers_count": 39475, "language": "JavaScript", "topics": [ "backend", @@ -48144,13 +48952,13 @@ "url": "https://api.github.com/repos/typescript-cheatsheets/react", "languages_url": "https://api.github.com/repos/typescript-cheatsheets/react/languages", "created_at": "2018-06-02T04:08:16Z", - "updated_at": "2024-09-07T20:04:41Z", + "updated_at": "2024-09-08T11:37:05Z", "git_url": "git://github.com/typescript-cheatsheets/react.git", "ssh_url": "git@github.com:typescript-cheatsheets/react.git", "clone_url": "https://github.com/typescript-cheatsheets/react.git", "homepage": "https://react-typescript-cheatsheet.netlify.app", - "stargazers_count": 44886, - "watchers_count": 44886, + "stargazers_count": 44888, + "watchers_count": 44888, "language": "JavaScript", "topics": [ "cheatsheet", @@ -48215,13 +49023,13 @@ "url": "https://api.github.com/repos/sudheerj/reactjs-interview-questions", "languages_url": "https://api.github.com/repos/sudheerj/reactjs-interview-questions/languages", "created_at": "2018-05-31T17:17:01Z", - "updated_at": "2024-09-08T00:12:36Z", + "updated_at": "2024-09-08T11:02:51Z", "git_url": "git://github.com/sudheerj/reactjs-interview-questions.git", "ssh_url": "git@github.com:sudheerj/reactjs-interview-questions.git", "clone_url": "https://github.com/sudheerj/reactjs-interview-questions.git", "homepage": "", - "stargazers_count": 38902, - "watchers_count": 38902, + "stargazers_count": 38904, + "watchers_count": 38904, "language": "JavaScript", "topics": [ "interview-preparation", @@ -48708,13 +49516,13 @@ "url": "https://api.github.com/repos/BaranziniLab/KG_RAG", "languages_url": "https://api.github.com/repos/BaranziniLab/KG_RAG/languages", "created_at": "2023-11-11T03:22:52Z", - "updated_at": "2024-09-07T22:52:24Z", + "updated_at": "2024-09-08T11:31:51Z", "git_url": "git://github.com/BaranziniLab/KG_RAG.git", "ssh_url": "git@github.com:BaranziniLab/KG_RAG.git", "clone_url": "https://github.com/BaranziniLab/KG_RAG.git", "homepage": "", - "stargazers_count": 595, - "watchers_count": 595, + "stargazers_count": 597, + "watchers_count": 597, "language": "Jupyter Notebook", "topics": [ "bert-models", @@ -48756,7 +49564,7 @@ "url": "https://api.github.com/repos/neo4j-labs/llm-graph-builder", "languages_url": "https://api.github.com/repos/neo4j-labs/llm-graph-builder/languages", "created_at": "2024-01-11T14:31:18Z", - "updated_at": "2024-09-07T15:45:17Z", + "updated_at": "2024-09-08T06:31:31Z", "git_url": "git://github.com/neo4j-labs/llm-graph-builder.git", "ssh_url": "git@github.com:neo4j-labs/llm-graph-builder.git", "clone_url": "https://github.com/neo4j-labs/llm-graph-builder.git", @@ -48797,13 +49605,13 @@ "url": "https://api.github.com/repos/microsoft/autogen", "languages_url": "https://api.github.com/repos/microsoft/autogen/languages", "created_at": "2023-08-18T11:43:45Z", - "updated_at": "2024-09-08T00:13:30Z", + "updated_at": "2024-09-08T11:58:16Z", "git_url": "git://github.com/microsoft/autogen.git", "ssh_url": "git@github.com:microsoft/autogen.git", "clone_url": "https://github.com/microsoft/autogen.git", "homepage": "https://microsoft.github.io/autogen/", - "stargazers_count": 30547, - "watchers_count": 30547, + "stargazers_count": 30557, + "watchers_count": 30557, "language": "Jupyter Notebook", "topics": [ "agent-based-framework", @@ -48840,13 +49648,13 @@ "url": "https://api.github.com/repos/deepset-ai/haystack-cookbook", "languages_url": "https://api.github.com/repos/deepset-ai/haystack-cookbook/languages", "created_at": "2024-01-02T12:11:38Z", - "updated_at": "2024-09-07T01:37:15Z", + "updated_at": "2024-09-08T03:07:33Z", "git_url": "git://github.com/deepset-ai/haystack-cookbook.git", "ssh_url": "git@github.com:deepset-ai/haystack-cookbook.git", "clone_url": "https://github.com/deepset-ai/haystack-cookbook.git", "homepage": "", - "stargazers_count": 337, - "watchers_count": 337, + "stargazers_count": 338, + "watchers_count": 338, "language": "Jupyter Notebook", "topics": [] }, @@ -48867,13 +49675,13 @@ "url": "https://api.github.com/repos/anthropics/anthropic-cookbook", "languages_url": "https://api.github.com/repos/anthropics/anthropic-cookbook/languages", "created_at": "2023-08-15T20:23:51Z", - "updated_at": "2024-09-07T23:47:15Z", + "updated_at": "2024-09-08T10:21:39Z", "git_url": "git://github.com/anthropics/anthropic-cookbook.git", "ssh_url": "git@github.com:anthropics/anthropic-cookbook.git", "clone_url": "https://github.com/anthropics/anthropic-cookbook.git", "homepage": null, - "stargazers_count": 4501, - "watchers_count": 4501, + "stargazers_count": 4515, + "watchers_count": 4515, "language": "Jupyter Notebook", "topics": [] }, @@ -48948,13 +49756,13 @@ "url": "https://api.github.com/repos/langchain-ai/langchain", "languages_url": "https://api.github.com/repos/langchain-ai/langchain/languages", "created_at": "2022-10-17T02:58:36Z", - "updated_at": "2024-09-08T00:15:11Z", + "updated_at": "2024-09-08T11:59:36Z", "git_url": "git://github.com/langchain-ai/langchain.git", "ssh_url": "git@github.com:langchain-ai/langchain.git", "clone_url": "https://github.com/langchain-ai/langchain.git", "homepage": "https://python.langchain.com", - "stargazers_count": 92058, - "watchers_count": 92058, + "stargazers_count": 92070, + "watchers_count": 92070, "language": "Jupyter Notebook", "topics": [] }, @@ -49036,13 +49844,13 @@ "url": "https://api.github.com/repos/WongKinYiu/yolov7", "languages_url": "https://api.github.com/repos/WongKinYiu/yolov7/languages", "created_at": "2022-07-06T15:14:06Z", - "updated_at": "2024-09-07T21:10:45Z", + "updated_at": "2024-09-08T04:37:36Z", "git_url": "git://github.com/WongKinYiu/yolov7.git", "ssh_url": "git@github.com:WongKinYiu/yolov7.git", "clone_url": "https://github.com/WongKinYiu/yolov7.git", "homepage": "", - "stargazers_count": 13184, - "watchers_count": 13184, + "stargazers_count": 13187, + "watchers_count": 13187, "language": "Jupyter Notebook", "topics": [ "darknet", @@ -49071,13 +49879,13 @@ "url": "https://api.github.com/repos/karpathy/nn-zero-to-hero", "languages_url": "https://api.github.com/repos/karpathy/nn-zero-to-hero/languages", "created_at": "2022-09-08T21:23:25Z", - "updated_at": "2024-09-07T20:40:28Z", + "updated_at": "2024-09-08T09:24:04Z", "git_url": "git://github.com/karpathy/nn-zero-to-hero.git", "ssh_url": "git@github.com:karpathy/nn-zero-to-hero.git", "clone_url": "https://github.com/karpathy/nn-zero-to-hero.git", "homepage": null, - "stargazers_count": 11465, - "watchers_count": 11465, + "stargazers_count": 11469, + "watchers_count": 11469, "language": "Jupyter Notebook", "topics": [] }, @@ -49130,13 +49938,13 @@ "url": "https://api.github.com/repos/google-deepmind/deepmind-research", "languages_url": "https://api.github.com/repos/google-deepmind/deepmind-research/languages", "created_at": "2019-01-15T09:54:13Z", - "updated_at": "2024-09-07T15:48:43Z", + "updated_at": "2024-09-08T03:59:18Z", "git_url": "git://github.com/google-deepmind/deepmind-research.git", "ssh_url": "git@github.com:google-deepmind/deepmind-research.git", "clone_url": "https://github.com/google-deepmind/deepmind-research.git", "homepage": "", - "stargazers_count": 13057, - "watchers_count": 13057, + "stargazers_count": 13058, + "watchers_count": 13058, "language": "Jupyter Notebook", "topics": [] }, @@ -49157,13 +49965,13 @@ "url": "https://api.github.com/repos/CompVis/stable-diffusion", "languages_url": "https://api.github.com/repos/CompVis/stable-diffusion/languages", "created_at": "2022-08-10T14:36:44Z", - "updated_at": "2024-09-07T22:18:22Z", + "updated_at": "2024-09-08T10:21:38Z", "git_url": "git://github.com/CompVis/stable-diffusion.git", "ssh_url": "git@github.com:CompVis/stable-diffusion.git", "clone_url": "https://github.com/CompVis/stable-diffusion.git", "homepage": "https://ommer-lab.com/research/latent-diffusion-models/", - "stargazers_count": 67414, - "watchers_count": 67414, + "stargazers_count": 67424, + "watchers_count": 67424, "language": "Jupyter Notebook", "topics": [] }, @@ -49302,13 +50110,13 @@ "url": "https://api.github.com/repos/qdm12/gluetun", "languages_url": "https://api.github.com/repos/qdm12/gluetun/languages", "created_at": "2018-02-06T22:16:29Z", - "updated_at": "2024-09-07T22:09:02Z", + "updated_at": "2024-09-08T11:24:31Z", "git_url": "git://github.com/qdm12/gluetun.git", "ssh_url": "git@github.com:qdm12/gluetun.git", "clone_url": "https://github.com/qdm12/gluetun.git", "homepage": "https://hub.docker.com/r/qmcgaw/gluetun", - "stargazers_count": 7348, - "watchers_count": 7348, + "stargazers_count": 7355, + "watchers_count": 7355, "language": "Go", "topics": [ "alpine", @@ -49397,13 +50205,13 @@ "url": "https://api.github.com/repos/evilmartians/lefthook", "languages_url": "https://api.github.com/repos/evilmartians/lefthook/languages", "created_at": "2019-02-05T14:00:56Z", - "updated_at": "2024-09-07T22:37:15Z", + "updated_at": "2024-09-08T08:49:38Z", "git_url": "git://github.com/evilmartians/lefthook.git", "ssh_url": "git@github.com:evilmartians/lefthook.git", "clone_url": "https://github.com/evilmartians/lefthook.git", "homepage": "", - "stargazers_count": 4726, - "watchers_count": 4726, + "stargazers_count": 4728, + "watchers_count": 4728, "language": "Go", "topics": [ "git", @@ -49463,13 +50271,13 @@ "url": "https://api.github.com/repos/hashicorp/vault", "languages_url": "https://api.github.com/repos/hashicorp/vault/languages", "created_at": "2015-02-25T00:15:59Z", - "updated_at": "2024-09-07T23:36:09Z", + "updated_at": "2024-09-08T12:04:48Z", "git_url": "git://github.com/hashicorp/vault.git", "ssh_url": "git@github.com:hashicorp/vault.git", "clone_url": "https://github.com/hashicorp/vault.git", "homepage": "https://www.vaultproject.io/", - "stargazers_count": 30843, - "watchers_count": 30843, + "stargazers_count": 30846, + "watchers_count": 30846, "language": "Go", "topics": [ "go", @@ -49494,13 +50302,13 @@ "url": "https://api.github.com/repos/danielmiessler/fabric", "languages_url": "https://api.github.com/repos/danielmiessler/fabric/languages", "created_at": "2024-01-03T23:18:31Z", - "updated_at": "2024-09-08T00:06:12Z", + "updated_at": "2024-09-08T11:56:51Z", "git_url": "git://github.com/danielmiessler/fabric.git", "ssh_url": "git@github.com:danielmiessler/fabric.git", "clone_url": "https://github.com/danielmiessler/fabric.git", "homepage": "https://danielmiessler.com/p/fabric-origin-story", - "stargazers_count": 22414, - "watchers_count": 22414, + "stargazers_count": 22430, + "watchers_count": 22430, "language": "Go", "topics": [ "ai", @@ -49573,13 +50381,13 @@ "url": "https://api.github.com/repos/wabarc/wayback", "languages_url": "https://api.github.com/repos/wabarc/wayback/languages", "created_at": "2020-06-13T10:08:05Z", - "updated_at": "2024-09-07T18:43:05Z", + "updated_at": "2024-09-08T08:39:21Z", "git_url": "git://github.com/wabarc/wayback.git", "ssh_url": "git@github.com:wabarc/wayback.git", "clone_url": "https://github.com/wabarc/wayback.git", "homepage": "https://docs.wabarc.eu.org", - "stargazers_count": 1745, - "watchers_count": 1745, + "stargazers_count": 1746, + "watchers_count": 1746, "language": "Go", "topics": [ "archive", @@ -49621,13 +50429,13 @@ "url": "https://api.github.com/repos/wavetermdev/waveterm", "languages_url": "https://api.github.com/repos/wavetermdev/waveterm/languages", "created_at": "2022-06-08T00:26:00Z", - "updated_at": "2024-09-07T19:31:42Z", + "updated_at": "2024-09-08T11:25:37Z", "git_url": "git://github.com/wavetermdev/waveterm.git", "ssh_url": "git@github.com:wavetermdev/waveterm.git", "clone_url": "https://github.com/wavetermdev/waveterm.git", "homepage": "https://www.waveterm.dev", - "stargazers_count": 3862, - "watchers_count": 3862, + "stargazers_count": 3866, + "watchers_count": 3866, "language": "Go", "topics": [ "command-line", @@ -49686,13 +50494,13 @@ "url": "https://api.github.com/repos/six-ddc/plow", "languages_url": "https://api.github.com/repos/six-ddc/plow/languages", "created_at": "2021-06-13T09:10:43Z", - "updated_at": "2024-09-06T15:36:24Z", + "updated_at": "2024-09-08T10:38:09Z", "git_url": "git://github.com/six-ddc/plow.git", "ssh_url": "git@github.com:six-ddc/plow.git", "clone_url": "https://github.com/six-ddc/plow.git", "homepage": "", - "stargazers_count": 4100, - "watchers_count": 4100, + "stargazers_count": 4101, + "watchers_count": 4101, "language": "Go", "topics": [ "apachebench", @@ -49760,13 +50568,13 @@ "url": "https://api.github.com/repos/authelia/authelia", "languages_url": "https://api.github.com/repos/authelia/authelia/languages", "created_at": "2016-12-07T00:56:57Z", - "updated_at": "2024-09-07T23:47:39Z", + "updated_at": "2024-09-08T05:06:58Z", "git_url": "git://github.com/authelia/authelia.git", "ssh_url": "git@github.com:authelia/authelia.git", "clone_url": "https://github.com/authelia/authelia.git", "homepage": "https://www.authelia.com", - "stargazers_count": 21075, - "watchers_count": 21075, + "stargazers_count": 21076, + "watchers_count": 21076, "language": "Go", "topics": [ "2fa", @@ -49869,13 +50677,13 @@ "url": "https://api.github.com/repos/ollama/ollama", "languages_url": "https://api.github.com/repos/ollama/ollama/languages", "created_at": "2023-06-26T19:39:32Z", - "updated_at": "2024-09-08T00:24:44Z", + "updated_at": "2024-09-08T11:59:54Z", "git_url": "git://github.com/ollama/ollama.git", "ssh_url": "git@github.com:ollama/ollama.git", "clone_url": "https://github.com/ollama/ollama.git", "homepage": "https://ollama.com", - "stargazers_count": 88229, - "watchers_count": 88229, + "stargazers_count": 88275, + "watchers_count": 88275, "language": "Go", "topics": [ "gemma", @@ -49910,13 +50718,13 @@ "url": "https://api.github.com/repos/casibase/casibase", "languages_url": "https://api.github.com/repos/casibase/casibase/languages", "created_at": "2020-05-29T02:45:58Z", - "updated_at": "2024-09-07T17:05:04Z", + "updated_at": "2024-09-08T11:16:44Z", "git_url": "git://github.com/casibase/casibase.git", "ssh_url": "git@github.com:casibase/casibase.git", "clone_url": "https://github.com/casibase/casibase.git", "homepage": "https://casibase.org", - "stargazers_count": 2673, - "watchers_count": 2673, + "stargazers_count": 2674, + "watchers_count": 2674, "language": "Go", "topics": [ "agi", @@ -50086,13 +50894,13 @@ "url": "https://api.github.com/repos/orb-community/orb", "languages_url": "https://api.github.com/repos/orb-community/orb/languages", "created_at": "2021-02-18T20:53:46Z", - "updated_at": "2024-09-04T04:34:31Z", + "updated_at": "2024-09-08T10:34:37Z", "git_url": "git://github.com/orb-community/orb.git", "ssh_url": "git@github.com:orb-community/orb.git", "clone_url": "https://github.com/orb-community/orb.git", "homepage": "https://orb.community", - "stargazers_count": 575, - "watchers_count": 575, + "stargazers_count": 576, + "watchers_count": 576, "language": "Go", "topics": [ "analysis", @@ -50130,7 +50938,7 @@ "url": "https://api.github.com/repos/odigos-io/odigos", "languages_url": "https://api.github.com/repos/odigos-io/odigos/languages", "created_at": "2022-06-08T04:09:44Z", - "updated_at": "2024-09-06T06:51:05Z", + "updated_at": "2024-09-08T10:12:16Z", "git_url": "git://github.com/odigos-io/odigos.git", "ssh_url": "git@github.com:odigos-io/odigos.git", "clone_url": "https://github.com/odigos-io/odigos.git", @@ -50170,13 +50978,13 @@ "url": "https://api.github.com/repos/owasp-amass/amass", "languages_url": "https://api.github.com/repos/owasp-amass/amass/languages", "created_at": "2018-07-10T16:05:08Z", - "updated_at": "2024-09-07T20:41:34Z", + "updated_at": "2024-09-08T06:24:44Z", "git_url": "git://github.com/owasp-amass/amass.git", "ssh_url": "git@github.com:owasp-amass/amass.git", "clone_url": "https://github.com/owasp-amass/amass.git", "homepage": "https://owasp.org/www-project-amass/", - "stargazers_count": 11772, - "watchers_count": 11772, + "stargazers_count": 11776, + "watchers_count": 11776, "language": "Go", "topics": [ "attack-surfaces", @@ -50265,13 +51073,13 @@ "url": "https://api.github.com/repos/imgproxy/imgproxy", "languages_url": "https://api.github.com/repos/imgproxy/imgproxy/languages", "created_at": "2017-06-20T13:58:55Z", - "updated_at": "2024-09-07T14:45:35Z", + "updated_at": "2024-09-08T10:14:06Z", "git_url": "git://github.com/imgproxy/imgproxy.git", "ssh_url": "git@github.com:imgproxy/imgproxy.git", "clone_url": "https://github.com/imgproxy/imgproxy.git", "homepage": "https://imgproxy.net", - "stargazers_count": 8734, - "watchers_count": 8734, + "stargazers_count": 8737, + "watchers_count": 8737, "language": "Go", "topics": [ "avif", @@ -50346,13 +51154,13 @@ "url": "https://api.github.com/repos/SpatiumPortae/portal", "languages_url": "https://api.github.com/repos/SpatiumPortae/portal/languages", "created_at": "2021-10-01T11:44:20Z", - "updated_at": "2024-09-07T04:27:11Z", + "updated_at": "2024-09-08T01:49:18Z", "git_url": "git://github.com/SpatiumPortae/portal.git", "ssh_url": "git@github.com:SpatiumPortae/portal.git", "clone_url": "https://github.com/SpatiumPortae/portal.git", "homepage": "https://portal.spatiumportae.com", - "stargazers_count": 1402, - "watchers_count": 1402, + "stargazers_count": 1403, + "watchers_count": 1403, "language": "Go", "topics": [ "data-transfer", @@ -50414,13 +51222,13 @@ "url": "https://api.github.com/repos/gitleaks/gitleaks", "languages_url": "https://api.github.com/repos/gitleaks/gitleaks/languages", "created_at": "2018-01-27T18:19:31Z", - "updated_at": "2024-09-07T21:19:54Z", + "updated_at": "2024-09-08T10:36:41Z", "git_url": "git://github.com/gitleaks/gitleaks.git", "ssh_url": "git@github.com:gitleaks/gitleaks.git", "clone_url": "https://github.com/gitleaks/gitleaks.git", "homepage": "https://gitleaks.io", - "stargazers_count": 17339, - "watchers_count": 17339, + "stargazers_count": 17345, + "watchers_count": 17345, "language": "Go", "topics": [ "devsecops", @@ -50451,13 +51259,13 @@ "url": "https://api.github.com/repos/syncthing/syncthing", "languages_url": "https://api.github.com/repos/syncthing/syncthing/languages", "created_at": "2013-11-26T09:48:21Z", - "updated_at": "2024-09-07T22:15:39Z", + "updated_at": "2024-09-08T10:42:37Z", "git_url": "git://github.com/syncthing/syncthing.git", "ssh_url": "git@github.com:syncthing/syncthing.git", "clone_url": "https://github.com/syncthing/syncthing.git", "homepage": "https://syncthing.net/", - "stargazers_count": 63655, - "watchers_count": 63655, + "stargazers_count": 63662, + "watchers_count": 63662, "language": "Go", "topics": [ "go", @@ -50483,13 +51291,13 @@ "url": "https://api.github.com/repos/terrastruct/d2", "languages_url": "https://api.github.com/repos/terrastruct/d2/languages", "created_at": "2022-09-05T23:12:27Z", - "updated_at": "2024-09-07T22:46:17Z", + "updated_at": "2024-09-08T07:14:31Z", "git_url": "git://github.com/terrastruct/d2.git", "ssh_url": "git@github.com:terrastruct/d2.git", "clone_url": "https://github.com/terrastruct/d2.git", "homepage": "https://d2lang.com", - "stargazers_count": 16466, - "watchers_count": 16466, + "stargazers_count": 16468, + "watchers_count": 16468, "language": "Go", "topics": [ "developer-tools", @@ -50518,7 +51326,7 @@ "url": "https://api.github.com/repos/projectdiscovery/katana", "languages_url": "https://api.github.com/repos/projectdiscovery/katana/languages", "created_at": "2021-01-02T16:56:05Z", - "updated_at": "2024-09-07T23:47:30Z", + "updated_at": "2024-09-08T10:09:46Z", "git_url": "git://github.com/projectdiscovery/katana.git", "ssh_url": "git@github.com:projectdiscovery/katana.git", "clone_url": "https://github.com/projectdiscovery/katana.git", @@ -50613,13 +51421,13 @@ "url": "https://api.github.com/repos/pocketbase/pocketbase", "languages_url": "https://api.github.com/repos/pocketbase/pocketbase/languages", "created_at": "2022-07-05T06:06:21Z", - "updated_at": "2024-09-07T22:01:43Z", + "updated_at": "2024-09-08T11:30:41Z", "git_url": "git://github.com/pocketbase/pocketbase.git", "ssh_url": "git@github.com:pocketbase/pocketbase.git", "clone_url": "https://github.com/pocketbase/pocketbase.git", "homepage": "https://pocketbase.io", - "stargazers_count": 38659, - "watchers_count": 38659, + "stargazers_count": 38675, + "watchers_count": 38675, "language": "Go", "topics": [ "authentication", @@ -50672,13 +51480,13 @@ "url": "https://api.github.com/repos/FerretDB/FerretDB", "languages_url": "https://api.github.com/repos/FerretDB/FerretDB/languages", "created_at": "2021-10-30T08:06:36Z", - "updated_at": "2024-09-07T08:22:26Z", + "updated_at": "2024-09-08T05:48:51Z", "git_url": "git://github.com/FerretDB/FerretDB.git", "ssh_url": "git@github.com:FerretDB/FerretDB.git", "clone_url": "https://github.com/FerretDB/FerretDB.git", "homepage": "https://www.ferretdb.com", - "stargazers_count": 8943, - "watchers_count": 8943, + "stargazers_count": 8945, + "watchers_count": 8945, "language": "Go", "topics": [ "database", @@ -50711,13 +51519,13 @@ "url": "https://api.github.com/repos/zincsearch/zincsearch", "languages_url": "https://api.github.com/repos/zincsearch/zincsearch/languages", "created_at": "2021-12-02T12:49:41Z", - "updated_at": "2024-09-07T15:42:28Z", + "updated_at": "2024-09-08T07:52:58Z", "git_url": "git://github.com/zincsearch/zincsearch.git", "ssh_url": "git@github.com:zincsearch/zincsearch.git", "clone_url": "https://github.com/zincsearch/zincsearch.git", "homepage": "https://zincsearch-docs.zinc.dev", - "stargazers_count": 16878, - "watchers_count": 16878, + "stargazers_count": 16881, + "watchers_count": 16881, "language": "Go", "topics": [ "elasticsearch", @@ -50749,13 +51557,13 @@ "url": "https://api.github.com/repos/yetone/avante.nvim", "languages_url": "https://api.github.com/repos/yetone/avante.nvim/languages", "created_at": "2024-08-14T16:45:16Z", - "updated_at": "2024-09-07T23:40:03Z", + "updated_at": "2024-09-08T11:43:28Z", "git_url": "git://github.com/yetone/avante.nvim.git", "ssh_url": "git@github.com:yetone/avante.nvim.git", "clone_url": "https://github.com/yetone/avante.nvim.git", "homepage": "", - "stargazers_count": 4613, - "watchers_count": 4613, + "stargazers_count": 4627, + "watchers_count": 4627, "language": "Lua", "topics": [] }, @@ -50776,13 +51584,13 @@ "url": "https://api.github.com/repos/Kong/kong", "languages_url": "https://api.github.com/repos/Kong/kong/languages", "created_at": "2014-11-17T23:56:08Z", - "updated_at": "2024-09-07T19:48:37Z", + "updated_at": "2024-09-08T08:43:14Z", "git_url": "git://github.com/Kong/kong.git", "ssh_url": "git@github.com:Kong/kong.git", "clone_url": "https://github.com/Kong/kong.git", "homepage": "https://konghq.com/install/#kong-community", - "stargazers_count": 38780, - "watchers_count": 38780, + "stargazers_count": 38784, + "watchers_count": 38784, "language": "Lua", "topics": [ "ai", @@ -50885,13 +51693,13 @@ "url": "https://api.github.com/repos/massgravel/Microsoft-Activation-Scripts", "languages_url": "https://api.github.com/repos/massgravel/Microsoft-Activation-Scripts/languages", "created_at": "2020-01-12T23:03:34Z", - "updated_at": "2024-09-08T00:20:12Z", + "updated_at": "2024-09-08T12:06:58Z", "git_url": "git://github.com/massgravel/Microsoft-Activation-Scripts.git", "ssh_url": "git@github.com:massgravel/Microsoft-Activation-Scripts.git", "clone_url": "https://github.com/massgravel/Microsoft-Activation-Scripts.git", "homepage": "https://massgrave.dev", - "stargazers_count": 93609, - "watchers_count": 93609, + "stargazers_count": 93734, + "watchers_count": 93734, "language": "Batchfile", "topics": [ "activator", @@ -50956,7 +51764,7 @@ "url": "https://api.github.com/repos/TriForceX/MiyooCFW", "languages_url": "https://api.github.com/repos/TriForceX/MiyooCFW/languages", "created_at": "2019-02-19T17:24:27Z", - "updated_at": "2024-09-07T17:15:54Z", + "updated_at": "2024-09-08T08:11:40Z", "git_url": "git://github.com/TriForceX/MiyooCFW.git", "ssh_url": "git@github.com:TriForceX/MiyooCFW.git", "clone_url": "https://github.com/TriForceX/MiyooCFW.git", @@ -51186,13 +51994,13 @@ "url": "https://api.github.com/repos/deepseek-ai/DeepSeek-Coder-V2", "languages_url": "https://api.github.com/repos/deepseek-ai/DeepSeek-Coder-V2/languages", "created_at": "2024-06-14T03:39:37Z", - "updated_at": "2024-09-07T15:34:45Z", + "updated_at": "2024-09-08T09:38:19Z", "git_url": "git://github.com/deepseek-ai/DeepSeek-Coder-V2.git", "ssh_url": "git@github.com:deepseek-ai/DeepSeek-Coder-V2.git", "clone_url": "https://github.com/deepseek-ai/DeepSeek-Coder-V2.git", "homepage": "", - "stargazers_count": 1863, - "watchers_count": 1863, + "stargazers_count": 1865, + "watchers_count": 1865, "language": null, "topics": [] }, @@ -51324,13 +52132,13 @@ "url": "https://api.github.com/repos/timschneeb/awesome-shizuku", "languages_url": "https://api.github.com/repos/timschneeb/awesome-shizuku/languages", "created_at": "2022-10-09T03:24:23Z", - "updated_at": "2024-09-07T22:22:01Z", + "updated_at": "2024-09-08T11:11:50Z", "git_url": "git://github.com/timschneeb/awesome-shizuku.git", "ssh_url": "git@github.com:timschneeb/awesome-shizuku.git", "clone_url": "https://github.com/timschneeb/awesome-shizuku.git", "homepage": "", - "stargazers_count": 3522, - "watchers_count": 3522, + "stargazers_count": 3529, + "watchers_count": 3529, "language": null, "topics": [ "adb", @@ -51360,13 +52168,13 @@ "url": "https://api.github.com/repos/kyrolabs/awesome-langchain", "languages_url": "https://api.github.com/repos/kyrolabs/awesome-langchain/languages", "created_at": "2023-02-28T20:25:33Z", - "updated_at": "2024-09-07T21:52:28Z", + "updated_at": "2024-09-08T04:48:02Z", "git_url": "git://github.com/kyrolabs/awesome-langchain.git", "ssh_url": "git@github.com:kyrolabs/awesome-langchain.git", "clone_url": "https://github.com/kyrolabs/awesome-langchain.git", "homepage": "", - "stargazers_count": 7410, - "watchers_count": 7410, + "stargazers_count": 7412, + "watchers_count": 7412, "language": null, "topics": [ "ai", @@ -51393,13 +52201,13 @@ "url": "https://api.github.com/repos/spacebarchat/spacebarchat", "languages_url": "https://api.github.com/repos/spacebarchat/spacebarchat/languages", "created_at": "2021-01-27T15:58:16Z", - "updated_at": "2024-09-07T21:19:35Z", + "updated_at": "2024-09-08T08:05:52Z", "git_url": "git://github.com/spacebarchat/spacebarchat.git", "ssh_url": "git@github.com:spacebarchat/spacebarchat.git", "clone_url": "https://github.com/spacebarchat/spacebarchat.git", "homepage": "https://spacebar.chat", - "stargazers_count": 5401, - "watchers_count": 5401, + "stargazers_count": 5402, + "watchers_count": 5402, "language": null, "topics": [ "discord", @@ -51427,13 +52235,13 @@ "url": "https://api.github.com/repos/elder-plinius/L1B3RT45", "languages_url": "https://api.github.com/repos/elder-plinius/L1B3RT45/languages", "created_at": "2024-04-08T16:49:12Z", - "updated_at": "2024-09-07T23:30:19Z", + "updated_at": "2024-09-08T11:06:05Z", "git_url": "git://github.com/elder-plinius/L1B3RT45.git", "ssh_url": "git@github.com:elder-plinius/L1B3RT45.git", "clone_url": "https://github.com/elder-plinius/L1B3RT45.git", "homepage": "", - "stargazers_count": 2470, - "watchers_count": 2470, + "stargazers_count": 2471, + "watchers_count": 2471, "language": null, "topics": [] }, @@ -51486,13 +52294,13 @@ "url": "https://api.github.com/repos/pathwaycom/llm-app", "languages_url": "https://api.github.com/repos/pathwaycom/llm-app/languages", "created_at": "2023-07-19T08:43:37Z", - "updated_at": "2024-09-07T17:43:44Z", + "updated_at": "2024-09-08T11:10:33Z", "git_url": "git://github.com/pathwaycom/llm-app.git", "ssh_url": "git@github.com:pathwaycom/llm-app.git", "clone_url": "https://github.com/pathwaycom/llm-app.git", "homepage": "https://pathway.com/developers/templates/", - "stargazers_count": 3912, - "watchers_count": 3912, + "stargazers_count": 3920, + "watchers_count": 3920, "language": null, "topics": [ "chatbot", @@ -51862,13 +52670,13 @@ "url": "https://api.github.com/repos/FBlackBox/BlackBox", "languages_url": "https://api.github.com/repos/FBlackBox/BlackBox/languages", "created_at": "2022-02-19T12:55:18Z", - "updated_at": "2024-09-07T11:47:37Z", + "updated_at": "2024-09-08T03:03:52Z", "git_url": "git://github.com/FBlackBox/BlackBox.git", "ssh_url": "git@github.com:FBlackBox/BlackBox.git", "clone_url": "https://github.com/FBlackBox/BlackBox.git", "homepage": "", - "stargazers_count": 2259, - "watchers_count": 2259, + "stargazers_count": 2260, + "watchers_count": 2260, "language": null, "topics": [ "android", @@ -52126,13 +52934,13 @@ "url": "https://api.github.com/repos/JushBJJ/Mr.-Ranedeer-AI-Tutor", "languages_url": "https://api.github.com/repos/JushBJJ/Mr.-Ranedeer-AI-Tutor/languages", "created_at": "2023-03-31T12:37:26Z", - "updated_at": "2024-09-07T23:49:58Z", + "updated_at": "2024-09-08T02:37:28Z", "git_url": "git://github.com/JushBJJ/Mr.-Ranedeer-AI-Tutor.git", "ssh_url": "git@github.com:JushBJJ/Mr.-Ranedeer-AI-Tutor.git", "clone_url": "https://github.com/JushBJJ/Mr.-Ranedeer-AI-Tutor.git", "homepage": "https://Mr-Ranedeer.com", - "stargazers_count": 28446, - "watchers_count": 28446, + "stargazers_count": 28447, + "watchers_count": 28447, "language": null, "topics": [ "ai", @@ -52185,13 +52993,13 @@ "url": "https://api.github.com/repos/jnv/lists", "languages_url": "https://api.github.com/repos/jnv/lists/languages", "created_at": "2013-11-14T22:25:24Z", - "updated_at": "2024-09-07T14:35:42Z", + "updated_at": "2024-09-08T02:53:32Z", "git_url": "git://github.com/jnv/lists.git", "ssh_url": "git@github.com:jnv/lists.git", "clone_url": "https://github.com/jnv/lists.git", "homepage": "", - "stargazers_count": 9843, - "watchers_count": 9843, + "stargazers_count": 9845, + "watchers_count": 9845, "language": null, "topics": [ "awesome", @@ -52245,13 +53053,13 @@ "url": "https://api.github.com/repos/oxnr/awesome-bigdata", "languages_url": "https://api.github.com/repos/oxnr/awesome-bigdata/languages", "created_at": "2014-07-04T15:01:03Z", - "updated_at": "2024-09-07T07:47:52Z", + "updated_at": "2024-09-08T01:26:48Z", "git_url": "git://github.com/oxnr/awesome-bigdata.git", "ssh_url": "git@github.com:oxnr/awesome-bigdata.git", "clone_url": "https://github.com/oxnr/awesome-bigdata.git", "homepage": "https://github.com/onurakpolat/awesome-bigdata", - "stargazers_count": 13118, - "watchers_count": 13118, + "stargazers_count": 13119, + "watchers_count": 13119, "language": null, "topics": [ "awesome", @@ -52288,13 +53096,13 @@ "url": "https://api.github.com/repos/willwulfken/MidJourney-Styles-and-Keywords-Reference", "languages_url": "https://api.github.com/repos/willwulfken/MidJourney-Styles-and-Keywords-Reference/languages", "created_at": "2022-07-03T07:08:06Z", - "updated_at": "2024-09-07T20:53:32Z", + "updated_at": "2024-09-08T06:12:44Z", "git_url": "git://github.com/willwulfken/MidJourney-Styles-and-Keywords-Reference.git", "ssh_url": "git@github.com:willwulfken/MidJourney-Styles-and-Keywords-Reference.git", "clone_url": "https://github.com/willwulfken/MidJourney-Styles-and-Keywords-Reference.git", "homepage": "", - "stargazers_count": 11895, - "watchers_count": 11895, + "stargazers_count": 11897, + "watchers_count": 11897, "language": null, "topics": [ "ai", @@ -52694,13 +53502,13 @@ "url": "https://api.github.com/repos/getify/You-Dont-Know-JS", "languages_url": "https://api.github.com/repos/getify/You-Dont-Know-JS/languages", "created_at": "2013-11-16T02:37:24Z", - "updated_at": "2024-09-07T23:37:40Z", + "updated_at": "2024-09-08T12:05:32Z", "git_url": "git://github.com/getify/You-Dont-Know-JS.git", "ssh_url": "git@github.com:getify/You-Dont-Know-JS.git", "clone_url": "https://github.com/getify/You-Dont-Know-JS.git", "homepage": "", - "stargazers_count": 178848, - "watchers_count": 178848, + "stargazers_count": 178856, + "watchers_count": 178856, "language": null, "topics": [ "async", @@ -52735,13 +53543,13 @@ "url": "https://api.github.com/repos/sindresorhus/awesome-nodejs", "languages_url": "https://api.github.com/repos/sindresorhus/awesome-nodejs/languages", "created_at": "2014-07-11T13:35:34Z", - "updated_at": "2024-09-07T21:07:38Z", + "updated_at": "2024-09-08T11:45:31Z", "git_url": "git://github.com/sindresorhus/awesome-nodejs.git", "ssh_url": "git@github.com:sindresorhus/awesome-nodejs.git", "clone_url": "https://github.com/sindresorhus/awesome-nodejs.git", "homepage": "https://node.cool", - "stargazers_count": 57763, - "watchers_count": 57763, + "stargazers_count": 57767, + "watchers_count": 57767, "language": null, "topics": [ "awesome", @@ -52769,13 +53577,13 @@ "url": "https://api.github.com/repos/kkrypt0nn/wordlists", "languages_url": "https://api.github.com/repos/kkrypt0nn/wordlists/languages", "created_at": "2020-12-10T16:58:48Z", - "updated_at": "2024-09-07T19:14:52Z", + "updated_at": "2024-09-08T11:18:56Z", "git_url": "git://github.com/kkrypt0nn/wordlists.git", "ssh_url": "git@github.com:kkrypt0nn/wordlists.git", "clone_url": "https://github.com/kkrypt0nn/wordlists.git", "homepage": "https://krypton.ninja/wordlists", - "stargazers_count": 1113, - "watchers_count": 1113, + "stargazers_count": 1114, + "watchers_count": 1114, "language": null, "topics": [ "breach", @@ -52844,13 +53652,13 @@ "url": "https://api.github.com/repos/lydiahallie/javascript-questions", "languages_url": "https://api.github.com/repos/lydiahallie/javascript-questions/languages", "created_at": "2019-06-12T08:26:27Z", - "updated_at": "2024-09-07T23:25:47Z", + "updated_at": "2024-09-08T07:17:26Z", "git_url": "git://github.com/lydiahallie/javascript-questions.git", "ssh_url": "git@github.com:lydiahallie/javascript-questions.git", "clone_url": "https://github.com/lydiahallie/javascript-questions.git", "homepage": "", - "stargazers_count": 62171, - "watchers_count": 62171, + "stargazers_count": 62179, + "watchers_count": 62179, "language": null, "topics": [] }, @@ -52871,13 +53679,13 @@ "url": "https://api.github.com/repos/xyflow/awesome-node-based-uis", "languages_url": "https://api.github.com/repos/xyflow/awesome-node-based-uis/languages", "created_at": "2022-11-14T15:05:31Z", - "updated_at": "2024-09-07T19:45:20Z", + "updated_at": "2024-09-08T07:32:21Z", "git_url": "git://github.com/xyflow/awesome-node-based-uis.git", "ssh_url": "git@github.com:xyflow/awesome-node-based-uis.git", "clone_url": "https://github.com/xyflow/awesome-node-based-uis.git", "homepage": "", - "stargazers_count": 2249, - "watchers_count": 2249, + "stargazers_count": 2250, + "watchers_count": 2250, "language": null, "topics": [ "awesome-list", @@ -53276,13 +54084,13 @@ "url": "https://api.github.com/repos/sindresorhus/awesome", "languages_url": "https://api.github.com/repos/sindresorhus/awesome/languages", "created_at": "2014-07-11T13:42:37Z", - "updated_at": "2024-09-08T00:17:47Z", + "updated_at": "2024-09-08T11:42:39Z", "git_url": "git://github.com/sindresorhus/awesome.git", "ssh_url": "git@github.com:sindresorhus/awesome.git", "clone_url": "https://github.com/sindresorhus/awesome.git", "homepage": "", - "stargazers_count": 323051, - "watchers_count": 323051, + "stargazers_count": 323103, + "watchers_count": 323103, "language": null, "topics": [ "awesome", @@ -53410,13 +54218,13 @@ "url": "https://api.github.com/repos/michidk/Unity-Script-Collection", "languages_url": "https://api.github.com/repos/michidk/Unity-Script-Collection/languages", "created_at": "2016-09-16T16:11:23Z", - "updated_at": "2024-09-06T12:04:54Z", + "updated_at": "2024-09-08T05:45:01Z", "git_url": "git://github.com/michidk/Unity-Script-Collection.git", "ssh_url": "git@github.com:michidk/Unity-Script-Collection.git", "clone_url": "https://github.com/michidk/Unity-Script-Collection.git", "homepage": "https://michidk.github.io/Unity-Script-Collection/", - "stargazers_count": 5537, - "watchers_count": 5537, + "stargazers_count": 5538, + "watchers_count": 5538, "language": null, "topics": [ "csharp", @@ -53843,13 +54651,13 @@ "url": "https://api.github.com/repos/vuejs/awesome-vue", "languages_url": "https://api.github.com/repos/vuejs/awesome-vue/languages", "created_at": "2015-10-20T00:16:14Z", - "updated_at": "2024-09-07T20:13:02Z", + "updated_at": "2024-09-08T10:03:26Z", "git_url": "git://github.com/vuejs/awesome-vue.git", "ssh_url": "git@github.com:vuejs/awesome-vue.git", "clone_url": "https://github.com/vuejs/awesome-vue.git", "homepage": "", - "stargazers_count": 71842, - "watchers_count": 71842, + "stargazers_count": 71849, + "watchers_count": 71849, "language": null, "topics": [] }, @@ -54056,13 +54864,13 @@ "url": "https://api.github.com/repos/CriticalMoments/CMSaasStarter", "languages_url": "https://api.github.com/repos/CriticalMoments/CMSaasStarter/languages", "created_at": "2023-08-22T02:10:38Z", - "updated_at": "2024-09-07T20:53:15Z", + "updated_at": "2024-09-08T11:07:34Z", "git_url": "git://github.com/CriticalMoments/CMSaasStarter.git", "ssh_url": "git@github.com:CriticalMoments/CMSaasStarter.git", "clone_url": "https://github.com/CriticalMoments/CMSaasStarter.git", "homepage": "https://saasstarter.work", - "stargazers_count": 1165, - "watchers_count": 1165, + "stargazers_count": 1166, + "watchers_count": 1166, "language": "Svelte", "topics": [ "boilerplate", @@ -54236,13 +55044,13 @@ "url": "https://api.github.com/repos/FreeRDP/FreeRDP", "languages_url": "https://api.github.com/repos/FreeRDP/FreeRDP/languages", "created_at": "2011-06-30T19:14:15Z", - "updated_at": "2024-09-07T21:05:59Z", + "updated_at": "2024-09-08T09:56:11Z", "git_url": "git://github.com/FreeRDP/FreeRDP.git", "ssh_url": "git@github.com:FreeRDP/FreeRDP.git", "clone_url": "https://github.com/FreeRDP/FreeRDP.git", "homepage": "http://www.freerdp.com/", - "stargazers_count": 10764, - "watchers_count": 10764, + "stargazers_count": 10768, + "watchers_count": 10768, "language": "C", "topics": [ "android", @@ -54275,13 +55083,13 @@ "url": "https://api.github.com/repos/shauninman/MinUI", "languages_url": "https://api.github.com/repos/shauninman/MinUI/languages", "created_at": "2023-08-26T16:47:52Z", - "updated_at": "2024-09-07T08:02:23Z", + "updated_at": "2024-09-08T03:53:10Z", "git_url": "git://github.com/shauninman/MinUI.git", "ssh_url": "git@github.com:shauninman/MinUI.git", "clone_url": "https://github.com/shauninman/MinUI.git", "homepage": "https://github.com/shauninman/MinUI/releases/latest", - "stargazers_count": 706, - "watchers_count": 706, + "stargazers_count": 707, + "watchers_count": 707, "language": "C", "topics": [] }, @@ -54302,13 +55110,13 @@ "url": "https://api.github.com/repos/Next-Flip/Momentum-Firmware", "languages_url": "https://api.github.com/repos/Next-Flip/Momentum-Firmware/languages", "created_at": "2024-03-01T06:31:23Z", - "updated_at": "2024-09-07T21:09:54Z", + "updated_at": "2024-09-08T11:47:42Z", "git_url": "git://github.com/Next-Flip/Momentum-Firmware.git", "ssh_url": "git@github.com:Next-Flip/Momentum-Firmware.git", "clone_url": "https://github.com/Next-Flip/Momentum-Firmware.git", "homepage": "https://momentum-fw.dev", - "stargazers_count": 3935, - "watchers_count": 3935, + "stargazers_count": 3937, + "watchers_count": 3937, "language": "C", "topics": [ "custom", @@ -54537,13 +55345,13 @@ "url": "https://api.github.com/repos/Genymobile/scrcpy", "languages_url": "https://api.github.com/repos/Genymobile/scrcpy/languages", "created_at": "2017-11-21T18:00:27Z", - "updated_at": "2024-09-08T00:01:36Z", + "updated_at": "2024-09-08T11:15:34Z", "git_url": "git://github.com/Genymobile/scrcpy.git", "ssh_url": "git@github.com:Genymobile/scrcpy.git", "clone_url": "https://github.com/Genymobile/scrcpy.git", "homepage": "", - "stargazers_count": 108560, - "watchers_count": 108560, + "stargazers_count": 108582, + "watchers_count": 108582, "language": "C", "topics": [ "android", @@ -54606,13 +55414,13 @@ "url": "https://api.github.com/repos/libvips/libvips", "languages_url": "https://api.github.com/repos/libvips/libvips/languages", "created_at": "2011-01-25T13:15:00Z", - "updated_at": "2024-09-07T21:51:37Z", + "updated_at": "2024-09-08T09:04:16Z", "git_url": "git://github.com/libvips/libvips.git", "ssh_url": "git@github.com:libvips/libvips.git", "clone_url": "https://github.com/libvips/libvips.git", "homepage": "https://libvips.github.io/libvips/", - "stargazers_count": 9510, - "watchers_count": 9510, + "stargazers_count": 9513, + "watchers_count": 9513, "language": "C", "topics": [ "c", @@ -54722,13 +55530,13 @@ "url": "https://api.github.com/repos/hashcat/hashcat", "languages_url": "https://api.github.com/repos/hashcat/hashcat/languages", "created_at": "2015-12-04T14:46:51Z", - "updated_at": "2024-09-07T14:22:30Z", + "updated_at": "2024-09-08T08:54:25Z", "git_url": "git://github.com/hashcat/hashcat.git", "ssh_url": "git@github.com:hashcat/hashcat.git", "clone_url": "https://github.com/hashcat/hashcat.git", "homepage": "https://hashcat.net/hashcat/", - "stargazers_count": 20831, - "watchers_count": 20831, + "stargazers_count": 20833, + "watchers_count": 20833, "language": "C", "topics": [ "c", @@ -54785,13 +55593,13 @@ "url": "https://api.github.com/repos/sabrogden/Ditto", "languages_url": "https://api.github.com/repos/sabrogden/Ditto/languages", "created_at": "2020-11-13T00:28:25Z", - "updated_at": "2024-09-07T12:32:32Z", + "updated_at": "2024-09-08T09:23:44Z", "git_url": "git://github.com/sabrogden/Ditto.git", "ssh_url": "git@github.com:sabrogden/Ditto.git", "clone_url": "https://github.com/sabrogden/Ditto.git", "homepage": "https://ditto-cp.sourceforge.io/", - "stargazers_count": 3501, - "watchers_count": 3501, + "stargazers_count": 3503, + "watchers_count": 3503, "language": "C", "topics": [ "clipboard", @@ -54815,13 +55623,13 @@ "url": "https://api.github.com/repos/Flipper-XFW/Xtreme-Firmware", "languages_url": "https://api.github.com/repos/Flipper-XFW/Xtreme-Firmware/languages", "created_at": "2022-12-18T14:01:26Z", - "updated_at": "2024-09-07T21:50:13Z", + "updated_at": "2024-09-08T11:54:38Z", "git_url": "git://github.com/Flipper-XFW/Xtreme-Firmware.git", "ssh_url": "git@github.com:Flipper-XFW/Xtreme-Firmware.git", "clone_url": "https://github.com/Flipper-XFW/Xtreme-Firmware.git", "homepage": "https://flipper-xtre.me", - "stargazers_count": 9358, - "watchers_count": 9358, + "stargazers_count": 9359, + "watchers_count": 9359, "language": "C", "topics": [ "cfw", @@ -54849,13 +55657,13 @@ "url": "https://api.github.com/repos/DarkFlippers/unleashed-firmware", "languages_url": "https://api.github.com/repos/DarkFlippers/unleashed-firmware/languages", "created_at": "2022-03-16T12:46:45Z", - "updated_at": "2024-09-08T00:16:32Z", + "updated_at": "2024-09-08T11:19:37Z", "git_url": "git://github.com/DarkFlippers/unleashed-firmware.git", "ssh_url": "git@github.com:DarkFlippers/unleashed-firmware.git", "clone_url": "https://github.com/DarkFlippers/unleashed-firmware.git", "homepage": "https://t.me/flipperzero_unofficial", - "stargazers_count": 16883, - "watchers_count": 16883, + "stargazers_count": 16889, + "watchers_count": 16889, "language": "C", "topics": [ "alternative-firmware", @@ -55083,2083 +55891,1305 @@ "id": 44036562, "avatar_url": "https://avatars.githubusercontent.com/u/44036562?v=4", "url": "https://api.github.com/users/actions", - "html_url": "https://github.com/actions" - }, - "html_url": "https://github.com/actions/runner-images", - "description": "GitHub Actions runner images", - "url": "https://api.github.com/repos/actions/runner-images", - "languages_url": "https://api.github.com/repos/actions/runner-images/languages", - "created_at": "2019-06-05T15:02:59Z", - "updated_at": "2024-09-07T21:23:26Z", - "git_url": "git://github.com/actions/runner-images.git", - "ssh_url": "git@github.com:actions/runner-images.git", - "clone_url": "https://github.com/actions/runner-images.git", - "homepage": "", - "stargazers_count": 9787, - "watchers_count": 9787, - "language": "PowerShell", - "topics": [] - }, - { - "id": 307843105, - "node_id": "MDEwOlJlcG9zaXRvcnkzMDc4NDMxMDU=", - "name": "Win11Debloat", - "full_name": "Raphire/Win11Debloat", - "owner": { - "login": "Raphire", - "id": 9938813, - "avatar_url": "https://avatars.githubusercontent.com/u/9938813?v=4", - "url": "https://api.github.com/users/Raphire", - "html_url": "https://github.com/Raphire" - }, - "html_url": "https://github.com/Raphire/Win11Debloat", - "description": "A simple, easy to use PowerShell script to remove pre-installed apps from Windows, disable telemetry, remove Bing from Windows search as well as perform various other changes to declutter and improve your Windows experience. This script works for both Windows 10 and Windows 11.", - "url": "https://api.github.com/repos/Raphire/Win11Debloat", - "languages_url": "https://api.github.com/repos/Raphire/Win11Debloat/languages", - "created_at": "2020-10-27T22:26:59Z", - "updated_at": "2024-09-08T00:07:19Z", - "git_url": "git://github.com/Raphire/Win11Debloat.git", - "ssh_url": "git@github.com:Raphire/Win11Debloat.git", - "clone_url": "https://github.com/Raphire/Win11Debloat.git", - "homepage": "", - "stargazers_count": 12164, - "watchers_count": 12164, - "language": "PowerShell", - "topics": [ - "appxpackages", - "bloatware", - "bloatware-removal", - "cleanup", - "debloat", - "debloater", - "declutter", - "interactive", - "optimize", - "powershell", - "powershell-script", - "ps1", - "registry-tweaks", - "tweaks", - "windows", - "windows-10", - "windows-11", - "windows-11-debloat", - "windows10", - "windows11" - ] - }, - { - "id": 486418532, - "node_id": "R_kgDOHP4oZA", - "name": "winutil", - "full_name": "ChrisTitusTech/winutil", - "owner": { - "login": "ChrisTitusTech", - "id": 7896101, - "avatar_url": "https://avatars.githubusercontent.com/u/7896101?v=4", - "url": "https://api.github.com/users/ChrisTitusTech", - "html_url": "https://github.com/ChrisTitusTech" - }, - "html_url": "https://github.com/ChrisTitusTech/winutil", - "description": "Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates", - "url": "https://api.github.com/repos/ChrisTitusTech/winutil", - "languages_url": "https://api.github.com/repos/ChrisTitusTech/winutil/languages", - "created_at": "2022-04-28T02:25:19Z", - "updated_at": "2024-09-08T00:18:45Z", - "git_url": "git://github.com/ChrisTitusTech/winutil.git", - "ssh_url": "git@github.com:ChrisTitusTech/winutil.git", - "clone_url": "https://github.com/ChrisTitusTech/winutil.git", - "homepage": "", - "stargazers_count": 20692, - "watchers_count": 20692, - "language": "PowerShell", - "topics": [] - }, - { - "id": 262897647, - "node_id": "MDEwOlJlcG9zaXRvcnkyNjI4OTc2NDc=", - "name": "youtube-dl_script", - "full_name": "velodo/youtube-dl_script", - "owner": { - "login": "velodo", - "id": 44948626, - "avatar_url": "https://avatars.githubusercontent.com/u/44948626?v=4", - "url": "https://api.github.com/users/velodo", - "html_url": "https://github.com/velodo" - }, - "html_url": "https://github.com/velodo/youtube-dl_script", - "description": "Windows Powershell script with template config files for archiving YouTube channels.", - "url": "https://api.github.com/repos/velodo/youtube-dl_script", - "languages_url": "https://api.github.com/repos/velodo/youtube-dl_script/languages", - "created_at": "2020-05-10T23:58:03Z", - "updated_at": "2024-08-12T03:51:00Z", - "git_url": "git://github.com/velodo/youtube-dl_script.git", - "ssh_url": "git@github.com:velodo/youtube-dl_script.git", - "clone_url": "https://github.com/velodo/youtube-dl_script.git", - "homepage": "", - "stargazers_count": 21, - "watchers_count": 21, - "language": "PowerShell", - "topics": [] - } - ], - "C++": [ - { - "id": 11617231, - "node_id": "MDEwOlJlcG9zaXRvcnkxMTYxNzIzMQ==", - "name": "thrust", - "full_name": "breach/thrust", - "owner": { - "login": "breach", - "id": 5822954, - "avatar_url": "https://avatars.githubusercontent.com/u/5822954?v=4", - "url": "https://api.github.com/users/breach", - "html_url": "https://github.com/breach" - }, - "html_url": "https://github.com/breach/thrust", - "description": "Chromium-based cross-platform / cross-language application framework", - "url": "https://api.github.com/repos/breach/thrust", - "languages_url": "https://api.github.com/repos/breach/thrust/languages", - "created_at": "2013-07-23T19:32:40Z", - "updated_at": "2024-08-13T18:06:42Z", - "git_url": "git://github.com/breach/thrust.git", - "ssh_url": "git@github.com:breach/thrust.git", - "clone_url": "https://github.com/breach/thrust.git", - "homepage": "", - "stargazers_count": 2772, - "watchers_count": 2772, - "language": "C++", - "topics": [] - }, - { - "id": 538570824, - "node_id": "R_kgDOIBnwSA", - "name": "PythonMonkey", - "full_name": "Distributive-Network/PythonMonkey", - "owner": { - "login": "Distributive-Network", - "id": 68128254, - "avatar_url": "https://avatars.githubusercontent.com/u/68128254?v=4", - "url": "https://api.github.com/users/Distributive-Network", - "html_url": "https://github.com/Distributive-Network" - }, - "html_url": "https://github.com/Distributive-Network/PythonMonkey", - "description": "A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.", - "url": "https://api.github.com/repos/Distributive-Network/PythonMonkey", - "languages_url": "https://api.github.com/repos/Distributive-Network/PythonMonkey/languages", - "created_at": "2022-09-19T15:32:19Z", - "updated_at": "2024-09-07T12:47:19Z", - "git_url": "git://github.com/Distributive-Network/PythonMonkey.git", - "ssh_url": "git@github.com:Distributive-Network/PythonMonkey.git", - "clone_url": "https://github.com/Distributive-Network/PythonMonkey.git", - "homepage": "https://pythonmonkey.io", - "stargazers_count": 820, - "watchers_count": 820, - "language": "C++", - "topics": [ - "cpp", - "javascript", - "python", - "pythonmonkey", - "spidermonkey" - ] - }, - { - "id": 18719856, - "node_id": "MDEwOlJlcG9zaXRvcnkxODcxOTg1Ng==", - "name": "stellarium", - "full_name": "Stellarium/stellarium", - "owner": { - "login": "Stellarium", - "id": 7320160, - "avatar_url": "https://avatars.githubusercontent.com/u/7320160?v=4", - "url": "https://api.github.com/users/Stellarium", - "html_url": "https://github.com/Stellarium" - }, - "html_url": "https://github.com/Stellarium/stellarium", - "description": "Stellarium is a free GPL software which renders realistic skies in real time with OpenGL. It is available for Linux/Unix, Windows and macOS. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.", - "url": "https://api.github.com/repos/Stellarium/stellarium", - "languages_url": "https://api.github.com/repos/Stellarium/stellarium/languages", - "created_at": "2014-04-13T02:41:56Z", - "updated_at": "2024-09-07T17:58:20Z", - "git_url": "git://github.com/Stellarium/stellarium.git", - "ssh_url": "git@github.com:Stellarium/stellarium.git", - "clone_url": "https://github.com/Stellarium/stellarium.git", - "homepage": "https://stellarium.org", - "stargazers_count": 7511, - "watchers_count": 7511, - "language": "C++", - "topics": [ - "astronomy", - "c", - "c-plus-plus", - "planetarium", - "qt5", - "qt6", - "science", - "sky", - "stars", - "stellarium", - "universe" - ] - }, - { - "id": 803790916, - "node_id": "R_kgDOL-jgRA", - "name": "vendor_lindroid", - "full_name": "Linux-on-droid/vendor_lindroid", - "owner": { - "login": "Linux-on-droid", - "id": 169881688, - "avatar_url": "https://avatars.githubusercontent.com/u/169881688?v=4", - "url": "https://api.github.com/users/Linux-on-droid", - "html_url": "https://github.com/Linux-on-droid" - }, - "html_url": "https://github.com/Linux-on-droid/vendor_lindroid", - "description": null, - "url": "https://api.github.com/repos/Linux-on-droid/vendor_lindroid", - "languages_url": "https://api.github.com/repos/Linux-on-droid/vendor_lindroid/languages", - "created_at": "2024-05-21T11:50:37Z", - "updated_at": "2024-09-07T06:38:27Z", - "git_url": "git://github.com/Linux-on-droid/vendor_lindroid.git", - "ssh_url": "git@github.com:Linux-on-droid/vendor_lindroid.git", - "clone_url": "https://github.com/Linux-on-droid/vendor_lindroid.git", - "homepage": null, - "stargazers_count": 116, - "watchers_count": 116, - "language": "C++", - "topics": [] - }, - { - "id": 615869301, - "node_id": "R_kgDOJLVrdQ", - "name": "LocalAI", - "full_name": "mudler/LocalAI", - "owner": { - "login": "mudler", - "id": 2420543, - "avatar_url": "https://avatars.githubusercontent.com/u/2420543?v=4", - "url": "https://api.github.com/users/mudler", - "html_url": "https://github.com/mudler" - }, - "html_url": "https://github.com/mudler/LocalAI", - "description": ":robot: The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and local-first. Drop-in replacement for OpenAI, running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. Features: Generate Text, Audio, Video, Images, Voice Cloning, Distributed inference", - "url": "https://api.github.com/repos/mudler/LocalAI", - "languages_url": "https://api.github.com/repos/mudler/LocalAI/languages", - "created_at": "2023-03-18T22:58:02Z", - "updated_at": "2024-09-08T00:00:45Z", - "git_url": "git://github.com/mudler/LocalAI.git", - "ssh_url": "git@github.com:mudler/LocalAI.git", - "clone_url": "https://github.com/mudler/LocalAI.git", - "homepage": "https://localai.io", - "stargazers_count": 23122, - "watchers_count": 23122, - "language": "C++", - "topics": [ - "ai", - "api", - "audio-generation", - "distributed", - "gemma", - "gpt4all", - "image-generation", - "kubernetes", - "llama", - "llama3", - "llm", - "mamba", - "mistral", - "musicgen", - "p2p", - "rerank", - "rwkv", - "stable-diffusion", - "text-generation", - "tts" - ] - }, - { - "id": 648453190, - "node_id": "R_kgDOJqacRg", - "name": "rive-runtime", - "full_name": "rive-app/rive-runtime", - "owner": { - "login": "rive-app", - "id": 58453772, - "avatar_url": "https://avatars.githubusercontent.com/u/58453772?v=4", - "url": "https://api.github.com/users/rive-app", - "html_url": "https://github.com/rive-app" - }, - "html_url": "https://github.com/rive-app/rive-runtime", - "description": "Downstream repo for Rive renderer", - "url": "https://api.github.com/repos/rive-app/rive-runtime", - "languages_url": "https://api.github.com/repos/rive-app/rive-runtime/languages", - "created_at": "2023-06-02T02:26:04Z", - "updated_at": "2024-09-07T23:02:54Z", - "git_url": "git://github.com/rive-app/rive-runtime.git", - "ssh_url": "git@github.com:rive-app/rive-runtime.git", - "clone_url": "https://github.com/rive-app/rive-runtime.git", - "homepage": null, - "stargazers_count": 619, - "watchers_count": 619, - "language": "C++", - "topics": [] - }, - { - "id": 619959033, - "node_id": "R_kgDOJPPS-Q", - "name": "gpt4all", - "full_name": "nomic-ai/gpt4all", - "owner": { - "login": "nomic-ai", - "id": 102670180, - "avatar_url": "https://avatars.githubusercontent.com/u/102670180?v=4", - "url": "https://api.github.com/users/nomic-ai", - "html_url": "https://github.com/nomic-ai" - }, - "html_url": "https://github.com/nomic-ai/gpt4all", - "description": "GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.", - "url": "https://api.github.com/repos/nomic-ai/gpt4all", - "languages_url": "https://api.github.com/repos/nomic-ai/gpt4all/languages", - "created_at": "2023-03-27T18:49:32Z", - "updated_at": "2024-09-07T23:29:12Z", - "git_url": "git://github.com/nomic-ai/gpt4all.git", - "ssh_url": "git@github.com:nomic-ai/gpt4all.git", - "clone_url": "https://github.com/nomic-ai/gpt4all.git", - "homepage": "https://nomic.ai/gpt4all", - "stargazers_count": 69006, - "watchers_count": 69006, - "language": "C++", - "topics": [ - "ai-chat", - "llm-inference" - ] - }, - { - "id": 32193707, - "node_id": "MDEwOlJlcG9zaXRvcnkzMjE5MzcwNw==", - "name": "plv8", - "full_name": "plv8/plv8", - "owner": { - "login": "plv8", - "id": 11472311, - "avatar_url": "https://avatars.githubusercontent.com/u/11472311?v=4", - "url": "https://api.github.com/users/plv8", - "html_url": "https://github.com/plv8" - }, - "html_url": "https://github.com/plv8/plv8", - "description": " V8 Engine Javascript Procedural Language add-on for PostgreSQL", - "url": "https://api.github.com/repos/plv8/plv8", - "languages_url": "https://api.github.com/repos/plv8/plv8/languages", - "created_at": "2015-03-14T03:15:40Z", - "updated_at": "2024-09-06T14:04:10Z", - "git_url": "git://github.com/plv8/plv8.git", - "ssh_url": "git@github.com:plv8/plv8.git", - "clone_url": "https://github.com/plv8/plv8.git", - "homepage": "https://plv8.github.io/", - "stargazers_count": 1908, - "watchers_count": 1908, - "language": "C++", - "topics": [ - "database", - "plv8", - "postgres", - "postgresql", - "postgresql-extension", - "procedural-language" - ] - }, - { - "id": 89142600, - "node_id": "MDEwOlJlcG9zaXRvcnk4OTE0MjYwMA==", - "name": "KShare", - "full_name": "ArsenArsen/KShare", - "owner": { - "login": "ArsenArsen", - "id": 7805050, - "avatar_url": "https://avatars.githubusercontent.com/u/7805050?v=4", - "url": "https://api.github.com/users/ArsenArsen", - "html_url": "https://github.com/ArsenArsen" - }, - "html_url": "https://github.com/ArsenArsen/KShare", - "description": "The free and open source and cross platform screen sharing software.", - "url": "https://api.github.com/repos/ArsenArsen/KShare", - "languages_url": "https://api.github.com/repos/ArsenArsen/KShare/languages", - "created_at": "2017-04-23T13:08:03Z", - "updated_at": "2024-05-28T18:37:28Z", - "git_url": "git://github.com/ArsenArsen/KShare.git", - "ssh_url": "git@github.com:ArsenArsen/KShare.git", - "clone_url": "https://github.com/ArsenArsen/KShare.git", - "homepage": "http://kshare.arsenarsen.com/", - "stargazers_count": 166, - "watchers_count": 166, - "language": "C++", - "topics": [ - "cpp", - "cpp11", - "qt", - "qt5", - "screensharing", - "screenshot", - "screenshot-utility" - ] - }, - { - "id": 10160141, - "node_id": "MDEwOlJlcG9zaXRvcnkxMDE2MDE0MQ==", - "name": "doxygen", - "full_name": "doxygen/doxygen", - "owner": { - "login": "doxygen", - "id": 1300762, - "avatar_url": "https://avatars.githubusercontent.com/u/1300762?v=4", - "url": "https://api.github.com/users/doxygen", - "html_url": "https://github.com/doxygen" - }, - "html_url": "https://github.com/doxygen/doxygen", - "description": "Official doxygen git repository", - "url": "https://api.github.com/repos/doxygen/doxygen", - "languages_url": "https://api.github.com/repos/doxygen/doxygen/languages", - "created_at": "2013-05-19T19:16:07Z", - "updated_at": "2024-09-07T19:18:22Z", - "git_url": "git://github.com/doxygen/doxygen.git", - "ssh_url": "git@github.com:doxygen/doxygen.git", - "clone_url": "https://github.com/doxygen/doxygen.git", - "homepage": "https://www.doxygen.org", - "stargazers_count": 5573, - "watchers_count": 5573, - "language": "C++", - "topics": [ - "doxygen", - "doxygen-documentation" - ] - }, - { - "id": 431420645, - "node_id": "R_kgDOGbb05Q", - "name": "InstallerFileTakeOver", - "full_name": "AlexandrVIvanov/InstallerFileTakeOver", - "owner": { - "login": "AlexandrVIvanov", - "id": 6602360, - "avatar_url": "https://avatars.githubusercontent.com/u/6602360?v=4", - "url": "https://api.github.com/users/AlexandrVIvanov", - "html_url": "https://github.com/AlexandrVIvanov" - }, - "html_url": "https://github.com/AlexandrVIvanov/InstallerFileTakeOver", - "description": null, - "url": "https://api.github.com/repos/AlexandrVIvanov/InstallerFileTakeOver", - "languages_url": "https://api.github.com/repos/AlexandrVIvanov/InstallerFileTakeOver/languages", - "created_at": "2021-11-24T09:24:32Z", - "updated_at": "2024-08-08T09:11:14Z", - "git_url": "git://github.com/AlexandrVIvanov/InstallerFileTakeOver.git", - "ssh_url": "git@github.com:AlexandrVIvanov/InstallerFileTakeOver.git", - "clone_url": "https://github.com/AlexandrVIvanov/InstallerFileTakeOver.git", - "homepage": null, - "stargazers_count": 8, - "watchers_count": 8, - "language": "C++", - "topics": [] - }, - { - "id": 369408234, - "node_id": "MDEwOlJlcG9zaXRvcnkzNjk0MDgyMzQ=", - "name": "BlackDex", - "full_name": "CodingGay/BlackDex", - "owner": { - "login": "CodingGay", - "id": 83878298, - "avatar_url": "https://avatars.githubusercontent.com/u/83878298?v=4", - "url": "https://api.github.com/users/CodingGay", - "html_url": "https://github.com/CodingGay" - }, - "html_url": "https://github.com/CodingGay/BlackDex", - "description": "BlackDex is an Android unpack(dexdump) tool, it supports Android 5.0~12 and need not rely to any environment. BlackDex can run on any Android mobile phone or emulator, you can unpack APK File in several seconds.", - "url": "https://api.github.com/repos/CodingGay/BlackDex", - "languages_url": "https://api.github.com/repos/CodingGay/BlackDex/languages", - "created_at": "2021-05-21T03:59:07Z", - "updated_at": "2024-09-08T00:18:57Z", - "git_url": "git://github.com/CodingGay/BlackDex.git", - "ssh_url": "git@github.com:CodingGay/BlackDex.git", - "clone_url": "https://github.com/CodingGay/BlackDex.git", - "homepage": "", - "stargazers_count": 5636, - "watchers_count": 5636, - "language": "C++", - "topics": [ - "android", - "android-unpack", - "blackbox", - "blackdex", - "dexdump", - "dump", - "dumpdex", - "shell", - "unpack", - "unpacker", - "unpacking" - ] - }, - { - "id": 144447158, - "node_id": "MDEwOlJlcG9zaXRvcnkxNDQ0NDcxNTg=", - "name": "apk-editor-studio", - "full_name": "kefir500/apk-editor-studio", - "owner": { - "login": "kefir500", - "id": 3617499, - "avatar_url": "https://avatars.githubusercontent.com/u/3617499?v=4", - "url": "https://api.github.com/users/kefir500", - "html_url": "https://github.com/kefir500" - }, - "html_url": "https://github.com/kefir500/apk-editor-studio", - "description": "Powerful yet easy to use APK editor for PC and Mac.", - "url": "https://api.github.com/repos/kefir500/apk-editor-studio", - "languages_url": "https://api.github.com/repos/kefir500/apk-editor-studio/languages", - "created_at": "2018-08-12T07:34:00Z", - "updated_at": "2024-09-06T09:55:53Z", - "git_url": "git://github.com/kefir500/apk-editor-studio.git", - "ssh_url": "git@github.com:kefir500/apk-editor-studio.git", - "clone_url": "https://github.com/kefir500/apk-editor-studio.git", - "homepage": "https://qwertycube.com/apk-editor-studio/", - "stargazers_count": 993, - "watchers_count": 993, - "language": "C++", - "topics": [ - "apk-decompiler", - "apk-editor", - "apktool", - "qt" - ] - }, - { - "id": 612354784, - "node_id": "R_kgDOJH_K4A", - "name": "llama.cpp", - "full_name": "ggerganov/llama.cpp", - "owner": { - "login": "ggerganov", - "id": 1991296, - "avatar_url": "https://avatars.githubusercontent.com/u/1991296?v=4", - "url": "https://api.github.com/users/ggerganov", - "html_url": "https://github.com/ggerganov" - }, - "html_url": "https://github.com/ggerganov/llama.cpp", - "description": "LLM inference in C/C++", - "url": "https://api.github.com/repos/ggerganov/llama.cpp", - "languages_url": "https://api.github.com/repos/ggerganov/llama.cpp/languages", - "created_at": "2023-03-10T18:58:00Z", - "updated_at": "2024-09-07T23:55:06Z", - "git_url": "git://github.com/ggerganov/llama.cpp.git", - "ssh_url": "git@github.com:ggerganov/llama.cpp.git", - "clone_url": "https://github.com/ggerganov/llama.cpp.git", - "homepage": "", - "stargazers_count": 64615, - "watchers_count": 64615, - "language": "C++", - "topics": [ - "ggml", - "llama" - ] - }, - { - "id": 142769875, - "node_id": "MDEwOlJlcG9zaXRvcnkxNDI3Njk4NzU=", - "name": "CR14-emulator-for-CatGenie-120", - "full_name": "davidhampgonsalves/CR14-emulator-for-CatGenie-120", - "owner": { - "login": "davidhampgonsalves", - "id": 178893, - "avatar_url": "https://avatars.githubusercontent.com/u/178893?v=4", - "url": "https://api.github.com/users/davidhampgonsalves", - "html_url": "https://github.com/davidhampgonsalves" - }, - "html_url": "https://github.com/davidhampgonsalves/CR14-emulator-for-CatGenie-120", - "description": "Suppress the CatGenie 120 DRM and refill soap cartridges using an Arduino", - "url": "https://api.github.com/repos/davidhampgonsalves/CR14-emulator-for-CatGenie-120", - "languages_url": "https://api.github.com/repos/davidhampgonsalves/CR14-emulator-for-CatGenie-120/languages", - "created_at": "2018-07-29T14:54:27Z", - "updated_at": "2024-09-07T05:06:53Z", - "git_url": "git://github.com/davidhampgonsalves/CR14-emulator-for-CatGenie-120.git", - "ssh_url": "git@github.com:davidhampgonsalves/CR14-emulator-for-CatGenie-120.git", - "clone_url": "https://github.com/davidhampgonsalves/CR14-emulator-for-CatGenie-120.git", - "homepage": "https://davidhampgonsalves.com/reverse-engineering-cat-genie-120-drm/", - "stargazers_count": 68, - "watchers_count": 68, - "language": "C++", - "topics": [ - "arduino", - "featured", - "reverse-engineering" - ] - }, - { - "id": 216405158, - "node_id": "MDEwOlJlcG9zaXRvcnkyMTY0MDUxNTg=", - "name": "fut", - "full_name": "fusionlanguage/fut", - "owner": { - "login": "fusionlanguage", - "id": 141214340, - "avatar_url": "https://avatars.githubusercontent.com/u/141214340?v=4", - "url": "https://api.github.com/users/fusionlanguage", - "html_url": "https://github.com/fusionlanguage" - }, - "html_url": "https://github.com/fusionlanguage/fut", - "description": "Fusion programming language. Transpiling to C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript and OpenCL C.", - "url": "https://api.github.com/repos/fusionlanguage/fut", - "languages_url": "https://api.github.com/repos/fusionlanguage/fut/languages", - "created_at": "2019-10-20T18:07:19Z", - "updated_at": "2024-09-07T00:22:01Z", - "git_url": "git://github.com/fusionlanguage/fut.git", - "ssh_url": "git@github.com:fusionlanguage/fut.git", - "clone_url": "https://github.com/fusionlanguage/fut.git", - "homepage": "https://fusion-lang.org", - "stargazers_count": 1742, - "watchers_count": 1742, - "language": "C++", - "topics": [ - "language", - "programming-language", - "transpiler" - ] - }, - { - "id": 25158026, - "node_id": "MDEwOlJlcG9zaXRvcnkyNTE1ODAyNg==", - "name": "Waterfox", - "full_name": "BrowserWorks/Waterfox", - "owner": { - "login": "BrowserWorks", - "id": 78850935, - "avatar_url": "https://avatars.githubusercontent.com/u/78850935?v=4", - "url": "https://api.github.com/users/BrowserWorks", - "html_url": "https://github.com/BrowserWorks" - }, - "html_url": "https://github.com/BrowserWorks/Waterfox", - "description": "The official Waterfox 💧 source code repository", - "url": "https://api.github.com/repos/BrowserWorks/Waterfox", - "languages_url": "https://api.github.com/repos/BrowserWorks/Waterfox/languages", - "created_at": "2014-10-13T12:37:53Z", - "updated_at": "2024-09-06T18:30:06Z", - "git_url": "git://github.com/BrowserWorks/Waterfox.git", - "ssh_url": "git@github.com:BrowserWorks/Waterfox.git", - "clone_url": "https://github.com/BrowserWorks/Waterfox.git", - "homepage": "https://www.waterfox.net", - "stargazers_count": 3721, - "watchers_count": 3721, - "language": "C++", - "topics": [ - "browser", - "gecko", - "waterfox", - "web", - "web-browser" - ] - }, - { - "id": 57972074, - "node_id": "MDEwOlJlcG9zaXRvcnk1Nzk3MjA3NA==", - "name": "cartreader", - "full_name": "sanni/cartreader", - "owner": { - "login": "sanni", - "id": 19169494, - "avatar_url": "https://avatars.githubusercontent.com/u/19169494?v=4", - "url": "https://api.github.com/users/sanni", - "html_url": "https://github.com/sanni" - }, - "html_url": "https://github.com/sanni/cartreader", - "description": "A shield for the Arduino Mega that can back up video game cartridges.", - "url": "https://api.github.com/repos/sanni/cartreader", - "languages_url": "https://api.github.com/repos/sanni/cartreader/languages", - "created_at": "2016-05-03T13:40:09Z", - "updated_at": "2024-09-07T03:40:56Z", - "git_url": "git://github.com/sanni/cartreader.git", - "ssh_url": "git@github.com:sanni/cartreader.git", - "clone_url": "https://github.com/sanni/cartreader.git", - "homepage": "", - "stargazers_count": 2150, - "watchers_count": 2150, - "language": "C++", - "topics": [ - "arduino" - ] - }, - { - "id": 84901543, - "node_id": "MDEwOlJlcG9zaXRvcnk4NDkwMTU0Mw==", - "name": "qBittorrent-Enhanced-Edition", - "full_name": "c0re100/qBittorrent-Enhanced-Edition", - "owner": { - "login": "c0re100", - "id": 5726473, - "avatar_url": "https://avatars.githubusercontent.com/u/5726473?v=4", - "url": "https://api.github.com/users/c0re100", - "html_url": "https://github.com/c0re100" - }, - "html_url": "https://github.com/c0re100/qBittorrent-Enhanced-Edition", - "description": "[Unofficial] qBittorrent Enhanced, based on qBittorrent", - "url": "https://api.github.com/repos/c0re100/qBittorrent-Enhanced-Edition", - "languages_url": "https://api.github.com/repos/c0re100/qBittorrent-Enhanced-Edition/languages", - "created_at": "2017-03-14T03:30:46Z", - "updated_at": "2024-09-07T19:19:28Z", - "git_url": "git://github.com/c0re100/qBittorrent-Enhanced-Edition.git", - "ssh_url": "git@github.com:c0re100/qBittorrent-Enhanced-Edition.git", - "clone_url": "https://github.com/c0re100/qBittorrent-Enhanced-Edition.git", - "homepage": "https://github.com/c0re100/qBittorrent-Enhanced-Edition", - "stargazers_count": 18323, - "watchers_count": 18323, - "language": "C++", - "topics": [ - "bittorrent", - "bittorrent-client" - ] - }, - { - "id": 181557579, - "node_id": "MDEwOlJlcG9zaXRvcnkxODE1NTc1Nzk=", - "name": "emuiibo", - "full_name": "XorTroll/emuiibo", - "owner": { - "login": "XorTroll", - "id": 33005497, - "avatar_url": "https://avatars.githubusercontent.com/u/33005497?v=4", - "url": "https://api.github.com/users/XorTroll", - "html_url": "https://github.com/XorTroll" - }, - "html_url": "https://github.com/XorTroll/emuiibo", - "description": "Virtual amiibo (amiibo emulation) system for Nintendo Switch", - "url": "https://api.github.com/repos/XorTroll/emuiibo", - "languages_url": "https://api.github.com/repos/XorTroll/emuiibo/languages", - "created_at": "2019-04-15T20:05:11Z", - "updated_at": "2024-09-05T11:53:05Z", - "git_url": "git://github.com/XorTroll/emuiibo.git", - "ssh_url": "git@github.com:XorTroll/emuiibo.git", - "clone_url": "https://github.com/XorTroll/emuiibo.git", - "homepage": "", - "stargazers_count": 1135, - "watchers_count": 1135, - "language": "C++", - "topics": [ - "amiibo", - "amiibo-emulation", - "botw", - "emulation", - "hacktoberfest", - "horizon", - "hos", - "mitm", - "nintendo", - "nintendo-switch", - "nintendo-switch-homebrew", - "sysmodule" - ] - }, - { - "id": 434098140, - "node_id": "R_kgDOGd_P3A", - "name": "vs-mlrt", - "full_name": "AmusementClub/vs-mlrt", - "owner": { - "login": "AmusementClub", - "id": 86638041, - "avatar_url": "https://avatars.githubusercontent.com/u/86638041?v=4", - "url": "https://api.github.com/users/AmusementClub", - "html_url": "https://github.com/AmusementClub" - }, - "html_url": "https://github.com/AmusementClub/vs-mlrt", - "description": "Efficient CPU/GPU ML Runtimes for VapourSynth (with built-in support for waifu2x, DPIR, RealESRGANv2/v3, Real-CUGAN, RIFE, SCUNet and more!)", - "url": "https://api.github.com/repos/AmusementClub/vs-mlrt", - "languages_url": "https://api.github.com/repos/AmusementClub/vs-mlrt/languages", - "created_at": "2021-12-02T05:48:44Z", - "updated_at": "2024-09-07T09:20:42Z", - "git_url": "git://github.com/AmusementClub/vs-mlrt.git", - "ssh_url": "git@github.com:AmusementClub/vs-mlrt.git", - "clone_url": "https://github.com/AmusementClub/vs-mlrt.git", - "homepage": "", - "stargazers_count": 276, - "watchers_count": 276, - "language": "C++", - "topics": [ - "artificial-intelligence", - "cuda", - "deep-learning", - "directml", - "dpir", - "gpu", - "migraphx", - "ncnn", - "neural-network", - "onnx", - "onnxruntime", - "openvino", - "real-cugan", - "real-esrgan", - "rife", - "tensorrt", - "vapoursynth", - "vulkan", - "waifu2x" - ] - }, - { - "id": 203096124, - "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwOTYxMjQ=", - "name": "DNSCewl", - "full_name": "codingo/DNSCewl", - "owner": { - "login": "codingo", - "id": 886344, - "avatar_url": "https://avatars.githubusercontent.com/u/886344?v=4", - "url": "https://api.github.com/users/codingo", - "html_url": "https://github.com/codingo" - }, - "html_url": "https://github.com/codingo/DNSCewl", - "description": "A DNS Bruteforcing Wordlist Generator", - "url": "https://api.github.com/repos/codingo/DNSCewl", - "languages_url": "https://api.github.com/repos/codingo/DNSCewl/languages", - "created_at": "2019-08-19T04:06:10Z", - "updated_at": "2024-09-02T18:21:03Z", - "git_url": "git://github.com/codingo/DNSCewl.git", - "ssh_url": "git@github.com:codingo/DNSCewl.git", - "clone_url": "https://github.com/codingo/DNSCewl.git", - "homepage": null, - "stargazers_count": 345, - "watchers_count": 345, - "language": "C++", + "html_url": "https://github.com/actions" + }, + "html_url": "https://github.com/actions/runner-images", + "description": "GitHub Actions runner images", + "url": "https://api.github.com/repos/actions/runner-images", + "languages_url": "https://api.github.com/repos/actions/runner-images/languages", + "created_at": "2019-06-05T15:02:59Z", + "updated_at": "2024-09-08T11:57:45Z", + "git_url": "git://github.com/actions/runner-images.git", + "ssh_url": "git@github.com:actions/runner-images.git", + "clone_url": "https://github.com/actions/runner-images.git", + "homepage": "", + "stargazers_count": 9792, + "watchers_count": 9792, + "language": "PowerShell", "topics": [] }, { - "id": 235070415, - "node_id": "MDEwOlJlcG9zaXRvcnkyMzUwNzA0MTU=", - "name": "Waifu2x-Extension-GUI", - "full_name": "AaronFeng753/Waifu2x-Extension-GUI", + "id": 307843105, + "node_id": "MDEwOlJlcG9zaXRvcnkzMDc4NDMxMDU=", + "name": "Win11Debloat", + "full_name": "Raphire/Win11Debloat", "owner": { - "login": "AaronFeng753", - "id": 52553688, - "avatar_url": "https://avatars.githubusercontent.com/u/52553688?v=4", - "url": "https://api.github.com/users/AaronFeng753", - "html_url": "https://github.com/AaronFeng753" + "login": "Raphire", + "id": 9938813, + "avatar_url": "https://avatars.githubusercontent.com/u/9938813?v=4", + "url": "https://api.github.com/users/Raphire", + "html_url": "https://github.com/Raphire" }, - "html_url": "https://github.com/AaronFeng753/Waifu2x-Extension-GUI", - "description": "Video, Image and GIF upscale/enlarge(Super-Resolution) and Video frame interpolation. Achieved with Waifu2x, Real-ESRGAN, Real-CUGAN, RTX Video Super Resolution VSR, SRMD, RealSR, Anime4K, RIFE, IFRNet, CAIN, DAIN, and ACNet.", - "url": "https://api.github.com/repos/AaronFeng753/Waifu2x-Extension-GUI", - "languages_url": "https://api.github.com/repos/AaronFeng753/Waifu2x-Extension-GUI/languages", - "created_at": "2020-01-20T10:01:28Z", - "updated_at": "2024-09-07T20:00:39Z", - "git_url": "git://github.com/AaronFeng753/Waifu2x-Extension-GUI.git", - "ssh_url": "git@github.com:AaronFeng753/Waifu2x-Extension-GUI.git", - "clone_url": "https://github.com/AaronFeng753/Waifu2x-Extension-GUI.git", - "homepage": "https://patreon.com/aaronfeng", - "stargazers_count": 12782, - "watchers_count": 12782, - "language": "C++", + "html_url": "https://github.com/Raphire/Win11Debloat", + "description": "A simple, easy to use PowerShell script to remove pre-installed apps from Windows, disable telemetry, remove Bing from Windows search as well as perform various other changes to declutter and improve your Windows experience. This script works for both Windows 10 and Windows 11.", + "url": "https://api.github.com/repos/Raphire/Win11Debloat", + "languages_url": "https://api.github.com/repos/Raphire/Win11Debloat/languages", + "created_at": "2020-10-27T22:26:59Z", + "updated_at": "2024-09-08T11:18:27Z", + "git_url": "git://github.com/Raphire/Win11Debloat.git", + "ssh_url": "git@github.com:Raphire/Win11Debloat.git", + "clone_url": "https://github.com/Raphire/Win11Debloat.git", + "homepage": "", + "stargazers_count": 12181, + "watchers_count": 12181, + "language": "PowerShell", "topics": [ - "anime", - "anime4k", - "esrgan", - "frame-interpolation", - "image-enlarger", - "ncnn", - "noise-reduction", - "rtx-video-super-resolution", - "rtx-vsr", - "super-resolution", - "upscaling", - "video", - "video-enlarger", - "video-frame-interpolation", - "video-interpolation", - "video-processing", - "video-super-resolution", - "vulkan", - "waifu2x", - "waifu2x-ncnn-vulkan" + "appxpackages", + "bloatware", + "bloatware-removal", + "cleanup", + "debloat", + "debloater", + "declutter", + "interactive", + "optimize", + "powershell", + "powershell-script", + "ps1", + "registry-tweaks", + "tweaks", + "windows", + "windows-10", + "windows-11", + "windows-11-debloat", + "windows10", + "windows11" ] }, { - "id": 5108051, - "node_id": "MDEwOlJlcG9zaXRvcnk1MTA4MDUx", - "name": "opencv", - "full_name": "opencv/opencv", + "id": 486418532, + "node_id": "R_kgDOHP4oZA", + "name": "winutil", + "full_name": "ChrisTitusTech/winutil", "owner": { - "login": "opencv", - "id": 5009934, - "avatar_url": "https://avatars.githubusercontent.com/u/5009934?v=4", - "url": "https://api.github.com/users/opencv", - "html_url": "https://github.com/opencv" + "login": "ChrisTitusTech", + "id": 7896101, + "avatar_url": "https://avatars.githubusercontent.com/u/7896101?v=4", + "url": "https://api.github.com/users/ChrisTitusTech", + "html_url": "https://github.com/ChrisTitusTech" }, - "html_url": "https://github.com/opencv/opencv", - "description": "Open Source Computer Vision Library", - "url": "https://api.github.com/repos/opencv/opencv", - "languages_url": "https://api.github.com/repos/opencv/opencv/languages", - "created_at": "2012-07-19T09:40:17Z", - "updated_at": "2024-09-07T20:07:01Z", - "git_url": "git://github.com/opencv/opencv.git", - "ssh_url": "git@github.com:opencv/opencv.git", - "clone_url": "https://github.com/opencv/opencv.git", - "homepage": "https://opencv.org", - "stargazers_count": 77848, - "watchers_count": 77848, - "language": "C++", - "topics": [ - "c-plus-plus", - "computer-vision", - "deep-learning", - "image-processing", - "opencv" - ] + "html_url": "https://github.com/ChrisTitusTech/winutil", + "description": "Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates", + "url": "https://api.github.com/repos/ChrisTitusTech/winutil", + "languages_url": "https://api.github.com/repos/ChrisTitusTech/winutil/languages", + "created_at": "2022-04-28T02:25:19Z", + "updated_at": "2024-09-08T11:51:35Z", + "git_url": "git://github.com/ChrisTitusTech/winutil.git", + "ssh_url": "git@github.com:ChrisTitusTech/winutil.git", + "clone_url": "https://github.com/ChrisTitusTech/winutil.git", + "homepage": "", + "stargazers_count": 20715, + "watchers_count": 20715, + "language": "PowerShell", + "topics": [] }, { - "id": 108110, - "node_id": "MDEwOlJlcG9zaXRvcnkxMDgxMTA=", - "name": "mongo", - "full_name": "mongodb/mongo", + "id": 262897647, + "node_id": "MDEwOlJlcG9zaXRvcnkyNjI4OTc2NDc=", + "name": "youtube-dl_script", + "full_name": "velodo/youtube-dl_script", "owner": { - "login": "mongodb", - "id": 45120, - "avatar_url": "https://avatars.githubusercontent.com/u/45120?v=4", - "url": "https://api.github.com/users/mongodb", - "html_url": "https://github.com/mongodb" + "login": "velodo", + "id": 44948626, + "avatar_url": "https://avatars.githubusercontent.com/u/44948626?v=4", + "url": "https://api.github.com/users/velodo", + "html_url": "https://github.com/velodo" }, - "html_url": "https://github.com/mongodb/mongo", - "description": "The MongoDB Database", - "url": "https://api.github.com/repos/mongodb/mongo", - "languages_url": "https://api.github.com/repos/mongodb/mongo/languages", - "created_at": "2009-01-15T16:15:18Z", - "updated_at": "2024-09-07T23:48:35Z", - "git_url": "git://github.com/mongodb/mongo.git", - "ssh_url": "git@github.com:mongodb/mongo.git", - "clone_url": "https://github.com/mongodb/mongo.git", - "homepage": "https://www.mongodb.com/", - "stargazers_count": 26062, - "watchers_count": 26062, + "html_url": "https://github.com/velodo/youtube-dl_script", + "description": "Windows Powershell script with template config files for archiving YouTube channels.", + "url": "https://api.github.com/repos/velodo/youtube-dl_script", + "languages_url": "https://api.github.com/repos/velodo/youtube-dl_script/languages", + "created_at": "2020-05-10T23:58:03Z", + "updated_at": "2024-08-12T03:51:00Z", + "git_url": "git://github.com/velodo/youtube-dl_script.git", + "ssh_url": "git@github.com:velodo/youtube-dl_script.git", + "clone_url": "https://github.com/velodo/youtube-dl_script.git", + "homepage": "", + "stargazers_count": 21, + "watchers_count": 21, + "language": "PowerShell", + "topics": [] + } + ], + "C++": [ + { + "id": 11617231, + "node_id": "MDEwOlJlcG9zaXRvcnkxMTYxNzIzMQ==", + "name": "thrust", + "full_name": "breach/thrust", + "owner": { + "login": "breach", + "id": 5822954, + "avatar_url": "https://avatars.githubusercontent.com/u/5822954?v=4", + "url": "https://api.github.com/users/breach", + "html_url": "https://github.com/breach" + }, + "html_url": "https://github.com/breach/thrust", + "description": "Chromium-based cross-platform / cross-language application framework", + "url": "https://api.github.com/repos/breach/thrust", + "languages_url": "https://api.github.com/repos/breach/thrust/languages", + "created_at": "2013-07-23T19:32:40Z", + "updated_at": "2024-08-13T18:06:42Z", + "git_url": "git://github.com/breach/thrust.git", + "ssh_url": "git@github.com:breach/thrust.git", + "clone_url": "https://github.com/breach/thrust.git", + "homepage": "", + "stargazers_count": 2772, + "watchers_count": 2772, "language": "C++", - "topics": [ - "c-plus-plus", - "database", - "mongodb", - "nosql" - ] + "topics": [] }, { - "id": 78945412, - "node_id": "MDEwOlJlcG9zaXRvcnk3ODk0NTQxMg==", - "name": "nerd", - "full_name": "NerdLang/nerd", + "id": 538570824, + "node_id": "R_kgDOIBnwSA", + "name": "PythonMonkey", + "full_name": "Distributive-Network/PythonMonkey", "owner": { - "login": "NerdLang", - "id": 85116139, - "avatar_url": "https://avatars.githubusercontent.com/u/85116139?v=4", - "url": "https://api.github.com/users/NerdLang", - "html_url": "https://github.com/NerdLang" + "login": "Distributive-Network", + "id": 68128254, + "avatar_url": "https://avatars.githubusercontent.com/u/68128254?v=4", + "url": "https://api.github.com/users/Distributive-Network", + "html_url": "https://github.com/Distributive-Network" }, - "html_url": "https://github.com/NerdLang/nerd", - "description": "🔱 Javascript's God Mode. No VM. No Bytecode. No GC. Just native binaries.", - "url": "https://api.github.com/repos/NerdLang/nerd", - "languages_url": "https://api.github.com/repos/NerdLang/nerd/languages", - "created_at": "2017-01-14T14:37:09Z", - "updated_at": "2024-08-31T13:45:44Z", - "git_url": "git://github.com/NerdLang/nerd.git", - "ssh_url": "git@github.com:NerdLang/nerd.git", - "clone_url": "https://github.com/NerdLang/nerd.git", - "homepage": "https://nectarjs.com", - "stargazers_count": 3571, - "watchers_count": 3571, + "html_url": "https://github.com/Distributive-Network/PythonMonkey", + "description": "A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.", + "url": "https://api.github.com/repos/Distributive-Network/PythonMonkey", + "languages_url": "https://api.github.com/repos/Distributive-Network/PythonMonkey/languages", + "created_at": "2022-09-19T15:32:19Z", + "updated_at": "2024-09-07T12:47:19Z", + "git_url": "git://github.com/Distributive-Network/PythonMonkey.git", + "ssh_url": "git@github.com:Distributive-Network/PythonMonkey.git", + "clone_url": "https://github.com/Distributive-Network/PythonMonkey.git", + "homepage": "https://pythonmonkey.io", + "stargazers_count": 820, + "watchers_count": 820, "language": "C++", "topics": [ - "arduino", - "compilation", - "js", - "nodejs", - "raspberry", - "wasm" + "cpp", + "javascript", + "python", + "pythonmonkey", + "spidermonkey" ] }, { - "id": 399784772, - "node_id": "MDEwOlJlcG9zaXRvcnkzOTk3ODQ3NzI=", - "name": "rtl-sdr-scanner-cpp", - "full_name": "shajen/rtl-sdr-scanner-cpp", + "id": 18719856, + "node_id": "MDEwOlJlcG9zaXRvcnkxODcxOTg1Ng==", + "name": "stellarium", + "full_name": "Stellarium/stellarium", "owner": { - "login": "shajen", - "id": 36173737, - "avatar_url": "https://avatars.githubusercontent.com/u/36173737?v=4", - "url": "https://api.github.com/users/shajen", - "html_url": "https://github.com/shajen" + "login": "Stellarium", + "id": 7320160, + "avatar_url": "https://avatars.githubusercontent.com/u/7320160?v=4", + "url": "https://api.github.com/users/Stellarium", + "html_url": "https://github.com/Stellarium" }, - "html_url": "https://github.com/shajen/rtl-sdr-scanner-cpp", - "description": null, - "url": "https://api.github.com/repos/shajen/rtl-sdr-scanner-cpp", - "languages_url": "https://api.github.com/repos/shajen/rtl-sdr-scanner-cpp/languages", - "created_at": "2021-08-25T10:52:52Z", - "updated_at": "2024-09-02T16:08:09Z", - "git_url": "git://github.com/shajen/rtl-sdr-scanner-cpp.git", - "ssh_url": "git@github.com:shajen/rtl-sdr-scanner-cpp.git", - "clone_url": "https://github.com/shajen/rtl-sdr-scanner-cpp.git", - "homepage": "", - "stargazers_count": 620, - "watchers_count": 620, + "html_url": "https://github.com/Stellarium/stellarium", + "description": "Stellarium is a free GPL software which renders realistic skies in real time with OpenGL. It is available for Linux/Unix, Windows and macOS. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.", + "url": "https://api.github.com/repos/Stellarium/stellarium", + "languages_url": "https://api.github.com/repos/Stellarium/stellarium/languages", + "created_at": "2014-04-13T02:41:56Z", + "updated_at": "2024-09-08T10:45:29Z", + "git_url": "git://github.com/Stellarium/stellarium.git", + "ssh_url": "git@github.com:Stellarium/stellarium.git", + "clone_url": "https://github.com/Stellarium/stellarium.git", + "homepage": "https://stellarium.org", + "stargazers_count": 7512, + "watchers_count": 7512, "language": "C++", "topics": [ - "hackrf", - "rtl-sdr", - "rtlsdr", - "sdr" + "astronomy", + "c", + "c-plus-plus", + "planetarium", + "qt5", + "qt6", + "science", + "sky", + "stars", + "stellarium", + "universe" ] }, { - "id": 527309421, - "node_id": "R_kgDOH24abQ", - "name": "googerteller", - "full_name": "berthubert/googerteller", + "id": 803790916, + "node_id": "R_kgDOL-jgRA", + "name": "vendor_lindroid", + "full_name": "Linux-on-droid/vendor_lindroid", "owner": { - "login": "berthubert", - "id": 68055427, - "avatar_url": "https://avatars.githubusercontent.com/u/68055427?v=4", - "url": "https://api.github.com/users/berthubert", - "html_url": "https://github.com/berthubert" + "login": "Linux-on-droid", + "id": 169881688, + "avatar_url": "https://avatars.githubusercontent.com/u/169881688?v=4", + "url": "https://api.github.com/users/Linux-on-droid", + "html_url": "https://github.com/Linux-on-droid" }, - "html_url": "https://github.com/berthubert/googerteller", - "description": "audible feedback on just how much your browsing feeds into google", - "url": "https://api.github.com/repos/berthubert/googerteller", - "languages_url": "https://api.github.com/repos/berthubert/googerteller/languages", - "created_at": "2022-08-21T19:41:00Z", - "updated_at": "2024-08-26T19:53:18Z", - "git_url": "git://github.com/berthubert/googerteller.git", - "ssh_url": "git@github.com:berthubert/googerteller.git", - "clone_url": "https://github.com/berthubert/googerteller.git", + "html_url": "https://github.com/Linux-on-droid/vendor_lindroid", + "description": null, + "url": "https://api.github.com/repos/Linux-on-droid/vendor_lindroid", + "languages_url": "https://api.github.com/repos/Linux-on-droid/vendor_lindroid/languages", + "created_at": "2024-05-21T11:50:37Z", + "updated_at": "2024-09-07T06:38:27Z", + "git_url": "git://github.com/Linux-on-droid/vendor_lindroid.git", + "ssh_url": "git@github.com:Linux-on-droid/vendor_lindroid.git", + "clone_url": "https://github.com/Linux-on-droid/vendor_lindroid.git", "homepage": null, - "stargazers_count": 2178, - "watchers_count": 2178, + "stargazers_count": 116, + "watchers_count": 116, "language": "C++", "topics": [] }, { - "id": 241178673, - "node_id": "MDEwOlJlcG9zaXRvcnkyNDExNzg2NzM=", - "name": "f3d", - "full_name": "f3d-app/f3d", + "id": 615869301, + "node_id": "R_kgDOJLVrdQ", + "name": "LocalAI", + "full_name": "mudler/LocalAI", "owner": { - "login": "f3d-app", - "id": 93085409, - "avatar_url": "https://avatars.githubusercontent.com/u/93085409?v=4", - "url": "https://api.github.com/users/f3d-app", - "html_url": "https://github.com/f3d-app" + "login": "mudler", + "id": 2420543, + "avatar_url": "https://avatars.githubusercontent.com/u/2420543?v=4", + "url": "https://api.github.com/users/mudler", + "html_url": "https://github.com/mudler" }, - "html_url": "https://github.com/f3d-app/f3d", - "description": "Fast and minimalist 3D viewer.", - "url": "https://api.github.com/repos/f3d-app/f3d", - "languages_url": "https://api.github.com/repos/f3d-app/f3d/languages", - "created_at": "2020-02-17T18:26:59Z", - "updated_at": "2024-09-07T16:30:55Z", - "git_url": "git://github.com/f3d-app/f3d.git", - "ssh_url": "git@github.com:f3d-app/f3d.git", - "clone_url": "https://github.com/f3d-app/f3d.git", - "homepage": "https://f3d.app", - "stargazers_count": 2707, - "watchers_count": 2707, + "html_url": "https://github.com/mudler/LocalAI", + "description": ":robot: The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and local-first. Drop-in replacement for OpenAI, running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. Features: Generate Text, Audio, Video, Images, Voice Cloning, Distributed inference", + "url": "https://api.github.com/repos/mudler/LocalAI", + "languages_url": "https://api.github.com/repos/mudler/LocalAI/languages", + "created_at": "2023-03-18T22:58:02Z", + "updated_at": "2024-09-08T11:46:21Z", + "git_url": "git://github.com/mudler/LocalAI.git", + "ssh_url": "git@github.com:mudler/LocalAI.git", + "clone_url": "https://github.com/mudler/LocalAI.git", + "homepage": "https://localai.io", + "stargazers_count": 23128, + "watchers_count": 23128, "language": "C++", "topics": [ - "3d", - "3d-graphics", - "3d-viewer", - "command-line-tool", - "dxf", - "fbx", - "glb", - "gltf", - "gltf-viewer", - "graphics", - "kiss", - "obj", - "physically-based-rendering", - "raytracing", - "rendering", - "step", - "stl-viewer", - "usd", - "volume-rendering", - "vtk" + "ai", + "api", + "audio-generation", + "distributed", + "gemma", + "gpt4all", + "image-generation", + "kubernetes", + "llama", + "llama3", + "llm", + "mamba", + "mistral", + "musicgen", + "p2p", + "rerank", + "rwkv", + "stable-diffusion", + "text-generation", + "tts" ] }, { - "id": 3925242, - "node_id": "MDEwOlJlcG9zaXRvcnkzOTI1MjQy", - "name": "bgfx", - "full_name": "bkaradzic/bgfx", + "id": 648453190, + "node_id": "R_kgDOJqacRg", + "name": "rive-runtime", + "full_name": "rive-app/rive-runtime", "owner": { - "login": "bkaradzic", - "id": 814772, - "avatar_url": "https://avatars.githubusercontent.com/u/814772?v=4", - "url": "https://api.github.com/users/bkaradzic", - "html_url": "https://github.com/bkaradzic" + "login": "rive-app", + "id": 58453772, + "avatar_url": "https://avatars.githubusercontent.com/u/58453772?v=4", + "url": "https://api.github.com/users/rive-app", + "html_url": "https://github.com/rive-app" }, - "html_url": "https://github.com/bkaradzic/bgfx", - "description": "Cross-platform, graphics API agnostic, \"Bring Your Own Engine/Framework\" style rendering library.", - "url": "https://api.github.com/repos/bkaradzic/bgfx", - "languages_url": "https://api.github.com/repos/bkaradzic/bgfx/languages", - "created_at": "2012-04-04T03:39:04Z", - "updated_at": "2024-09-07T23:50:44Z", - "git_url": "git://github.com/bkaradzic/bgfx.git", - "ssh_url": "git@github.com:bkaradzic/bgfx.git", - "clone_url": "https://github.com/bkaradzic/bgfx.git", - "homepage": "https://bkaradzic.github.io/bgfx/overview.html", - "stargazers_count": 14856, - "watchers_count": 14856, + "html_url": "https://github.com/rive-app/rive-runtime", + "description": "Downstream repo for Rive renderer", + "url": "https://api.github.com/repos/rive-app/rive-runtime", + "languages_url": "https://api.github.com/repos/rive-app/rive-runtime/languages", + "created_at": "2023-06-02T02:26:04Z", + "updated_at": "2024-09-07T23:02:54Z", + "git_url": "git://github.com/rive-app/rive-runtime.git", + "ssh_url": "git@github.com:rive-app/rive-runtime.git", + "clone_url": "https://github.com/rive-app/rive-runtime.git", + "homepage": null, + "stargazers_count": 619, + "watchers_count": 619, "language": "C++", - "topics": [ - "d3d11", - "d3d12", - "directx", - "directx-11", - "directx-12", - "engine", - "gamedev", - "gles", - "glfw", - "graphics", - "metal", - "opengl", - "rendering", - "sdl", - "vulkan", - "vulkan-api", - "webgl" - ] + "topics": [] }, { - "id": 79317191, - "node_id": "MDEwOlJlcG9zaXRvcnk3OTMxNzE5MQ==", - "name": "typesense", - "full_name": "typesense/typesense", + "id": 619959033, + "node_id": "R_kgDOJPPS-Q", + "name": "gpt4all", + "full_name": "nomic-ai/gpt4all", "owner": { - "login": "typesense", - "id": 19822348, - "avatar_url": "https://avatars.githubusercontent.com/u/19822348?v=4", - "url": "https://api.github.com/users/typesense", - "html_url": "https://github.com/typesense" + "login": "nomic-ai", + "id": 102670180, + "avatar_url": "https://avatars.githubusercontent.com/u/102670180?v=4", + "url": "https://api.github.com/users/nomic-ai", + "html_url": "https://github.com/nomic-ai" }, - "html_url": "https://github.com/typesense/typesense", - "description": "Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences", - "url": "https://api.github.com/repos/typesense/typesense", - "languages_url": "https://api.github.com/repos/typesense/typesense/languages", - "created_at": "2017-01-18T08:01:47Z", - "updated_at": "2024-09-07T21:51:47Z", - "git_url": "git://github.com/typesense/typesense.git", - "ssh_url": "git@github.com:typesense/typesense.git", - "clone_url": "https://github.com/typesense/typesense.git", - "homepage": "https://typesense.org", - "stargazers_count": 20365, - "watchers_count": 20365, + "html_url": "https://github.com/nomic-ai/gpt4all", + "description": "GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.", + "url": "https://api.github.com/repos/nomic-ai/gpt4all", + "languages_url": "https://api.github.com/repos/nomic-ai/gpt4all/languages", + "created_at": "2023-03-27T18:49:32Z", + "updated_at": "2024-09-08T10:23:38Z", + "git_url": "git://github.com/nomic-ai/gpt4all.git", + "ssh_url": "git@github.com:nomic-ai/gpt4all.git", + "clone_url": "https://github.com/nomic-ai/gpt4all.git", + "homepage": "https://nomic.ai/gpt4all", + "stargazers_count": 69012, + "watchers_count": 69012, "language": "C++", "topics": [ - "algolia", - "datastore", - "elasticsearch", - "enterprise-search", - "faceting", - "full-text-search", - "fuzzy-search", - "geosearch", - "in-memory", - "instantsearch", - "merchandising", - "pinecone", - "search", - "search-engine", - "semantic-search", - "similarity-search", - "site-search", - "synonyms", - "typo-tolerance", - "vector-search" + "ai-chat", + "llm-inference" ] }, { - "id": 453950487, - "node_id": "R_kgDOGw68Fw", - "name": "code_contests", - "full_name": "google-deepmind/code_contests", + "id": 32193707, + "node_id": "MDEwOlJlcG9zaXRvcnkzMjE5MzcwNw==", + "name": "plv8", + "full_name": "plv8/plv8", "owner": { - "login": "google-deepmind", - "id": 8596759, - "avatar_url": "https://avatars.githubusercontent.com/u/8596759?v=4", - "url": "https://api.github.com/users/google-deepmind", - "html_url": "https://github.com/google-deepmind" + "login": "plv8", + "id": 11472311, + "avatar_url": "https://avatars.githubusercontent.com/u/11472311?v=4", + "url": "https://api.github.com/users/plv8", + "html_url": "https://github.com/plv8" }, - "html_url": "https://github.com/google-deepmind/code_contests", - "description": null, - "url": "https://api.github.com/repos/google-deepmind/code_contests", - "languages_url": "https://api.github.com/repos/google-deepmind/code_contests/languages", - "created_at": "2022-01-31T09:48:14Z", - "updated_at": "2024-09-06T09:58:48Z", - "git_url": "git://github.com/google-deepmind/code_contests.git", - "ssh_url": "git@github.com:google-deepmind/code_contests.git", - "clone_url": "https://github.com/google-deepmind/code_contests.git", - "homepage": null, - "stargazers_count": 2061, - "watchers_count": 2061, + "html_url": "https://github.com/plv8/plv8", + "description": " V8 Engine Javascript Procedural Language add-on for PostgreSQL", + "url": "https://api.github.com/repos/plv8/plv8", + "languages_url": "https://api.github.com/repos/plv8/plv8/languages", + "created_at": "2015-03-14T03:15:40Z", + "updated_at": "2024-09-08T02:08:59Z", + "git_url": "git://github.com/plv8/plv8.git", + "ssh_url": "git@github.com:plv8/plv8.git", + "clone_url": "https://github.com/plv8/plv8.git", + "homepage": "https://plv8.github.io/", + "stargazers_count": 1908, + "watchers_count": 1908, "language": "C++", - "topics": [] + "topics": [ + "database", + "plv8", + "postgres", + "postgresql", + "postgresql-extension", + "procedural-language" + ] }, { - "id": 234790574, - "node_id": "MDEwOlJlcG9zaXRvcnkyMzQ3OTA1NzQ=", - "name": "openHASP", - "full_name": "HASwitchPlate/openHASP", + "id": 89142600, + "node_id": "MDEwOlJlcG9zaXRvcnk4OTE0MjYwMA==", + "name": "KShare", + "full_name": "ArsenArsen/KShare", "owner": { - "login": "HASwitchPlate", - "id": 78266774, - "avatar_url": "https://avatars.githubusercontent.com/u/78266774?v=4", - "url": "https://api.github.com/users/HASwitchPlate", - "html_url": "https://github.com/HASwitchPlate" + "login": "ArsenArsen", + "id": 7805050, + "avatar_url": "https://avatars.githubusercontent.com/u/7805050?v=4", + "url": "https://api.github.com/users/ArsenArsen", + "html_url": "https://github.com/ArsenArsen" }, - "html_url": "https://github.com/HASwitchPlate/openHASP", - "description": "HomeAutomation Switchplate based on lvgl for ESP32", - "url": "https://api.github.com/repos/HASwitchPlate/openHASP", - "languages_url": "https://api.github.com/repos/HASwitchPlate/openHASP/languages", - "created_at": "2020-01-18T20:03:44Z", - "updated_at": "2024-09-05T14:20:31Z", - "git_url": "git://github.com/HASwitchPlate/openHASP.git", - "ssh_url": "git@github.com:HASwitchPlate/openHASP.git", - "clone_url": "https://github.com/HASwitchPlate/openHASP.git", - "homepage": "https://www.openhasp.com", - "stargazers_count": 685, - "watchers_count": 685, + "html_url": "https://github.com/ArsenArsen/KShare", + "description": "The free and open source and cross platform screen sharing software.", + "url": "https://api.github.com/repos/ArsenArsen/KShare", + "languages_url": "https://api.github.com/repos/ArsenArsen/KShare/languages", + "created_at": "2017-04-23T13:08:03Z", + "updated_at": "2024-05-28T18:37:28Z", + "git_url": "git://github.com/ArsenArsen/KShare.git", + "ssh_url": "git@github.com:ArsenArsen/KShare.git", + "clone_url": "https://github.com/ArsenArsen/KShare.git", + "homepage": "http://kshare.arsenarsen.com/", + "stargazers_count": 166, + "watchers_count": 166, "language": "C++", "topics": [ - "arduino", - "az-touch", - "esp32", - "homeassistant", - "homeautomation", - "lanbon", - "lvgl", - "m5stack", - "mqtt", - "openhab", - "openhasp", - "smarthome", - "stm32duino" + "cpp", + "cpp11", + "qt", + "qt5", + "screensharing", + "screenshot", + "screenshot-utility" ] }, { - "id": 128479644, - "node_id": "MDEwOlJlcG9zaXRvcnkxMjg0Nzk2NDQ=", - "name": "esphome", - "full_name": "esphome/esphome", + "id": 10160141, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDE2MDE0MQ==", + "name": "doxygen", + "full_name": "doxygen/doxygen", "owner": { - "login": "esphome", - "id": 45919759, - "avatar_url": "https://avatars.githubusercontent.com/u/45919759?v=4", - "url": "https://api.github.com/users/esphome", - "html_url": "https://github.com/esphome" + "login": "doxygen", + "id": 1300762, + "avatar_url": "https://avatars.githubusercontent.com/u/1300762?v=4", + "url": "https://api.github.com/users/doxygen", + "html_url": "https://github.com/doxygen" }, - "html_url": "https://github.com/esphome/esphome", - "description": "ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.", - "url": "https://api.github.com/repos/esphome/esphome", - "languages_url": "https://api.github.com/repos/esphome/esphome/languages", - "created_at": "2018-04-06T23:23:25Z", - "updated_at": "2024-09-07T20:17:43Z", - "git_url": "git://github.com/esphome/esphome.git", - "ssh_url": "git@github.com:esphome/esphome.git", - "clone_url": "https://github.com/esphome/esphome.git", - "homepage": "https://esphome.io/", - "stargazers_count": 8295, - "watchers_count": 8295, + "html_url": "https://github.com/doxygen/doxygen", + "description": "Official doxygen git repository", + "url": "https://api.github.com/repos/doxygen/doxygen", + "languages_url": "https://api.github.com/repos/doxygen/doxygen/languages", + "created_at": "2013-05-19T19:16:07Z", + "updated_at": "2024-09-07T19:18:22Z", + "git_url": "git://github.com/doxygen/doxygen.git", + "ssh_url": "git@github.com:doxygen/doxygen.git", + "clone_url": "https://github.com/doxygen/doxygen.git", + "homepage": "https://www.doxygen.org", + "stargazers_count": 5573, + "watchers_count": 5573, "language": "C++", "topics": [ - "esp32", - "esp8266", - "hacktoberfest", - "home-assistant", - "home-automation", - "iot", - "mqtt", - "platformio", - "python", - "yaml" + "doxygen", + "doxygen-documentation" ] - } - ], - "Java": [ + }, { - "id": 355517152, - "node_id": "MDEwOlJlcG9zaXRvcnkzNTU1MTcxNTI=", - "name": "AndroidHiddenApiBypass", - "full_name": "LSPosed/AndroidHiddenApiBypass", + "id": 431420645, + "node_id": "R_kgDOGbb05Q", + "name": "InstallerFileTakeOver", + "full_name": "AlexandrVIvanov/InstallerFileTakeOver", "owner": { - "login": "LSPosed", - "id": 75879071, - "avatar_url": "https://avatars.githubusercontent.com/u/75879071?v=4", - "url": "https://api.github.com/users/LSPosed", - "html_url": "https://github.com/LSPosed" + "login": "AlexandrVIvanov", + "id": 6602360, + "avatar_url": "https://avatars.githubusercontent.com/u/6602360?v=4", + "url": "https://api.github.com/users/AlexandrVIvanov", + "html_url": "https://github.com/AlexandrVIvanov" }, - "html_url": "https://github.com/LSPosed/AndroidHiddenApiBypass", - "description": "LSPass: Bypass restrictions on non-SDK interfaces", - "url": "https://api.github.com/repos/LSPosed/AndroidHiddenApiBypass", - "languages_url": "https://api.github.com/repos/LSPosed/AndroidHiddenApiBypass/languages", - "created_at": "2021-04-07T11:20:34Z", - "updated_at": "2024-09-07T14:37:54Z", - "git_url": "git://github.com/LSPosed/AndroidHiddenApiBypass.git", - "ssh_url": "git@github.com:LSPosed/AndroidHiddenApiBypass.git", - "clone_url": "https://github.com/LSPosed/AndroidHiddenApiBypass.git", - "homepage": "", - "stargazers_count": 1582, - "watchers_count": 1582, - "language": "Java", + "html_url": "https://github.com/AlexandrVIvanov/InstallerFileTakeOver", + "description": null, + "url": "https://api.github.com/repos/AlexandrVIvanov/InstallerFileTakeOver", + "languages_url": "https://api.github.com/repos/AlexandrVIvanov/InstallerFileTakeOver/languages", + "created_at": "2021-11-24T09:24:32Z", + "updated_at": "2024-08-08T09:11:14Z", + "git_url": "git://github.com/AlexandrVIvanov/InstallerFileTakeOver.git", + "ssh_url": "git@github.com:AlexandrVIvanov/InstallerFileTakeOver.git", + "clone_url": "https://github.com/AlexandrVIvanov/InstallerFileTakeOver.git", + "homepage": null, + "stargazers_count": 8, + "watchers_count": 8, + "language": "C++", "topics": [] }, { - "id": 44877925, - "node_id": "MDEwOlJlcG9zaXRvcnk0NDg3NzkyNQ==", - "name": "NetGuard", - "full_name": "M66B/NetGuard", + "id": 369408234, + "node_id": "MDEwOlJlcG9zaXRvcnkzNjk0MDgyMzQ=", + "name": "BlackDex", + "full_name": "CodingGay/BlackDex", "owner": { - "login": "M66B", - "id": 259573, - "avatar_url": "https://avatars.githubusercontent.com/u/259573?v=4", - "url": "https://api.github.com/users/M66B", - "html_url": "https://github.com/M66B" + "login": "CodingGay", + "id": 83878298, + "avatar_url": "https://avatars.githubusercontent.com/u/83878298?v=4", + "url": "https://api.github.com/users/CodingGay", + "html_url": "https://github.com/CodingGay" }, - "html_url": "https://github.com/M66B/NetGuard", - "description": "A simple way to block access to the internet per app", - "url": "https://api.github.com/repos/M66B/NetGuard", - "languages_url": "https://api.github.com/repos/M66B/NetGuard/languages", - "created_at": "2015-10-24T17:59:20Z", - "updated_at": "2024-09-07T22:36:03Z", - "git_url": "git://github.com/M66B/NetGuard.git", - "ssh_url": "git@github.com:M66B/NetGuard.git", - "clone_url": "https://github.com/M66B/NetGuard.git", - "homepage": "http://www.netguard.me/", - "stargazers_count": 1898, - "watchers_count": 1898, - "language": "Java", - "topics": [] + "html_url": "https://github.com/CodingGay/BlackDex", + "description": "BlackDex is an Android unpack(dexdump) tool, it supports Android 5.0~12 and need not rely to any environment. BlackDex can run on any Android mobile phone or emulator, you can unpack APK File in several seconds.", + "url": "https://api.github.com/repos/CodingGay/BlackDex", + "languages_url": "https://api.github.com/repos/CodingGay/BlackDex/languages", + "created_at": "2021-05-21T03:59:07Z", + "updated_at": "2024-09-08T00:18:57Z", + "git_url": "git://github.com/CodingGay/BlackDex.git", + "ssh_url": "git@github.com:CodingGay/BlackDex.git", + "clone_url": "https://github.com/CodingGay/BlackDex.git", + "homepage": "", + "stargazers_count": 5636, + "watchers_count": 5636, + "language": "C++", + "topics": [ + "android", + "android-unpack", + "blackbox", + "blackdex", + "dexdump", + "dump", + "dumpdex", + "shell", + "unpack", + "unpacker", + "unpacking" + ] }, { - "id": 36817565, - "node_id": "MDEwOlJlcG9zaXRvcnkzNjgxNzU2NQ==", - "name": "zaproxy", - "full_name": "zaproxy/zaproxy", + "id": 144447158, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDQ0NDcxNTg=", + "name": "apk-editor-studio", + "full_name": "kefir500/apk-editor-studio", "owner": { - "login": "zaproxy", - "id": 6716868, - "avatar_url": "https://avatars.githubusercontent.com/u/6716868?v=4", - "url": "https://api.github.com/users/zaproxy", - "html_url": "https://github.com/zaproxy" + "login": "kefir500", + "id": 3617499, + "avatar_url": "https://avatars.githubusercontent.com/u/3617499?v=4", + "url": "https://api.github.com/users/kefir500", + "html_url": "https://github.com/kefir500" }, - "html_url": "https://github.com/zaproxy/zaproxy", - "description": "The ZAP core project", - "url": "https://api.github.com/repos/zaproxy/zaproxy", - "languages_url": "https://api.github.com/repos/zaproxy/zaproxy/languages", - "created_at": "2015-06-03T16:55:01Z", - "updated_at": "2024-09-07T19:52:49Z", - "git_url": "git://github.com/zaproxy/zaproxy.git", - "ssh_url": "git@github.com:zaproxy/zaproxy.git", - "clone_url": "https://github.com/zaproxy/zaproxy.git", - "homepage": "https://www.zaproxy.org", - "stargazers_count": 12480, - "watchers_count": 12480, - "language": "Java", + "html_url": "https://github.com/kefir500/apk-editor-studio", + "description": "Powerful yet easy to use APK editor for PC and Mac.", + "url": "https://api.github.com/repos/kefir500/apk-editor-studio", + "languages_url": "https://api.github.com/repos/kefir500/apk-editor-studio/languages", + "created_at": "2018-08-12T07:34:00Z", + "updated_at": "2024-09-06T09:55:53Z", + "git_url": "git://github.com/kefir500/apk-editor-studio.git", + "ssh_url": "git@github.com:kefir500/apk-editor-studio.git", + "clone_url": "https://github.com/kefir500/apk-editor-studio.git", + "homepage": "https://qwertycube.com/apk-editor-studio/", + "stargazers_count": 993, + "watchers_count": 993, + "language": "C++", "topics": [ - "appsec", - "dast", - "hacktoberfest", - "security", - "security-scanner", - "zap", - "zap-development", - "zaproxy" + "apk-decompiler", + "apk-editor", + "apktool", + "qt" ] }, { - "id": 44662669, - "node_id": "MDEwOlJlcG9zaXRvcnk0NDY2MjY2OQ==", - "name": "dbeaver", - "full_name": "dbeaver/dbeaver", + "id": 612354784, + "node_id": "R_kgDOJH_K4A", + "name": "llama.cpp", + "full_name": "ggerganov/llama.cpp", "owner": { - "login": "dbeaver", - "id": 34743864, - "avatar_url": "https://avatars.githubusercontent.com/u/34743864?v=4", - "url": "https://api.github.com/users/dbeaver", - "html_url": "https://github.com/dbeaver" + "login": "ggerganov", + "id": 1991296, + "avatar_url": "https://avatars.githubusercontent.com/u/1991296?v=4", + "url": "https://api.github.com/users/ggerganov", + "html_url": "https://github.com/ggerganov" }, - "html_url": "https://github.com/dbeaver/dbeaver", - "description": "Free universal database tool and SQL client", - "url": "https://api.github.com/repos/dbeaver/dbeaver", - "languages_url": "https://api.github.com/repos/dbeaver/dbeaver/languages", - "created_at": "2015-10-21T08:26:28Z", - "updated_at": "2024-09-07T21:43:34Z", - "git_url": "git://github.com/dbeaver/dbeaver.git", - "ssh_url": "git@github.com:dbeaver/dbeaver.git", - "clone_url": "https://github.com/dbeaver/dbeaver.git", - "homepage": "https://dbeaver.io", - "stargazers_count": 39173, - "watchers_count": 39173, - "language": "Java", + "html_url": "https://github.com/ggerganov/llama.cpp", + "description": "LLM inference in C/C++", + "url": "https://api.github.com/repos/ggerganov/llama.cpp", + "languages_url": "https://api.github.com/repos/ggerganov/llama.cpp/languages", + "created_at": "2023-03-10T18:58:00Z", + "updated_at": "2024-09-08T11:58:00Z", + "git_url": "git://github.com/ggerganov/llama.cpp.git", + "ssh_url": "git@github.com:ggerganov/llama.cpp.git", + "clone_url": "https://github.com/ggerganov/llama.cpp.git", + "homepage": "", + "stargazers_count": 64631, + "watchers_count": 64631, + "language": "C++", "topics": [ - "database", - "db2", - "dbeaver", - "erd", - "gui", - "java", - "mysql", - "nosql", - "oracle", - "postgresql", - "redshift", - "sql", - "sqlite", - "sqlserver", - "tycho" + "ggml", + "llama" ] }, { - "id": 67481986, - "node_id": "MDEwOlJlcG9zaXRvcnk2NzQ4MTk4Ng==", - "name": "tinker", - "full_name": "Tencent/tinker", + "id": 142769875, + "node_id": "MDEwOlJlcG9zaXRvcnkxNDI3Njk4NzU=", + "name": "CR14-emulator-for-CatGenie-120", + "full_name": "davidhampgonsalves/CR14-emulator-for-CatGenie-120", "owner": { - "login": "Tencent", - "id": 18461506, - "avatar_url": "https://avatars.githubusercontent.com/u/18461506?v=4", - "url": "https://api.github.com/users/Tencent", - "html_url": "https://github.com/Tencent" + "login": "davidhampgonsalves", + "id": 178893, + "avatar_url": "https://avatars.githubusercontent.com/u/178893?v=4", + "url": "https://api.github.com/users/davidhampgonsalves", + "html_url": "https://github.com/davidhampgonsalves" }, - "html_url": "https://github.com/Tencent/tinker", - "description": "Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstall apk.", - "url": "https://api.github.com/repos/Tencent/tinker", - "languages_url": "https://api.github.com/repos/Tencent/tinker/languages", - "created_at": "2016-09-06T06:57:52Z", - "updated_at": "2024-09-06T13:28:18Z", - "git_url": "git://github.com/Tencent/tinker.git", - "ssh_url": "git@github.com:Tencent/tinker.git", - "clone_url": "https://github.com/Tencent/tinker.git", - "homepage": "", - "stargazers_count": 17133, - "watchers_count": 17133, - "language": "Java", + "html_url": "https://github.com/davidhampgonsalves/CR14-emulator-for-CatGenie-120", + "description": "Suppress the CatGenie 120 DRM and refill soap cartridges using an Arduino", + "url": "https://api.github.com/repos/davidhampgonsalves/CR14-emulator-for-CatGenie-120", + "languages_url": "https://api.github.com/repos/davidhampgonsalves/CR14-emulator-for-CatGenie-120/languages", + "created_at": "2018-07-29T14:54:27Z", + "updated_at": "2024-09-07T05:06:53Z", + "git_url": "git://github.com/davidhampgonsalves/CR14-emulator-for-CatGenie-120.git", + "ssh_url": "git@github.com:davidhampgonsalves/CR14-emulator-for-CatGenie-120.git", + "clone_url": "https://github.com/davidhampgonsalves/CR14-emulator-for-CatGenie-120.git", + "homepage": "https://davidhampgonsalves.com/reverse-engineering-cat-genie-120-drm/", + "stargazers_count": 68, + "watchers_count": 68, + "language": "C++", "topics": [ - "android", - "dynamic", - "hotfix", - "wechat" + "arduino", + "featured", + "reverse-engineering" ] }, { - "id": 25201361, - "node_id": "MDEwOlJlcG9zaXRvcnkyNTIwMTM2MQ==", - "name": "bytecode-viewer", - "full_name": "Konloch/bytecode-viewer", + "id": 216405158, + "node_id": "MDEwOlJlcG9zaXRvcnkyMTY0MDUxNTg=", + "name": "fut", + "full_name": "fusionlanguage/fut", "owner": { - "login": "Konloch", - "id": 1207403, - "avatar_url": "https://avatars.githubusercontent.com/u/1207403?v=4", - "url": "https://api.github.com/users/Konloch", - "html_url": "https://github.com/Konloch" + "login": "fusionlanguage", + "id": 141214340, + "avatar_url": "https://avatars.githubusercontent.com/u/141214340?v=4", + "url": "https://api.github.com/users/fusionlanguage", + "html_url": "https://github.com/fusionlanguage" }, - "html_url": "https://github.com/Konloch/bytecode-viewer", - "description": "A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)", - "url": "https://api.github.com/repos/Konloch/bytecode-viewer", - "languages_url": "https://api.github.com/repos/Konloch/bytecode-viewer/languages", - "created_at": "2014-10-14T10:26:46Z", - "updated_at": "2024-09-07T19:18:12Z", - "git_url": "git://github.com/Konloch/bytecode-viewer.git", - "ssh_url": "git@github.com:Konloch/bytecode-viewer.git", - "clone_url": "https://github.com/Konloch/bytecode-viewer.git", - "homepage": "https://bytecodeviewer.com", - "stargazers_count": 14592, - "watchers_count": 14592, - "language": "Java", + "html_url": "https://github.com/fusionlanguage/fut", + "description": "Fusion programming language. Transpiling to C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript and OpenCL C.", + "url": "https://api.github.com/repos/fusionlanguage/fut", + "languages_url": "https://api.github.com/repos/fusionlanguage/fut/languages", + "created_at": "2019-10-20T18:07:19Z", + "updated_at": "2024-09-07T00:22:01Z", + "git_url": "git://github.com/fusionlanguage/fut.git", + "ssh_url": "git@github.com:fusionlanguage/fut.git", + "clone_url": "https://github.com/fusionlanguage/fut.git", + "homepage": "https://fusion-lang.org", + "stargazers_count": 1742, + "watchers_count": 1742, + "language": "C++", + "topics": [ + "language", + "programming-language", + "transpiler" + ] + }, + { + "id": 25158026, + "node_id": "MDEwOlJlcG9zaXRvcnkyNTE1ODAyNg==", + "name": "Waterfox", + "full_name": "BrowserWorks/Waterfox", + "owner": { + "login": "BrowserWorks", + "id": 78850935, + "avatar_url": "https://avatars.githubusercontent.com/u/78850935?v=4", + "url": "https://api.github.com/users/BrowserWorks", + "html_url": "https://github.com/BrowserWorks" + }, + "html_url": "https://github.com/BrowserWorks/Waterfox", + "description": "The official Waterfox 💧 source code repository", + "url": "https://api.github.com/repos/BrowserWorks/Waterfox", + "languages_url": "https://api.github.com/repos/BrowserWorks/Waterfox/languages", + "created_at": "2014-10-13T12:37:53Z", + "updated_at": "2024-09-08T07:51:04Z", + "git_url": "git://github.com/BrowserWorks/Waterfox.git", + "ssh_url": "git@github.com:BrowserWorks/Waterfox.git", + "clone_url": "https://github.com/BrowserWorks/Waterfox.git", + "homepage": "https://www.waterfox.net", + "stargazers_count": 3721, + "watchers_count": 3721, + "language": "C++", "topics": [ - "android", - "apk", - "baksmali", - "bytecode", - "bytecode-viewer", - "cfr", - "compiler", - "decompiler", - "dex2jar", - "fernflower", - "hacktoberfest", - "java", - "java-decompiler", - "jsp", - "krakatau", - "procyon", - "recompiler", - "smali", - "static-analysis", - "war" + "browser", + "gecko", + "waterfox", + "web", + "web-browser" ] }, { - "id": 44109745, - "node_id": "MDEwOlJlcG9zaXRvcnk0NDEwOTc0NQ==", - "name": "android-classyshark", - "full_name": "google/android-classyshark", + "id": 57972074, + "node_id": "MDEwOlJlcG9zaXRvcnk1Nzk3MjA3NA==", + "name": "cartreader", + "full_name": "sanni/cartreader", "owner": { - "login": "google", - "id": 1342004, - "avatar_url": "https://avatars.githubusercontent.com/u/1342004?v=4", - "url": "https://api.github.com/users/google", - "html_url": "https://github.com/google" + "login": "sanni", + "id": 19169494, + "avatar_url": "https://avatars.githubusercontent.com/u/19169494?v=4", + "url": "https://api.github.com/users/sanni", + "html_url": "https://github.com/sanni" }, - "html_url": "https://github.com/google/android-classyshark", - "description": "Android and Java bytecode viewer", - "url": "https://api.github.com/repos/google/android-classyshark", - "languages_url": "https://api.github.com/repos/google/android-classyshark/languages", - "created_at": "2015-10-12T13:40:48Z", - "updated_at": "2024-09-07T17:12:30Z", - "git_url": "git://github.com/google/android-classyshark.git", - "ssh_url": "git@github.com:google/android-classyshark.git", - "clone_url": "https://github.com/google/android-classyshark.git", + "html_url": "https://github.com/sanni/cartreader", + "description": "A shield for the Arduino Mega that can back up video game cartridges.", + "url": "https://api.github.com/repos/sanni/cartreader", + "languages_url": "https://api.github.com/repos/sanni/cartreader/languages", + "created_at": "2016-05-03T13:40:09Z", + "updated_at": "2024-09-07T03:40:56Z", + "git_url": "git://github.com/sanni/cartreader.git", + "ssh_url": "git@github.com:sanni/cartreader.git", + "clone_url": "https://github.com/sanni/cartreader.git", "homepage": "", - "stargazers_count": 7510, - "watchers_count": 7510, - "language": "Java", + "stargazers_count": 2150, + "watchers_count": 2150, + "language": "C++", "topics": [ - "analysis", - "android", - "apk", - "apk-parser", - "classyshark", - "dex", - "jar", - "java", - "kotlin", - "multidex" + "arduino" ] }, { - "id": 62722814, - "node_id": "MDEwOlJlcG9zaXRvcnk2MjcyMjgxNA==", - "name": "VirtualApp", - "full_name": "asLody/VirtualApp", + "id": 84901543, + "node_id": "MDEwOlJlcG9zaXRvcnk4NDkwMTU0Mw==", + "name": "qBittorrent-Enhanced-Edition", + "full_name": "c0re100/qBittorrent-Enhanced-Edition", "owner": { - "login": "asLody", - "id": 11069271, - "avatar_url": "https://avatars.githubusercontent.com/u/11069271?v=4", - "url": "https://api.github.com/users/asLody", - "html_url": "https://github.com/asLody" + "login": "c0re100", + "id": 5726473, + "avatar_url": "https://avatars.githubusercontent.com/u/5726473?v=4", + "url": "https://api.github.com/users/c0re100", + "html_url": "https://github.com/c0re100" }, - "html_url": "https://github.com/asLody/VirtualApp", - "description": "Virtual Engine for Android(Support 14.0 in business version)", - "url": "https://api.github.com/repos/asLody/VirtualApp", - "languages_url": "https://api.github.com/repos/asLody/VirtualApp/languages", - "created_at": "2016-07-06T13:25:23Z", - "updated_at": "2024-09-07T15:47:24Z", - "git_url": "git://github.com/asLody/VirtualApp.git", - "ssh_url": "git@github.com:asLody/VirtualApp.git", - "clone_url": "https://github.com/asLody/VirtualApp.git", - "homepage": "", - "stargazers_count": 10136, - "watchers_count": 10136, - "language": "Java", + "html_url": "https://github.com/c0re100/qBittorrent-Enhanced-Edition", + "description": "[Unofficial] qBittorrent Enhanced, based on qBittorrent", + "url": "https://api.github.com/repos/c0re100/qBittorrent-Enhanced-Edition", + "languages_url": "https://api.github.com/repos/c0re100/qBittorrent-Enhanced-Edition/languages", + "created_at": "2017-03-14T03:30:46Z", + "updated_at": "2024-09-08T12:05:45Z", + "git_url": "git://github.com/c0re100/qBittorrent-Enhanced-Edition.git", + "ssh_url": "git@github.com:c0re100/qBittorrent-Enhanced-Edition.git", + "clone_url": "https://github.com/c0re100/qBittorrent-Enhanced-Edition.git", + "homepage": "https://github.com/c0re100/qBittorrent-Enhanced-Edition", + "stargazers_count": 18333, + "watchers_count": 18333, + "language": "C++", "topics": [ - "android", - "framework", - "plugin", - "plugin-manager" + "bittorrent", + "bittorrent-client" ] }, { - "id": 8859474, - "node_id": "MDEwOlJlcG9zaXRvcnk4ODU5NDc0", - "name": "jadx", - "full_name": "skylot/jadx", + "id": 181557579, + "node_id": "MDEwOlJlcG9zaXRvcnkxODE1NTc1Nzk=", + "name": "emuiibo", + "full_name": "XorTroll/emuiibo", "owner": { - "login": "skylot", - "id": 118523, - "avatar_url": "https://avatars.githubusercontent.com/u/118523?v=4", - "url": "https://api.github.com/users/skylot", - "html_url": "https://github.com/skylot" + "login": "XorTroll", + "id": 33005497, + "avatar_url": "https://avatars.githubusercontent.com/u/33005497?v=4", + "url": "https://api.github.com/users/XorTroll", + "html_url": "https://github.com/XorTroll" }, - "html_url": "https://github.com/skylot/jadx", - "description": "Dex to Java decompiler", - "url": "https://api.github.com/repos/skylot/jadx", - "languages_url": "https://api.github.com/repos/skylot/jadx/languages", - "created_at": "2013-03-18T17:08:21Z", - "updated_at": "2024-09-07T23:44:52Z", - "git_url": "git://github.com/skylot/jadx.git", - "ssh_url": "git@github.com:skylot/jadx.git", - "clone_url": "https://github.com/skylot/jadx.git", + "html_url": "https://github.com/XorTroll/emuiibo", + "description": "Virtual amiibo (amiibo emulation) system for Nintendo Switch", + "url": "https://api.github.com/repos/XorTroll/emuiibo", + "languages_url": "https://api.github.com/repos/XorTroll/emuiibo/languages", + "created_at": "2019-04-15T20:05:11Z", + "updated_at": "2024-09-08T05:09:21Z", + "git_url": "git://github.com/XorTroll/emuiibo.git", + "ssh_url": "git@github.com:XorTroll/emuiibo.git", + "clone_url": "https://github.com/XorTroll/emuiibo.git", "homepage": "", - "stargazers_count": 40863, - "watchers_count": 40863, - "language": "Java", + "stargazers_count": 1136, + "watchers_count": 1136, + "language": "C++", "topics": [ - "android", - "decompiler", - "dex", - "java" + "amiibo", + "amiibo-emulation", + "botw", + "emulation", + "hacktoberfest", + "horizon", + "hos", + "mitm", + "nintendo", + "nintendo-switch", + "nintendo-switch-homebrew", + "sysmodule" ] }, { - "id": 108965444, - "node_id": "MDEwOlJlcG9zaXRvcnkxMDg5NjU0NDQ=", - "name": "GDA-android-reversing-Tool", - "full_name": "charles2gan/GDA-android-reversing-Tool", + "id": 434098140, + "node_id": "R_kgDOGd_P3A", + "name": "vs-mlrt", + "full_name": "AmusementClub/vs-mlrt", "owner": { - "login": "charles2gan", - "id": 13128580, - "avatar_url": "https://avatars.githubusercontent.com/u/13128580?v=4", - "url": "https://api.github.com/users/charles2gan", - "html_url": "https://github.com/charles2gan" + "login": "AmusementClub", + "id": 86638041, + "avatar_url": "https://avatars.githubusercontent.com/u/86638041?v=4", + "url": "https://api.github.com/users/AmusementClub", + "html_url": "https://github.com/AmusementClub" }, - "html_url": "https://github.com/charles2gan/GDA-android-reversing-Tool", - "description": "the fastest and most powerful android decompiler(native tool working without Java VM) for the APK, DEX, ODEX, OAT, JAR, AAR, and CLASS file. which supports malicious behavior detection, privacy leaking detection, vulnerability detection, path solving, packer identification, variable tracking, deobfuscation, python&java scripts, device memory extraction, data decryption, and encryption, etc. ", - "url": "https://api.github.com/repos/charles2gan/GDA-android-reversing-Tool", - "languages_url": "https://api.github.com/repos/charles2gan/GDA-android-reversing-Tool/languages", - "created_at": "2017-10-31T08:18:29Z", - "updated_at": "2024-09-06T16:35:15Z", - "git_url": "git://github.com/charles2gan/GDA-android-reversing-Tool.git", - "ssh_url": "git@github.com:charles2gan/GDA-android-reversing-Tool.git", - "clone_url": "https://github.com/charles2gan/GDA-android-reversing-Tool.git", - "homepage": "https://twitter.com/charles_gan1", - "stargazers_count": 4094, - "watchers_count": 4094, - "language": "Java", + "html_url": "https://github.com/AmusementClub/vs-mlrt", + "description": "Efficient CPU/GPU ML Runtimes for VapourSynth (with built-in support for waifu2x, DPIR, RealESRGANv2/v3, Real-CUGAN, RIFE, SCUNet and more!)", + "url": "https://api.github.com/repos/AmusementClub/vs-mlrt", + "languages_url": "https://api.github.com/repos/AmusementClub/vs-mlrt/languages", + "created_at": "2021-12-02T05:48:44Z", + "updated_at": "2024-09-08T05:53:56Z", + "git_url": "git://github.com/AmusementClub/vs-mlrt.git", + "ssh_url": "git@github.com:AmusementClub/vs-mlrt.git", + "clone_url": "https://github.com/AmusementClub/vs-mlrt.git", + "homepage": "", + "stargazers_count": 276, + "watchers_count": 276, + "language": "C++", "topics": [ - "decompiler", - "malware-analysis", - "mobile-security", - "privacy-protection", - "security-audit", - "vulnerability-scanners" + "artificial-intelligence", + "cuda", + "deep-learning", + "directml", + "dpir", + "gpu", + "migraphx", + "ncnn", + "neural-network", + "onnx", + "onnxruntime", + "openvino", + "real-cugan", + "real-esrgan", + "rife", + "tensorrt", + "vapoursynth", + "vulkan", + "waifu2x" ] }, { - "id": 716380841, - "node_id": "R_kgDOKrMaqQ", - "name": "BlackBox", - "full_name": "pengshn6/BlackBox", + "id": 203096124, + "node_id": "MDEwOlJlcG9zaXRvcnkyMDMwOTYxMjQ=", + "name": "DNSCewl", + "full_name": "codingo/DNSCewl", "owner": { - "login": "pengshn6", - "id": 102295379, - "avatar_url": "https://avatars.githubusercontent.com/u/102295379?v=4", - "url": "https://api.github.com/users/pengshn6", - "html_url": "https://github.com/pengshn6" + "login": "codingo", + "id": 886344, + "avatar_url": "https://avatars.githubusercontent.com/u/886344?v=4", + "url": "https://api.github.com/users/codingo", + "html_url": "https://github.com/codingo" }, - "html_url": "https://github.com/pengshn6/BlackBox", - "description": "BlackBox is a virtual engine, it can clone and run virtual application on Android, users don't have to install APK file to run the application on devices. BlackBox control all virtual applications, so you can do anything you want by using BlackBox.", - "url": "https://api.github.com/repos/pengshn6/BlackBox", - "languages_url": "https://api.github.com/repos/pengshn6/BlackBox/languages", - "created_at": "2023-11-09T02:33:45Z", - "updated_at": "2023-12-17T04:32:57Z", - "git_url": "git://github.com/pengshn6/BlackBox.git", - "ssh_url": "git@github.com:pengshn6/BlackBox.git", - "clone_url": "https://github.com/pengshn6/BlackBox.git", - "homepage": "", - "stargazers_count": 1, - "watchers_count": 1, - "language": "Java", + "html_url": "https://github.com/codingo/DNSCewl", + "description": "A DNS Bruteforcing Wordlist Generator", + "url": "https://api.github.com/repos/codingo/DNSCewl", + "languages_url": "https://api.github.com/repos/codingo/DNSCewl/languages", + "created_at": "2019-08-19T04:06:10Z", + "updated_at": "2024-09-02T18:21:03Z", + "git_url": "git://github.com/codingo/DNSCewl.git", + "ssh_url": "git@github.com:codingo/DNSCewl.git", + "clone_url": "https://github.com/codingo/DNSCewl.git", + "homepage": null, + "stargazers_count": 345, + "watchers_count": 345, + "language": "C++", "topics": [] }, { - "id": 3766706, - "node_id": "MDEwOlJlcG9zaXRvcnkzNzY2NzA2", - "name": "Apktool", - "full_name": "iBotPeaches/Apktool", + "id": 235070415, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzUwNzA0MTU=", + "name": "Waifu2x-Extension-GUI", + "full_name": "AaronFeng753/Waifu2x-Extension-GUI", "owner": { - "login": "iBotPeaches", - "id": 611784, - "avatar_url": "https://avatars.githubusercontent.com/u/611784?v=4", - "url": "https://api.github.com/users/iBotPeaches", - "html_url": "https://github.com/iBotPeaches" + "login": "AaronFeng753", + "id": 52553688, + "avatar_url": "https://avatars.githubusercontent.com/u/52553688?v=4", + "url": "https://api.github.com/users/AaronFeng753", + "html_url": "https://github.com/AaronFeng753" }, - "html_url": "https://github.com/iBotPeaches/Apktool", - "description": "A tool for reverse engineering Android apk files", - "url": "https://api.github.com/repos/iBotPeaches/Apktool", - "languages_url": "https://api.github.com/repos/iBotPeaches/Apktool/languages", - "created_at": "2012-03-19T17:46:53Z", - "updated_at": "2024-09-07T20:57:37Z", - "git_url": "git://github.com/iBotPeaches/Apktool.git", - "ssh_url": "git@github.com:iBotPeaches/Apktool.git", - "clone_url": "https://github.com/iBotPeaches/Apktool.git", - "homepage": "https://apktool.org/", - "stargazers_count": 19791, - "watchers_count": 19791, - "language": "Java", + "html_url": "https://github.com/AaronFeng753/Waifu2x-Extension-GUI", + "description": "Video, Image and GIF upscale/enlarge(Super-Resolution) and Video frame interpolation. Achieved with Waifu2x, Real-ESRGAN, Real-CUGAN, RTX Video Super Resolution VSR, SRMD, RealSR, Anime4K, RIFE, IFRNet, CAIN, DAIN, and ACNet.", + "url": "https://api.github.com/repos/AaronFeng753/Waifu2x-Extension-GUI", + "languages_url": "https://api.github.com/repos/AaronFeng753/Waifu2x-Extension-GUI/languages", + "created_at": "2020-01-20T10:01:28Z", + "updated_at": "2024-09-08T08:42:32Z", + "git_url": "git://github.com/AaronFeng753/Waifu2x-Extension-GUI.git", + "ssh_url": "git@github.com:AaronFeng753/Waifu2x-Extension-GUI.git", + "clone_url": "https://github.com/AaronFeng753/Waifu2x-Extension-GUI.git", + "homepage": "https://patreon.com/aaronfeng", + "stargazers_count": 12785, + "watchers_count": 12785, + "language": "C++", "topics": [ - "9patch", - "android", - "apk", - "apktool", - "arsc", - "reverse-engineering" + "anime", + "anime4k", + "esrgan", + "frame-interpolation", + "image-enlarger", + "ncnn", + "noise-reduction", + "rtx-video-super-resolution", + "rtx-vsr", + "super-resolution", + "upscaling", + "video", + "video-enlarger", + "video-frame-interpolation", + "video-interpolation", + "video-processing", + "video-super-resolution", + "vulkan", + "waifu2x", + "waifu2x-ncnn-vulkan" ] }, { - "id": 133134007, - "node_id": "MDEwOlJlcG9zaXRvcnkxMzMxMzQwMDc=", - "name": "openapi-generator", - "full_name": "OpenAPITools/openapi-generator", + "id": 5108051, + "node_id": "MDEwOlJlcG9zaXRvcnk1MTA4MDUx", + "name": "opencv", + "full_name": "opencv/opencv", "owner": { - "login": "OpenAPITools", - "id": 37325267, - "avatar_url": "https://avatars.githubusercontent.com/u/37325267?v=4", - "url": "https://api.github.com/users/OpenAPITools", - "html_url": "https://github.com/OpenAPITools" + "login": "opencv", + "id": 5009934, + "avatar_url": "https://avatars.githubusercontent.com/u/5009934?v=4", + "url": "https://api.github.com/users/opencv", + "html_url": "https://github.com/opencv" }, - "html_url": "https://github.com/OpenAPITools/openapi-generator", - "description": "OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)", - "url": "https://api.github.com/repos/OpenAPITools/openapi-generator", - "languages_url": "https://api.github.com/repos/OpenAPITools/openapi-generator/languages", - "created_at": "2018-05-12T09:57:56Z", - "updated_at": "2024-09-07T22:21:25Z", - "git_url": "git://github.com/OpenAPITools/openapi-generator.git", - "ssh_url": "git@github.com:OpenAPITools/openapi-generator.git", - "clone_url": "https://github.com/OpenAPITools/openapi-generator.git", - "homepage": "https://openapi-generator.tech", - "stargazers_count": 21239, - "watchers_count": 21239, - "language": "Java", + "html_url": "https://github.com/opencv/opencv", + "description": "Open Source Computer Vision Library", + "url": "https://api.github.com/repos/opencv/opencv", + "languages_url": "https://api.github.com/repos/opencv/opencv/languages", + "created_at": "2012-07-19T09:40:17Z", + "updated_at": "2024-09-08T11:54:19Z", + "git_url": "git://github.com/opencv/opencv.git", + "ssh_url": "git@github.com:opencv/opencv.git", + "clone_url": "https://github.com/opencv/opencv.git", + "homepage": "https://opencv.org", + "stargazers_count": 77857, + "watchers_count": 77857, + "language": "C++", "topics": [ - "api", - "api-client", - "api-server", - "generator", - "hacktoberfest", - "openapi", - "openapi-generator", - "openapi3", - "rest", - "rest-api", - "rest-client", - "restful-api", - "sdk" + "c-plus-plus", + "computer-vision", + "deep-learning", + "image-processing", + "opencv" ] }, { - "id": 18997610, - "node_id": "MDEwOlJlcG9zaXRvcnkxODk5NzYxMA==", - "name": "swagger-parser", - "full_name": "swagger-api/swagger-parser", + "id": 108110, + "node_id": "MDEwOlJlcG9zaXRvcnkxMDgxMTA=", + "name": "mongo", + "full_name": "mongodb/mongo", "owner": { - "login": "swagger-api", - "id": 7658037, - "avatar_url": "https://avatars.githubusercontent.com/u/7658037?v=4", - "url": "https://api.github.com/users/swagger-api", - "html_url": "https://github.com/swagger-api" + "login": "mongodb", + "id": 45120, + "avatar_url": "https://avatars.githubusercontent.com/u/45120?v=4", + "url": "https://api.github.com/users/mongodb", + "html_url": "https://github.com/mongodb" }, - "html_url": "https://github.com/swagger-api/swagger-parser", - "description": "Swagger Spec to Java POJOs", - "url": "https://api.github.com/repos/swagger-api/swagger-parser", - "languages_url": "https://api.github.com/repos/swagger-api/swagger-parser/languages", - "created_at": "2014-04-21T16:00:22Z", - "updated_at": "2024-09-03T11:21:31Z", - "git_url": "git://github.com/swagger-api/swagger-parser.git", - "ssh_url": "git@github.com:swagger-api/swagger-parser.git", - "clone_url": "https://github.com/swagger-api/swagger-parser.git", - "homepage": "http://swagger.io", - "stargazers_count": 778, - "watchers_count": 778, - "language": "Java", + "html_url": "https://github.com/mongodb/mongo", + "description": "The MongoDB Database", + "url": "https://api.github.com/repos/mongodb/mongo", + "languages_url": "https://api.github.com/repos/mongodb/mongo/languages", + "created_at": "2009-01-15T16:15:18Z", + "updated_at": "2024-09-08T10:13:49Z", + "git_url": "git://github.com/mongodb/mongo.git", + "ssh_url": "git@github.com:mongodb/mongo.git", + "clone_url": "https://github.com/mongodb/mongo.git", + "homepage": "https://www.mongodb.com/", + "stargazers_count": 26065, + "watchers_count": 26065, + "language": "C++", "topics": [ - "java", - "open-source", - "openapi", - "openapi-specification", - "openapi3", - "rest", - "rest-api", - "swagger", - "swagger-oss", - "swagger-parser" + "c-plus-plus", + "database", + "mongodb", + "nosql" ] }, { - "id": 23099185, - "node_id": "MDEwOlJlcG9zaXRvcnkyMzA5OTE4NQ==", - "name": "validator-badge", - "full_name": "swagger-api/validator-badge", + "id": 78945412, + "node_id": "MDEwOlJlcG9zaXRvcnk3ODk0NTQxMg==", + "name": "nerd", + "full_name": "NerdLang/nerd", "owner": { - "login": "swagger-api", - "id": 7658037, - "avatar_url": "https://avatars.githubusercontent.com/u/7658037?v=4", - "url": "https://api.github.com/users/swagger-api", - "html_url": "https://github.com/swagger-api" - }, - "html_url": "https://github.com/swagger-api/validator-badge", - "description": "Validate your Swagger JSON/YAML today!", - "url": "https://api.github.com/repos/swagger-api/validator-badge", - "languages_url": "https://api.github.com/repos/swagger-api/validator-badge/languages", - "created_at": "2014-08-19T06:18:38Z", - "updated_at": "2024-08-13T11:33:01Z", - "git_url": "git://github.com/swagger-api/validator-badge.git", - "ssh_url": "git@github.com:swagger-api/validator-badge.git", - "clone_url": "https://github.com/swagger-api/validator-badge.git", - "homepage": "http://swagger.io", - "stargazers_count": 210, - "watchers_count": 210, - "language": "Java", + "login": "NerdLang", + "id": 85116139, + "avatar_url": "https://avatars.githubusercontent.com/u/85116139?v=4", + "url": "https://api.github.com/users/NerdLang", + "html_url": "https://github.com/NerdLang" + }, + "html_url": "https://github.com/NerdLang/nerd", + "description": "🔱 Javascript's God Mode. No VM. No Bytecode. No GC. Just native binaries.", + "url": "https://api.github.com/repos/NerdLang/nerd", + "languages_url": "https://api.github.com/repos/NerdLang/nerd/languages", + "created_at": "2017-01-14T14:37:09Z", + "updated_at": "2024-08-31T13:45:44Z", + "git_url": "git://github.com/NerdLang/nerd.git", + "ssh_url": "git@github.com:NerdLang/nerd.git", + "clone_url": "https://github.com/NerdLang/nerd.git", + "homepage": "https://nectarjs.com", + "stargazers_count": 3571, + "watchers_count": 3571, + "language": "C++", "topics": [ - "open-source", - "openapi-specification", - "openapi3", - "rest", - "restful-api", - "swagger", - "swagger-api", - "swagger-oss", - "validator-badge" + "arduino", + "compilation", + "js", + "nodejs", + "raspberry", + "wasm" ] }, { - "id": 330195520, - "node_id": "MDEwOlJlcG9zaXRvcnkzMzAxOTU1MjA=", - "name": "ripme", - "full_name": "ripmeapp2/ripme", + "id": 399784772, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTk3ODQ3NzI=", + "name": "rtl-sdr-scanner-cpp", + "full_name": "shajen/rtl-sdr-scanner-cpp", "owner": { - "login": "ripmeapp2", - "id": 77541404, - "avatar_url": "https://avatars.githubusercontent.com/u/77541404?v=4", - "url": "https://api.github.com/users/ripmeapp2", - "html_url": "https://github.com/ripmeapp2" + "login": "shajen", + "id": 36173737, + "avatar_url": "https://avatars.githubusercontent.com/u/36173737?v=4", + "url": "https://api.github.com/users/shajen", + "html_url": "https://github.com/shajen" }, - "html_url": "https://github.com/ripmeapp2/ripme", - "description": "Downloads albums in bulk", - "url": "https://api.github.com/repos/ripmeapp2/ripme", - "languages_url": "https://api.github.com/repos/ripmeapp2/ripme/languages", - "created_at": "2021-01-16T15:40:03Z", - "updated_at": "2024-09-07T19:56:44Z", - "git_url": "git://github.com/ripmeapp2/ripme.git", - "ssh_url": "git@github.com:ripmeapp2/ripme.git", - "clone_url": "https://github.com/ripmeapp2/ripme.git", + "html_url": "https://github.com/shajen/rtl-sdr-scanner-cpp", + "description": null, + "url": "https://api.github.com/repos/shajen/rtl-sdr-scanner-cpp", + "languages_url": "https://api.github.com/repos/shajen/rtl-sdr-scanner-cpp/languages", + "created_at": "2021-08-25T10:52:52Z", + "updated_at": "2024-09-02T16:08:09Z", + "git_url": "git://github.com/shajen/rtl-sdr-scanner-cpp.git", + "ssh_url": "git@github.com:shajen/rtl-sdr-scanner-cpp.git", + "clone_url": "https://github.com/shajen/rtl-sdr-scanner-cpp.git", "homepage": "", - "stargazers_count": 300, - "watchers_count": 300, - "language": "Java", - "topics": [] + "stargazers_count": 620, + "watchers_count": 620, + "language": "C++", + "topics": [ + "hackrf", + "rtl-sdr", + "rtlsdr", + "sdr" + ] }, { - "id": 642293718, - "node_id": "R_kgDOJkif1g", - "name": "Android-WorkoutTracker", - "full_name": "storyofdavid/Android-WorkoutTracker", + "id": 527309421, + "node_id": "R_kgDOH24abQ", + "name": "googerteller", + "full_name": "berthubert/googerteller", "owner": { - "login": "storyofdavid", - "id": 40136155, - "avatar_url": "https://avatars.githubusercontent.com/u/40136155?v=4", - "url": "https://api.github.com/users/storyofdavid", - "html_url": "https://github.com/storyofdavid" + "login": "berthubert", + "id": 68055427, + "avatar_url": "https://avatars.githubusercontent.com/u/68055427?v=4", + "url": "https://api.github.com/users/berthubert", + "html_url": "https://github.com/berthubert" }, - "html_url": "https://github.com/storyofdavid/Android-WorkoutTracker", - "description": "Free to use demo repo of an android workout tracker application", - "url": "https://api.github.com/repos/storyofdavid/Android-WorkoutTracker", - "languages_url": "https://api.github.com/repos/storyofdavid/Android-WorkoutTracker/languages", - "created_at": "2023-05-18T08:44:03Z", - "updated_at": "2024-05-07T07:27:04Z", - "git_url": "git://github.com/storyofdavid/Android-WorkoutTracker.git", - "ssh_url": "git@github.com:storyofdavid/Android-WorkoutTracker.git", - "clone_url": "https://github.com/storyofdavid/Android-WorkoutTracker.git", + "html_url": "https://github.com/berthubert/googerteller", + "description": "audible feedback on just how much your browsing feeds into google", + "url": "https://api.github.com/repos/berthubert/googerteller", + "languages_url": "https://api.github.com/repos/berthubert/googerteller/languages", + "created_at": "2022-08-21T19:41:00Z", + "updated_at": "2024-08-26T19:53:18Z", + "git_url": "git://github.com/berthubert/googerteller.git", + "ssh_url": "git@github.com:berthubert/googerteller.git", + "clone_url": "https://github.com/berthubert/googerteller.git", "homepage": null, - "stargazers_count": 74, - "watchers_count": 74, - "language": "Java", + "stargazers_count": 2178, + "watchers_count": 2178, + "language": "C++", "topics": [] }, { - "id": 51515004, - "node_id": "MDEwOlJlcG9zaXRvcnk1MTUxNTAwNA==", - "name": "BluetoothPeripheral", - "full_name": "arjunkaruvally/BluetoothPeripheral", + "id": 241178673, + "node_id": "MDEwOlJlcG9zaXRvcnkyNDExNzg2NzM=", + "name": "f3d", + "full_name": "f3d-app/f3d", "owner": { - "login": "arjunkaruvally", - "id": 10836545, - "avatar_url": "https://avatars.githubusercontent.com/u/10836545?v=4", - "url": "https://api.github.com/users/arjunkaruvally", - "html_url": "https://github.com/arjunkaruvally" + "login": "f3d-app", + "id": 93085409, + "avatar_url": "https://avatars.githubusercontent.com/u/93085409?v=4", + "url": "https://api.github.com/users/f3d-app", + "html_url": "https://github.com/f3d-app" }, - "html_url": "https://github.com/arjunkaruvally/BluetoothPeripheral", - "description": null, - "url": "https://api.github.com/repos/arjunkaruvally/BluetoothPeripheral", - "languages_url": "https://api.github.com/repos/arjunkaruvally/BluetoothPeripheral/languages", - "created_at": "2016-02-11T13:04:11Z", - "updated_at": "2023-05-02T13:21:36Z", - "git_url": "git://github.com/arjunkaruvally/BluetoothPeripheral.git", - "ssh_url": "git@github.com:arjunkaruvally/BluetoothPeripheral.git", - "clone_url": "https://github.com/arjunkaruvally/BluetoothPeripheral.git", - "homepage": null, - "stargazers_count": 2, - "watchers_count": 2, - "language": "Java", - "topics": [] + "html_url": "https://github.com/f3d-app/f3d", + "description": "Fast and minimalist 3D viewer.", + "url": "https://api.github.com/repos/f3d-app/f3d", + "languages_url": "https://api.github.com/repos/f3d-app/f3d/languages", + "created_at": "2020-02-17T18:26:59Z", + "updated_at": "2024-09-08T11:47:53Z", + "git_url": "git://github.com/f3d-app/f3d.git", + "ssh_url": "git@github.com:f3d-app/f3d.git", + "clone_url": "https://github.com/f3d-app/f3d.git", + "homepage": "https://f3d.app", + "stargazers_count": 2707, + "watchers_count": 2707, + "language": "C++", + "topics": [ + "3d", + "3d-graphics", + "3d-viewer", + "command-line-tool", + "dxf", + "fbx", + "glb", + "gltf", + "gltf-viewer", + "graphics", + "hacktoberfest", + "obj", + "physically-based-rendering", + "raytracing", + "rendering", + "step", + "stl-viewer", + "usd", + "volume-rendering", + "vtk" + ] }, { - "id": 484132217, - "node_id": "R_kgDOHNtFeQ", - "name": "dapp-scaffold-react-native", - "full_name": "solana-developers/dapp-scaffold-react-native", + "id": 3925242, + "node_id": "MDEwOlJlcG9zaXRvcnkzOTI1MjQy", + "name": "bgfx", + "full_name": "bkaradzic/bgfx", "owner": { - "login": "solana-developers", - "id": 93691676, - "avatar_url": "https://avatars.githubusercontent.com/u/93691676?v=4", - "url": "https://api.github.com/users/solana-developers", - "html_url": "https://github.com/solana-developers" + "login": "bkaradzic", + "id": 814772, + "avatar_url": "https://avatars.githubusercontent.com/u/814772?v=4", + "url": "https://api.github.com/users/bkaradzic", + "html_url": "https://github.com/bkaradzic" }, - "html_url": "https://github.com/solana-developers/dapp-scaffold-react-native", - "description": "dApp scaffold for react native apps", - "url": "https://api.github.com/repos/solana-developers/dapp-scaffold-react-native", - "languages_url": "https://api.github.com/repos/solana-developers/dapp-scaffold-react-native/languages", - "created_at": "2022-04-21T16:48:00Z", - "updated_at": "2024-09-04T13:45:03Z", - "git_url": "git://github.com/solana-developers/dapp-scaffold-react-native.git", - "ssh_url": "git@github.com:solana-developers/dapp-scaffold-react-native.git", - "clone_url": "https://github.com/solana-developers/dapp-scaffold-react-native.git", - "homepage": "https://solanacookbook.com/integrations/react-native.html", - "stargazers_count": 52, - "watchers_count": 52, - "language": "Java", + "html_url": "https://github.com/bkaradzic/bgfx", + "description": "Cross-platform, graphics API agnostic, \"Bring Your Own Engine/Framework\" style rendering library.", + "url": "https://api.github.com/repos/bkaradzic/bgfx", + "languages_url": "https://api.github.com/repos/bkaradzic/bgfx/languages", + "created_at": "2012-04-04T03:39:04Z", + "updated_at": "2024-09-07T23:50:44Z", + "git_url": "git://github.com/bkaradzic/bgfx.git", + "ssh_url": "git@github.com:bkaradzic/bgfx.git", + "clone_url": "https://github.com/bkaradzic/bgfx.git", + "homepage": "https://bkaradzic.github.io/bgfx/overview.html", + "stargazers_count": 14856, + "watchers_count": 14856, + "language": "C++", "topics": [ - "blockchain", - "crypto", - "cryptocurrency", - "mit-license", - "react-native", - "scaffold", - "solana", - "solana-native", - "solana-react", - "solana-react-native", - "starter", - "starter-template", - "typescript", - "web3", - "web3js" + "d3d11", + "d3d12", + "directx", + "directx-11", + "directx-12", + "engine", + "gamedev", + "gles", + "glfw", + "graphics", + "metal", + "opengl", + "rendering", + "sdl", + "vulkan", + "vulkan-api", + "webgl" ] }, { - "id": 488290462, - "node_id": "R_kgDOHRq4ng", - "name": "react-native-unity2", - "full_name": "fusetools/react-native-unity2", + "id": 79317191, + "node_id": "MDEwOlJlcG9zaXRvcnk3OTMxNzE5MQ==", + "name": "typesense", + "full_name": "typesense/typesense", "owner": { - "login": "fusetools", - "id": 10243317, - "avatar_url": "https://avatars.githubusercontent.com/u/10243317?v=4", - "url": "https://api.github.com/users/fusetools", - "html_url": "https://github.com/fusetools" + "login": "typesense", + "id": 19822348, + "avatar_url": "https://avatars.githubusercontent.com/u/19822348?v=4", + "url": "https://api.github.com/users/typesense", + "html_url": "https://github.com/typesense" }, - "html_url": "https://github.com/fusetools/react-native-unity2", - "description": "Embed Unity content in your React Native app!", - "url": "https://api.github.com/repos/fusetools/react-native-unity2", - "languages_url": "https://api.github.com/repos/fusetools/react-native-unity2/languages", - "created_at": "2022-05-03T16:49:35Z", - "updated_at": "2024-07-02T03:18:51Z", - "git_url": "git://github.com/fusetools/react-native-unity2.git", - "ssh_url": "git@github.com:fusetools/react-native-unity2.git", - "clone_url": "https://github.com/fusetools/react-native-unity2.git", - "homepage": "https://fuse.no", - "stargazers_count": 34, - "watchers_count": 34, - "language": "Java", + "html_url": "https://github.com/typesense/typesense", + "description": "Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences", + "url": "https://api.github.com/repos/typesense/typesense", + "languages_url": "https://api.github.com/repos/typesense/typesense/languages", + "created_at": "2017-01-18T08:01:47Z", + "updated_at": "2024-09-08T11:42:53Z", + "git_url": "git://github.com/typesense/typesense.git", + "ssh_url": "git@github.com:typesense/typesense.git", + "clone_url": "https://github.com/typesense/typesense.git", + "homepage": "https://typesense.org", + "stargazers_count": 20371, + "watchers_count": 20371, + "language": "C++", "topics": [ - "android", - "ios", - "react-native", - "typescript", - "unity", - "unity3d" + "algolia", + "datastore", + "elasticsearch", + "enterprise-search", + "faceting", + "full-text-search", + "fuzzy-search", + "geosearch", + "in-memory", + "instantsearch", + "merchandising", + "pinecone", + "search", + "search-engine", + "semantic-search", + "similarity-search", + "site-search", + "synonyms", + "typo-tolerance", + "vector-search" ] }, { - "id": 475486961, - "node_id": "R_kgDOHFda8Q", - "name": "react-native-unity", - "full_name": "azesmway/react-native-unity", + "id": 453950487, + "node_id": "R_kgDOGw68Fw", + "name": "code_contests", + "full_name": "google-deepmind/code_contests", "owner": { - "login": "azesmway", - "id": 15251391, - "avatar_url": "https://avatars.githubusercontent.com/u/15251391?v=4", - "url": "https://api.github.com/users/azesmway", - "html_url": "https://github.com/azesmway" + "login": "google-deepmind", + "id": 8596759, + "avatar_url": "https://avatars.githubusercontent.com/u/8596759?v=4", + "url": "https://api.github.com/users/google-deepmind", + "html_url": "https://github.com/google-deepmind" }, - "html_url": "https://github.com/azesmway/react-native-unity", + "html_url": "https://github.com/google-deepmind/code_contests", "description": null, - "url": "https://api.github.com/repos/azesmway/react-native-unity", - "languages_url": "https://api.github.com/repos/azesmway/react-native-unity/languages", - "created_at": "2022-03-29T14:44:25Z", - "updated_at": "2024-09-07T22:01:33Z", - "git_url": "git://github.com/azesmway/react-native-unity.git", - "ssh_url": "git@github.com:azesmway/react-native-unity.git", - "clone_url": "https://github.com/azesmway/react-native-unity.git", + "url": "https://api.github.com/repos/google-deepmind/code_contests", + "languages_url": "https://api.github.com/repos/google-deepmind/code_contests/languages", + "created_at": "2022-01-31T09:48:14Z", + "updated_at": "2024-09-06T09:58:48Z", + "git_url": "git://github.com/google-deepmind/code_contests.git", + "ssh_url": "git@github.com:google-deepmind/code_contests.git", + "clone_url": "https://github.com/google-deepmind/code_contests.git", "homepage": null, - "stargazers_count": 253, - "watchers_count": 253, - "language": "Java", + "stargazers_count": 2061, + "watchers_count": 2061, + "language": "C++", "topics": [] }, { - "id": 445334837, - "node_id": "R_kgDOGotFNQ", - "name": "XLogger", - "full_name": "LuigiVampa92/XLogger", + "id": 234790574, + "node_id": "MDEwOlJlcG9zaXRvcnkyMzQ3OTA1NzQ=", + "name": "openHASP", + "full_name": "HASwitchPlate/openHASP", "owner": { - "login": "LuigiVampa92", - "id": 9579364, - "avatar_url": "https://avatars.githubusercontent.com/u/9579364?v=4", - "url": "https://api.github.com/users/LuigiVampa92", - "html_url": "https://github.com/LuigiVampa92" + "login": "HASwitchPlate", + "id": 78266774, + "avatar_url": "https://avatars.githubusercontent.com/u/78266774?v=4", + "url": "https://api.github.com/users/HASwitchPlate", + "html_url": "https://github.com/HASwitchPlate" }, - "html_url": "https://github.com/LuigiVampa92/XLogger", - "description": "Xposed module that allows to sniff and record logs of NFC and Bluetooth communication on device", - "url": "https://api.github.com/repos/LuigiVampa92/XLogger", - "languages_url": "https://api.github.com/repos/LuigiVampa92/XLogger/languages", - "created_at": "2022-01-06T23:02:32Z", - "updated_at": "2024-08-27T02:14:31Z", - "git_url": "git://github.com/LuigiVampa92/XLogger.git", - "ssh_url": "git@github.com:LuigiVampa92/XLogger.git", - "clone_url": "https://github.com/LuigiVampa92/XLogger.git", - "homepage": "", - "stargazers_count": 45, - "watchers_count": 45, - "language": "Java", + "html_url": "https://github.com/HASwitchPlate/openHASP", + "description": "HomeAutomation Switchplate based on lvgl for ESP32", + "url": "https://api.github.com/repos/HASwitchPlate/openHASP", + "languages_url": "https://api.github.com/repos/HASwitchPlate/openHASP/languages", + "created_at": "2020-01-18T20:03:44Z", + "updated_at": "2024-09-05T14:20:31Z", + "git_url": "git://github.com/HASwitchPlate/openHASP.git", + "ssh_url": "git@github.com:HASwitchPlate/openHASP.git", + "clone_url": "https://github.com/HASwitchPlate/openHASP.git", + "homepage": "https://www.openhasp.com", + "stargazers_count": 685, + "watchers_count": 685, + "language": "C++", "topics": [ - "android", - "ble", - "bluetooth", - "bluetooth-le", - "bluetooth-low-energy", - "hce", - "lsposed", - "nfc", - "xposed", - "xposed-module" + "arduino", + "az-touch", + "esp32", + "homeassistant", + "homeautomation", + "lanbon", + "lvgl", + "m5stack", + "mqtt", + "openhab", + "openhasp", + "smarthome", + "stm32duino" ] }, { - "id": 196110471, - "node_id": "MDEwOlJlcG9zaXRvcnkxOTYxMTA0NzE=", - "name": "xvm", - "full_name": "xtclang/xvm", + "id": 128479644, + "node_id": "MDEwOlJlcG9zaXRvcnkxMjg0Nzk2NDQ=", + "name": "esphome", + "full_name": "esphome/esphome", "owner": { - "login": "xtclang", - "id": 51277395, - "avatar_url": "https://avatars.githubusercontent.com/u/51277395?v=4", - "url": "https://api.github.com/users/xtclang", - "html_url": "https://github.com/xtclang" + "login": "esphome", + "id": 45919759, + "avatar_url": "https://avatars.githubusercontent.com/u/45919759?v=4", + "url": "https://api.github.com/users/esphome", + "html_url": "https://github.com/esphome" }, - "html_url": "https://github.com/xtclang/xvm", - "description": "Ecstasy and XVM", - "url": "https://api.github.com/repos/xtclang/xvm", - "languages_url": "https://api.github.com/repos/xtclang/xvm/languages", - "created_at": "2019-07-10T01:46:15Z", - "updated_at": "2024-09-06T18:52:47Z", - "git_url": "git://github.com/xtclang/xvm.git", - "ssh_url": "git@github.com:xtclang/xvm.git", - "clone_url": "https://github.com/xtclang/xvm.git", - "homepage": null, - "stargazers_count": 200, - "watchers_count": 200, - "language": "Java", - "topics": [] + "html_url": "https://github.com/esphome/esphome", + "description": "ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.", + "url": "https://api.github.com/repos/esphome/esphome", + "languages_url": "https://api.github.com/repos/esphome/esphome/languages", + "created_at": "2018-04-06T23:23:25Z", + "updated_at": "2024-09-08T04:17:49Z", + "git_url": "git://github.com/esphome/esphome.git", + "ssh_url": "git@github.com:esphome/esphome.git", + "clone_url": "https://github.com/esphome/esphome.git", + "homepage": "https://esphome.io/", + "stargazers_count": 8296, + "watchers_count": 8296, + "language": "C++", + "topics": [ + "esp32", + "esp8266", + "hacktoberfest", + "home-assistant", + "home-automation", + "iot", + "mqtt", + "platformio", + "python", + "yaml" + ] } ], "Groovy": [ @@ -57209,13 +57239,13 @@ "url": "https://api.github.com/repos/linuxserver/Heimdall", "languages_url": "https://api.github.com/repos/linuxserver/Heimdall/languages", "created_at": "2018-01-26T12:04:05Z", - "updated_at": "2024-09-07T21:55:06Z", + "updated_at": "2024-09-08T11:20:17Z", "git_url": "git://github.com/linuxserver/Heimdall.git", "ssh_url": "git@github.com:linuxserver/Heimdall.git", "clone_url": "https://github.com/linuxserver/Heimdall.git", "homepage": null, - "stargazers_count": 7678, - "watchers_count": 7678, + "stargazers_count": 7681, + "watchers_count": 7681, "language": "PHP", "topics": [ "application-dashboard", @@ -57257,7 +57287,7 @@ "url": "https://api.github.com/repos/phoronix-test-suite/phoronix-test-suite", "languages_url": "https://api.github.com/repos/phoronix-test-suite/phoronix-test-suite/languages", "created_at": "2014-01-12T04:56:38Z", - "updated_at": "2024-09-05T20:49:38Z", + "updated_at": "2024-09-08T10:29:09Z", "git_url": "git://github.com/phoronix-test-suite/phoronix-test-suite.git", "ssh_url": "git@github.com:phoronix-test-suite/phoronix-test-suite.git", "clone_url": "https://github.com/phoronix-test-suite/phoronix-test-suite.git", @@ -57294,13 +57324,13 @@ "url": "https://api.github.com/repos/fuzzdb-project/fuzzdb", "languages_url": "https://api.github.com/repos/fuzzdb-project/fuzzdb/languages", "created_at": "2015-09-10T17:54:31Z", - "updated_at": "2024-09-07T15:36:41Z", + "updated_at": "2024-09-08T08:45:35Z", "git_url": "git://github.com/fuzzdb-project/fuzzdb.git", "ssh_url": "git@github.com:fuzzdb-project/fuzzdb.git", "clone_url": "https://github.com/fuzzdb-project/fuzzdb.git", "homepage": "", - "stargazers_count": 8138, - "watchers_count": 8138, + "stargazers_count": 8139, + "watchers_count": 8139, "language": "PHP", "topics": [] }, @@ -57321,13 +57351,13 @@ "url": "https://api.github.com/repos/coollabsio/coolify", "languages_url": "https://api.github.com/repos/coollabsio/coolify/languages", "created_at": "2021-01-25T20:54:01Z", - "updated_at": "2024-09-08T00:18:34Z", + "updated_at": "2024-09-08T11:52:30Z", "git_url": "git://github.com/coollabsio/coolify.git", "ssh_url": "git@github.com:coollabsio/coolify.git", "clone_url": "https://github.com/coollabsio/coolify.git", "homepage": "https://coolify.io", - "stargazers_count": 31130, - "watchers_count": 31130, + "stargazers_count": 31156, + "watchers_count": 31156, "language": "PHP", "topics": [ "analytics", @@ -57481,13 +57511,13 @@ "url": "https://api.github.com/repos/mintlify/starter", "languages_url": "https://api.github.com/repos/mintlify/starter/languages", "created_at": "2022-12-22T03:50:30Z", - "updated_at": "2024-09-07T12:59:56Z", + "updated_at": "2024-09-08T01:33:20Z", "git_url": "git://github.com/mintlify/starter.git", "ssh_url": "org-93011474@github.com:mintlify/starter.git", "clone_url": "https://github.com/mintlify/starter.git", "homepage": "https://starter.mintlify.com", - "stargazers_count": 597, - "watchers_count": 597, + "stargazers_count": 598, + "watchers_count": 598, "language": "MDX", "topics": [] }, @@ -57679,13 +57709,13 @@ "url": "https://api.github.com/repos/nakov/Practical-Cryptography-for-Developers-Book", "languages_url": "https://api.github.com/repos/nakov/Practical-Cryptography-for-Developers-Book/languages", "created_at": "2018-10-25T14:50:40Z", - "updated_at": "2024-09-06T18:49:30Z", + "updated_at": "2024-09-08T12:03:21Z", "git_url": "git://github.com/nakov/Practical-Cryptography-for-Developers-Book.git", "ssh_url": "git@github.com:nakov/Practical-Cryptography-for-Developers-Book.git", "clone_url": "https://github.com/nakov/Practical-Cryptography-for-Developers-Book.git", "homepage": "https://cryptobook.nakov.com", - "stargazers_count": 3410, - "watchers_count": 3410, + "stargazers_count": 3412, + "watchers_count": 3412, "language": "CSS", "topics": [ "aes", @@ -57752,13 +57782,13 @@ "url": "https://api.github.com/repos/animate-css/animate.css", "languages_url": "https://api.github.com/repos/animate-css/animate.css/languages", "created_at": "2011-10-12T10:07:38Z", - "updated_at": "2024-09-07T16:23:34Z", + "updated_at": "2024-09-08T11:59:53Z", "git_url": "git://github.com/animate-css/animate.css.git", "ssh_url": "git@github.com:animate-css/animate.css.git", "clone_url": "https://github.com/animate-css/animate.css.git", "homepage": "https://animate.style/", - "stargazers_count": 80537, - "watchers_count": 80537, + "stargazers_count": 80540, + "watchers_count": 80540, "language": "CSS", "topics": [ "animation", @@ -57784,13 +57814,13 @@ "url": "https://api.github.com/repos/primefaces/primereact", "languages_url": "https://api.github.com/repos/primefaces/primereact/languages", "created_at": "2016-12-16T15:56:27Z", - "updated_at": "2024-09-08T00:17:11Z", + "updated_at": "2024-09-08T11:04:12Z", "git_url": "git://github.com/primefaces/primereact.git", "ssh_url": "git@github.com:primefaces/primereact.git", "clone_url": "https://github.com/primefaces/primereact.git", "homepage": "https://primereact.org", - "stargazers_count": 6572, - "watchers_count": 6572, + "stargazers_count": 6574, + "watchers_count": 6574, "language": "CSS", "topics": [ "bootstrap", @@ -57831,13 +57861,13 @@ "url": "https://api.github.com/repos/atisawd/boxicons", "languages_url": "https://api.github.com/repos/atisawd/boxicons/languages", "created_at": "2018-06-15T07:53:05Z", - "updated_at": "2024-09-06T17:46:44Z", + "updated_at": "2024-09-08T02:35:47Z", "git_url": "git://github.com/atisawd/boxicons.git", "ssh_url": "git@github.com:atisawd/boxicons.git", "clone_url": "https://github.com/atisawd/boxicons.git", "homepage": "https://boxicons.com", - "stargazers_count": 2897, - "watchers_count": 2897, + "stargazers_count": 2898, + "watchers_count": 2898, "language": "CSS", "topics": [ "icon-font", @@ -58015,13 +58045,13 @@ "url": "https://api.github.com/repos/ImranR98/apps.obtainium.imranr.dev", "languages_url": "https://api.github.com/repos/ImranR98/apps.obtainium.imranr.dev/languages", "created_at": "2023-12-30T18:08:17Z", - "updated_at": "2024-09-07T23:51:22Z", + "updated_at": "2024-09-08T09:56:18Z", "git_url": "git://github.com/ImranR98/apps.obtainium.imranr.dev.git", "ssh_url": "git@github.com:ImranR98/apps.obtainium.imranr.dev.git", "clone_url": "https://github.com/ImranR98/apps.obtainium.imranr.dev.git", "homepage": "https://apps.obtainium.imranr.dev", - "stargazers_count": 122, - "watchers_count": 122, + "stargazers_count": 123, + "watchers_count": 123, "language": "HTML", "topics": [] }, @@ -58042,13 +58072,13 @@ "url": "https://api.github.com/repos/run-llama/create_llama_projects", "languages_url": "https://api.github.com/repos/run-llama/create_llama_projects/languages", "created_at": "2023-11-15T08:33:51Z", - "updated_at": "2024-09-05T18:50:09Z", + "updated_at": "2024-09-08T06:48:13Z", "git_url": "git://github.com/run-llama/create_llama_projects.git", "ssh_url": "git@github.com:run-llama/create_llama_projects.git", "clone_url": "https://github.com/run-llama/create_llama_projects.git", "homepage": null, - "stargazers_count": 426, - "watchers_count": 426, + "stargazers_count": 427, + "watchers_count": 427, "language": "HTML", "topics": [] }, @@ -58101,13 +58131,13 @@ "url": "https://api.github.com/repos/LangbaseInc/langui", "languages_url": "https://api.github.com/repos/LangbaseInc/langui/languages", "created_at": "2023-05-24T12:13:12Z", - "updated_at": "2024-09-07T18:06:27Z", + "updated_at": "2024-09-08T07:29:33Z", "git_url": "git://github.com/LangbaseInc/langui.git", "ssh_url": "git@github.com:LangbaseInc/langui.git", "clone_url": "https://github.com/LangbaseInc/langui.git", "homepage": "https://LangUI.dev", - "stargazers_count": 2400, - "watchers_count": 2400, + "stargazers_count": 2402, + "watchers_count": 2402, "language": "HTML", "topics": [ "chat-ui", @@ -58138,13 +58168,13 @@ "url": "https://api.github.com/repos/htmlstreamofficial/preline", "languages_url": "https://api.github.com/repos/htmlstreamofficial/preline/languages", "created_at": "2022-05-15T15:29:39Z", - "updated_at": "2024-09-07T17:04:03Z", + "updated_at": "2024-09-08T10:08:16Z", "git_url": "git://github.com/htmlstreamofficial/preline.git", "ssh_url": "git@github.com:htmlstreamofficial/preline.git", "clone_url": "https://github.com/htmlstreamofficial/preline.git", "homepage": "https://preline.co", - "stargazers_count": 4532, - "watchers_count": 4532, + "stargazers_count": 4534, + "watchers_count": 4534, "language": "HTML", "topics": [ "css", @@ -58314,13 +58344,13 @@ "url": "https://api.github.com/repos/N3evin/AmiiboAPI", "languages_url": "https://api.github.com/repos/N3evin/AmiiboAPI/languages", "created_at": "2017-05-16T08:13:18Z", - "updated_at": "2024-09-07T07:59:31Z", + "updated_at": "2024-09-08T06:03:15Z", "git_url": "git://github.com/N3evin/AmiiboAPI.git", "ssh_url": "git@github.com:N3evin/AmiiboAPI.git", "clone_url": "https://github.com/N3evin/AmiiboAPI.git", "homepage": "https://www.amiiboapi.com/", - "stargazers_count": 490, - "watchers_count": 490, + "stargazers_count": 491, + "watchers_count": 491, "language": "HTML", "topics": [ "amiibo", @@ -58461,13 +58491,13 @@ "url": "https://api.github.com/repos/f/awesome-chatgpt-prompts", "languages_url": "https://api.github.com/repos/f/awesome-chatgpt-prompts/languages", "created_at": "2022-12-05T13:54:13Z", - "updated_at": "2024-09-07T22:49:27Z", + "updated_at": "2024-09-08T11:57:53Z", "git_url": "git://github.com/f/awesome-chatgpt-prompts.git", "ssh_url": "git@github.com:f/awesome-chatgpt-prompts.git", "clone_url": "https://github.com/f/awesome-chatgpt-prompts.git", "homepage": "https://prompts.chat", - "stargazers_count": 110095, - "watchers_count": 110095, + "stargazers_count": 110140, + "watchers_count": 110140, "language": "HTML", "topics": [ "bots", @@ -58768,13 +58798,13 @@ "url": "https://api.github.com/repos/vasturiano/3d-force-graph", "languages_url": "https://api.github.com/repos/vasturiano/3d-force-graph/languages", "created_at": "2017-02-27T04:09:20Z", - "updated_at": "2024-09-07T13:14:52Z", + "updated_at": "2024-09-08T02:16:02Z", "git_url": "git://github.com/vasturiano/3d-force-graph.git", "ssh_url": "git@github.com:vasturiano/3d-force-graph.git", "clone_url": "https://github.com/vasturiano/3d-force-graph.git", "homepage": "https://vasturiano.github.io/3d-force-graph/example/large-graph/", - "stargazers_count": 4635, - "watchers_count": 4635, + "stargazers_count": 4637, + "watchers_count": 4637, "language": "HTML", "topics": [ "3d", @@ -58803,13 +58833,13 @@ "url": "https://api.github.com/repos/themesberg/flowbite", "languages_url": "https://api.github.com/repos/themesberg/flowbite/languages", "created_at": "2021-07-28T15:21:50Z", - "updated_at": "2024-09-07T17:08:27Z", + "updated_at": "2024-09-08T02:18:27Z", "git_url": "git://github.com/themesberg/flowbite.git", "ssh_url": "git@github.com:themesberg/flowbite.git", "clone_url": "https://github.com/themesberg/flowbite.git", "homepage": "https://flowbite.com", - "stargazers_count": 7603, - "watchers_count": 7603, + "stargazers_count": 7602, + "watchers_count": 7602, "language": "HTML", "topics": [ "components", @@ -58880,7 +58910,7 @@ "url": "https://api.github.com/repos/microsoft/ML-For-Beginners", "languages_url": "https://api.github.com/repos/microsoft/ML-For-Beginners/languages", "created_at": "2021-03-03T01:34:05Z", - "updated_at": "2024-09-07T18:17:01Z", + "updated_at": "2024-09-08T09:14:46Z", "git_url": "git://github.com/microsoft/ML-For-Beginners.git", "ssh_url": "git@github.com:microsoft/ML-For-Beginners.git", "clone_url": "https://github.com/microsoft/ML-For-Beginners.git", @@ -58921,13 +58951,13 @@ "url": "https://api.github.com/repos/ImranR98/Obtainium", "languages_url": "https://api.github.com/repos/ImranR98/Obtainium/languages", "created_at": "2022-08-11T00:16:36Z", - "updated_at": "2024-09-07T23:33:22Z", + "updated_at": "2024-09-08T11:04:11Z", "git_url": "git://github.com/ImranR98/Obtainium.git", "ssh_url": "git@github.com:ImranR98/Obtainium.git", "clone_url": "https://github.com/ImranR98/Obtainium.git", "homepage": "https://obtainium.imranr.dev", - "stargazers_count": 7124, - "watchers_count": 7124, + "stargazers_count": 7137, + "watchers_count": 7137, "language": "Dart", "topics": [ "android", @@ -58965,13 +58995,13 @@ "url": "https://api.github.com/repos/KRTirtho/spotube", "languages_url": "https://api.github.com/repos/KRTirtho/spotube/languages", "created_at": "2021-02-14T03:17:58Z", - "updated_at": "2024-09-07T23:33:59Z", + "updated_at": "2024-09-08T11:17:27Z", "git_url": "git://github.com/KRTirtho/spotube.git", "ssh_url": "git@github.com:KRTirtho/spotube.git", "clone_url": "https://github.com/KRTirtho/spotube.git", "homepage": "https://spotube.krtirtho.dev/", - "stargazers_count": 28629, - "watchers_count": 28629, + "stargazers_count": 28639, + "watchers_count": 28639, "language": "Dart", "topics": [ "android", @@ -59087,13 +59117,13 @@ "url": "https://api.github.com/repos/MaximeBeasse/KeyDecoder", "languages_url": "https://api.github.com/repos/MaximeBeasse/KeyDecoder/languages", "created_at": "2020-06-30T18:39:41Z", - "updated_at": "2024-09-07T04:36:12Z", + "updated_at": "2024-09-08T01:31:56Z", "git_url": "git://github.com/MaximeBeasse/KeyDecoder.git", "ssh_url": "git@github.com:MaximeBeasse/KeyDecoder.git", "clone_url": "https://github.com/MaximeBeasse/KeyDecoder.git", "homepage": "", - "stargazers_count": 3027, - "watchers_count": 3027, + "stargazers_count": 3026, + "watchers_count": 3026, "language": "Dart", "topics": [ "card", @@ -59125,13 +59155,13 @@ "url": "https://api.github.com/repos/langchain-ai/opengpts", "languages_url": "https://api.github.com/repos/langchain-ai/opengpts/languages", "created_at": "2023-11-04T18:58:15Z", - "updated_at": "2024-09-06T20:12:03Z", + "updated_at": "2024-09-08T06:35:02Z", "git_url": "git://github.com/langchain-ai/opengpts.git", "ssh_url": "git@github.com:langchain-ai/opengpts.git", "clone_url": "https://github.com/langchain-ai/opengpts.git", "homepage": null, - "stargazers_count": 6406, - "watchers_count": 6406, + "stargazers_count": 6407, + "watchers_count": 6407, "language": "Rich Text Format", "topics": [] } @@ -59154,13 +59184,13 @@ "url": "https://api.github.com/repos/primer/css", "languages_url": "https://api.github.com/repos/primer/css/languages", "created_at": "2015-03-19T23:31:21Z", - "updated_at": "2024-09-07T15:49:55Z", + "updated_at": "2024-09-08T08:06:52Z", "git_url": "git://github.com/primer/css.git", "ssh_url": "git@github.com:primer/css.git", "clone_url": "https://github.com/primer/css.git", "homepage": "https://primer.style/css", - "stargazers_count": 12537, - "watchers_count": 12537, + "stargazers_count": 12536, + "watchers_count": 12536, "language": "SCSS", "topics": [ "css", @@ -59233,38 +59263,6 @@ "slate", "static-site-generator" ] - }, - { - "id": 110000361, - "node_id": "MDEwOlJlcG9zaXRvcnkxMTAwMDAzNjE=", - "name": "just-the-docs", - "full_name": "just-the-docs/just-the-docs", - "owner": { - "login": "just-the-docs", - "id": 99273587, - "avatar_url": "https://avatars.githubusercontent.com/u/99273587?v=4", - "url": "https://api.github.com/users/just-the-docs", - "html_url": "https://github.com/just-the-docs" - }, - "html_url": "https://github.com/just-the-docs/just-the-docs", - "description": "A modern, high customizable, responsive Jekyll theme for documentation with built-in search.", - "url": "https://api.github.com/repos/just-the-docs/just-the-docs", - "languages_url": "https://api.github.com/repos/just-the-docs/just-the-docs/languages", - "created_at": "2017-11-08T16:22:28Z", - "updated_at": "2024-09-07T12:54:02Z", - "git_url": "git://github.com/just-the-docs/just-the-docs.git", - "ssh_url": "git@github.com:just-the-docs/just-the-docs.git", - "clone_url": "https://github.com/just-the-docs/just-the-docs.git", - "homepage": "https://just-the-docs.com", - "stargazers_count": 7402, - "watchers_count": 7402, - "language": "SCSS", - "topics": [ - "documentation", - "github-pages", - "jekyll", - "jekyll-theme" - ] } ], "Dockerfile": [ @@ -59347,13 +59345,13 @@ "url": "https://api.github.com/repos/goldbergyoni/nodebestpractices", "languages_url": "https://api.github.com/repos/goldbergyoni/nodebestpractices/languages", "created_at": "2017-09-15T08:33:19Z", - "updated_at": "2024-09-07T21:22:02Z", + "updated_at": "2024-09-08T11:45:35Z", "git_url": "git://github.com/goldbergyoni/nodebestpractices.git", "ssh_url": "git@github.com:goldbergyoni/nodebestpractices.git", "clone_url": "https://github.com/goldbergyoni/nodebestpractices.git", "homepage": "https://twitter.com/nodepractices/", - "stargazers_count": 99245, - "watchers_count": 99245, + "stargazers_count": 99252, + "watchers_count": 99252, "language": "Dockerfile", "topics": [ "best-practices", @@ -59395,13 +59393,13 @@ "url": "https://api.github.com/repos/fastlane/fastlane", "languages_url": "https://api.github.com/repos/fastlane/fastlane/languages", "created_at": "2014-12-02T17:00:38Z", - "updated_at": "2024-09-07T16:10:11Z", + "updated_at": "2024-09-08T07:14:52Z", "git_url": "git://github.com/fastlane/fastlane.git", "ssh_url": "git@github.com:fastlane/fastlane.git", "clone_url": "https://github.com/fastlane/fastlane.git", "homepage": "https://fastlane.tools", - "stargazers_count": 39006, - "watchers_count": 39006, + "stargazers_count": 39008, + "watchers_count": 39008, "language": "Ruby", "topics": [ "android", @@ -59467,13 +59465,13 @@ "url": "https://api.github.com/repos/ShareX/ShareX", "languages_url": "https://api.github.com/repos/ShareX/ShareX/languages", "created_at": "2013-10-08T23:32:10Z", - "updated_at": "2024-09-07T23:39:22Z", + "updated_at": "2024-09-08T11:22:09Z", "git_url": "git://github.com/ShareX/ShareX.git", "ssh_url": "git@github.com:ShareX/ShareX.git", "clone_url": "https://github.com/ShareX/ShareX.git", "homepage": "https://getsharex.com", - "stargazers_count": 29110, - "watchers_count": 29110, + "stargazers_count": 29113, + "watchers_count": 29113, "language": "C#", "topics": [ "capture", @@ -59650,13 +59648,13 @@ "url": "https://api.github.com/repos/microsoft/devhome", "languages_url": "https://api.github.com/repos/microsoft/devhome/languages", "created_at": "2023-02-03T22:44:29Z", - "updated_at": "2024-09-07T09:23:54Z", + "updated_at": "2024-09-08T10:19:01Z", "git_url": "git://github.com/microsoft/devhome.git", "ssh_url": "git@github.com:microsoft/devhome.git", "clone_url": "https://github.com/microsoft/devhome.git", "homepage": "https://aka.ms/devhomedocs", - "stargazers_count": 3552, - "watchers_count": 3552, + "stargazers_count": 3554, + "watchers_count": 3554, "language": "C#", "topics": [ "contributions-welcome", @@ -59739,13 +59737,13 @@ "url": "https://api.github.com/repos/marticliment/UniGetUI", "languages_url": "https://api.github.com/repos/marticliment/UniGetUI/languages", "created_at": "2021-06-15T12:57:58Z", - "updated_at": "2024-09-08T00:04:17Z", + "updated_at": "2024-09-08T11:33:07Z", "git_url": "git://github.com/marticliment/UniGetUI.git", "ssh_url": "git@github.com:marticliment/UniGetUI.git", "clone_url": "https://github.com/marticliment/UniGetUI.git", "homepage": "https://www.marticliment.com/unigetui/", - "stargazers_count": 11947, - "watchers_count": 11947, + "stargazers_count": 11957, + "watchers_count": 11957, "language": "C#", "topics": [ "chocolatey", @@ -59806,7 +59804,7 @@ "url": "https://api.github.com/repos/lostindark/DriverStoreExplorer", "languages_url": "https://api.github.com/repos/lostindark/DriverStoreExplorer/languages", "created_at": "2016-06-15T04:03:33Z", - "updated_at": "2024-09-07T13:01:12Z", + "updated_at": "2024-09-08T04:10:22Z", "git_url": "git://github.com/lostindark/DriverStoreExplorer.git", "ssh_url": "git@github.com:lostindark/DriverStoreExplorer.git", "clone_url": "https://github.com/lostindark/DriverStoreExplorer.git", @@ -59996,13 +59994,13 @@ "url": "https://api.github.com/repos/DarkRiftNetworking/DarkRift", "languages_url": "https://api.github.com/repos/DarkRiftNetworking/DarkRift/languages", "created_at": "2018-02-07T12:14:49Z", - "updated_at": "2024-09-04T09:41:51Z", + "updated_at": "2024-09-08T01:40:21Z", "git_url": "git://github.com/DarkRiftNetworking/DarkRift.git", "ssh_url": "git@github.com:DarkRiftNetworking/DarkRift.git", "clone_url": "https://github.com/DarkRiftNetworking/DarkRift.git", "homepage": "http://darkriftnetworking.com", - "stargazers_count": 216, - "watchers_count": 216, + "stargazers_count": 217, + "watchers_count": 217, "language": "C#", "topics": [ "darkrift", @@ -60077,13 +60075,13 @@ "url": "https://api.github.com/repos/Unity-Technologies/ml-agents", "languages_url": "https://api.github.com/repos/Unity-Technologies/ml-agents/languages", "created_at": "2017-09-08T21:09:04Z", - "updated_at": "2024-09-07T23:09:47Z", + "updated_at": "2024-09-08T08:14:37Z", "git_url": "git://github.com/Unity-Technologies/ml-agents.git", "ssh_url": "git@github.com:Unity-Technologies/ml-agents.git", "clone_url": "https://github.com/Unity-Technologies/ml-agents.git", "homepage": "https://unity.com/products/machine-learning-agents", - "stargazers_count": 16885, - "watchers_count": 16885, + "stargazers_count": 16887, + "watchers_count": 16887, "language": "C#", "topics": [ "deep-learning", @@ -60262,13 +60260,13 @@ "url": "https://api.github.com/repos/Tyrrrz/DiscordChatExporter", "languages_url": "https://api.github.com/repos/Tyrrrz/DiscordChatExporter/languages", "created_at": "2017-07-12T17:18:19Z", - "updated_at": "2024-09-07T17:52:39Z", + "updated_at": "2024-09-08T11:15:14Z", "git_url": "git://github.com/Tyrrrz/DiscordChatExporter.git", "ssh_url": "git@github.com:Tyrrrz/DiscordChatExporter.git", "clone_url": "https://github.com/Tyrrrz/DiscordChatExporter.git", "homepage": "", - "stargazers_count": 7471, - "watchers_count": 7471, + "stargazers_count": 7472, + "watchers_count": 7472, "language": "C#", "topics": [ "archival", @@ -60467,13 +60465,13 @@ "url": "https://api.github.com/repos/phoenixframework/phoenix", "languages_url": "https://api.github.com/repos/phoenixframework/phoenix/languages", "created_at": "2014-01-20T14:14:11Z", - "updated_at": "2024-09-08T00:19:40Z", + "updated_at": "2024-09-08T07:48:50Z", "git_url": "git://github.com/phoenixframework/phoenix.git", "ssh_url": "git@github.com:phoenixframework/phoenix.git", "clone_url": "https://github.com/phoenixframework/phoenix.git", "homepage": "https://www.phoenixframework.org", - "stargazers_count": 21200, - "watchers_count": 21200, + "stargazers_count": 21201, + "watchers_count": 21201, "language": "Elixir", "topics": [ "api-server", @@ -60585,13 +60583,13 @@ "url": "https://api.github.com/repos/hexops/mach", "languages_url": "https://api.github.com/repos/hexops/mach/languages", "created_at": "2021-07-04T17:37:47Z", - "updated_at": "2024-09-07T23:51:30Z", + "updated_at": "2024-09-08T11:52:19Z", "git_url": "git://github.com/hexops/mach.git", "ssh_url": "git@github.com:hexops/mach.git", "clone_url": "https://github.com/hexops/mach.git", "homepage": "https://machengine.org", - "stargazers_count": 3165, - "watchers_count": 3165, + "stargazers_count": 3168, + "watchers_count": 3168, "language": "Zig", "topics": [ "2d", @@ -60667,13 +60665,13 @@ "url": "https://api.github.com/repos/teaxyz/white-paper", "languages_url": "https://api.github.com/repos/teaxyz/white-paper/languages", "created_at": "2022-04-29T02:18:12Z", - "updated_at": "2024-09-07T23:35:09Z", + "updated_at": "2024-09-08T09:09:20Z", "git_url": "git://github.com/teaxyz/white-paper.git", "ssh_url": "git@github.com:teaxyz/white-paper.git", "clone_url": "https://github.com/teaxyz/white-paper.git", "homepage": "https://whitepaper.tea.xyz/doc/white-paper", - "stargazers_count": 4479, - "watchers_count": 4479, + "stargazers_count": 4482, + "watchers_count": 4482, "language": "Makefile", "topics": [ "white-paper" @@ -60786,7 +60784,7 @@ "url": "https://api.github.com/repos/Weilbyte/PVEDiscordDark", "languages_url": "https://api.github.com/repos/Weilbyte/PVEDiscordDark/languages", "created_at": "2019-02-24T13:44:44Z", - "updated_at": "2024-09-07T19:09:07Z", + "updated_at": "2024-09-08T08:42:11Z", "git_url": "git://github.com/Weilbyte/PVEDiscordDark.git", "ssh_url": "git@github.com:Weilbyte/PVEDiscordDark.git", "clone_url": "https://github.com/Weilbyte/PVEDiscordDark.git", @@ -60942,13 +60940,13 @@ "url": "https://api.github.com/repos/Uniswap/permit2", "languages_url": "https://api.github.com/repos/Uniswap/permit2/languages", "created_at": "2022-10-13T13:41:50Z", - "updated_at": "2024-09-06T04:49:02Z", + "updated_at": "2024-09-08T03:47:36Z", "git_url": "git://github.com/Uniswap/permit2.git", "ssh_url": "git@github.com:Uniswap/permit2.git", "clone_url": "https://github.com/Uniswap/permit2.git", "homepage": "", - "stargazers_count": 726, - "watchers_count": 726, + "stargazers_count": 727, + "watchers_count": 727, "language": "Solidity", "topics": [] }, @@ -60998,13 +60996,13 @@ "url": "https://api.github.com/repos/swagger-api/swagger-codegen", "languages_url": "https://api.github.com/repos/swagger-api/swagger-codegen/languages", "created_at": "2011-07-06T14:26:48Z", - "updated_at": "2024-09-07T19:24:50Z", + "updated_at": "2024-09-08T11:37:38Z", "git_url": "git://github.com/swagger-api/swagger-codegen.git", "ssh_url": "git@github.com:swagger-api/swagger-codegen.git", "clone_url": "https://github.com/swagger-api/swagger-codegen.git", "homepage": "http://swagger.io", - "stargazers_count": 16885, - "watchers_count": 16885, + "stargazers_count": 16884, + "watchers_count": 16884, "language": "Mustache", "topics": [ "open-source", @@ -61036,13 +61034,13 @@ "url": "https://api.github.com/repos/trailofbits/algo", "languages_url": "https://api.github.com/repos/trailofbits/algo/languages", "created_at": "2016-05-15T03:42:48Z", - "updated_at": "2024-09-07T21:00:07Z", + "updated_at": "2024-09-08T06:14:20Z", "git_url": "git://github.com/trailofbits/algo.git", "ssh_url": "git@github.com:trailofbits/algo.git", "clone_url": "https://github.com/trailofbits/algo.git", "homepage": "https://blog.trailofbits.com/2016/12/12/meet-algo-the-vpn-that-works/", - "stargazers_count": 28644, - "watchers_count": 28644, + "stargazers_count": 28646, + "watchers_count": 28646, "language": "Jinja", "topics": [ "ansible", @@ -61148,13 +61146,13 @@ "url": "https://api.github.com/repos/upptime/upptime", "languages_url": "https://api.github.com/repos/upptime/upptime/languages", "created_at": "2020-08-08T16:34:41Z", - "updated_at": "2024-09-07T23:07:57Z", + "updated_at": "2024-09-08T10:12:40Z", "git_url": "git://github.com/upptime/upptime.git", "ssh_url": "git@github.com:upptime/upptime.git", "clone_url": "https://github.com/upptime/upptime.git", "homepage": "https://upptime.js.org", - "stargazers_count": 15245, - "watchers_count": 15245, + "stargazers_count": 15253, + "watchers_count": 15253, "language": "JSON", "topics": [ "incidents-reports",