Members with a status and a history
A record with unit or category, join date, a status of active or overdue, and each person's payment history.
Member records, recurring dues, announcements, booking of shared spaces and voting at meetings.
Residents associations, building committees and professional bodies share the same three problems: the dues somebody has to chase, the announcement that only reaches whoever is in the group chat, and the meeting where nobody knows who was entitled to vote. All three are solvable with records: a member has a status, billing repeats on its own, and the vote only opens for those in good standing.
People reach this page looking for
What gets built
Not a feature list. These are the apps people actually describe, and what the platform hands back when they do.
A record with unit or category, join date, a status of active or overdue, and each person's payment history.
Recurring card billing, with anyone who failed appearing on a list rather than in a spreadsheet somebody has to reconcile.
A hall, a court or a barbecue area with a calendar per space. Two bookings in the same slot fail in the database, not in a conversation.
An agenda published, a window opened, one vote per member, and the count coming out of the records. Anyone overdue does not vote.
Included
Database, login, payments and publishing are part of the platform, not a list of services you go and wire up afterwards.
Every screen reads and writes models you can open, query and export. The data is a database of yours from the first minute, not a spreadsheet the app pretends to read.
Email, magic link and Google sign-in, with roles and per-record ownership enforced by Postgres itself. A badly written screen cannot become a leak, because the database answers empty.
Stripe, Pagar.me and Mercado Pago connect once. Card, Pix, boleto and subscriptions, with the card fields rendered by a hosted vault your app never touches.
One project published three ways: your own domain, an icon on the phone straight from the browser, and a signed binary submitted under your own store account.
Titles, metadata, sitemap, structured data and social images are generated with the app. Pages get found instead of only being linked.
Real React, edited line by line or by clicking the element on screen, exported as a ZIP or pushed to your GitHub. No lock-in you have to negotiate your way out of.
How it works
Three steps, and the second one is the one people do not believe until they watch it.
Say what the app does and what it has to remember. No diagram, no schema, no naming a single framework.
Screens, data models, login and payments appear while you read. Anything you do not like, you say so and it changes.
Live on your domain in seconds, with version history behind you. Tuesday's conversation is Tuesday's release.
Start here
This is a complete first message, not a slogan. Paste it, change the nouns to yours, and you have an app to react to instead of a blank page.
Build an app for a residents association. Members with name, contact, unit, join date and status; dues billed recurrently by card, with payment history and a list of overdue members; announcements published by the committee with push to everyone or to one street or block; shared spaces such as a function room, a court and a barbecue area, each with its own calendar and a booking that prevents two in the same slot, with committee approval where I mark it so; meetings with an agenda, a voting window and one vote per member, open only to those in good standing, counted automatically when the window closes; a channel for requests and complaints with a status and a reply; and a committee dashboard with active members, arrears, the month's bookings and the results of votes.
Questions
Yes, if you want it that way, and it is the most requested rule. A member's status is a field on the record and the vote checks it in the database. Because the rule does not live in a screen, there is no case of somebody voting through a link they were sent.
Keep looking
Most apps end up sitting between two categories. Nothing stops you from asking for both in the same paragraph.
Service and event calendar, small groups, push announcements, prayer requests, a members area and online giving.
Profiles, feeds, posts, comments and directories, with ownership rules per record.
Menu, cart, delivery fee by area, payment and order tracking, in your own app and with no marketplace commission.
Requests, assigned drivers, pricing per route and tracking, with separate sign-up for passengers and drivers.
A QR-code menu, ordering at the table, reservations and a loyalty scheme, without a PDF pretending to be a menu.
Availability per professional, services with different durations, a deposit taken at booking and a reminder the day before.
Classes with limited places, check-in, a training plan per member and a membership billed as a subscription.
Modules, video lessons, learner progress, certificates and one-off or subscription pricing, with the video hosted here.
Availability per practitioner and per room, patient records, insurance and private pricing, confirmations and reminders.
Free to start, no credit card. You only pay when you want to publish under your own brand, and you take the code with you if you ever want to.