# Announcing the new SpiroKit v2 templates

I'm pleased to announce that I finished migrating all the existing v1 templates to the new SpiroKit v2! 🥳️

It took a little bit more than I initially expected, primarily because all the new templates use Expo Router v2 instead of React Navigation. 😅

I also took the time to rename all the existing templates, so v2 is the default now.

**Remember that all these templates are included for free with your SpiroKit license. No matter when you bought it.**

Here's the complete list of all the available templates:

### expo-template-typescript

The official SpiroKit v2 blank template for Expo SDK 49 + Typescript + Expo Router v2

```typescript
npx create-spirokit-app@latest --template expo-template-typescript
```

### expo-template

The official SpiroKit v2 blank template for Expo SDK 49 + Expo Router v2 (JS only)

```typescript
npx create-spirokit-app@latest --template expo-template
```

### nextjs-template-typescript

The official SpiroKit v2 blank template for NextJS with Typescript (Web only)

```typescript
npx create-spirokit-app@latest --template nextjs-template-typescript
```

### universal-app-template

The official SpiroKit v2 universal app template with Solito + Expo SDK 49 + NextJS + Typescript

```typescript
npx create-spirokit-app@latest --template universal-app-template
```

### expo-supabase-template-typescript

The official SpiroKit v2 template for Supabase + Expo SDK 49 + Expo Router v2

```typescript
npx create-spirokit-app@latest --template expo-supabase-template-typescript
```

### ecommerce-app-template

A SpiroKit v2 E-Commerce app template with Typescript + SDK 49 + Expo Router v2

![](https://public-files.gumroad.com/rs48haf1ukwewnmtb96hqgiy9n6l align="left")

```typescript
npx create-spirokit-app@latest --template ecommerce-app-template
```

### travel-app-template-typescript

A SpiroKit v2 Travel app template with Typescript + SDK 49 + Expo Router v2

![](https://public-files.gumroad.com/f1fgfsk7di70wrx12vasfuch6bwj align="left")

```typescript
npx create-spirokit-app@latest --template travel-app-template
```

---

If you still want to use v1, most of the templates are available with the "-v1" suffix.

## What's next?

Next week, I'll work on the new Storybook documentation portal for v2, so stay tuned!

As always, if you have any questions, please reach-out via email at [mauro@spirokit.com](mailto:mauro@spirokit.com) or [leave me a DM](https://twitter.com/mauro_codes) on Twitter.

Happy coding!
