I found this very insightful. Thank you for sharing yourself so openly. In regards to your docs stats, I probably use it 10x more than I should and I think it’s because the content doesn’t explicitly mention which version it is for and Google will show it for any question and even get the App vs Page router Hope this makes sense and am happy to provide more details about my experience
At the git integration part (0:57) you show that this PR has 4 ignored deployments. I don't see this feature on my turborepo app deployed on Vercel. How do you enable that? That's super nice.
A follow-up focused solely on CMS would be beneficial. I'm particularly interested in learning how to use Next.js to deliver dynamic draft content, empowering our marketing team. At the same time, I'm curious about making that content static for production to enhance performance for end users.
This series has been real cool. The amount of hate Vercel gets is pretty stupid. I’ve been back in web game for a few years and NOBODY makes it easier. I remember Dreamweaver days last. I’ve now done a full gambit of Assembly and C in school to Wordpress, PHP, JS, TS, some Rust at this point deploying on baremetal, Vercel, Render, Fly, Netlify. I reach for Wordpress and Vercel first then move off if it fits better for so many setups.
Could you please fix the account creating issue? When I try to create an account on Vercel, it gets immediately blocked. So I am not even able to try Vercel.
In nextjs when im using query params directly to backend and push to new query with the same url it's calling fetch 2 1st req with old query and 2nd with new query it's ok but when second request comes fastly then user see data comes from backend will be 1st old url request this is very not good
Interestingly, I’ve been building an app with the full suite of Vercel tools for the last couple of weeks yet I never came across Conformance despite wanting exactly such a tool.
awesome video. some of the developer experience features are only on enterprise, like conformance. is there already a plan to bring them down to pro or will they stay enterprise?
@@hunterwilhelm so I have done some research, and I found that pages router should not have index.tsx , but can I keep _app and _document ? Or exchange it with app/layout ?
@@kumardeepanshu8503 the app/layout will only work for app/ pages, _app and _document will only work for pages/ pages. If you don't know how to use the pages directory, use only the app directory.
why not make a video on the infra vercel uses instead? feature flags, CMS, monitoring, loggings are nothing new and integration is as easy as signing up some existing saas what users are really curious is about how vercel uses lambda, cf workers, and set up the multi-tenet edge network :)
Thanks for the sneak peak, `@vercel/otel` now to supports edge runtime however it appears like the original git repository at `vercel/otel` has been turned private (or moved?)
I'm thankful you still help the sveltekit movement because without it I'd be sad
Svelte is amazing
Please don't put a 10 member limit on the Team plan - that is the only single annoyance I have with Vercel...
I found this very insightful. Thank you for sharing yourself so openly.
In regards to your docs stats, I probably use it 10x more than I should and I think it’s because the content doesn’t explicitly mention which version it is for and Google will show it for any question and even get the App vs Page router
Hope this makes sense and am happy to provide more details about my experience
Nice insight! Thanks for sharing. What lib do you use for the monitoring graphics at 8:10?
very nice share. its always nice to see how big companies are doing things
At the git integration part (0:57) you show that this PR has 4 ignored deployments. I don't see this feature on my turborepo app deployed on Vercel. How do you enable that? That's super nice.
I like this kind of videos
Interesting! It is nice to know that Vercel is in the process of migration to App router for Vercel site :)
Interesting! It is nice to know that Vercel is in the process of migration to App router for Vercel site :) 🔺
A follow-up focused solely on CMS would be beneficial. I'm particularly interested in learning how to use Next.js to deliver dynamic draft content, empowering our marketing team. At the same time, I'm curious about making that content static for production to enhance performance for end users.
Awesome walk through! It would be nice to see an example of incrementally moving from pages to app.
th-cam.com/video/YQMSietiFm0/w-d-xo.html
This series has been real cool.
The amount of hate Vercel gets is pretty stupid.
I’ve been back in web game for a few years and NOBODY makes it easier.
I remember Dreamweaver days last.
I’ve now done a full gambit of Assembly and C in school to Wordpress, PHP, JS, TS, some Rust at this point deploying on baremetal, Vercel, Render, Fly, Netlify.
I reach for Wordpress and Vercel first then move off if it fits better for so many setups.
Because Vercel is shit.
Because Vercel is shit.
Could you please fix the account creating issue?
When I try to create an account on Vercel, it gets immediately blocked.
So I am not even able to try Vercel.
Nice and clean work ;)
Why is there no Speed Insights included in the Pro-plan? For the Hobby-plan it's included for one project, but for Pro it costs 10USD(!) per month. 😢
I thought it's about how Vercel builds Vercel but it was just an ad for different Vercel products
In nextjs when im using query params directly to backend and push to new query with the same url it's calling fetch 2 1st req with old query and 2nd with new query it's ok but when second request comes fastly then user see data comes from backend will be 1st old url request this is very not good
i didnt fully understand your bad english, but try react query.
Interestingly, I’ve been building an app with the full suite of Vercel tools for the last couple of weeks yet I never came across Conformance despite wanting exactly such a tool.
Cool, that was interesting, thanks!
It's a all in one platform basically, I don't understand why many people hate Vercel/ Next/JS
Thank you for this! Very Buildy
Bow this is some content 🫡
i dont get who these tools are made for, there is so much complexity and features i don't even think as a small business you would use 5% of this
awesome video. some of the developer experience features are only on enterprise, like conformance. is there already a plan to bring them down to pro or will they stay enterprise?
Will be available to all plans in the future!
This is cool. Thanks for sharing some intel
Amazing 🔥🔥
Offtopic : The jacket is cool, where'd you get it?
If I put a .py in the api folder will this act as a Python endpoint with out flask?
Yes
@@eft based
just put "use py" at the top of the file and you will be set.
@@jarnoojasaar I got too excited and tried to host a hugging face model api, there are storage limits lmao
I was hoping to see how they actually deploy new changes to prod but the whole video was sort of Vercel commercials.
Cloudflare outage is all I can think of when he says “dog food”. I hope your infrastructure has learnt from cloudflare dog flooding outage.
Can we keep, both app and page router on same website? If yes is there any example to do it ?
Yes, that's possible! Just add both of the folders and make sure the routes don't overlap
@@hunterwilhelm so I have done some research, and I found that pages router should not have index.tsx , but can I keep _app and _document ? Or exchange it with app/layout ?
@@kumardeepanshu8503 the app/layout will only work for app/ pages, _app and _document will only work for pages/ pages.
If you don't know how to use the pages directory, use only the app directory.
Every productivity app should have a toolbar
What kind of toolbar?
why not make a video on the infra vercel uses instead?
feature flags, CMS, monitoring, loggings are nothing new and integration is as easy as signing up some existing saas
what users are really curious is about how vercel uses lambda, cf workers, and set up the multi-tenet edge network :)
amazing, thank for sharing.
dark mode to a bright white screen while watching in a dark room = harsh
Just saw a Reddit post asking if vercel uses vercel 😂
Vercelception !
how vercel builds vercel in top of cloudflare and other technologies*
Q: How Vercel builds Vercel
A: Without backwards compatibility
That's honestly really all you want to know.
Can’t read it, I am on MOBILE. Screen text too small
Websockets
Verception! 😂
Can't wait till Vercel goes down and they can't fix it because Vercel is down
saw Nigeria needs improvements😅
Npm run dev worked
Npm run build worked
Npm run start worked
But while hosting in vercel error error error f**k vercel
Waiting for the part where things get interesting. This ad was very boring.
Looks like cringe sectant ideology 😂
Thanks for the sneak peak, `@vercel/otel` now to supports edge runtime however it appears like the original git repository at `vercel/otel` has been turned private (or moved?)
gen z stack