October 2023 Summaries
6 posts from PartyKit
Filter
Month:
Year:
Post Summaries
Back to Blog
Flow is a platform designed to facilitate seamless collaboration and idea exchange. It was developed in partnership with PartyKit, aiming to streamline brainstorming and resource sharing. The application has evolved over time, incorporating intuitive usability and rich features to enhance the note-taking experience. Flow's syncing components rely on the Y.js library, enabling real-time collaboration even with slow internet connections. The platform is praised for its ability to foster collective creativity and make collaborative work more enjoyable and engaging.
Oct 27, 2023
1,023 words in the original blog post.
Last week, Kent C. Dodds launched his comprehensive fullstack web development course called Epic Web, which includes 452 videos divided into 56 sections and interviews with industry experts. The platform features a presence feature that displays avatars of other users working on the same lesson, creating a sense of shared online experience. Since its launch, the platform has been sending over 100,000 events per day to PartyKit, demonstrating its popularity. The code for implementing real-time avatars in the course is also provided. Online learning often feels isolating, but presence features like avatars and chat can make the experience more enjoyable and connected.
Oct 24, 2023
592 words in the original blog post.
J Chris Anderson's creation of Fireproof, a database designed to empower web developers by simplifying the process of creating multi-user data-driven applications, has led to its integration with PartyKit. The new adapter allows for connecting multiple databases, both per-user and shared, while offering benefits such as live query automatic rerendering and users being able to link, share, and bookmark lightweight verifiable database snapshots. This collaboration aims to open up new possibilities for developers by making hard things easy and the impossible reachable.
Oct 16, 2023
993 words in the original blog post.
The text describes an interesting single-serving website called "waterhole" that features a live stream of a waterhole in Namibia, accessible through YouTube by NamibiaCam. The author often has the live stream playing in the background while working at their desk in London due to matching time zones. The ambient sounds and occasional animal sightings provide a sense of presence and relaxation.
The website is built using Remix, a full-stack web framework for React apps, and hosted on PartyKit, which handles multiplayer aspects like chat and asset serving. The author encourages others to fork and modify the open-source code available on GitHub. They also suggest potential future projects such as creating a shared jukebox by syncing playback state and video URLs between clients using PartyKit.
Oct 13, 2023
423 words in the original blog post.
Last week, PartyKit was featured at ViteConf, an online conference celebrating Vite and the web development ecosystem hosted by StackBlitz. The event had a friendly atmosphere, with participants sharing love, jokes, and serious questions on Discord and Twitter. To enhance interactivity, Matias Capeletto added a real-time reaction counter to the platform using PartyKit's example as reference. This allowed attendees to show their appreciation for speakers in real time, with some talks receiving over 2k reactions. The code needed to implement this feature is provided. ViteConf also featured various other interactive possibilities, such as collaborative drawing or coding during talks. The event was well-received, and preparations for ViteConf 2024 have already begun.
Oct 12, 2023
647 words in the original blog post.
The text discusses the potential of human-AI interaction modes and explores the idea of using multiplayer as an approach. It reviews existing interaction modes such as ChatGPT, Notion AI, and GitHub Copilot, highlighting their strengths and weaknesses. The author then introduces a new concept called "AI as teammate," which involves creating interfaces that have affordances, allow for proactive AIs, and enable multifunctional interactions.
The text also presents software sketches built on tldraw, a multiplayer infinite whiteboard web app, with NPC users that can follow commands and offer help. These sketches demonstrate the potential of using multiple helpful AIs at different project stages. The author concludes by discussing design conclusions, technical architecture, and future-facing hunches related to AI-as-teammate approach.
Overall, the text emphasizes the importance of exploring new interaction modes between humans and AIs, with a focus on creating more sophisticated and helpful AI interactions.
Oct 04, 2023
1,967 words in the original blog post.