r/vercel

▲ 5 r/vercel+1 crossposts

eve is a really cool framework, thanks vercel

Used eve to build this. Marketers are loving it.

u/jumper_oj — 3 days ago
▲ 18 r/vercel+1 crossposts

I made an app to help me quit smoking so

Hey everyone, I am back in my journey to try and quit smoking again I’ve tried multiple times now through going cold turkey but I just suck terribly at it, so I thought of lowering the cigarettes day by day.

I did this as a fun project with the help of AI it’s just a web app, non commercial no data tracking just pure use, i’ll provide the link for you to test if you want to give it a go. (If you want to actually save data locally and give it a go u can just click share > add to home screen (on IOS) and it should work.

Basically it has a few features i thought of: implement a timer between cigarettes that u can adjust on settings, where the app refuses the cigarette with an animation which u can override.

A breathing stabilization to try and control the cravings and a few other features you can see yourself.

P.s i think the photos aren’t loading properly.

Here is the link: https://ember-six-wheat.vercel.app

just would appreciate some feedback

u/Ok-Investigator-4403 — 4 days ago
▲ 1 r/vercel

Vercel don't respond to emails about billing

I sent an email to Vercel about how i can't access an email for an account im paying for, no response and im being billed for an account i cant access. I'm simply asking them to cancel the account or grant me access back to it as I have projects there. Does anyone know how to contact them?

reddit.com
u/valportdes — 5 days ago
▲ 3 r/vercel

What are the differences between the Vercel Pro and Enterprise plan? It appears I can buy most of the Enterprise features via add-ons with the Pro plan? Is that true?

Hey everyone. I am looking at either buying the Pro or Enterprise plan with Vercel for a large website that gets around 200,000 visitors a month. I believe the Pro plan meets my needs with the exception of things like SAML (single-sign on). The website would need this but my understanding is that is an additional $300 a month if you buy the add-on for it with the Pro plan.

So I am a little confused as to what the key differences are between the pro plan and the enterprise plan. Can anyone help me?

reddit.com
u/CommunicationSea8821 — 5 days ago
▲ 2 r/vercel

What's your take on Vercel's whole "AI Infrastructure" rebranding?

I was surprised when I recently visited the Vercel landing page and saw that all their messaging is basically about "Agentic Infrastructure".

For me that was kind of confusing, because I wasn't sure what "Agentic Infra" is and it felt like they don't really want the humble solo-dev / agency writing their code by hand anymore.

How do you feel about that?

reddit.com
u/EquivalentProof410 — 7 days ago
▲ 1 r/vercel+1 crossposts

Next.js app deploys successfully on Vercel, but I'm getting a server error with Railway MySQL

Hi everyone, I need help with my web application deployment.

I deployed my Next.js web app on Vercel. The deployment is successful, but when I open the live website, I get a server error.

My database is MySQL and it is hosted on Railway. I already added the database connection URL/environment variables in Vercel, but the app still shows a server error.

Can anyone guide me on how to debug this properly?

Details:

* Frontend/Backend: Next.js on Vercel

* Database: MySQL on Railway

* Problem: Server error after deployment

* Local project works, but deployed version has an issue

What should I check first: Vercel environment variables, Railway database connection, build logs, or API routes?

u/orcashelo — 6 days ago
▲ 16 r/vercel+1 crossposts

Just a thank-you to the Vercel OSS team for backing my open-source project

Not a promo, just a genuine thank-you to Vercel.

A few months ago, I started Tabularis, an open-source desktop database client, mostly out of late-night frustration with the existing tools. Today, I got the email accepting it into the Vercel Open Source Program.

I’ll be honest: I’ve been a Vercel fan for years, so this one hit a little differently.
The part that made me smile is what gets supported: the site itself.

tabularis.dev (docs, blog, changelog, plugin pages) is an open-source Next.js app, static export, deployed on Vercel. So it ended up being an open-source database client with an open-source website, both backed by the same program.

How this actually helps the project:

  • Next-level preview deploys: Since the site is mostly Markdown, being able to review every docs change or blog post, including dynamic OG cards, exactly as it will look live has already saved me from shipping so many typos.
  • Zero-friction staging: It makes it incredibly easy to experiment with the "boring-but-important" stuff I've been pushing off, like custom search indexing and performance tweaks, without breaking production.
  • Automated workflow: It just automates the whole deployment pipeline, meaning I can spend less time wrestling with DevOps and more time actually building the DB client.

Anyway, a huge thanks to the Vercel OSS team for backing a young project. It genuinely means a lot.

Drop any questions about the DB client or the setup below, happy to chat!

u/debba_ — 9 days ago
▲ 2 r/vercel

Expedited Abuse Report

Figured this is a long shot but I've submit two abuse reports for obvious Banking Fraud running on Vercel impersonating a real credit union and the attackers are sending SMS messages linking to the fake site. The website is a 1:1 clone and it's been about 4 days since my initial abuse report. Seems like a length time to allow fraudulent and obvious scams to run on the platform.

Anyone know what can be done to expedite these abuse reports?

reddit.com
u/Seaerkin2 — 10 days ago
▲ 2 r/vercel

Non existent customer support

I submitted this case 01258216 on June 19th and have heard nothing. I cannot log into my account beciase it says I created a passkey and routes me to my Authenticator app which I never used. I have cleared all cache, all cookies, reinstalled browsers, etc…

Why has no one gotten back to me?

reddit.com
u/jbann27 — 9 days ago
▲ 15 r/vercel

Our serverless bill got absolutely obliterated by bot traffic this weekend

woke up to a massive surge in edge function execution costs on our production build and ngl im completely losing my mind right now. Turns out some random scraping bot farm found our unauthenticated api endpoint and just spent 48 hours spamming parallel requests

The worst part is we were using a basic checkbox captcha but modern headless browsers just breeze right through them anyway. Its so frustrating that small dev teams have to tank unexpected cloud infrastructure bills just because malicious automated traffic is incredibly cheap to run nowadays

Im looking into completely refactoring how we protect our endpoints. Been reading up on gating critical api routes with decentralized proof-of-human protocols, like hooking up an Orb auth flow to completely wall off scripts before they can even trigger a serverless run. anyone else dealing with insane automated traffic spiking their deployment usage lately? literally about to set up hyper-aggressive rate limiting but it always ends up blocking legit users

u/Crystallover1991 — 14 days ago
▲ 3 r/vercel

What Vercel features do you actually use?

Vercel seems to be loaded with features targeting quite different use-cases. Smaller projects might just care about the sleek UX and the simple deployment, while larger apps with global audiences really benefit from the edge compute.

That's why I am wondering: What is your use-case, why are you on Vercel and what are it's killer features in your opinion? Are most projects deployed via Vercel Next.js?

I'm asking because I am building an open-source alternative to Vercel and trying to understand this field a bit better.

reddit.com
u/EquivalentProof410 — 13 days ago
▲ 9 r/vercel+1 crossposts

eve Content Agent Template

A Slack-based content assistant built on eve. Writers tag your agent in Slack and it drafts blog posts, LinkedIn posts, release notes, and newsletters in your house voice, pulling source material from Notion and publishing approved pieces back to Notion as the signed-in writer.

vercel.com
u/lilcodebenny — 12 days ago