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

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

Tinkering With AI App Generators - LazyAI, Pythagora.ai

I decided to spend a bit of time to tinker with a couple of text-to-app AI tools. Checkout the post to see how well they could generate a fairly simple Convex related tool: https://mikecann.co.uk/posts/tinkering-with-ai-app-generators...

llama farm

The intrepid @ian recently created a pretty cool project that allows a bunch of random computers (your laptop, fly.io machines, whatever) running ollama3 to collectively run all the LLM work for a chat application. All this work is coordinated using Convex as a kind of job queue. This allows the LLM cluster to be scaled up, and nothing needs to expose ports to the Internet to participate. Pretty neat idea!...

Introducing Bolt Boilerplate: Speed Up Your Convex+Next.js+Clerk Setup

Hey everyone! Last week, I discovered Convex and was amazed at how seamlessly it integrates with databases and handles state management, especially as a new developer. I noticed a lack of resources for building with Convex, Next.js, and Clerk, so I decided to compile everything I've learned into Bolt Boilerplate. Styled with Shadcn. It comes with full-stack CRUD functions with Authentication out of the box, making it a breeze for fellow developers to kickstart new projects. I hope it's helpful to you too!...
No description

kevin, the AI Full-Stack Developer, building on Convex

Recently cooked up a specialized version of Devin for CRUD-based applications. Uses convex, and automatically generates full-stack applications with AI: https://www.youtube.com/watch?v=ZQ4mjZ1Le9o ...

Remi - AI Travel Assistant

Remi (https://remi.chat/) is a travel assistant powered by AI. It generates beautiful, full-fledged itineraries with images, maps, and more, removing the hassle of trip planning. Growing up, our family loved to travel. We’d choose a location, a time, and magically, we’d arrive. Our dad would then pull out a complete plan, with details on each and every place we would visit, everyone’s preferences (mostly) accounted for. Turns out, the simple convenience of travel I felt was actually powered by hours of painstaking research on our dad’s end. Ultimately, growing up, moving out and heading to college, I began to plan trips independently, becoming acutely aware of how difficult a job our dad actually had....
No description

ART ZASH

Fully functional text to paint generator, using convex for db, auth provided by clerk-convex, stripe-convex for payments. For now we are providing delivery only for Bulgaria and the platform is not international yet, but If you are looking for good example of using convex, check it. More info: after registration you are getting 5 free “conversation” with our text-to-image model, in between you should generate your dreamed image. After that you can choose details of your painting, which include choosing canvas, frame and size. Next there is a step for details about delivery and the last step is payment, which is external stripe checkout, but saving both the details in convex and stripe. I hope one day to make it international world wide app. https://art.zash.ltd...
No description