KMP-Fullstack-Playground

viniciuscoscia/KMP-Fullstack-Playground
★ 0 stars Kotlin Data/Analytics Updated today
A playground to play with MCP servers, Compose Multiplatform, DSA. Actually, whatever comes to my mind.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kmp-fullstack-playgr": {
      "command": "npx",
      "args": [
        "-y",
        "viniciuscoscia/KMP-Fullstack-Playground"
      ]
    }
  }
}

README Excerpt

A public, spec-driven **Kotlin Multiplatform** playground and interactive knowledge base for Kotlin, DSA, KMM, and backend development — built to learn in the open and to demonstrate clean, production-grade architecture across every target Kotlin can reach. Its headline feature: **animated, interactive visualizations of data-structure & algorithm
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →