Skip to content

Instantly share code, notes, and snippets.

View CiprianSpiridon's full-sized avatar

Ciprian Spiridon CiprianSpiridon

View GitHub Profile

🚀 Open Source Tools & Platforms

Automation & Workflow

  • automatisch/automatisch — The open source Zapier alternative. Build workflow automation without spending time and money.
  • welovemedia/ffmate — FFmate is a modern and powerful automation layer built on top of FFmpeg - designed to make video and audio transcoding simpler, smarter, and easier to integrate
  • glebkudr/shotgun_code — One‑click codebase “blast” for Large‑Language‑Model workflows.
  • Marker-Inc-Korea/AutoRAG — AutoRAG: An Open-Source Framework for Retrieval-Augmented Generation (RAG) Evaluation & Optimization with AutoML-Style Automation

AI, LLMs & Agents

The Ultimate SaaS Foundation - Launch your next billion-dollar idea in days, not months.

Stop reinventing the wheel. This battle-tested, enterprise-grade Laravel API starter kit gives you everything you need to build the next Stripe, Slack, or Notion. With 90% of the heavy lifting already done, you can focus on what makes your product unique instead of building authentication for the 100th time.

"From idea to MVP in under a week" - What our users are saying

💎 What Makes This Special?

🔐 Authentication That Actually Works

Never worry about user management again.

SnapSeek — Your Screenshot Memory, Searchable in Milliseconds

Turn your screenshot chaos into a searchable second brain. Every error message, every design, every important moment - found instantly.


Why SnapSeek?

"Try this: Take 10 screenshots. Wait 5 seconds. Search for any text in them. That's SnapSeek - but for every screenshot you've ever taken."

CreatorHub

Publish once. Grow everywhere. Never create alone.

Ciprian Spiridon · Tania Asimionesei
Investor / co-founder deck — 24 Jun 2025


1 The Problem

| Pain | What it costs creators |

@CiprianSpiridon
CiprianSpiridon / ulpi-prd-list.md
Last active June 9, 2025 10:43
ulpi-prd-list
#!/bin/bash
# -----------------------------
# ✅ QDRANT INSTALL
# -----------------------------
echo "Installing Qdrant..."
cd /tmp
curl -O https://releases.qdrant.tech/qdrant-x86_64-unknown-linux-gnu.tar.gz
tar -xzf qdrant-x86_64-unknown-linux-gnu.tar.gz
@CiprianSpiridon
CiprianSpiridon / cart-simply-explained.md
Last active June 3, 2025 07:18
cart-simply-explained

Mumzworld Shopping Cart - How It Works

Overview

This document explains how the Mumzworld shopping cart works from a customer's perspective, including all the steps, processes, and business rules that make online shopping possible.

What is a Shopping Cart?

Think of the online shopping cart just like a physical shopping cart in a store:

  • Customers browse products and add items they want to buy
  • They can see what's in their cart and change quantities
@CiprianSpiridon
CiprianSpiridon / delivery-promise-explained-simply.md
Created June 3, 2025 06:46
delivery-promise-explained-simply

How Mumzworld's Delivery Promise Service Works

A Business Guide for Non-Technical Stakeholders


🎯 What Is The Delivery Promise Service?

Imagine a customer visits Mumzworld's website, adds a baby stroller to their cart, and wonders: "When will this arrive at my door?"

Our Delivery Promise Service is like a smart assistant that instantly answers this question by:

@CiprianSpiridon
CiprianSpiridon / price-matching-explained-simply.md
Last active June 3, 2025 05:57
price-matching-explained-simply

Mumzworld Price Matching System - Explained Simply

A non-technical guide to understanding how our automated price matching works


🎯 What Does This System Do?

Imagine you're running a store and want to make sure your prices are competitive with other stores in the mall. Instead of manually checking every competitor's price every day, you hire a team of assistants to:

Mumzworld Price Matching Service v2

A sophisticated Laravel 12 API service that automatically monitors competitor prices and applies intelligent price matching rules for Mumzworld's e-commerce platform across UAE and KSA markets.

🚀 Quick Start

Prerequisites

  • Docker & Docker Compose
  • Git