Projects Archive

25Open Source Projects & Archives

Next.jsFastifyTailwindGSAPPublic

VaultX

A modern platform that allows creators and users to seamlessly monetize their file sharing. Upload any file, share your generated secure link, and earn revenue whenever someone unlocks your content.

TypeScript
1
2 days ago
View Project Details
VaultX - Workspace
package.json
route.ts
README.md
1import { NextResponse } from 'next/server'
2import { createClient } from '@supabase/supabase-js'
3import Stripe from 'stripe'
4
5const stripe = new Stripe(process.env.STRIPE_SECRET_KEY!, {
6 apiVersion: '2023-10-16',
7})
8const supabase = createClient(
9 process.env.NEXT_PUBLIC_SUPABASE_URL!,
10 process.env.SUPABASE_SERVICE_ROLE_KEY!
11)
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFTypeScript
Node.jsExpressPostgreSQLPrisma ORMOllamaLlama 3Public

CortexCart-AI

An Enterprise-Grade, Context-Aware E-Commerce Chatbot Backend powered by PostgreSQL, Prisma ORM, and Privacy-First Local LLMs (Ollama + Llama 3).

JavaScript
1
3 days ago
View Project Details
CortexCart-AI - Workspace
requirements.txt
intent_engine.py
README.md
1import ollama
2import psycopg2
3from sentence_transformers import SentenceTransformer
4
5class HybridIntentEngine:
6 def __init__(self, db_url):
7 self.encoder = SentenceTransformer("all-MiniLM-L6-v2")
8 self.conn = psycopg2.connect(db_url)
9
10 def search_products(self, query_text, limit=3):
11 # Generate embedding vector
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFPython
PythonRunPod SDKComfyUISupabase StorageDockerPublic

runpod-comfy-worker

A scalable, serverless worker designed to execute ComfyUI workflows on RunPod. Wraps a full ComfyUI installation into an API endpoint with automated Supabase storage integration.

Python
1
3 days ago
View Project Details
runpod-comfy-worker - Workspace
worker.py
README.md
1# RunPod ComfyUI Serverless Worker ☁️🎨
2
3A serverless API worker designed to host ComfyUI workflows on GPU instances.
4
5## Execution flow
61. Worker triggers upon receiving HTTP API events via RunPod.
72. Formats and sends workflow structure to the local ComfyUI API endpoint.
83. Retrieves generated image/video files, signs and stores them in Supabase bucket.
9
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
Next.jsReact 19Tailwind v4Radix UIRechartsPublic

renovation-ui

A modern, comprehensive home renovation management platform built with Next.js 16 and Tailwind v4. Features dedicated role-based portals (Admin, Client, Worker) to streamline project tracking.

TypeScript
1
3 days ago
View Project Details
renovation-ui - Workspace
page.tsx
ProjectForm.tsx
package.json
README.md
1import { useForm } from 'react-hook-form'
2import { zodResolver } from '@hookform/resolvers/zod'
3import * as z from 'zod'
4import { Card, CardHeader, CardTitle, CardContent } from '@/components/ui/card'
5
6const projectSchema = z.object({
7 title: z.string().min(3, "Title must be at least 3 characters long"),
8 clientName: z.string().min(2, "Client name is required"),
9 budget: z.number().positive("Budget must be a positive number"),
10 description: z.string().optional(),
11})
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFTypeScript
PythonFastAPIyt-dlpytmusicapiUvicornPublic

YouTubesearch

A fast and lightweight REST API to search YouTube, extract audio streams, fetch daily hits, and explore music genres—built with FastAPI, yt-dlp, and ytmusicapi.

Python
1
3 days ago
View Project Details
YouTubesearch - Workspace
main.py
README.md
1# YouTubesearch Stream API 🎵
2
3A lightweight REST API to search music, fetch top tracks, and extract clean direct audio streams.
4
5Uses Python's FastAPI combined with `yt-dlp` and `ytmusicapi`—no API limits or authentication tokens required.
6
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
FastAPIPythonMongoDBWebSocketsMotorPublic

Vibie-backend

High-performance FastAPI backend for Vibie. Powers real-time social music streaming, group listening experiences, and music discovery using WebSockets, Motor, and MongoDB.

Python
1
3 days ago
View Project Details
Vibie-backend - Workspace
sockets.py
README.md
1# Vibie Real-Time Backend 📻
2
3FastAPI server powering concurrent synchronized music listening lobbies.
4
5Integrated with MongoDB/Motor driver and WebSockets to sync state triggers across client applications immediately.
6
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
PythonTelegram Bot APIAsynciohttpxPublic

vibie_bot-

A Telegram bot that turns your group chat into a shared jukebox. Stream music together, manage queues, and vibe in real-time with the Vibie Mini App integration.

Python
1
3 days ago
View Project Details
vibie_bot- - Workspace
bot.py
README.md
1# Vibie Bot 🤖
2
3Telegram bot integrated into chat channels to bootstrap group music queuing.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
ReactViteTailwindTelegram SDKFramer MotionGSAPPublic

scaleprop_front

A premium, high-performance web frontend for the ScaleFund proprietary trading platform. Built with React, Vite, Tailwind CSS, and seamlessly integrated as a Telegram Mini App.

TypeScript
1
3 days ago
View Project Details
scaleprop_front - Workspace
TradingTerminal.tsx
README.md
1# ScaleProp Frontend 📈
2
3High-performance proprietary trading client optimized for Telegram Mini Apps.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
FastAPIPythonSQLModelPostgreSQLFirebase AuthWebSocketsPublic

Backendvibie

High-performance FastAPI backend for Vibie, powering real-time music streaming, collaborative queues, and WebSocket-based live events.

Python
1
3 days ago
View Project Details
Backendvibie - Workspace
main.py
README.md
1# Backendvibie
2
3FastAPI application serving websocket events.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
ReactTailwindViteTelegram SDKFirebaseFramer MotionPublic

Vibie-front

A premium, high-quality Telegram Mini Music App inspired by Spotify & YouTube Music.

JavaScript
1
3 days ago
View Project Details
Vibie-front - Workspace
Player.js
README.md
1# Vibie Frontend 📱🎵
2
3Modern client built as a Telegram Mini App with highly responsive media queues.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
FastAPIPythonOpenAI APISerpAPIPyPDF2Public

truthguardback

A lightning-fast, AI-powered fact-checking API built with FastAPI, OpenAI, and real-time search.

Python
1
3 days ago
View Project Details
truthguardback - Workspace
ai_checker.py
README.md
1# TruthGuard Analyzer Engine 🛡️📰
2
3The fact-checking agent processing pipelines.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
TypeScriptReactTailwindZustandPublic

truthguard

An AI-powered fact-checking client that analyzes text, URLs, and documents to detect misinformation and deepfakes.

TypeScript
1
3 days ago
View Project Details
truthguard - Workspace
useAnalysis.ts
README.md
1# TruthGuard Frontend Dashboard 🛡️
2
3Allows users to input statements and fetch confidence ratings.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
Next.jsTailwindGSAPLenisPublic

creati-replica

A high-performance, cinematic landing page replica for an AI video generation platform. Built with Next.js 16, React 19, Tailwind CSS v4, and GSAP for advanced scroll animations and glassmorphism UI.

TypeScript
2
3 days ago
View Project Details
creati-replica - Workspace
HeroSection.tsx
SmoothScroll.tsx
package.json
README.md
1import { useEffect } from 'react'
2import Lenis from 'lenis'
3
4export default function SmoothScroll({ children }: { children: React.ReactNode }) {
5 useEffect(() => {
6 const lenis = new Lenis({
7 duration: 1.2,
8 easing: (t) => Math.min(1, 1.001 - Math.pow(2, -10 * t)),
9 orientation: 'vertical',
10 gestureOrientation: 'vertical',
11 smoothWheel: true,
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFTypeScript
React NativeExpoFirebaseSupabasePublic

Unigram

Modern React Native (Expo) social networking app combining feeds, real-time chat, groups, matchmaking, and polls in one unified platform. Built with Firebase, Supabase, and advanced animations.

TypeScript
1
3 days ago
View Project Details
Unigram - Workspace
FeedCard.tsx
README.md
1# Unigram Mobile Client 📱💬
2
3Unified Expo social feed.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
C#UnityPhoton PUN 2Public

FortniteStyle-Building-System-Unity

Multiplayer Unity prototype featuring a Fortnite-style building system with land ownership, grid snapping, and real-time synchronization using Photon PUN 2.

C#
1
3 days ago
View Project Details
FortniteStyle-Building-System-Unity - Workspace
BuildingSystem.cs
README.md
1# Fortnite-Style Multiplayer Building Prototype 🎮🧱
2
3Created inside Unity Engine.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
PythonTicketmaster APIWebhooksPublic

FreePulse

Production-grade Ticketmaster free event monitoring system with intelligent filtering, deduplication, and webhook alerts.

Python
1
3 days ago
View Project Details
FreePulse - Workspace
monitor.py
README.md
1# FreePulse Event Aggregator 🎫
2
3Tracks Ticketmaster free ticket offerings.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
C#Revit APICLIPublic

revit-2d-geometry-exporter

Exports clean, topology-correct 2D floor plan geometry from Revit models into JSON and SVG. Uses native Revit geometry with robust polygon union to produce accurate, production-ready architectural data.

C#
1
1
3 days ago
View Project Details
revit-2d-geometry-exporter - Workspace
Exporter.cs
README.md
1# Revit 2D Exporter Utility 🏛️📐
2
3Extracts clean architectural lines.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
TypeScriptTelegram APIStudioX APIPublic

openclaw_agent

Omnichannel AI agent gateway that brings StudioX image and video generation directly into chat platforms like Telegram. Built with a skill-driven architecture for scalable, multi-provider creative AI.

TypeScript
1
2 weeks ago
View Project Details
openclaw_agent - Workspace
index.ts
README.md
1# OpenClaw Agent Gateway 🤖🎨
2
3Brings image/video capabilities to chat apps.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
JavaScriptOpenAIREST APIPublic

ai-lead-qualification-agent

AI-powered lead qualification and sales routing system that analyzes inbound leads, scores intent, and automatically routes high-value prospects to sales teams in real-time.

JavaScript
1
2 weeks ago
View Project Details
ai-lead-qualification-agent - Workspace
agent.js
README.md
1# AI Sales Qualifier Agent 🤖📧
2
3Scores inbound emails.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
TypeScriptNext.jsGSAPTailwindPrivate

studiox_frontend

The main frontend for the StudioX AI creative platform, featuring cinematic GSAP animations, advanced color pickers, and a premium generation dashboard.

TypeScript
1
Mar 31
View Project Details
studiox_frontend - Workspace
ColorPicker.tsx
README.md
1# StudioX Frontend UI 🎨🎥
2
3The Next.js front portal for StudioX AI operations.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
TypeScriptFirebaseRunPodStripePublic

firebase_functions

This backend powers the StudioX application, providing everything from AI model orchestration and token-based billing to community features and secure media storage.

TypeScript
1
Mar 1
View Project Details
firebase_functions - Workspace
billing.ts
README.md
1# StudioX Backend Firebase functions ☁️🔥
2
3Secures APIs and handles credit refills.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
PLpgSQLSupabaseSQLPublic

creation_supabase

Complete database schema structure and the AI integration strategies utilized to drive image, video, and text generation for the StudioX platform.

PLpgSQL
1
Mar 1
View Project Details
creation_supabase - Workspace
triggers.sql
README.md
1# Supabase DB Migration Core 📁🐘
2
3Holds relational databases schemas.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
TypeScriptNext.jsTailwindPublic

affordable-memecoin

Frontend landing page for the $AFF (Affordable) memecoin, showcasing its branding, tokenomics, roadmap, and community-driven vision. Built to deliver a responsive, meme-rich user experience.

TypeScript
1
Dec 8, 2025
View Project Details
affordable-memecoin - Workspace
Tokenomics.tsx
README.md
1# $AFF Memecoin Landing Page 🚀🐕
2
3Web3 portal representing meme tokens.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
JavaScriptWebSocketsMongoDBPublic

exchangeservice

A reliable backend service that eternally listens to the LetsExchange Fiat API WebSocket and stores every incoming message into a MongoDB collection.

JavaScript
1
Nov 30, 2025
View Project Details
exchangeservice - Workspace
index.js
README.md
1# Exchange Fiat Websocket Service 💱
2
3Synchronizes rate tickets into local MongoDB collections.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown
TypeScriptNode.js CoreExpress REST APIPublic

tradengine

A sleek, high-performance backend for real-time trading built for prop firm, strategy automation, and lightning-fast execution.

TypeScript
1
Oct 25, 2025
View Project Details
tradengine - Workspace
executor.ts
README.md
1# Tradengine Core ⚡📈
2
3Algorithmic execution server listening on low-latency Redis loops.
4
main
No Problems
Ln 1, Col 1Spaces: 2UTF-8LFMarkdown