[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Discussions](/c/community/4) # Is Vercel Queue ready for testing? 268 views · 8 likes · 8 posts Ang Wang (@chihangwang) · 2025-11-12 · ♥ 1 Hi team, I saw the package on npm https://www.npmjs.com/package/@vercel/queue published 15 days ago. Is it ready for people to integrate? or is it still under limited beta that’s invite only? Thanks! Anshuman Bhardwaj (@anshumanb) · 2025-11-12 · ♥ 3 Hi @chihangwang, welcome to the Vercel Community! Thanks for asking this question here. As you can see on the NPM versions list that the queues project is in alpha. However, we've recently [announced](https://vercel.com/changelog/open-source-workflow-dev-kit-is-now-in-public-beta) public beta for the open-source [Workflow Development Kit (WDK)](https://useworkflow.dev/) that you can use with https://vercel.com/docs/workflow. This is built on top of Vercel Queues and Vercel Functions, so you don't have to worry about the infrastructure and use the high level TypeScript API to build business logic as you wish. Ang Wang (@chihangwang) · 2025-11-13 · ♥ 2 Wow, this is so nice! Thanks team! Aryan Chaurasia (@kulterryan) · 2025-12-30 Is it possible to use Queues directly as well? Or are there any examples of queue-like patterns within Workflows, especially ones that involve writing to databases? I have a strong use case where queues would fit well. Anshuman Bhardwaj (@anshumanb) · 2026-01-05 · ♥ 1 Hi @kulterryan, you can use the Workflows kit for any queue based use case. There are plenty of examples in this [repo](https://github.com/vercel/workflow-examples/tree/main/rag-agent). Here's one that involves Postgres database: https://github.com/vercel/workflow-examples/tree/main/rag-agent I hope you find this helpful. Pawel (@guestblogger3699-223) · 2026-01-08 Still no official word from Vercel staff in that thread. From the changelog, Queues is in Limited Beta, so probably invite-only for now. Someone on page 5 was asking about direct queue use versus workflow patterns, but nothing resolved. If you need it soon, might be worth posting a request to join the beta. Oamar Kanji (@okanji) · 2026-01-19 Hi, I need a queue service that will enqueue tasks and execute a workflow ‘one by one’, i.e waiting for the workflow to finish before loading the next task and re using the workflow. Can I use the workflow development kit for this? I looked at the repo you posted but could not find anything like this. Thank you Pauline P. Narvas (@pawlean) · 2026-01-19 · ♥ 1 We're still in beta! Appreciate your patience.