您的应用能做什么?

您在Deplixo上构建的每个应用都拥有超级能力。您无需了解它们的工作原理——只需告诉您的AI添加它们即可。

数据与存储

您的应用可以保存、搜索和整理信息——就像一个内置数据库,开箱即用。

Collections

保存和整理任何内容

将其视为应用的智能文件柜。它可以存储项目列表——如联系人、任务、食谱、订单——任何内容。数据自动保存并实时同步到所有设备。

为什么重要

几乎每个实用的应用都需要保存信息。没有这个功能,应用会在用户关闭标签页的瞬间忘记一切。

非常适合
关联账户
Add a way to save and manage [items] using the useCollection() hook imported from '@deplixo/sdk' so the data saves automatically and syncs across devices.
Full-Text Search

即时查找任何内容

允许用户通过输入关键词搜索应用中的所有数据。就像在应用中内置了谷歌——即使在大量数据中也能即时找到匹配项。

为什么重要

一旦应用中的条目超过几个,用户就需要一种快速找到所需内容的方式。滚动浏览长列表行不通。

非常适合
关联账户
Add a search bar that lets users search through all [items] by keyword. Use Deplixo's built-in full-text search for instant results.
Aggregations

还没有账户?

自动从您的数据中计算数字——例如"本月有多少订单?"或"平均评分是多少?"无需电子表格。

为什么重要

商业应用需要仪表板和摘要。这可以将原始数据转化为有用的数字,而无需您自己进行计算。

非常适合
关联账户
Show summary stats at the top of the page — total count, sum, and average of [values]. Use Deplixo's built-in aggregation features.
Change History

查看更改内容及时间

记录对您数据所做的每一次更改——谁进行了更改、何时更改,以及更改前的内容。就像文档中的"跟踪更改"功能一样。

为什么重要

当多人使用您的应用时,您需要知道谁做了什么。它还可以通过查看以前的版本来撤销错误。

非常适合
关联账户
Track all changes to [items] with a full history. Use Deplixo's change history feature so users can see who modified what and when.
Live Sync

每个人都能即时看到更改

当一个人添加或更改内容时,其他所有人立即看到——无需刷新页面。就像 Google Docs 实时显示编辑内容一样。

为什么重要

没有实时同步,用户会看到过时的信息,不得不不断刷新。实时同步让你的应用感觉现代且响应迅速。

非常适合
关联账户
Make this app update in real time. When one user makes a change, everyone else should see it instantly without refreshing. Use Deplixo's live sync.
File Uploads

此应用的访问权限仅限于特定电子邮件域。您的账户没有使用此应用的权限。

用户可以上传文件——图片、文档等任何内容——您的应用将其安全存储在云端。文件获得可在任何地方使用的永久URL。

为什么重要

许多应用需要用户附加文件。头像、文档存储、图片库——上传功能使这一切成为可能。

非常适合
关联账户
Add file upload so users can upload [images/documents/files]. Use the useUpload() hook (destructure { upload, uploading, progress }) or the uploadFile() verb imported from '@deplixo/sdk' — files are stored in the cloud automatically.
SQL Database

完整数据库功能

适用于需要更复杂数据操作的应用——例如跨多个列表筛选、生成报告或对存储数据进行计算。这是集合的重量级版本。

为什么重要

当您的应用需要交叉引用数据或生成报告时,完整数据库为您提供所需的强大功能。

非常适合
关联账户
This app needs complex data queries. Use the useSQL() hook imported from '@deplixo/sdk' — destructure { query, run, exec } — to store and query data so I can filter, sort, and generate reports. Always parameterize queries with ?.

实时与多人游戏

让您的应用充满活力——更新即时呈现给所有人,无需刷新页面。

Broadcast

向所有人发送即时消息

立即向所有正在使用应用的用户发送快速消息——就像弹出的公告或提醒。消息不会保存,仅用于当下。

为什么重要

非常适合通知、提醒或协调。当发生需要所有人立即知晓的事情时使用。

非常适合
关联账户
Add the ability to broadcast messages to all users currently in the app. Use Deplixo's useBroadcast() hook for instant, ephemeral messages.
Notifications

徽章提醒,追踪最新动态

当有新内容时显示通知徽标(类似手机应用上的红点)。用户可以查看自上次查看以来错过的内容。

为什么重要

保持用户的参与度并让他们随时了解最新动态。当应用有新内容时,用户会主动回来查看。

非常适合
关联账户
Add notification badges that show users when new [items] arrive. Use the useNotify() and useInbox() hooks imported from '@deplixo/sdk'.
Presence

密钥 + 外部API

显示哪些用户当前在您的应用中处于活跃状态。想象一下聊天应用中某人名字旁边的绿点——那就是在线状态。

为什么重要

当人们协作时,他们想知道还有谁在场。这让应用程序感觉充满社交氛围、充满活力,而不是孤独冷清。

非常适合
关联账户
Show who's currently online in the app. Use the usePresence() hook imported from '@deplixo/sdk' to display active users with their names.
Reactions

地图

让用户通过点赞、投票、爱心或任意表情符号对内容做出反应。每位用户每个项目只能反应一次(防止刷票)。计数实时更新。

为什么重要

反应功能让应用更具社交性和吸引力。这是用户无需输入评论即可表达意见的最简单方式。

非常适合
关联账户
Add a like/heart button to each [item] that tracks reactions per user. Use the useReactions() hook imported from '@deplixo/sdk' so counts update in real time.
Rooms

Two games at once — or two teams, or two meetings

Rooms let multiple groups use the same app simultaneously without stepping on each other. Each room has its own presence list, broadcast channel, and scoped data. First person in becomes the host.

为什么重要

Most 'multiplayer' apps actually need rooms — without them every visitor sees the same shared state. Rooms keep each session's data isolated.

非常适合
关联账户
Use the useRooms() hook imported from '@deplixo/sdk'. Join a room and scope collections to it with the { room: room.id } option.

AI与智能

为您的应用赋予智慧。它可以分析、总结、生成文本、回答问题等等。

AI

为您的应用内置AI

您的应用可以让AI完成各种任务——撰写文本、分析数据、回答问题、生成建议、翻译语言。就像将ChatGPT直接内置到您的应用中一样。

为什么重要

AI让应用变得更加实用。一个能自动分类支出的记账应用、一个能提出改进建议的写作应用、一个能调整份量的食谱应用——可能性无穷无尽。

非常适合
关联账户
Add an AI feature that [describes what the AI should do]. Use Deplixo's useAI() hook — no API key needed.
AI Streaming

逐字显示AI响应

无需等待AI完整响应后再一次性显示,流式传输会逐字呈现内容——就像看着有人在打字一样。让应用感觉快速且响应灵敏。

为什么重要

AI响应可能需要数秒时间。没有流式传输,用户只能盯着空白屏幕,不知道是否出了问题。流式传输能提供即时反馈。

非常适合
关联账户
When the AI generates text, stream the response word-by-word so users can see it appearing in real time. Use Deplixo's AI streaming.
Multi-Provider AI

任意元素转 PDF

选择驱动您应用的AI模型——Claude(Anthropic)、GPT(OpenAI)、Gemini(Google)或Grok(xAI)。不同模型各有所长,您可以根据使用场景选择最合适的。

为什么重要

并非所有AI模型都一样。有些更擅长创意写作,有些更擅长分析。拥有多种选择让您能挑选最合适的。

非常适合
关联账户
Use [Claude/GPT/Gemini/Grok] as the AI model for this app's AI features. Set the provider through Deplixo's multi-provider AI support.
AI Chat

Drop-in AI chat for your app

For when your app needs a conversation interface — chatbot, assistant, coaching app, tutor, customer-support helper. Drop in <AIChat /> with a system prompt and you have a working chat with streaming, history, and the standard chat affordances.

为什么重要

Chat UIs are fiddly to build (streaming, auto-scroll, scroll-lock, regenerate, copy, history) and most apps want exactly the same shape. Don't make the agent re-derive it; ship one good one.

非常适合
关联账户
Add a chat interface where the user can talk to [persona/role]. Use Deplixo's <AIChat> component with assistantPrompt set to the persona's system prompt.
AI Lookup

AI that returns structured data

For when you want AI to give you data, not text. Pass a prompt like "Look up: American robin" and an example showing what fields you want back, and you get a parsed object ready to save or display.

为什么重要

Most AI features in apps are about extracting data, not generating prose — categorize this expense, look up this product, summarize this customer review's sentiment. useAILookup makes that the easy path.

非常适合
关联账户
When the user enters [thing], use AI to look up [structured details about the thing] and save them with the record. Use Deplixo's useAILookup hook with an example showing the fields you want back.

身份与安全

安装到手机主屏幕

Authentication

嵌入

为您的应用添加登录系统,让每个人拥有自己的账户。用户可以通过Google账户、GitHub或电子邮件登录——无需记住密码。

为什么重要

登录功能让每位用户在应用中拥有自己的私人空间。他们的数据、设置和历史记录——与其他人完全隔离。

非常适合
关联账户
Add user login so each person has their own account. Use Deplixo's built-in authentication with Google and email sign-in options.
Per-User Data

每人专属的私密数据

每位已登录用户拥有只有自己才能看到的私密数据。他们的笔记、文件、进度——对其他人不可见,并可跨设备同步。

为什么重要

隐私至关重要。当用户存储个人信息时,他们需要确信其他人无法看到这些内容。

非常适合
关联账户
Make each user's data private — only they can see their own [items]. Use Deplixo's per-user data so it syncs across their devices.
Access Codes

音效

Put a password on your app so only people who know the code can get in. Simple and effective — share the code with the right people and keep everyone else out. Access codes are for group-mode apps only — NEVER combine with require_login.

为什么重要

有时您希望与特定群体分享应用——您的团队、班级或客户——而不向全世界公开。

非常适合
关联账户
Password-protect this app with an access code. Use Deplixo's access code feature so only people with the code can use it. Do NOT combine with require_login.
Role-Based Access

控制谁能做什么

为您的用户分配管理员、编辑或查看者等角色。然后锁定应用的某些部分,使只有合适的人才能查看或更改内容。管理员管理一切,编辑创建内容,查看者只能阅读。

为什么重要

大多数团队应用需要不同的权限级别。管理员不应与访客拥有相同的访问权限。角色使这一切自动化——无需自定义代码。

非常适合
关联账户
Add role-based access so admins can manage settings but regular users can only view. Use Deplixo's built-in roles via the useAuth() hook (check user.role).
Domain Restrictions

限制组织内部访问

只允许拥有特定电子邮件域名的用户登录——例如@yourcompany.com或@school.edu。没有正确电子邮件的人将被拒绝访问。

为什么重要

非常适合公司或学校应用。您无需管理用户列表——只需设置域名,拥有该邮箱的任何人都可以访问。

非常适合
关联账户
Restrict this app so only users with a @[company].com email can sign in. Use Deplixo's domain restriction feature.
Identity

了解每个人——姓名自动获取

Every visitor gets a name automatically — no prompts, no inputs, no friction. In group mode, visitors enter their name on a gate screen before reaching your app. With require_login, names come from OAuth. In private mode, the owner's name is used.

为什么重要

Identity should just work. Your app code never needs to ask for a name — useIdentity() always returns a populated user object with a name.

非常适合
关联账户
Use the useIdentity() hook imported from '@deplixo/sdk' to access the current visitor — user.name is always populated. Never build a name input field.

通信与集成

打开高级设置

Email

当有人复制您的应用并保留时,您将获得 %(amount)s 创作者积分。

你的应用可以发送真实的电子邮件——订单确认、提醒、通知、收据或任何自动消息。邮件通过 Deplixo 的服务器发送,无需任何设置。

为什么重要

电子邮件仍然是大多数重要通知的传递方式。能发送提醒的预约应用、能发送收据的商店——电子邮件让应用更专业。

非常适合
关联账户
Add email sending so the app can email users when [event happens]. Use the sendEmail() function imported from '@deplixo/sdk' — no email server setup needed.
Email Opt-In

Collections API

在你的应用中添加电子邮件订阅表单。收集希望获取更新、新闻通讯或通知的用户的电子邮件地址。正确处理订阅确认。

为什么重要

建立受众群体对任何项目都至关重要。电子邮件订阅是与用户保持联系的最简单方式。

非常适合
关联账户
Add an email signup form so visitors can opt in for updates. Use Deplixo's email opt-in feature to collect and manage subscribers.
Proxy

需要连接到外部服务?使用

您的应用可以与任何外部服务通信——天气API、支付处理器、AI服务、社交媒体,任何具有API的服务。您的密钥安全地隐藏在服务器上,永远不会暴露给用户。

为什么重要

这是最强大的功能之一。它让您的应用能够连接到互联网上几乎任何服务,同时保护您的凭据安全。没有它,您的API密钥将对任何人可见。

非常适合
关联账户
Connect this app to [service name]'s API to [what it should do]. Use the useProxy() hook imported from '@deplixo/sdk' and inject credentials via ${SECRET_NAME} placeholders — the server resolves them.
Secrets

安全存储API密钥

将API密钥、密码和令牌等敏感信息加密并安全保存。您的应用可以使用它们,而不会在浏览器中向用户暴露。

为什么重要

在应用代码中硬编码密钥是危险的——任何人都能看到。Deplixo在服务器端加密密钥,确保它们永不泄露。

非常适合
关联账户
Reference the API key as ${SECRET_NAME} inside useProxy().fetch() calls so it stays server-side. Use getSecret(name) only on admin-only surfaces that must display the value.
Webhooks

开启开发者模式后,会出现一个<strong>创建应用</strong>按钮。点击它。

您的应用可以接收来自其他服务的自动通知。例如,Stripe可以在收到付款时通知您的应用,GitHub可以在代码推送时发出通知。

为什么重要

Webhook将您的应用连接到更广泛的互联网,让您的应用自动响应其他服务中发生的事件。

非常适合
关联账户
Set up a webhook endpoint so [service] can send events to this app. Use the useWebhook(name) hook imported from '@deplixo/sdk' to register the endpoint, then useTrigger(name, handler) to react to incoming payloads.

自动化与定时

为您的应用安排定时任务、计时器和后台自动化。

Cron Jobs

自动化与定时

你的应用可以按计划自动执行任务——发送每日报告、清理旧数据、检查更新、生成摘要。即使没有人打开应用,也能在后台运行。

为什么重要

自动化是区分玩具和真正工具的关键。定时任务让你的应用在你不盯着它的时候也能正常运作。

非常适合
关联账户
Add a scheduled task that [runs what action] every [time interval]. Use the useSchedule(cron, handler) hook imported from '@deplixo/sdk' — the builder wires the cron automatically at deploy time.
Forms

确保数据正确

在保存之前检查用户是否正确填写了表单——例如确保电子邮件地址格式正确、必填字段不为空,或数字在正确范围内。

为什么重要

错误的数据会导致问题。验证在数据保存之前捕获错误,保持你的应用可靠且数据整洁。

非常适合
关联账户
Add form validation to make sure all required fields are filled out correctly before saving. Use the useForm() hook imported from '@deplixo/sdk'.
Timers

打开 claude.ai 并点击自定义图标

添加倒计时器(从某时间倒数至零)或秒表(从零开始计时)。非常适合基于时间的功能,如烹饪计时器、锻炼间隔或考试计时器。

为什么重要

时间是许多活动的基本要素。计时器增加紧迫感、帮助控制节奏,对基于时间的应用至关重要。

非常适合
关联账户
Add a [countdown timer / stopwatch] that [describes behavior]. Use useInterval(callback, ms) from '@deplixo/sdk' for reactive polling, or createTimer({ duration, onTick, onExpire }) for countdowns with pause/resume.
Triggers

自动化一切——当 X 发生时,执行 Y

设置在应用中发生某些事情时自动触发的操作。当有人下订单时,向其发送确认邮件。当任务被标记为紧急时,通知负责人。全部在服务器端执行,全部可靠。

为什么重要

用户期望应用自动响应。没有触发器,每次自动化都需要有人监视并点击。

非常适合
关联账户
When someone adds an order, automatically email them a confirmation and notify the app owner. Use the useTrigger(event, handler) hook imported from '@deplixo/sdk' — no polling needed.

可视化与媒体

图表、地图、导出、上传以及您的应用可能需要的一切可视化内容。

Camera

列出您的应用

访问设备摄像头,直接在应用内拍照。照片可以显示、上传或处理——无需离开应用。

为什么重要

有时获取信息最快的方式就是拍一张照片。收据扫描、个人头像、视觉记录——摄像头访问让这一切成为可能。

非常适合
关联账户
Add camera access so users can take a photo from within the app. Use Deplixo's useCamera() hook (or capturePhoto() for a one-shot) to capture and display/upload the image.
Charts

精美的图表,随时可用。

添加柱状图、折线图、饼图、雷达图等。输入数据即可获得专业的可视化效果。交互式且响应灵敏。

为什么重要

表格中的数字难以一目了然。图表将数据转化为任何人都能立即理解的图像。

非常适合
关联账户
Add a [bar/line/pie] chart that shows [what data]. Use Deplixo's renderChart() or useChart() from '@deplixo/sdk' — no Chart.js import needed.
Data Export

此应用的访问权限仅限于特定电子邮件域。您的账户没有使用此应用的权限。

让用户将数据下载为 CSV 文件(可在 Excel/Google Sheets 中打开)或 JSON 文件。一键即可获得可在任何地方使用的数据格式。

为什么重要

用户希望数据可以自由导出。能够导出到电子表格是人们主动寻找的功能。

非常适合
关联账户
Add an export button that lets users download [data] as a CSV file. Use the exportCSV() function (or useExport() hook) imported from '@deplixo/sdk'.
Embeds

YouTube, Vimeo, and iframes

Embed external content directly in your app — YouTube videos, Vimeo clips, Google Forms, or any embeddable content. It appears seamlessly inside your app.

为什么重要

你不必总是从头开始构建一切。嵌入现有内容让你能将网络上最好的内容整合到你的应用中。

非常适合
关联账户
Embed [a YouTube video / Vimeo clip / external content] in the app. Use the createEmbed() function (or useEmbed() hook) imported from '@deplixo/sdk' for clean, responsive embedding.
Geolocation

这就是完成后的应用!

向用户设备请求当前GPS位置。非常适合显示附近地点、计算距离或根据用户所在位置个性化内容。

为什么重要

位置感知将普通应用转变为个性化体验。天气应用、门店查找器、配送追踪——它们都需要知道用户在哪里。

非常适合
关联账户
Detect the user's current location and use it to [show nearby places / calculate distance / personalize content]. Use the useGeo() hook imported from '@deplixo/sdk'.
Maps

互动作品集

在您的应用中添加真实地图,包含标记、图钉和位置检测功能。用户可以查看自己的位置、浏览附近的地点或在地图上查看位置信息。

为什么重要

位置让数据变得直观可感。一份餐厅列表有其用处,而一张餐厅地图则更具影响力。

非常适合
关联账户
Add an interactive map showing [what locations]. Use the renderMap() function (or useMap() hook) imported from '@deplixo/sdk' with markers for each location.
PDF Export

连接器市场即将推出

将您应用程序的任意部分转换为可下载的PDF文档。非常适合报告、发票、证书,或任何用户可能想要打印或离线保存的内容。

为什么重要

PDF 是通用的"保存以备后用"格式。发票、报告、证书——人们希望能够下载这些文件。

非常适合
关联账户
Add a 'Download PDF' button that exports [what content] as a PDF. Use the generatePDF() function (or usePDF() hook) imported from '@deplixo/sdk' — no extra libraries needed.
QR Codes

一个可实时分享的网页应用 &mdash; 完全通过与 ChatGPT 的对话构建而成。

您的应用可以为任何文本、URL或数据生成二维码(那些方形条形码),也可以使用摄像头扫描二维码。非常适合连接实体与数字世界。

为什么重要

二维码无处不在——菜单、票据、名片上都有。能够生成和扫描二维码开启了大量实用用途。

非常适合
关联账户
Add QR code generation for [what data] and/or QR scanning capability. Use the generateQR() hook or the standalone generateQR() function imported from '@deplixo/sdk'.
Rich Text Editor

像文档一样格式化文本

为用户提供带有格式选项的文本编辑器——粗体、斜体、标题、列表、链接。就像在 Google Docs 中写作,但在你的应用内部。

为什么重要

纯文本有局限性。当用户需要撰写内容——博客文章、笔记、描述——他们期望有基本的格式工具。

非常适合
关联账户
Add a rich text editor where users can write and format content with bold, italic, headings, and lists. Use Deplixo's built-in editor component.
Sharing

已被分叉 %(count)s 次

添加原生分享功能——在移动端,它会打开系统分享菜单(短信、WhatsApp、邮件等)。在桌面端,它会将链接复制到剪贴板。一个按钮,随处可用。

为什么重要

让分享变得简单是应用增长的方式。当用户可以一键分享时,他们真的会去做。

非常适合
关联账户
Add a share button that lets users share [content] using the native share sheet on mobile or copy link on desktop. Use the useShare() hook or standalone share() function imported from '@deplixo/sdk'.
Sound Effects

播放声音和提示音

为您的应用添加音效——消息到达时的提示音、任务完成时的铃声、错误时的提示音。八种内置音效随时可用,还可添加自定义音效。

为什么重要

声音为反馈增添了全新维度。通知时的轻柔提示音,完成时令人满意的铃声——让应用更有生命力。

非常适合
关联账户
Add sound effects — call playSound('@ping') (or @success / @error / @ding) from '@deplixo/sdk' when [event happens]. Use useAudio() when a component needs to reflect what's currently playing.
已被分叉 %(count)s 次

由 Deplixo 社区构建的应用。尝试一个以获取灵感或进行自定义。

浏览模板

您用 AI 构建了一些东西。

打开您的AI助手,描述您想要的内容,并提及这些功能。您的AI已经知道如何使用它们。

为什么我们构建了这个