openchat openchat osschat

Open Chat Updates

All the latest updates and improvements to the osschat.dev application.

v0.0.30

Release Readiness Update for Web App

Frontend Integration
This release includes a small update intended to help validate the web app release process. While there are no visible product changes, it supports smoother and more reliable releases by confirming that automated deployment triggers behave as expected.
Read more
v0.0.29

README Updated for TanStack Start Auth

Documentation Frontend Integration
The README now reflects the current OpenChat stack, replacing outdated references to Next.js and WorkOS. It documents TanStack Start for the frontend and Better Auth with GitHub OAuth, so new users can follow the right setup and understand how sign-in and user sync work.
Read more
v0.0.28

Chat messages no longer fail silently

Bug Fix Frontend Integration
Fixed an issue where some signed-in users could send a chat message and nothing would happen. Your account now syncs automatically when you sign in, and if you try to message before that sync is ready, you will see a clear prompt instead of a silent failure.
Read more
v0.0.27

Mobile Sidebar Menu and Bottom Sheets

Mobile UI Bug Fix
This release focuses on a comprehensive mobile UI redesign to make the app easier to use on smaller screens. You now get a dedicated hamburger menu for the sidebar, mobile-friendly bottom sheets for model settings and selection, larger touch targets, and a fix for a bug that could cause the sidebar to close immediately after opening on mobile.
Read more
v0.0.26

Reliable builds for Convex typed imports

Bug Fix Frontend Backend
Fixed a production build issue where the web app could fail to compile due to missing Convex generated imports. This release includes the required generated API and data model files so builds have the type definitions they need without extra steps.
Read more
v0.0.25

Safer chat attachments and saved data

Frontend Bug Fix UI
Chat file attachments now use a clearer, consistent format, and saved chat and model data is handled more safely. If your browser blocks or clears local storage, the app will now surface a warning instead of silently failing, making it easier to understand why saved items may not appear.
Read more
v0.0.24

Favorites and a redesigned model selector

Feature UI Frontend
You can now favorite models and have those picks sync across your account, making it quicker to get back to the models you use most. The model selector has also been redesigned with a clearer layout and smoother search, plus lighter loading behavior for faster-feeling navigation.
Read more
v0.0.23

Custom analytics for key actions

Analytics Frontend Integration
We added custom analytics event tracking for several core actions in the app, including sending messages, creating chats, switching models, and toggling web search. This helps us better understand how features are used so we can prioritize improvements that matter most.
Read more
v0.0.22

Consistent OneDollarStats analytics across environments

Analytics Frontend Bug Fix
Analytics tracking now uses the same OneDollarStats script in every environment, removing the previous dev-only debug behavior. This makes tracking behavior more consistent between development and production, helping reduce surprises when validating analytics changes.
Read more
v0.0.21

Added OneDollarStats site analytics

Feature Analytics Integration
Site usage tracking is now available via OneDollarStats analytics. In production, the tracking script runs in standard mode for real usage insights, while development loads it in debug mode to support local testing without affecting production data.
Read more