| title | Quick start courses |
|---|---|
| description | Index of hands-on Quick start tutorials on docs.graftcode.com by scenario and runtime. |
Hands-on tutorials live on docs.graftcode.com alongside this documentation. Each course has runtime-specific articles—open the link that matches your stack.
Base URL: https://docs.graftcode.com/quick-start/<course>/<runtime>
Call a hosted backend from a browser app.
| Runtime | Link |
|---|---|
| React | connect-frontend-to-backend/react |
| Vue | connect-frontend-to-backend/vue |
| Angular | connect-frontend-to-backend/angular |
Host a Receiver module with Gateway.
| Runtime | Link |
|---|---|
| .NET | expose-backend/dotnet |
| JavaScript | expose-backend/javascript |
| Python | expose-backend/python |
| Java | expose-backend/java |
| Kotlin | expose-backend/kotlin |
| Groovy | expose-backend/groovy |
One backend calls another through a generated Graft.
| Runtime | Link |
|---|---|
| .NET | connect-microservices/dotnet |
| JavaScript | connect-microservices/javascript |
| Python | connect-microservices/python |
| Java | connect-microservices/java |
| Kotlin | connect-microservices/kotlin |
| Groovy | connect-microservices/groovy |
Install and call a remote module through your package manager.
| Runtime | Link |
|---|---|
| .NET | use-modules-from-any-technology/dotnet |
| JavaScript | use-modules-from-any-technology/javascript |
| Java | use-modules-from-any-technology/java |
| Kotlin | use-modules-from-any-technology/kotlin |
| Groovy | use-modules-from-any-technology/groovy |
Expose Receiver methods for MCP clients and agents.
| Runtime | Link |
|---|---|
| .NET | expose-mcp/dotnet |
| JavaScript | expose-mcp/javascript |
| Python | expose-mcp/python |
| Java | expose-mcp/java |
| Kotlin | expose-mcp/kotlin |
| Groovy | expose-mcp/groovy |
Change deployment topology with configuration, not rewrites.
Quick start does not publish dedicated PHP or Ruby articles at the time of writing. Use the closest JVM or JavaScript course for workflow patterns, then apply PHP or Ruby install and API shapes from Vision and the runtime-specific notes.