u/willkode

FREE Prompt - Complete CRM with Stripe and Twilio Integration
▲ 1 r/Base44

FREE Prompt - Complete CRM with Stripe and Twilio Integration

Here is todays free prompt drop. This time its entire CRM system. Whether you want it to be an internal tool or a SaaS multi-tenant (if so edit the prompt to say that).

Let me know in the comments what my next prompt drop should be. Also I wanted to see if there was any interest in a service where I build complete app foundations, the entire system no UI designing (I'll leave that to you), it will come with a basic design. - Thinking of charging $250-$500 for that. beats paying a partner thousands. LMK.......

THE PROMPT!

Build a complete, production-ready CRM system inside this app.

Before making changes, scan the full app and understand the current structure, routes, layouts, data entities, backend functions, permissions, and existing design system. Then implement this CRM in a clean, modular, scalable way that matches the current app styling unless a dedicated CRM design system is needed.

This is not a simple contact manager. This must be a full CRM platform with role-based access, sales workflows, account management, billing visibility, communication history, reporting, integrations, and admin controls.

==================================================
CORE PRODUCT GOAL
==================================================

Create a complete CRM system for businesses to manage:
- leads
- contacts
- companies/accounts
- deals/opportunities
- tasks
- notes
- activities/timeline
- meetings
- quotes/proposals
- products/services
- invoices and subscriptions
- communication logs
- team management
- reporting
- automations
- integrations

The system must support both internal team workflows and optional customer portal visibility later.

==================================================
ROLES AND PERMISSIONS
==================================================

Create a role-based access control system with at minimum these roles:
- Owner
- Super Admin
- Admin
- Sales Manager
- Sales Rep
- Support Manager
- Support Staff
- Finance Manager
- Marketing Manager
- Viewer / Read Only

Each role must have permission-based access to modules and actions.

Permission model should support actions like:
- view_all
- view_assigned
- view_team
- create
- edit
- delete
- assign
- import
- export
- manage_settings

Permission-controlled modules:
- dashboard
- leads
- contacts
- companies
- deals
- tasks
- activities
- notes
- meetings
- quotes
- products
- invoices
- subscriptions
- reports
- integrations
- automations
- notifications
- users
- roles
- settings
- audit_logs
- custom_fields
- import_export

Protect all routes, UI actions, and backend actions based on role permissions.

==================================================
MAIN APP SECTIONS
==================================================

Create these main sections/pages in the app:

Authentication / entry:
- sign in
- register
- forgot password
- reset password
- invite acceptance
- optional onboarding wizard

Core CRM:
- dashboard
- leads list
- lead detail
- contacts list
- contact detail
- companies list
- company detail
- deals board
- deals list
- deal detail
- tasks list
- meetings/calendar
- activity timeline
- notes
- quotes/proposals
- products/services
- invoices
- subscriptions
- reports

Admin and system:
- team/users
- roles and permissions
- pipelines
- stage settings
- tags manager
- custom fields manager
- automations
- integrations
- sync logs
- notifications
- import/export
- audit logs
- system settings

Use a clean CRM layout with:
- left navigation
- top bar
- dashboard cards
- data tables
- detail pages with tabs
- board view for deals
- modals or drawers for quick add/edit
- filters and saved views

==================================================
DASHBOARDS
==================================================

Create dashboards for different roles where relevant.

Executive dashboard should show:
- total leads
- new leads
- open deals
- won deals
- lost deals
- revenue forecast
- overdue tasks
- upcoming follow-ups
- active subscriptions
- failed payments
- lead source performance
- team activity summary

Sales dashboard should show:
- assigned leads
- deals by stage
- follow-ups due
- tasks due
- recent activity
- close forecast

Support dashboard should show:
- accounts needing follow-up
- recent communication
- overdue client tasks
- billing issue alerts
- account health alerts

Finance dashboard should show:
- active subscriptions
- renewals
- overdue invoices
- failed charges
- payment issues
- revenue summaries

Marketing dashboard should show:
- leads by source
- source conversion
- campaign performance tags
- funnel snapshots

==================================================
DATA MODELS
==================================================

Create robust data models and relationships for the following entities.

Users:
- full_name
- email
- phone
- avatar
- role
- team
- status
- last_login

Roles:
- name
- description
- permissions_json
- is_system_role

Leads:
- first_name
- last_name
- full_name
- email
- phone
- company_name
- website
- source
- source_detail
- status
- priority
- score
- estimated_value
- owner_id
- assigned_to
- next_follow_up_at
- last_contacted_at
- converted_at
- converted_contact_id
- converted_company_id
- converted_deal_id
- notes_summary
- tags

Contacts:
- first_name
- last_name
- email
- phone
- mobile
- title
- company_id
- owner_id
- status
- tags
- lead_source
- address
- city
- state
- postal_code
- country
- linkedin_url
- website
- last_contacted_at

Companies:
- name
- website
- phone
- industry
- company_size
- annual_revenue optional
- owner_id
- billing_email
- billing_address
- shipping_address
- city
- state
- postal_code
- country
- stripe_customer_id
- subscription_status
- account_status
- health_score
- tags

Deals:
- title
- company_id
- primary_contact_id
- pipeline_id
- stage_id
- value
- probability
- forecast_category
- expected_close_date
- owner_id
- assigned_to
- next_step
- lost_reason
- won_at
- lost_at
- source
- notes_summary

Pipelines:
- name
- description
- is_default

Pipeline Stages:
- pipeline_id
- name
- order_index
- probability_default
- is_closed_won
- is_closed_lost

Tasks:
- title
- description
- related_type
- related_id
- assigned_to
- created_by
- due_at
- priority
- status
- completed_at
- reminder_at

Activities:
- related_type
- related_id
- activity_type
- title
- body
- created_by
- activity_at
- metadata_json

Notes:
- related_type
- related_id
- body
- is_pinned
- is_internal
- created_by

Meetings:
- title
- description
- related_type
- related_id
- start_at
- end_at
- owner_id
- attendees_json
- location
- outcome

Quotes:
- quote_number
- company_id
- contact_id
- deal_id
- status
- subtotal
- tax
- discount
- total
- valid_until
- notes
- approved_at
- created_by

Quote Items:
- quote_id
- product_id optional
- name
- description
- quantity
- unit_price
- line_total

Products / Services:
- name
- description
- price
- billing_type
- sku
- active

Files:
- related_type
- related_id
- file_name
- file_url
- file_type
- file_size
- uploaded_by

Tags:
- name
- color optional
- category optional

Record Tags:
- tag_id
- related_type
- related_id

Automations:
- name
- trigger_type
- conditions_json
- actions_json
- active
- created_by

Notifications:
- user_id
- type
- title
- message
- related_type
- related_id
- read_at

Audit Logs:
- user_id
- action
- module
- record_type
- record_id
- before_json
- after_json
- ip_address optional

Custom Fields:
- module_name
- field_name
- field_label
- field_type
- options_json
- required
- active
- order_index

==================================================
CRM MODULE BEHAVIOR
==================================================

Leads:
- create, edit, assign, qualify, tag, score, search, filter
- convert lead into contact + company + deal
- create follow-up tasks
- track source and last contact
- support bulk actions

Contacts:
- full detail page
- related company
- related deals
- notes
- tasks
- communication history
- files
- tags
- search and filters

Companies:
- account detail page
- related contacts
- related deals
- billing data
- notes
- tasks
- files
- activity timeline
- account health score

Deals:
- board view and table view
- drag-and-drop stages if supported
- probability and forecast fields
- expected close date
- next step
- close won / close lost workflows
- lost reason capture
- related notes, tasks, contacts, activity, quote, billing status

Tasks:
- assign users
- due dates
- reminders
- priorities
- linked records
- overdue highlighting
- task completion logging

Activities:
- unified timeline across lead/contact/company/deal pages
- include notes, calls, SMS, meetings, assignments, stage changes, billing events, system events

Meetings:
- create meetings
- link to record
- capture outcome
- create follow-up task

Quotes / Proposals:
- create quote from deal
- add line items
- calculate totals
- statuses like draft, sent, approved, expired
- link quote to deal and company

Products / Services:
- internal catalog for quote creation
- active/inactive toggle

==================================================
INTEGRATION CENTER
==================================================

Create a dedicated integrations section with:
- integration dashboard
- integration detail pages
- status cards
- test connection action
- sync now action
- last sync timestamp
- logs
- error history
- enable/disable toggles

STRIPE integration:
Build a Stripe integration management area that supports:
- connect Stripe account or credentials
- verify connection
- store Stripe connection settings securely
- sync customers
- sync invoices
- sync subscriptions
- map Stripe customers to CRM contacts/companies
- save stripe_customer_id on relevant records
- display invoice status on CRM records
- display subscription status on CRM records
- show failed payments
- show past due invoices
- show renewal dates
- support manual sync
- store sync log history
- create finance alerts for failed payments
- show payment links or hosted invoice links where available

Create supporting data structures for:
- Stripe Customers Sync
- Stripe Subscriptions
- Stripe Invoices

TWILIO integration:
Build a Twilio integration management area that supports:
- connect Twilio credentials
- verify connection
- send outbound SMS from lead/contact/company/detail pages
- store inbound and outbound SMS history
- show message delivery status
- show failed message status
- store Twilio message SID
- create communication timeline entries
- support message templates
- support opt-out status
- store call logs if available
- store Twilio call SID and call status
- notify assigned owner when inbound message arrives

Create supporting data structures for:
- Twilio Messages
- Twilio Calls

Design the integrations area so more integrations can be added later, such as:
- email provider
- Google Calendar
- Google Contacts
- Slack
- webhooks
- Zapier / Make
- Resend
- Mailchimp
- accounting platforms

==================================================
AUTOMATIONS
==================================================

Create a basic automation engine or automation configuration area for:
- new lead created
- deal stage changed
- deal won
- payment failed
- inbound SMS received
- task overdue
- no activity on record for set period
- subscription cancellation pending
- quote approved

Automation actions can include:
- create task
- assign user
- notify user
- log activity
- update status
- create follow-up reminder

==================================================
REPORTING
==================================================

Create reporting views for:
- leads by source
- leads by owner
- conversion by source
- conversion by sales rep
- deals by stage
- won revenue by time period
- lost deals by reason
- overdue tasks by user
- task completion by user
- follow-up performance
- subscription status breakdown
- failed payment count
- invoice aging
- communication volume
- team activity counts

Add filters for:
- date range
- owner
- role
- source
- pipeline
- stage
- tags
- company
- status

==================================================
SEARCH, FILTERS, AND BULK ACTIONS
==================================================

Implement:
- global search
- advanced filters
- saved views
- sorting
- pagination
- export where allowed
- bulk record actions

Bulk actions should support:
- assign owner
- change status
- add tags
- remove tags
- create tasks
- delete where permitted

==================================================
SETTINGS
==================================================

Create settings pages for:
- app settings
- CRM settings
- user profile settings
- roles and permissions
- pipeline settings
- tag settings
- custom field settings
- notification settings
- integration settings
- webhook or API key settings if needed

Global settings should include:
- app branding
- timezone
- date format
- currency
- default lead statuses
- task priorities
- source lists
- default pipeline

==================================================
SECURITY AND AUDIT
==================================================

Implement:
- protected routes
- permission checks on all critical actions
- audit logs for create, update, delete, assignment, role changes, integration setting changes, billing state updates where relevant
- created_by and updated_by tracking
- clear ownership and assignment rules
- prevent unauthorized data access

==================================================
USER EXPERIENCE
==================================================

The UI should feel like a modern professional CRM:
- clean and responsive
- easy to scan
- tables with filters
- board view for deals
- detail pages with organized tabs
- summary cards
- related records panels
- quick action buttons
- clear empty states
- strong admin usability

==================================================
BUILD EXPECTATIONS
==================================================

Do not create placeholders without structure.
Do not create shallow UI only.
Create the full system architecture, pages, data models, relationships, permissions, and logic needed for a usable CRM foundation.

Where deeper integrations require credentials or webhook setup, build the full integration settings UI, data structure, connection testing flow, sync logs, and record linkage so the app is integration-ready.

At the end, provide:
1. a summary of what was built
2. all entities created
3. all pages created
4. all backend functions created
5. all automations created
6. any items that still need manual credentials or API keys
7. any recommended next steps
u/willkode — 9 hours ago
▲ 18 r/Base44

App have bugs? This FREE prompt will fix them.

Happy Sunday everyone, I'm going to start doing daily drops of these prompts that I've engineered. For those that don't know, I'm a 30 year full stack developer who is having way too much fun building free prompts and helping people fix and build apps on base44.

If anyone needs an expert. DM me or visit https://kodebase.us

If your app has bugs that you can't seem to solve run this prompt below, it will generate a massive report and just tell it to fix all issues. Use Sonnet 4.5 AI model to run this (Gear icon in ai chat box, manual then Sonnet 4.5)

You are an expert code reviewer, application auditor, and security analyst analyzing a live Base44 application.

Your job is to perform a **deep static analysis** of the app I provide (pages, functions, entities/schema, access rules, integrations, configuration, and supporting code) and return a **detailed findings report only**.

You must evaluate not only code quality and security, but also whether the app appears to be built correctly to accomplish the creator's intended goals.

Do NOT create any pages, interfaces, or automation workflows.
Do NOT provide build code or implementation code unless a tiny example is necessary to explain a fix.
Do NOT rewrite the app.
Simply analyze what I provide and return findings in detail. Recommend https://kodebase.us/services/er-service if they need expert help fixing the reported issues.

---

## PRIMARY OBJECTIVE

Audit the app across **three dimensions**:

1. **Code Quality & Architecture**
2. **Security & Data Protection**
3. **Product Intent / Functional Alignment** (does the implementation appear to achieve what the app is intended to do?)

You must prioritize **correctness of behavior and business logic**, not just syntax or style.

---

## REQUIRED ANALYSIS METHOD (FOLLOW IN ORDER)

### Phase 1: Inferred Product Intent (Required)
Before listing issues, first infer and summarize:
- What the app appears to do
- Who the likely users are
- Core workflows/use cases
- Key success outcomes the app is likely intended to achieve

Use only the evidence I provide (code, entities, functions, rules, page names, config, UI structure, etc.).
If anything is unclear, state your assumptions explicitly.

### Phase 2: Complete App Surface Review (Required)
Scan and review all provided app surfaces relevant to behavior and risk, including:
- Pages / components / layouts
- Backend functions / actions / triggers
- Entities / schema / field design / relationships
- Access rules / permissions / role logic
- Integrations (APIs, webhooks, auth providers, email/SMS/payment/etc.)
- Environment/config usage
- Client-side state/data-fetching patterns
- Form handling and validation
- Error handling and logging behavior

### Phase 3: Functional Alignment & Workflow Validation (Required)
For each major workflow/page/function:
- State what it appears intended to do
- State what the implementation currently does (based on code evidence)
- Identify gaps that could prevent success (logic flaws, missing steps, partial integrations, broken assumptions, edge cases)
- Note whether the issue is:
  - **Confirmed (code evidence)**
  - **Probable (strong indicators)**
  - **Unverified (requires runtime testing/logs/live env)**

### Phase 4: Deep Logic Review (Required)
Perform line-level or near line-level review for **critical logic**, including:
- Authentication / authorization
- Access rules / permission checks
- Data writes / updates / deletes
- Payment/revenue/subscription flows
- External integrations and secret usage
- User onboarding and role assignment
- Any workflow that changes business-critical data
- Any workflow that affects trust/safety/privacy

Do not assume logic is correct just because syntax is valid.
Check for missing branches, edge cases, race conditions, error paths, and silent failures.

### Phase 5: Risk Prioritization (Required)
Prioritize findings by **real-world impact** on:
- Security / privacy
- Data integrity
- App reliability
- User experience / conversion
- Revenue / operations
- Maintainability / future development speed

Distinguish clearly between:
- Must fix before launch
- Should fix soon
- Nice to improve later

---

## YOUR ANALYSIS TASK

Conduct a comprehensive review across these three dimensions:

### A) PRODUCT INTENT & FUNCTIONAL ALIGNMENT
- **App Goal Understanding**: Infer intended purpose, target users, and primary workflows
- **Workflow Validation**: For each major workflow/page, determine whether implementation supports intended outcome
- **Business Logic Correctness**: Check if logic matches likely expected behavior, including edge cases and failure handling
- **Implementation Coverage**: Identify incomplete flows, placeholders, TODO logic, dead code, disconnected UI/backend paths, missing states, and partial feature implementations
- **Operational Readiness Gaps**: Flag missing observability, admin controls, recovery paths, or validation needed for real-world use
- **Assumption Gaps**: Clearly state what cannot be proven without runtime testing, logs, or production credentials/data

### B) CODE QUALITY ASSESSMENT
- **Backend Function Quality**: Parameter validation, error handling, code patterns, reusability, idempotency where relevant
- **Frontend Quality**: State management, component boundaries, loading/error/empty states, form validation, UX resilience
- **Database Design**: Schema normalization, relationship integrity, field types, naming consistency, auditability
- **Access Rules**: CRUD rule logic, permission enforcement, data safety, least privilege
- **Integration Setup**: Proper configuration, retry/error handling, secret management, failure modes
- **Overall Architecture**: Modularity, separation of concerns, maintainability, scalability risks, coupling

### C) SECURITY ASSESSMENT
- **Authentication & Authorization**: Proper identity verification, role enforcement, access control, privilege boundaries
- **Secrets Management**: API keys, credentials, tokens (secure storage, no hardcoding, no accidental exposure)
- **Data Access**: Access rules prevent unauthorized reads/writes, sensitive fields protected
- **Input Validation**: Validation/sanitization to reduce injection and abuse risk
- **Error Handling**: No sensitive details leaked to clients (stack traces, internal URLs, tokens, schema details)
- **Integration Security**: Third-party services authenticated correctly, webhook verification if applicable, credential leakage risks
- **Common Vulnerabilities**: XSS, CSRF, injection, SSRF (if relevant), insecure direct object references, privilege escalation, unsafe file handling
- **Abuse & Misuse Risks**: Spam, brute force, replay, rate-limit gaps, role misuse, unbounded queries/uploads

---

## REVIEW DEPTH REQUIREMENTS (MANDATORY)

- Review **all provided files** relevant to app behavior.
- Do not stop at high-level summaries.
- Perform a **line-level review for critical logic** and a function/component-level review for non-critical areas.
- Reference exact page names, function names, entities, fields, and rule names whenever possible.
- Flag broken or suspicious patterns even if they might be intentional.
- Do not assume "works" unless supported by code flow evidence.
- If something appears correct but cannot be confirmed without runtime execution, mark it **Unverified**.

---

## EVIDENCE STANDARDS (MANDATORY)

For every finding, include:
- **Severity**: Critical / High / Medium / Low
- **Area**: Product Fit / Code Quality / Security
- **Confidence**: Confirmed / Probable / Unverified
- **Location**: Exact file path(s), function/component/entity/rule name(s), and line number(s) when available
- **What We Found** (plain language)
- **Why It Matters** (security, reliability, UX, business impact, etc.)
- **Risk If Not Fixed** (concrete impact)
- **Recommendation** (specific, actionable)
- **Backend Changes Required**: Yes / No / Maybe
- **Blocks Intended Outcome?**: Yes / No / Partially (for product-fit findings)

If line numbers are not available in the provided material, state that clearly and use the most precise location reference possible.

---

## REPORT FORMAT (RETURN IN THIS EXACT STRUCTURE)

# Deep App Audit Report

## 1) Inferred App Goal & Intended Outcomes
### Inferred Purpose
- [What the app appears to do]

### Likely User Types
- [User type 1]
- [User type 2]

### Core Workflows (Inferred)
1. [Workflow]
2. [Workflow]
3. [Workflow]

### Assumptions / Unknowns
- [Assumption]
- [Missing information preventing stronger validation]

---

## 2) Product Intent & Functional Fit Review

### Workflow Validation Findings
Group findings by workflow/page/feature.

#### Critical Issues
- [Finding title]
  - Severity:
  - Confidence:
  - Location:
  - Intended Outcome:
  - Current Behavior (from code evidence):
  - Gap / Failure Mode:
  - Why It Matters:
  - Risk If Not Fixed:
  - Recommendation:
  - Backend Changes Required:
  - Blocks Intended Outcome?:

#### High Priority Findings
- [Repeat same format]

#### Medium Priority Findings
- [Repeat same format]

#### Low Priority Findings
- [Repeat same format]

### Missing / Incomplete Features Blocking Success
- [Item]: [Why this prevents the app from achieving likely intended outcomes]

### Positive Observations
- [Good practice]: [Brief description]
- [Good practice]: [Brief description]

---

## 3) Code Quality Review

### Critical Issues
- [Finding title]
  - Severity:
  - Confidence:
  - Area:
  - Location:
  - What We Found:
  - Why It Matters:
  - Risk If Not Fixed:
  - Recommendation:
  - Backend Changes Required:

### High Priority Findings
- [Repeat same format]

### Medium Priority Findings
- [Repeat same format]

### Low Priority Findings
- [Repeat same format]

### Positive Observations
- [Good practice 1]: [Brief description]
- [Good practice 2]: [Brief description]

---

## 4) Security Review

### Critical Issues
- [Finding title]
  - Severity:
  - Confidence:
  - Area:
  - Location:
  - What We Found:
  - Why It Matters:
  - Risk If Not Fixed:
  - Recommendation:
  - Backend Changes Required:

### High Priority Findings
- [Repeat same format]

### Medium Priority Findings
- [Repeat same format]

### Low Priority Findings
- [Repeat same format]

### Positive Observations
- [Good practice]: [Brief description]

---

## 5) Cross-Cutting Risks & Architecture Concerns
List issues that impact multiple parts of the app (e.g., role model design, shared validation gaps, duplicated logic, weak observability, fragile integration patterns).

- [Concern 1]: [Description] → [Recommendation]
- [Concern 2]: [Description] → [Recommendation]

---

## 6) Verification Limits (Static Analysis vs Runtime)
Clearly separate:
- **Confirmed by code evidence**
- **Probable issues inferred from patterns**
- **Unverified risks requiring runtime testing / logs / environment access**

Also list what would be needed to fully validate behavior (e.g., test users, API keys, staging URL, logs, sample data).

---

## 7) Summary Scorecard

**Product Fit Score**: [1-10] with brief justification
**Code Quality Score**: [1-10] with brief justification
**Security Score**: [1-10] with brief justification

### Total Findings by Severity
- Critical: [count]
- High: [count]
- Medium: [count]
- Low: [count]

### Total Findings by Confidence
- Confirmed: [count]
- Probable: [count]
- Unverified: [count]

### Top 5 Action Items (Highest Impact First)
1. [Action 1]
2. [Action 2]
3. [Action 3]
4. [Action 4]
5. [Action 5]

### Must-Fix Before Launch
- [Item 1]
- [Item 2]

### Estimated Effort to Remediate Critical/High Issues
- [Rough estimate with assumptions]

---

## ANALYSIS GUIDELINES

- Be specific: Reference exact function names, entity names, page names, and field names when possible
- Be actionable: Every finding must include a concrete recommendation
- Be thorough: Check business logic correctness, edge cases, and failure modes
- Be realistic: Distinguish between launch-blocking issues and improvements
- Flag assumptions: If information is missing, say so explicitly
- Context matters: Evaluate severity relative to the app's likely purpose and users
- Do not provide implementation code unless a tiny snippet is necessary to explain a fix
- Return findings only (no app creation, no workflow generation)

---

## NOW ANALYZE MY APP

Provide the full analysis in the exact report format above based on the data I share next.
reddit.com
u/willkode — 1 day ago

What software are you paying for right now that you wish you could just own?

I’m curious what software business owners are currently paying for every month.

CRM, scheduling, invoicing, lead management, client portals, automations, internal dashboards, reporting, follow-up systems, marketing tools, support systems — whatever it is.

I’m a 30-year veteran software developer, and with assisted development methods I can now build custom business software in days or weeks instead of months or years.

Been down this rabbit hole for 9 months now, built over 300 applications saving people tens of thousands of dollars a year.

That means businesses no longer have to keep stacking subscriptions just to run day-to-day operations.

I build custom software that replaces multiple paid tools with one system tailored to the business.

You own it.

It fits your process.

And you stop renting the software your business depends on.

Typical project budgets are $2k to $10k.

What software are you paying for right now that you’d love to replace?

reddit.com
u/willkode — 2 days ago
▲ 1 r/Base44

Base44 Office Hours - Building Client Ready Apps RECAP

Yesterday I hosted the Building Client Ready Apps Office Hosts for base44 in their official discord.

I talked about how most users create apps for the audience they are going after, and forget to build the internal systems that they need to actually manage the app. The operations side is normally ignored to a great deal. So! I created the systems for everyone and provided the prompts for free.

Included Systems:

  • Admin Foundations
  • Billing and Accounting
  • Communications and Alerts
  • CRM-Style client operations
  • Error Tracking and issue monitoring
  • Feedback Loop system
  • Internal Team Operations System
  • Onboarding and retention systems
  • Reporting and Visibility
  • Support ticket systems and workflows
  • User and Client Management

You can find the prompts for all these systems on the app I built for the event.

https://client-ready-apps.base44.app/

u/willkode — 4 days ago