Cursorfy – recursive Cursor SDK and FastAPI dashboard that sees itself Cursorfy launched a recursive, self-aware dashboard built on the Cursor SDK and FastAPI that reads, queries, and edits its own source code when users ask for changes. The tool scaffolds full data dashboards from any folder of files, computes real aggregates and findings, then allows users to request redesigns or new charts through an in-app chat agent that directly edits the application code. A recursive, self-aware dashboard built on the Cursor SDK https://cursor.com/docs/sdk/python and FastAPI. The app reads its own source code, queries its own data, and edits itself when you ask it to. python from fastapi import FastAPI import cursorfy app = FastAPI cursorfy.mount app