Convex Community

CC

Convex Community

Join the Convex Discord! Explore Convex, the fullstack TypeScript platform for developers and startup founders.

Join

support-community

show-and-tell

general

open-source

announcements

Thus Spoke Zaranova: Pose as an AI to win the game

Hey ya'll! The last couple of months I've been working on a game called Thus Spoke Zaranova. A game where you as a human must pose as an AI. You can try it now: https://zaranova.xyz...

Fortellr

I built an app for storytellers I started working on this back in May/June. I was using Appwrite for the backend, which was fine for a while, but I ran into some problems, especially implementing auth with Next 13. A few weeks ago I stumbled upon Code with Antonio's notion tutorial and immediately switched to Convex for my backend. (I also copied some code). I'm planning to continue working on this for the long term. So any feedback is appreciated....
No description

I build a ConvexDB Schema Parser in Rust...for Rust!

Hello Convex community!
Hello Convex community!
Today I would like to share a project I've been working on to solve a problem while I was developing in convex and rust. ...

The Grade Guide

Hey everyone, excited to announce my site, Grade Guide. It essentially is a way to see how "hard" professors and classes are based on past grade distributions and student evaluations. Let me know what you guys think!
No description

Personal Portfolio Website.

So far I am learning it only been able to implemented Auth with Clerk but i will migrating all features in Convex. Check out the Website at https://anjil.me Thanks....
No description

"'internal' authentication" for a HTTP client

Personally, almost all of my Convex functions are meant to be used backend-to-db (might be questionable design but let's forget that for a minute). In finding https://discord.com/channels/1019350475847499849/1103697990331416587 and realizing that, in theory, anyone can call my session & rate limiting functions, I first panicked, and then came with an acceptable solution. ConvexHttpClientAsServer ```ts type OmitDbToken<T extends FunctionReference<any>> = Omit<T, '_args'> & { _args: Omit<T['_args'], 'dbToken'> };...

Video Platform - Next, React Native & Convex + MUX

Thought I'd share a gif showcasing my current project :meow_popcorn: dunno if its of any interest to other people trying out Convex. There are several components involved. I'm utilising a Monorepo and integrating Convex as a shared package between my web and native applications. Turborepo makes this process a breeze. Both Convex and MUX are talking together here, right now through a webhook endpoint in the web app, but want to move this to HTTP Actions. ...
No description

Using Convex for a Guestbook

Hey y'all! 👋 I have a (kind of) step-by-step guide on how I added a guestbook to my portfolio site using Convex! Honestly, it was mostly a breeze bc of how in depth the Convex docs are, and I had a lot of fun getting it done. Check it out! You can also find the finished Guestbook on my portfolio! ...

ChartPilot - Conversational charts, powered by Convex + OpenAI

https://www.chartpilot.com/ Thought I'd share a new prototype I've been working on, built with Convex, NextJS, Clerk, and OpenAI. I've got two goals:...
No description

A bidding Platform

A bidding platform in convex , clerk plus plus plus. Honorable mention in @Web Dev Cody hackathon!! Github = github.com/amosmachora/bidsync Live = https://bidsync.vercel.app/
No description

Convex+Clerk+React+Other Stuff Template

Live Demo: https://rcctemplate.ethan-hanlon.xyz Source Code: https://github.com/OccultSlolem/ReactClerkConvexTemplate This template comes preconfigured with the following: - Backend with Convex...
No description

Notion Clone

Hi all 👋 I created a full stack Notion clone using the amazing Convex database! You can check it out here: https://youtu.be/0OaDyjB9Ib8?si=C8Oyg54kcKWU62Jl

BragYourDog - A site to share your dog photos with others

BragYourDog: https://www.bragyourdog.com/ It's a site where dog lovers can post their dog photos and like pics from others. I built it using: NextJs + Convex (backend) + Clerk (auth)...
No description

AI Murder Mystery Project [Hackathon]

As part of the webdevcody hackathon i decided to make a little game where you are a detective and you get to question a rogue AI regarding a murder it commended. You get to view the crime scene and other areas in 3D zoom in and out and question the AI. The AI will respond back to you in voice commands so it feels like a game. There is still some work to be done on the project and its completly open source so feel free to contribute! You can check it out for yourself here : https://hackathon-pearl-theta.vercel.app/ https://github.com/MuhammadOsama169/hackathon...
No description

Chrome Extension with Vanilla (Non-React) TypeScript & Vite HMR

https://github.com/ianmacartney/ts-chrome-extension-search-history This repo is a good starting point for developers looking to build a simple extension with vanilla html, css and typescript....

UploadStuff

https://uploadstuff.dev/ is a React library that seemlessly integrates with Convex to simplify setting up file upload.
No description

emojinx — emoji-themed multiplayer matching game

it's a fun and easy-to-set-up game to play with friends and co-workers! thank you Convex for such an incredible library that made the process of building this delightful and incredibly straightforward forward 🙂 live: http://emojinx.lucasfaria.dev/ code: https://github.com/lucasheriques/emojinx demo: https://www.loom.com/share/e7dee280db8d4c1788312de7b4a24337?sid=b78564c0-08f7-4bf6-adf9-99008843e23f...

Chatter Craft

What does the future of drawing look like in an AI future? This is what I wanted to explore for my entry for the WebDevDody hackathon (https://hackathon.webdevcody.com/). Video of it is here: https://youtu.be/XZ2iCEcW_io...
No description

conve-X

An X inspired social site that supports following other users, liking posts, replying to posts, and sharing both long and short posts formatted with Markdown. It was built as a submission for the webdevcody hackathon. It was a lot of fun to build it using convex and the support I got here in getting over hurdles was really appreciated. live site: https://conve-x.stevanfreeborn.com/ demo: https://share.stevanfreeborn.com/webdevcodyhackathon/submission.mp4 repo: https://github.com/StevanFreeborn/conve-x...
No description