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

quantaIQ: AI Teaching Assistant

Beta right now. Another project we built for our undergrad capstone. Idk if my profs want to open source or if our school will sell it.

gitit.ai: Redefining Community Memories

Hello Convex Community! We're thrilled to announce the launch of GITit.ai, a groundbreaking social platform that redefines community memories with the power of facial recognition. Built on the Convex database, GITit.ai offers a seamless experience in managing and connecting community event photos. But that's just the start! We're looking for passionate beta testers and contributors who love pushing the boundaries of what's possible with Convex....

Mirage Collaborative whiteboard.

A feature-rich, collaborative whiteboard that supports real-time interaction. It is built from the ground up to include functionalities like a real-time database, and the ability to add various shapes such as rectangles and ellipses, as well as sticky notes and freehand pencil drawings. This whiteboard utilizes cutting-edge technologies including Next.js 14, Clerk, Convex, and LiveBlocks.

Snippet Share

Made this application using Convex, next.js, and next-auth. A user does not need an account to preview a snippet. The notes below the following code is generated using AI. https://snippet-share-gamma.vercel.app/preview/jh7fpe0ayqe0cc84j96j5exrfh6mdbkx https://snippet-share-gamma.vercel.app/ Let me know if you come across any bug...

https://waffle-vercel.vercel.app/

Check out winning "Best AI App Built on Convex" for the 2024 DevWeek hackathon, Waffle! It's a new take on the classic chatroom that uses language models to embed messages and compute their similarity in real-time using Convex's react synchronization. The result is a fun web app in which you can chat about the topics you are interested in, and relevant messages will be enlarged and highlighted, while the stream of other messages will continue in the periphery of your awareness. You can dynamically move through the conversation space by simply changing topic!...
No description

MediFlow | Automating tedious back-office administrative tasks for doctotors

Hi all! My team and I recently won the 1st Place award at Stanford TreeHacks 2024 for the Best Use of Convex features for our project πŸš€ Introducing MediFlow. MediFlow automates back-office administrative work for hospitals, focusing on workflow experience and exacerbated in rural hospital environments. MediFlow seeks to be both a core system of record for electronic health records and a vertical AI tool that leverages proprietary hospital data to enhance. It automates 3 core administrative tasks: patient pre-authorizations, patient meeting notes, and new patient intake. Additionally, since pre-authorizations require medical codes to be explicitly cited, MediFlow uses Llama’s 13bn parameter LLM model to help analyze and compile relevant medical codes for each unique patient, according to a doctor's entry. ...

HackStack | Community Driven Stacks

HackStack is a community-driven collection of tech stacks. Create and share your tech stacks with the world. Discover which stacks and tools others are using and Suggest content of your own. Built with Next.js, Powered by Convex. App: https://stacks.hackazen.com/...
No description

Spark | Empowering Passion, Sparking Change, Inspiring Impact

Hi all! My team of 4 and I at Stanford University's TreeHacks 2024 created a new social media platform for nonprofits to share their campaigns for individuals can contribute to and make a difference around the world. Our backend was built with Convex and we love the simplicity of it! Check it out below: Live app: https://spark-neon.vercel.app/...

Geospatial chat with Convex real time APIs

Hi everyone! I built a geospatial messaging app. It's a big group chat with everyone in a 100 feet radius of you. In the library? Wondering what people are working on? Want to form an on-demand study group? Or maybe you're at an event... need to find people working in fintech. Helps you engage deeper with your physical space. Some notes: - right now we are just polling location, sending it up to convex and convex is sending us the live last 10 messages of chat (this is an intention limitation) - as you move, you'll hop into different localized "group chats" in your main view...
No description

Repository Design Pattern

I'm playing with a repository design pattern for Convex database models, and wanted to get some feedback from the community. What this solves for me: β˜‘οΈ Shared common DB methods to keep code DRY and centralized. β˜‘οΈ DB field default setting on inserts....

Example Utility for Joining between Tables

Made a fun little helper for joining tables: https://gist.github.com/kyldvs/98aed78f96e9376b55092493a8bb0b75 ``` // This has { _id: Id<"orgRole">, orgId: Id<"org">, ... } const roles = await ctx.db.query("orgRole").collect();...

Yaznbook 5.0 !!!!!!!

NOW YAZNBOOK IS BETTER can Make Workspaces and Boards Upgrade To Pro We waitting you !!! πŸ₯³ Yaznbook : https://www.yaznbook.com/ X : https://twitter.com/yznlblwy1447612...
No description

An OSS clone of perplexity.ai / phind.com with convex!

Hello everyone πŸ‘‹, I used Convex as the backend during a hackathon held at AGI House last Saturday! It has been built with the following stack: - Utilizes Next.js 14....
No description

Real-time Miro Clone

Hi everyone πŸ‘‹ I uploaded a 10-hour Miro clone tutorial using Convex, and some other great technologies. You can check it out here: https://www.youtube.com/watch?v=ADJKbuayubE Here are some of the features:...
No description

Dormiq

During a study session, a friend brought up the idea of dorm rooms versus prison cells, and asked if we ever took the quiz, so we searched for it online and it seemed pretty bare-bones, so I decided I'd have a go at making one myself. Link: https://dormiq.xyz/ Built with ...
No description

Nut Tree

Nut Tree (https://nuttr.ee) is a B2B SaaS product that allows founders and marketers of small startups to easily engage their top supporters/advocates/fans (their nuts) in an easy, fun way to drive interaction online around events and topics that can increase their reach, visibility, and awareness. For example, if you run a startup that has a fitness app, and you see a conversation on Reddit regarding looking for a new app that does just what you offer, rather than being self promotional, you can send a request to your nuts, asking that they go over to the post and drop a comment recommending your app. This creates a more authentic way of promotion that has a bigger impact. The nut experience is a browser extension (https://chromewebstore.google.com/detail/nut-tree/pgkpmmcekebdmjkbbipdceaphngjgjgd?hl=en) that increments its badge counter when new requests come in, allowing them to take action on your need without leaving their place on the web or opening a new app or getting distracted by an email notification....
No description

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...