24 - Overview of edge functions
25 - Set up MongoDB Atlas account
26 - Set up the createChat endpoint
27 - Test the createChat endpoint
28 - Create the getChats endpoint
29 - Render the list of chats in the sidebar
30 - Style the chat list in the sidebar
31 - Implement creating a chat in the sendMessage endpoint
32 - Create the addMessageToChat endpoint
33 - Navigate to newly created chat page
34 - Reload chat list on route change
35 - Load chat messages for a particular chat
36 - Render chat messages for a particular chat
37 - Modify the sendMessage endpoint to cater for existing chats
38 - Implement conversation history in OpenAI