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

self-hosted

announcements

Working on Bandlink, https://www.bandlink.link/saturday_forever

This morning I deployed my convex env to prod and created the first profile. Been learning a ton, so far been having an absolute blast, and hoping to onboard some friends this week. The convex helpers have been super helpful for the more complex db lookups https://www.bandlink.link/saturday_forever...

Introducing Fastmind - The fastest chatbot builder in the world, fully powered by Convex

It's been a long time in development, mostly due to my tendency to over-engineer, but I am very proud to launch Fastmind V1. Another chatbot builder, you ask? Well, yes and no. This one is unique because it uses web search to answer user queries in real-time. There’s no need to scrape and store embeddings in a vector database; all the data is live. This demo video shows how it takes about a minute to get a fully functioning chatbot embedded on a website. When you need to provide more content to your chatbot, the data training setup in Fastmind is equally easy....

flowfield - physics-based action game

I did a game jam this weekend and decided to use Convex to build a simple online scoreboard for my game! You can check it out at https://alixii.itch.io/flowfield. To submit and view scores you'll have to download one of the MacOS builds (or build the project from scratch). There's also a WASM version available to try in the browser, but I unfortunately wasn't able to connect it to the leaderboard due to issues with Rust and WASM. This was my first time using Convex HTTP actions; I found they were very easy to set up and have been working very well so far. I also tried using Zod validators for the first time; the Zod helpers in convex-helpers were super useful....
No description

cleardoc. // Simplifying health, one document at a time.

Hi everyone! I built a tool that helps users break down medical jargon into easily understandable terms. Tech Stack:...
No description

PortfoliosHub - The Best Place to Find Inspiration for your Portfolio

Struggle with figuring out what to include in your portfolio site? Check out https://www.portfolioshub.com/ to get inspiration! Built with:...

Cronvex: Free alternative to EasyCron or FastCron

I wanted to build a website demonstrating programmatic runtime cronjobs so built https://www.cronvex.com/. You can use this to send requests to third party webhooks on a given schedule. There's also a stack post on how this is implemented: https://stack.convex.dev/cron-jobs...
No description

End-to-End Encrypted Chat

🀫 Uses Elliptic curve Diffie-Hellman key exchange 🀝 and AES encryption πŸ”’ in the browser. Uses Convex Auth to login with Github. Private keys are stored in local browser storage; only ciphertext and public keys are stored in Convex. https://endtoendconvex.vercel.app/ https://github.com/ldanilek/endtoend...
No description

Convex full-text search, deep dive

Convex co-founder and Chief Scientist @sujayakar (esteemed author of How Convex Works) gave a talk recently on the design and internals of Convex's reactive full-text search. If you want to know more about what makes Convex's text search special, check it out! https://www.youtube.com/watch?v=o_CSheI8Vcw...

Whisper Farm - Parallel Transcription

https://mikecann.co.uk/posts/whisper-farm-parallel-transcription This is my extension to @ian 's excellent work on Work Stealing and features topics such as AI, Convex and Fly.io πŸ™‚...
No description

doityourself.lol

Hey everyone! πŸ˜„ So, I made this thing called doityourself.lol, and it's kinda ridiculous but hilarious. You know those times when someone asks you for a favor? Now you can respond with a link that sends them to doityourself.lol with a super funny message rejecting the request. Turn favors into fun! Share a sneaky URL with friends when they ask for help. They'll click expecting answers but find hilarious surprises at doityourself.lol instead! Made with sarcasm 😏...

My Convex web app is working flawlessly offline! (I’m 40K ft in the sky)

Feeling proud of this one! Here’s how I did it: 1. Forked the streaming-chat-gpt Convex template 2. Added endpoints for local LLM support 3. Implemented the convex backend locally, so ./convex-local-backend starts the server...
No description

Trivia game app

Hi, I created this trivia game website using convex: https://www.tvekmacka.se/ The aim of the game is to put the events in chronological order. The player who first manages to score 10 correct answers wins....
No description

Unlock Hidden Insights & Make Smarter Decisions with AIQuire

Hi guys, I created this application using Convex - https://aiquire.app/ Please test it out and provide your feedback. PS: Not open source...
No description

Climbing Route Setter - Hackathon submission

This was our submission that won second place for the convex prize at the DeveloperWeek AI/ML Hackathon. Check out the demo here : https://devpost.com/software/climbing-route-setter Source code : https://github.com/FlavorlessQuark/devday_hackathon...

Project management tool

hey, I've been working on a side project - Project management tools (which is totally inspired by @webdevcody 's Project planner). Earlier you could only manage task in it. But this weekend I add a page to manage important links and files check it out -https://projectify.vigneshgupta.tech/...
No description