Skip to main content

Tiny Clover

Tiny Clover is a core project that extends my personal projects and interests with AI and MCP.

BA Torment

Features

I've developed game sites like BA Torment and AE Check, as well as small web services and mobile apps for family. While developers usually think about making profits and running large projects, after much consideration, I found satisfaction in small projects and wanted to continue personal projects this way.

Tiny Clover is a project that started from such thoughts. It focuses on providing services that are even slightly helpful to me, people around me, and those with similar interests, while enabling my technical growth in this process. To achieve this, the goal is to design an AI and MCP-based flow to compose services, integrate existing services, and create a full product including payments.

  1. Revenue Structure
    • Services (+ MCP) are operated on a subscription basis.
    • Four AI models (Claude, GPT, Gemini, Grok) are provided, with a certain percentage of usage charged as a fee.
      • Gemini API Keys can be directly issued for free usage.

History

I'm proceeding with the goal of opening production in late 2025 ~ early 2026.

TimeDescription
25.08Started MVP development
25.09Built development server, started providing to family

Data Processing Method

  • Initially, data was provided in CSV format, which I reprocessed using Python + Polars.
  • Later, as I obtained data through API or other routes, I've been using Go.