jamwt
jamwtβ€’3y ago

Looking for something?

Convex search gives you a way to get answers across docs, stack, and discord. Check it out! https://search.convex.dev/
Convex Developer Search
Search Docs, Stack, Discord all at once
No description
23 Replies
jamwt
jamwtOPβ€’3y ago
Also, we built all the search indexing for this content using Convex itself! So that's cool.
Gorka Cesium
Gorka Cesiumβ€’3y ago
super userful useful
philipsman
philipsmanβ€’3y ago
Are you planning on open sourcing this? There is a open source project I dabbled with, medusa marketplace, that has info split across their discord, docs, and github discussions/issues. This would be nice to use for medusa, I don't have to search 3 different places.
ian
ianβ€’3y ago
The indexing is in algolia. The discord code is in my discord-slack-bridge repo (open source), the docs code is alongside our docusaurus docs(may be part of the open source effort later this year), and stack is leveraging sanity I believe. So it’s not a single project on the ingestion side. Are you more interested in the UI or the algolia ingestion?
ian
ianβ€’3y ago
Search across docs, Stack, and discord: https://search.convex.dev/
Convex Developer Search
Search Docs, Stack, Discord all at once
Gorka Cesium
Gorka Cesiumβ€’3y ago
wow very cool, it searches even in discord
John
Johnβ€’2y ago
this search tool is awesome! especially that it also indexes discord 🀯 Are these the relevant repos for the search? Frontend Doc/Stack index Discord index
GitHub
GitHub - get-convex/convex-resource-search: Created with CodeSandbox
Created with CodeSandbox. Contribute to get-convex/convex-resource-search development by creating an account on GitHub.
GitHub
GitHub - get-convex/convex-search-indexer: Search indexing service ...
Search indexing service for Convex documentation, stack posts, etc – built on Convex! - GitHub - get-convex/convex-search-indexer: Search indexing service for Convex documentation, stack posts, etc...
GitHub
GitHub - ianmacartney/discord-slack-bridge: Uses Convex to mirror d...
Uses Convex to mirror discord into slack. Contribute to ianmacartney/discord-slack-bridge development by creating an account on GitHub.
pipsai
pipsaiβ€’2y ago
Super useful. Are yall gonna opensource this like how astro did?
ian
ianβ€’2y ago
The repos for the search are above I believe - is that what you're talking about?
David Alonso
David Alonsoβ€’12mo ago
is there an api version of this? also, is this doing semantic/vector search?
v
vβ€’12mo ago
curl -X POST 'https://1kie511890-dsn.algolia.net/1/indexes/*/queries?x-algolia-api-key=d5802c3142d1d81cebdac1ccbb02ea9f&x-algolia-application-id=1KIE511890' -d '{"requests":[{"indexName":"docs","highlightPostTag":"__/ais-highlight__","highlightPreTag":"__ais-highlight__","query":"Mutation"},{"indexName":"stack","highlightPostTag":"__/ais-highlight__","highlightPreTag":"__ais-highlight__","query":"Mutation"},{"indexName":"discord","highlightPostTag":"__/ais-highlight__","highlightPreTag":"__ais-highlight__","query":"Mutation"}]}'
curl -X POST 'https://1kie511890-dsn.algolia.net/1/indexes/*/queries?x-algolia-api-key=d5802c3142d1d81cebdac1ccbb02ea9f&x-algolia-application-id=1KIE511890' -d '{"requests":[{"indexName":"docs","highlightPostTag":"__/ais-highlight__","highlightPreTag":"__ais-highlight__","query":"Mutation"},{"indexName":"stack","highlightPostTag":"__/ais-highlight__","highlightPreTag":"__ais-highlight__","query":"Mutation"},{"indexName":"discord","highlightPostTag":"__/ais-highlight__","highlightPreTag":"__ais-highlight__","query":"Mutation"}]}'
@David Alonso
Paul_J
Paul_Jβ€’11mo ago
Is there a convex context document for use with LLM coding assistance like cursor or cline? Both agents can search the Internet, but I think context documents are better.
ian
ianβ€’11mo ago
Using Cursor, Claude and Convex to Build a Social Media Scheduling App
I was curious to see if I could prompt my way through developing an entire app with Cursor and Claude. It went pretty well - but there are some import...
codebird
codebirdβ€’10mo ago
Hi, 1. Is convex-ents stable to be used in projects? 2. Comparing it to the current version, does it add any delay to the queries? 3. Is there any other good SaaS starter using convex-ents and convex authentication, instead of Clerk?
jamwt
jamwtOPβ€’10mo ago
1. yes, it's pretty stable 2. no, convex-ents basically does exactly what you would do by hand. so it doesn't have an appreciable performance impact 3. not yet. I think the example that uses clerk is the only template
codebird
codebirdβ€’10mo ago
Thank you for the prompt reply πŸ™‚
artur-bx
artur-bxβ€’7mo ago
Hi, there is a recomendation for hosting my backend app on vercel? I have some http actions, and I see probably vercel works for make a CI/CD convex deployment in production env
ballingt
ballingtβ€’7mo ago
@artur-bx please open a support-community thread for this, and could provide a bit more info? What kind of app are you deploying? Are you looking for preview deployments? Does this help? https://docs.convex.dev/production/hosting/vercel
artur-bx
artur-bxβ€’7mo ago
thanks for your response, I'm using Bun my app its a backend app, basically a CRUD I have some internalActions and I expose through http actions but I see I need to execute npx convex deploy every time that I want to deploy to prod, so I was thinking use vercel but this proyect does not have an output dir
ballingt
ballingtβ€’7mo ago
@artur-bx could you please open a new thread for this?
Carlos Ramos
Carlos Ramosβ€’3mo ago
Hi! Not sure if this is the right place but I'm working on a mobile app with Swift (iOS) and was wondering if there are any plans to support Convex Auth natively for Swift and Kotlin apps? Currently using Convex for the backend and would love to integrate auth directly rather than building a custom solution.
puchesjr
puchesjrβ€’2mo ago
i would probably put this in the #convex-auth

Did you find this page helpful?