···24]
25```
2627-5. (maybe necessary? will improve performance at least) create your own kv store by running `npx wrangler kv namespace create USER_DATA_CACHE` and when asked add it to the `wrangler.jsonc`
2829DONE :) your blento should be live after a minute or two at `your-cloudflare-worker-or-custom-domain.com` and you can edit it by signing in with your bluesky account at `your-cloudflare-worker-or-custom-domain.com/edit`
30316. some cards need their own additional env keys, if you have these cards in your profile, create your keys and add them to your cloudflare worker
3233-- github profile: GITHUB_TOKEN
34- map: PUBLIC_MAPBOX_TOKEN
···24]
25```
2627+5. optionally to improve performance: create your own kv store by running `npx wrangler kv namespace create USER_DATA_CACHE` and when asked add it to the `wrangler.jsonc`
2829DONE :) your blento should be live after a minute or two at `your-cloudflare-worker-or-custom-domain.com` and you can edit it by signing in with your bluesky account at `your-cloudflare-worker-or-custom-domain.com/edit`
30316. some cards need their own additional env keys, if you have these cards in your profile, create your keys and add them to your cloudflare worker
3233+- github profile: GITHUB_TOKEN (token with public_repo access)
34- map: PUBLIC_MAPBOX_TOKEN