Convex CommunityCCConvex Community
Powered by
NicolasN
Convex Community•4mo ago
Nicolas
We have cool product updates to share! @everyone

👀 Preview Deployments for Everyone

You no longer need to sign up for Convex Professional to use preview deployments: you can now use them with a free Convex account.
Read the docs.

🤖 “Copy as Markdown” in Convex Docs

It is now easier to add a page of the Convex documentation to your favorite LLM’s context: docs pages now have a “Copy as Markdown” button that copies a Markdown-formatted version of the page to your clipboard.
Go to Convex Docs.

🛡️ Additional Protection in npx convex deploynpx convex deploy

In the 1.30.0 version of the Convex CLI tool, the CLI will now ask for explicit confirmation before deleting large indexes (100,000+ documents). This helps avoid situations where an index is accidentally deleted and backfilling it takes a long time.
Read the changelog.

📂 Exclude Files from Backups

When using the Backups feature of Convex, you can now exclude file storage from backups. This can be useful when backing up very large projects.
Read the docs.
Convex Community banner
Convex CommunityJoin
Join the Convex Discord! Explore Convex, the backend platform that keeps your app in sync.
15,792Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Continue the conversation

Join the Discord to ask follow-up questions and connect with the community

Convex CommunityCC

Convex Community

Join the Convex Discord! Explore Convex, the backend platform that keeps your app in sync.

15,792 Members

Join
Recent Announcements
Wayne

FYI, the formerly known as support-community channel is now known as <#1088161997662724167> to better reflect that it's community-driven support. A big thanks to all the mods, champions, and everyone for keeping this community supportive and active as Convex continues to grow.

Wayne · 3d ago

ian

tl;dr Convex 1.33.0 has a lot of CLI improvements for users & coding agents ## Agentic coding improvements ```txt export CONVEX_AGENT_MODE=anonymous npx convex init npx convex env set --from-file .env.agent npx convex dev --once npx convex run seed:addSeedData ``` - `npx convex init` allows you to ensure a deployment is initialized, but not try to push code to it yet, allowing an agent to set required environment variables before pushing code. - The CLI will now auto-start the local backend to run `convex env` and `convex run` commands. - `npx convex env set` can now accept values interactively, from a file or stdin. For one or many values at once. e.g. `npx convex env set < .env.cloud`. It will refuse to overwrite conflicting values without `--force`, making it generally safe to run. - Saving env variables with `npx convex env list > .env.cloud` now works for multi-line and other fancy values. - Setting up a new backend (agent or otherwise) no longer clobbers your `convex/tsconfig.json` or `README.md`. - Local development data (including anonymous agent backends) now live in your project’s `.convex` folder, making worktree isolation easier. (Convex 1.32) - There’s an `insights` MCP tool as well as `npx convex insights` that agents (and humans) can use to debug issues in production and other cloud deployments. (Convex 1.32) We made other improvements, including fixing one class of circular type errors. See the [CHANGELOG.md](https://github.com/get-convex/convex-backend/blob/main/npm-packages/convex/CHANGELOG.md) for more details. cc @everyone

ian · 3w ago

Wayne

**New Components directory and challenge updates** The new Components directory is live at https://www.convex.dev/components — and the [Component Authoring Challenge](https://www.convex.dev/component-challenge) is still running. Thanks for your patience while we shipped this. We've just approved a new batch of community-built components. **Components Submission updates** - You now[ log in](https://www.convex.dev/components) with your Convex account to submit a component - The new profile page shows your submissions and review feedback. If you submitted before the new directory went up and don't see your component, DM me (it matches the email you used to submit) - New Preflight Check on the submit page tells you if your component passes or fails, and why - New repo badge you can add to your GitHub ([example](https://github.com/gaganref/convex-api-keys)) or npm package that links back to your published component page. Find it on your submission list or profile - Track your component status at https://www.convex.dev/components/submissions **What you get when your component is approved** Your published component page includes: - Markdown link for docs and READMEs - Custom AI skill file for coding agents - Custom install prompt for AI-assisted setup - AEO/GEO/SEO content to help developers find your component - GitHub badge preview ***The challenge deadline for rewards has been extended through the end of March.** - Selected components will be featured in the Components directory. - Top picks also receive a $100 gift card and/or Convex swag. Thanks for building with us.

Wayne · 4w ago

Similar Threads

6 week eng roadmap
jamesJjames / announcements
3y ago
2024 Q1.5 feedback
jamesJjames / announcements
3y ago
Announcing Convex 1.7
ballingtBballingt / announcements
3y ago
Hi @everyone, guess who got busy and
jamesJjames / announcements
15mo ago