uploadthing
heck yeah. my crm is using uploadthing and i was spending some time last night to port it all to convex storage. hopefully i wouldn't have todo that anymore.
built with convex https://
built with convex https://scarystorygenerator.com/ (and lambda for ffmpeg processing because I don't think we can run ffmpeg inside convex actions)
Hi all, in convex dashboard table view
Hi all, in convex dashboard table view filter, when I click the columns dropdown to select a column for filter, the dropdown does not return all the fields. For example in the screenshot below, I would like to filter by "campaign_id". But as you can see, this column is not returned in the dropdown (even if I search it in the search field...)

my use case: i use Convex for work on "
my use case: i use Convex for work on "Convex Account 1" but also want to use Convex for personal projects on "Convex Account 2" all in the same PC. What is the best way to do this?
Convex Trello Example
Hey all!
Might be a dumb question but I pulled down this repo example after watching the YouTube stream:
https://github.com/TanStack/router/tree/main/examples/react/start-convex-trellaux...

I would love some opinions on this from
I would love some opinions on this from the community. I'm starting a side project and before I start builidng I was thinking of useing either the Convex TanStack SaaS or Convex Ents SaaS starters to save myself some time... I love clerk, so I was leaning towards the Ents Starter, but he TanStack is a little more robust... The project will be a simple application where users would signup create campaigns and purchase business leads, nothing too crazy. Thoughts and prayers are welcome LOL. I just...
Which platform will you take questions from?
Reminder we're going live tomorrow on YouTube, X and LinkedIn with Tanner of TanStack https://discord.gg/czc3KJFh?event=1272646049621872751 . Hope to see you there and bring your questions.
Preview Deployments + webhooks
Any advice for Preview Deployments in terms of Webhooks? Cause they're cleaned up after 14 days.
For example; I'd like to have a Staging and a UAT preview deployment alongside Production and Development...
Trying to bring over 2M rows of data (
Trying to bring over 2M rows of data (joining tables) from MongoDB into Convex. What would be the best way of doing this?
How to use an mutation in a preview deployment setup
Thanks - ok - so i would write something like api.mutations.myFunctionName? And how would that fit into a deploy integration where I am importing data to preview first? I.e. where would it go in the deploy command:
npx convex deploy --cmd 'npm run build' && if [ "$VERCEL_ENV" == "preview" ]; then npx convex import --preview-name "$VERCEL_GIT_COMMIT_REF" ./data/mock-data/rtp_preview_snapshot.zip; fi...
How you guys sell an app for a fixed
How you guys sell an app for a fixed price? a client wants a app i built on convex for his bussiness but its hosted on my server.
How you guys deliver like that?...
Modifying a query result on the client
If I got an object from query and want to modify it, would it be more like
```js
const myvar = useQuery(api.file.myQuery)
const [myvarState, setState] = useState(myvar)...
Productlane alternative built on Convex
Would be cool to see a Convex project template for an in-house roadmap like Productlane (e.g. https://feedback.clerk.com/roadmap) that uses Convex vector search. Is anyone working on this?
Is there a updatedAt out of the box?
What's convex equivalent for updatedAt? I know that createdAt is creationTime. I want to know the time an entry was updated