Trying to host a Bluesky custom feed generator on Vercel, need help!

I’m trying to publish a Bluesky custom feed generator on Vercel. I’m using their Typescript starter project here: GitHub - bluesky-social/feed-generator: ATProto Feed Generator Starter Kit. It’s only very slightly modified to change the keywords and feed name. But I can’t seem to get it deployed properly on Vercel. Here are the settings I have for the project. And here is a link to the starter template: GitHub - bluesky-social/feed-generator: ATProto Feed Generator Starter Kit. I’m getting a 404 not found Vercel error.

There’s another community post with 404 debugging tips that might be helpful. Please give these solutions a try and let us know how it goes.

A human should be around soon to offer more advice. But you can also get helpful information quickly by asking v0.

I also tried the following settings, which maybe seems more accurate. But then it just shows the javascript instead of an error.

I think I finally got it deployed properly. But since it is setup to use memory or sqlite. Doesn’t seem like this route will work.

1 Like

Hi @lenzi-erickson, welcome to the Vercel Community!

Yes, I just checked the repository and it seems like although we can serve Express app using Vercel but the in memory SQLite won’t be supported on a serverless platform.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.