← Alle Merkmale
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.
Häufig gestellte Fragen
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.
Möchten Sie mehr über Memberstack erfahren? Treten Sie unserer Slack-Community mit über 5.500 Mitgliedern bei!
Treten Sie der Memberstack-Community Slack bei und fragen Sie los! Erwarten Sie eine prompte Antwort von einem Team-Mitglied, einem Memberstack-Experten oder einem anderen Community-Mitglied.
Unserem Slack beitretenÄhnliche Merkmale
Test-Modus
Jedes neue Memberstack-Projekt befindet sich standardmäßig im Testmodus. Sobald Sie bereit sind, live zu gehen, müssen Sie angeben, welche Domains für laufende Tests verwendet werden sollen und welche live sind.
Mehr erfahrenBerechtigungen
Wenn Sie Zugriff auf eine Backend-Umgebung (Server, serverlose Lambdas, Edge Worker) haben, können Sie unser MemberStack-Administrationspaket verwenden, um das Zugriffstoken eines Mitglieds zu verifizieren UND zu steuern, welche Daten basierend auf seinen Berechtigungen zurückgegeben werden. Die Überprüfung von Token auf dem Server ist ein branchenüblicher Ansatz zur Authentifizierung und gilt als Best Practice für die Autorisierung von Anfragen.
Mehr erfahrenClient-seitige Pakete
DOM-Paket, einfacher Zugriff auf und Verwendung von vorgefertigten UI-Komponenten oder Verwendung von Funktionen zur Erstellung eigener UI's. React-Paket, verwenden Sie unser React-spezifisches Paket für eine noch einfachere Integration.
Mehr erfahrenWebhaken
Hören Sie auf Ereignisse innerhalb Ihrer Anwendung. Mitgliederereignisse wie: member.created, member.updated und member.deleted. Planereignisse wie: mitglied.plan.hinzugefügt, mitglied.plan.aktualisiert, mitglied.plan.ersetzt und mitglied.plan.abgebrochen. Zahlungsereignisse wie: member.payment.failed und member.payment.succeeded
Mehr erfahrenAlle Funktionen anzeigen →
Bauen Sie Ihre Träume
Memberstack ist 100% kostenlos, bis Sie bereit sind, zu starten - worauf warten Sie also noch? Erstellen Sie Ihre erste App und beginnen Sie noch heute mit der Entwicklung.