rezwanahmedsami/catzilla — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python web framework called Catzilla that feels simple like modern decorator based APIs, but is built for really fast low latency services. I want people to be able to write routes like app.get, return JSON, use sync or async handlers, read path and query parameters with type validation, and handle normal web stuff like middleware, dependency injection, file uploads, streaming responses, background tasks, static files, caching, and clean error responses.

Under the hood, make the request handling as fast and memory aware as possible, with a small C core if that makes sense. It should run on Linux, macOS, and Windows, install with pip, and include simple examples, docs, tests, and benchmarks comparing basic endpoints against common Python frameworks.

Please make the developer experience clean and beginner friendly, with a quick start app, sensible defaults, and production options for logging, memory stats, and performance testing. Look up current docs online if you need to.

Want more depth? Deep Reverse