Home / Companies / Convex / Blog / October 2023

October 2023 Summaries

3 posts from Convex

Filter
Month: Year:
Post Summaries Back to Blog
AI Town, an open-source project hosted on GitHub, has garnered significant attention and development interest since its launch as an experimental platform. The project, which allows users to interact with AI citizens in a dynamic environment, has undergone notable updates to enhance user engagement and extendibility. Recent advancements include an interactive environment where players can walk around, chat with AI citizens, and observe the spread of rumors. The serverless game engine has been overhauled for easier extension, enabling users to propose and add community-driven gameplay elements, such as interactions via Discord or SMS, environmental interactions, and even trading systems. Additionally, the platform offers easy modification options for users who wish to personalize their AI worlds without extensive coding, supported by tools like a map editor and character data adjustments. The project's community continues to thrive, with opportunities for contributions, collaboration, and competitions to create the best AI Town clone, all backed by Convex, the comprehensive backend platform facilitating these developments.
Oct 31, 2023 479 words in the original blog post.
The text outlines an approach for implementing GPT-powered chat applications with enhanced real-time streaming capabilities using OpenAI's streaming API and a database for persistent reactivity. By handling streaming requests asynchronously and storing messages in a database, applications can maintain responsiveness and functionality even if a user closes or refreshes their browser. This setup allows for multiple users to interact simultaneously, supports resuming streams, and enables custom streaming granularity. The framework, using the Convex platform, ensures that updates to the database result in immediate UI updates across subscribed clients via real-time subscriptions. The article also provides insights into the code structure, including server-side actions and client-side query subscriptions, and discusses potential extensions for improving message handling and error management.
Oct 26, 2023 2,137 words in the original blog post.
Antonio's full course on building a Notion clone using Next.js 13, React, Convex, and Tailwind offers a comprehensive guide to developing a full-stack application. The course highlights the use of Convex as a backend platform, which provides essential components like cloud functions, a database, file storage, scheduling, workflow, vector search, and real-time updates, all integrated to support scalable AI projects. Resources such as a dedicated Discord for troubleshooting, a GitHub repository, and a live website are available to assist learners. The course emphasizes rapid development and scalability, with tools like Edgestore and Trunk recommended for further project enhancement.
Oct 11, 2023 70 words in the original blog post.