Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# Backend Development
Current branch:
feature/backend-foundation
Tech:
- .NET 8
- ASP.NET Core Web API
Architecture:
Controller
↓
Service
↓
Commerce Gateway
↓
Dify / Swiggy MCP
Rules:
- Thin controllers
- Use DI
- Use HttpClientFactory
- Async all the way
- ILogger
- Global exception middleware
- Standard API response
- Never expose secrets
- Read from environment variables
Manifest
The prompt text and its fill-in variables. Copy it or fetch it by URL from your own code.