Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

"You can't VibeCode Complex Apps" they said. That is until "VAAPs" became a thing. You can vibecode your frontend like mzulali did here, and then plug in an n8n agent as the backend. All you have to do is use a webhook to connect them. Ask the vibecode to...

18,981 Aufrufe • vor 1 Jahr •via X (Twitter)

6 Kommentare

Profilbild von Himanshu Kumar
Himanshu Kumarvor 1 Jahr

@muhammad_zulali @vibecodeapp VAAPs streamline complex app development.

Profilbild von Tee Sweets
Tee Sweetsvor 1 Jahr

@muhammad_zulali @vibecodeapp light buld moment ...brilliant bro

Profilbild von nunyabidness
nunyabidnessvor 1 Jahr

@muhammad_zulali @vibecodeapp Yall are cringey af

Profilbild von Centrist
Centristvor 1 Jahr

@muhammad_zulali @vibecodeapp This a prototype not a full functional app

Profilbild von Pierre Bessette
Pierre Bessettevor 1 Jahr

@muhammad_zulali @vibecodeapp Excellent !!!!!

Profilbild von 8GG.ETH
8GG.ETHvor 1 Jahr

@muhammad_zulali @vibecodeapp "Frontend vibes, backend whispers, and the webhook is the umbilical cord. Another idea hatches from its shell."

Ähnliche Videos

AG-UI makes building agentic applications dramatically easier. Here's how it works. This is a model for a simple chatbot: User → LLM → Response But interactive agents that render UI, pause for approvals, and ask users for input need a much more complex model. When building these agents, a response from the LLM will include a series of state changes as the agent runs: • Agent started a task • Agent called a tool • Agent updated its state • Agent streams these tokens • Agent is waiting on a human • Agent is resuming the task The Agent-User Interaction Protocol (AG-UI) treats the LLM response as a stream of events rather than a text endpoint. In practice, here is what you get as an agent runs: 1. Lifecycle events so your UI knows where the agent is. 2. Text messages that stream tokens. 3. Tool calls so your UI can prefill a form with any required arguments. 4. State updates that keep your UI in sync with the agent. 5. Special events for human approvals, rich media, and custom needs. All of these events travel over standard transports (SSE, WebSockets, or plain HTTP) as JSON. As a result, you can build a frontend that stays in sync with the agent's progress without having to invent a custom process to make this happen. For example, building a human-in-the-loop workflow becomes an off-the-shelf component you can integrate rather than build from scratch. CopilotKit🪁 is the creator of AG-UI, and you can use it when building frontend applications pretty much anywhere: • React • Angular • Vue • React Native • Slack • Teams • Discord • WhatsApp • Telegram Here is the link for you to check it out: Thanks to the CopilotKit team for partnering with me on this post.

Santiago

17,438 Aufrufe • vor 14 Tagen