Proposal
It would be great to have an official Dext Showcase / Ecosystem repository (or a dedicated section in the Dext organization) that lists open-source and community projects built with the Dext Framework.
This could help developers:
- discover real-world Dext applications;
- learn recommended architectural patterns from working projects;
- see how Dext is being used beyond simple examples;
- promote projects created by the Delphi community;
- encourage adoption and contributions to the framework.
A simple structure could be something like:
# Projects built with Dext
## AI / MCP
- Project name
- Description
- GitHub repository
- Article / documentation
## REST APIs
...
## Microservices
...
## Other integrations
...
First project candidate: InterBase MCP Server
A very good first entry would be Fernando Rizzato's InterBase MCP Server, presented in the article “Bridging InterBase with Agentic AI: Announcing the InterBase MCP Server.”
The project demonstrates a modern real-world use case for Dext: connecting InterBase with Agentic AI through the Model Context Protocol (MCP).
Dext is used to provide the MCP server infrastructure, organize the HTTP pipeline, and expose MCP Tools with native Delphi performance.
This is exactly the kind of project that could demonstrate what developers can build with Dext.
I think a curated showcase would become increasingly valuable as more projects start using the framework.
Possible names:
dext-showcase
awesome-dext
dext-ecosystem
projects-built-with-dext
Thanks for considering it!
Proposal
It would be great to have an official Dext Showcase / Ecosystem repository (or a dedicated section in the Dext organization) that lists open-source and community projects built with the Dext Framework.
This could help developers:
A simple structure could be something like:
First project candidate: InterBase MCP Server
A very good first entry would be Fernando Rizzato's InterBase MCP Server, presented in the article “Bridging InterBase with Agentic AI: Announcing the InterBase MCP Server.”
The project demonstrates a modern real-world use case for Dext: connecting InterBase with Agentic AI through the Model Context Protocol (MCP).
Dext is used to provide the MCP server infrastructure, organize the HTTP pipeline, and expose MCP Tools with native Delphi performance.
This is exactly the kind of project that could demonstrate what developers can build with Dext.
I think a curated showcase would become increasingly valuable as more projects start using the framework.
Possible names:
dext-showcaseawesome-dextdext-ecosystemprojects-built-with-dextThanks for considering it!