Base44 user reports building a CRM from a one-paragraph prompt
A Base44 user reports that a one-paragraph prompt produced a live CRM with authentication, persistent data, and a custom domain. They later added email follow-up reminders through another prompt.

TL;DR
- A one-paragraph brief for a lightweight CRM produced a live app in under five minutes, according to heyrimsha's prompt post.
- The reported first build included a generated schema, authentication, storage, and a login-ready URL, as heyrimsha's walkthrough describes.
- A second prompt added follow-up email reminders after the user supplied a Resend key, per heyrimsha's email demo.
- The finished project had working authentication, persistent data, and a custom domain by the end of an afternoon, heyrimsha's follow-up reported.
Base44's custom-domain documentation says every new app gets a live base44.app URL before a domain is connected. Its email guide documents scheduled automations and Resend connections, two details that turn heyrimsha's original thread from a quick mockup claim into a specific full-stack workflow.
The one-paragraph CRM
The brief asked for four things: logging client calls, project tags, follow-up reminders, and one dashboard. It deliberately omitted a schema, authentication flow, hosting plan, and design-system decisions.
The reported result was a runnable first draft, not merely a wireframe. That is the appealing bit for creators with small internal tools stuck behind setup work.
Schema, auth, and hosting
The next step never asked for a database configuration, according to the account. Base44 made schema choices, provisioned authentication and storage, then provided a URL the author could log into without opening a terminal.
That matches Base44's own backend overview, which lists managed data, authentication, hosting, and integrations as built-in services. The thread does not identify the generated schema or app architecture, so its strongest evidence is the reported end-to-end result.
Reminders and Resend
The follow-up feature exposed the boundary between prompt-driven building and an outside service: Base44 added the logic and settings page, then asked for an SMTP or Resend credential. The author entered Resend and said reminders fired in the same session.
Base44 says its built-in email integration is preinstalled in every app, while its docs position Resend as an external option for more control. The report describes a useful handoff: the builder assembled the product behavior, while the creator supplied the account credential.
The third prompt
The first brief was not the final brief. heyimsha said they rewrote it twice, and the third version produced the draft they wanted.
A separate CharlesPattson's Day 1 post includes an attached screen labeled “Artifact,” but it names neither Base44 nor a CRM workflow, so it does not corroborate this build report.