# Deploy Typesense with Easypanel

URL: /templates/typesense

Typesense is a powerful, fast, and typo-tolerant search engine designed to provide delightful search experiences. It is an open-source alternative to Algolia and a more user-friendly alternative to ElasticSearch. Typesense is capable of handling typographical errors gracefully, right out of the box. It is meticulously architected for low-latency, instant searches, offering a response time of less than 50ms. The app allows easy tailoring of search results, sorting of results based on a particular field at query time, and refining of results through faceting and filtering. It also supports grouping of similar results, federated search across multiple collections, geographic location-based search and sorting, and vector searching. Typesense also allows the generation of API keys for access to specific records, making it suitable for multi-tenant applications. It is designed to be simple to set up, integrate with, operate, and scale, making it a perfect choice for building delightful search experiences.

## Installation notes

Find your API key in the environment tab

## Configuration

- `appServiceName` (App Service Name, required): typesense

- `appServiceImage` (App Service Image, required): typesense/typesense:30.2.rc4

## Services

- typesense: app (typesense/typesense:30.2.rc4)

## Resources

- [Documentation](https://typesense.org/docs/)

- [Github](https://github.com/typesense/typesense)

- [Website](https://typesense.org/)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/typesense)