← Todas las características
Datatables
Built-in Databases
A relational database that's simple enough for no-code builders and powerful enough for developers.
Authentication is already done. Permissions are configured visually. Member management is built-in. Focus on building your app instead of configuring infrastructure.
.png)
Key Features and Benefits
.png)
Row-level security that makes sense
Set permissions in plain English. "Any member can create," "members can update their own," "anyone can read." No SQL policies to debug.
Built for relationships
Connect records across tables. Link posts to authors, comments to posts, members to favorites. It's a real relational database.
Prisma-like queries
Filter, sort, paginate, and include relationships with a query syntax developers already know. Cursor-based pagination included.

Field types you need
Text, numbers, decimals, booleans, dates, references, emails, and URLs. Unique constraints and required fields supported.
Member references built-in
Connect any record to members automatically. Track who created what, build favorites lists, manage permissions by ownership.
Proper API rate limits
200 requests per 30 seconds globally. Separate limits for reads, creates, and writes. Built to scale.
Launch with Confidence
For Webflow designers
No backend code to write. Create tables in the dashboard, set permissions in plain English, connect to your Webflow site with the global window.$memberstackDom
object. Build a Twitter clone in an afternoon.
For full-stack developers
Real REST API with proper pagination, filtering, and relationship includes. Access control rules that actually work. TypeScript support through @memberstack/dom
. Use it with React, Next.js, or vanilla JavaScript.
The hard parts, handled
Authentication is already done. Permissions are configured visually. Member management is built-in. Focus on building your app instead of configuring infrastructure.
Preguntas frecuentes
Will my existing Memberstack auth work with Data Tables?
Yes. Data Tables plugs into your existing Memberstack setup. Same auth, same members, same dashboard.
Can non-members create records?
Yes, if you set the create rule to "public." Otherwise, only authenticated members can create records.
What are the rate limits?
200 requests per 30 seconds globally. For Data Tables specifically: 25 reads per second, 10 creates per minute, and 30 writes per minute. All limits are per IP address.
Does this work with Webflow?
Yes. Access it through window.$memberstackDom
in your Webflow project. Same methods as the standard DOM package.
How is this different from Supabase or Firebase?
Memberstack combines auth and database in one tool. Row-level security is configured visually instead of writing policies. It's designed for builders who want simplicity without sacrificing power.
Can I export my data?
Yes. You can query all your records through the API and export them. We recommend regular backups during beta.
What happens to my data if Data Tables shuts down?
We'll give you advance notice and migration tools if we ever discontinue the feature. Your Memberstack account and auth data are separate and unaffected.
Can I connect records to members automatically?
Yes. Every record tracks which member created it. You can also create member reference fields to build features like favorites, follows, or ownership.
Does this support many-to-many relationships?
Yes. Use REFERENCE_MANY
for record-to-record relationships and MEMBER_REFERENCE_MANY
for member relationships. Query them with includes and pagination.
Is there a cost for Data Tables?
Pricing isn't finalized while we're in beta. We'll announce pricing before the stable release. Beta users will get advance notice of any changes.
How many records can I store?
No hard limit announced yet. During beta, build what you need. We'll share capacity limits before the stable release.
Can I query by custom fields?
Yes. Use the where
clause to filter by any field. Supports equals, contains, greater than, less than, AND, OR, and NOT operators.
Does this replace my existing backend?
For many apps, yes. If you need auth, user data, and a relational database, Data Tables covers it. You might still need a backend for complex business logic or third-party integrations.
Can I use this with Next.js or React?
Yes. Install @memberstack/dom
and use it in any JavaScript environment. Works client-side and server-side.
What about file uploads?
Not supported yet. Use URL fields to reference files hosted elsewhere (Cloudinary, S3, etc.).
Can I run raw SQL queries?
No. You use our query API, which is based on Prisma syntax. This keeps your data secure and maintainable.
How do I handle pagination?
Use cursor-based pagination with take
and after
. The response includes endCursor
for the next page. Supports up to 100 records per request.
What's the difference between REFERENCE and MEMBER_REFERENCE fields?
REFERENCE links to other records in your tables. MEMBER_REFERENCE links to Memberstack members (users). Both support one-to-one and one-to-many relationships.
¿Quieres saber más sobre Memberstack? Únete a nuestra comunidad Slack de más de 5.500 miembros.
Únete al Slack de la comunidad Memberstack y ¡pregunta! Espera una respuesta rápida de un miembro del equipo, un experto de Memberstack o un compañero de la comunidad.
Únete a nuestro SlackCaracterísticas similares
Modo de prueba
Cada nuevo proyecto Memberstack está en modo de prueba por defecto. Una vez que esté listo para ir en vivo, tendrá que especificar qué dominios se deben utilizar para las pruebas en curso y que son en vivo.
Más informaciónPermisos
Si tienes acceso a un entorno backend (servidor, serverless lambdas, edge workers), puedes utilizar nuestro paquete de administración MemberStack para verificar el token de acceso de un miembro Y controlar qué datos se devuelven en función de sus permisos. La verificación de tokens en el servidor es un enfoque estándar del sector para la autenticación y se considera una práctica recomendada para autorizar solicitudes.
Más informaciónMiembro Objeto JSON
Almacenar datos de miembros complejos en Memberstack a través de JSON.
Más informaciónPaquetes cliente
Paquete DOM, acceda y utilice fácilmente componentes de interfaz de usuario predefinidos o simplemente utilice funciones para crear sus propias interfaces de usuario. Paquete React, utilice nuestro paquete específico React para una integración aún más fácil.
Más informaciónAPI para desarrolladores
Gestiona tus afiliados y tu negocio desde nuestra API de administración.
Más informaciónWebhooks
Escucha eventos dentro de tu aplicación. Eventos de miembros como: miembro.creado, miembro.actualizado y miembro.eliminado. Eventos de plan como: miembro.plan.añadido, miembro.plan.actualizado, miembro.plan.reemplazado y miembro.plan.cancelado. Eventos de pago como: miembro.pago.fallido y miembro.pago.exitoso.
Más informaciónVer todas las características →
Empieza a construir tus sueños
Memberstack es 100% gratis hasta que estés listo para lanzarla - así que, ¿a qué estás esperando? Crea tu primera aplicación y empieza a construir hoy mismo.