# detectProvider

**Kind:** Function

**Source:** [`atloria-monorepo/apps/web/src/components/NewProjectWizard/useNewProjectWizard.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/NewProjectWizard/useNewProjectWizard.ts#L123)

## Signature

```ts
function detectProvider(url: string): { provider: 'github' | 'gitlab' | 'bitbucket'; owner: string; repo: string } | null
```

## Parameters

| Name | Type |
|---|---|
| `url` | `string` |

**Returns:** `{ provider: 'github' | 'gitlab' | 'bitbucket'; owner: string; repo: string } | null`
