This is a fake Raycast backend that can be deployed to Vercel in just one step.
Tip
It can be used to unlock Raycast Pro and Raycast AI (with your own OpenAI API key). Simply click to deploy.
When deploying, remember to set the OPENAI_API_KEY
and RAYCAST_EMAIL
environment variables. The RAYCAST_EMAIL
should be the email address you use to log in to Raycast.
After deployment, you will receive a URL like https://fake-raycast-backend-xxxx.vercel.app
. Use network tools like Surge to rewrite the header from backend.raycast.com
to this URL. Ensure that MitM is enabled on Surge and install the certificate on your device.
For example, you can use the following Surge rule:
[URL Rewrite]
https:\/\/backend.raycast.com https://fake-raycast-backend-xxxx.vercel.app header
Warning
Not recommended. It's very easy to bump into the paywall
If you want to use Raycat CloudSync, simply create a Vercel KV database and set the KV_NAME
environment variable to the name of the KV database.
- Raycast Unblock: Based on this project, I simplified some features and made it easier to deploy to Vercel.