The following services are optional and can be configured based on your needs:Documentation Index
Fetch the complete documentation index at: https://docs.getlaunch.it/llms.txt
Use this file to discover all available pages before exploring further.
Unsplash
web/.env
Redis
web/.env
- Create a free account on Upstash
- Set up a new Redis database in the Upstash Console
- Copy the Endpoint URL (beginning with https://) to
UPSTASH_REDIS_REST_URLand your password toUPSTASH_REDIS_REST_TOKEN
Posthog
web/.env
- Create a free account on Posthog
- Select every feature you want to use (I’d recommend all of them)
- Copy the project API key to
NEXT_PUBLIC_POSTHOG_KEYand set your region inPOSTHOG_REGION. You will find it theposthog.init()function in the snippet provided by Posthog. - Open the
appConfig.tsxfile and ensure theservices.posthogis enabled.
Plausible
web/.env
- Create a free account on Plausible or set up your own instance.
- Copy your domain to
NEXT_PUBLIC_PLAUSIBLE_URL - Open the
appConfig.tsxfile and ensure theservices.plausibleis enabled. - Go to
web/a/[locale]/layout.tsxand change the config as needed. The existing is working for self-hosted instances.

