Best of VercelSeptember 2024

  1. 1
    Article
    Avatar of thisdotThis Dot·2y

    How to build an AI assistant with OpenAI, Vercel AI SDK, and Ollama with Next.js

    Build a voice-activated AI Assistant using Next.js, OpenAI's Whisper and TTS models, and Meta’s Llama 3.1 through the Vercel AI SDK and Ollama. The AI Assistant records audio, transcribes it to text, generates a response using the Llama model, converts the response to speech, and streams the audio back to the client. The setup involves configuring environmental variables, creating components for audio recording, setting up server-side routes for AI model interactions, and implementing client-side logic to handle the audio processing workflow.

  2. 2
    Article
    Avatar of devshavenDevs Haven·2y

    Step-by-Step Guide to Deploying a Project to Vercel using GitHub Actions for Free

    Guide to deploying projects to Vercel for free using GitHub Actions. Covers necessary prerequisites such as having GitHub and Vercel accounts, a project hosted on GitHub, and a basic understanding of GitHub and Vercel.

  3. 3
    Article
    Avatar of vercelVercel·2y

    Content Link can now be used with Contentful

    Content Link, previously known as Visual Editing, allows Pro and Enterprise Vercel customers using Contentful's Premium plan to click-to-edit site content with a direct link to the CMS. This feature supports certain visual fields but not Markdown. Visit the documentation for more details.

  4. 4
    Article
    Avatar of phpdevPHP Dev·2y

    Deploy laravel project with vercel

    Learn how to deploy a Laravel project on Vercel with useful tips for managing JavaScript and CSS files effectively.