> ## Documentation Index
> Fetch the complete documentation index at: https://docs.base44.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Prompt library

> A collection of ready-made prompts you can copy, remix, and build on to start your next app in minutes.

This library is your go-to source of proven prompts for building with Base44, a [no-code app builder](https://base44.com/ai-app-builder). Every prompt here is designed to be copied, pasted, and made your own. Use one as-is to get started fast, or tweak the details to match your idea.

<Tip>
  **Two ways to shape a stronger prompt:**

  * **Use the formula:** Describe the function, the layout, and the visual style you want. See how in the [Prompt guide](/Getting-Started/Prompt-guide).
  * **Turn on Plan mode:** Toggle **Plan** in the prompt box before you build. Base44 asks you a few questions about your app, then expands your answers into a full, structured prompt you can adjust. It costs only a fraction of a credit per message. [Learn more about plan mode](/Getting-Started/starting-from-your-first-prompt#using-plan-mode).
</Tip>

***

## Starter prompts

These are simple, flexible prompts that get you building in minutes. They work well on their own, and they are easy to extend once your app is running.

**Task manager:**

```text theme={null}
Build a task manager where I can add tasks, check them off, and sort them into
categories. Show a streak counter for tasks I complete several days in a row.
```

**Idea tracker:**

```text theme={null}
Create a private app where I can log business and product ideas. Each entry
should have a title, notes, a category, and a rating for how excited I am
about it.
```

**Daily journal:**

```text theme={null}
Build a journaling app where I can write one entry per day and tag my mood.
Include a calendar view and a way to search past entries by keyword.
```

**Event RSVP tracker:**

```text theme={null}
Create an RSVP app for small events. Hosts can enter event details, guests can
RSVP and leave a note, and hosts can see all responses in a simple dashboard.
```

***

## Business and productivity apps

These prompts help you build tools for running a business, managing clients, and staying organized.

**Client portal:**

```text theme={null}
Build a client portal where clients log in to view their deliverables, leave
comments, and approve or request revisions. I can upload new versions and mark
projects as complete.
```

<Tip>
  Level this up by adding email notifications, per-project permissions, or invoicing.
</Tip>

**Proposal generator:**

```text theme={null}
Create an app where I fill out a short form and generate a branded proposal.
Include preset pricing tiers and editable sections, and let me export the
proposal as a PDF.
```

**Invoice tracker:**

```text theme={null}
Build an app for freelancers to create invoices, track whether each one is paid,
and get a reminder when a payment is overdue. Include an option to export
invoices as a PDF.
```

**Time tracker:**

```text theme={null}
Build an app where I can start and stop a timer to log hours against different
projects. Show total hours per week and let me export the data.
```

***

## Knowledge and content tools

These prompts help you organize and share information with very little setup.

**Knowledge base:**

```text theme={null}
Create an internal tool where my team can write, tag, and search help articles.
Include a way to flag an article as outdated so we know to review it.
```

**Course companion:**

```text theme={null}
Build an app where an instructor posts weekly lessons and uploads files, and
each student gets a private dashboard to view lessons and track their progress.
```

**Content calendar:**

```text theme={null}
Create a content calendar where I can plan blog posts and social updates. Each
item has a title, a channel, a status of idea, drafting, or published, and a
publish date shown on a calendar.
```

***

## Personal and lifestyle apps

These prompts are great for hobbies, side projects, and everyday life.

**Meal planner:**

```text theme={null}
Build a meal planner where I can plan meals for the week and generate a shopping
list from the recipes I choose. Include filters for dietary needs like
vegetarian or gluten-free.
```

**Habit tracker:**

```text theme={null}
Create a habit tracker where I can set daily habits and mark them complete.
Show my streaks and a weekly chart of how consistent I have been.
```

<Tip>
  Grow this one over time: start with the tracker, add friendly challenges, then add rewards for hitting streaks.
</Tip>

**Gift list organizer:**

```text theme={null}
Build a private app to track gift ideas for friends and family. Each idea has
the person's name, a budget, notes, and whether I have bought it yet.
```

***

## Experimental and niche apps

These prompts are a starting point for more unusual or ambitious ideas.

**Personal AI assistant:**

```text theme={null}
Build an app where I can chat with an AI assistant tailored to my profession,
such as a teacher, marketer, or wellness coach. Let me pick the role and save
past conversations.
```

**Feedback collector:**

```text theme={null}
Create an app where I can build feedback forms and view all responses in one
place. Summarize the overall sentiment and let me filter responses by tag.
```

**File summary tool:**

```text theme={null}
Build an app where I upload a document and get a short AI summary of it. Save
each summary so I can search and reread them later.
```

***

## Just-for-fun apps

These prompts are pure fun, and they make great first projects for getting comfortable with Base44.

**Internet name generator:**

```text theme={null}
Create an app that generates funny, charming names for internet-famous animals.
Let me pick a category like animal, food, or place, then get a random result
with a short backstory.
```

**Conspiracy theory generator:**

```text theme={null}
Build an app that generates lighthearted, obviously fake conspiracy theories
with made-up evidence and charts. Include a randomizer and a share button.
```

**Beige flag analyzer:**

```text theme={null}
Create an app where I type in a quirky dating habit and the app labels it a
green, red, or beige flag, complete with an emoji rating and a short
explanation.
```

***

## Prompt pathways

The best apps grow one step at a time. A prompt pathway is a sequence of prompts that turns a simple idea into a richer app, adding one feature per round so each change is easy to review.

<Accordion title="Example: growing a client portal" defaultOpen icon="keyboard">
  **To build up a client portal step by step:**

  1. "Create a basic client portal where clients can log in and see their project status."
  2. "Add file uploads with versions, plus approve and request-changes buttons."
  3. "Send an email notification when a file is uploaded or a project is marked complete."
  4. "Add a chat for each project so clients and I can message about it."
</Accordion>

***

## Micro-prompts to add polish

Small refinements can take your app from functional to delightful. These work well once your app is running, and you can also fold them into your first prompt for a more styled result from the start.

* Add hover effects so buttons gently lift when I point at them.
* Use a clean, modern style similar to Notion.
* Add soft drop shadows around cards for a subtle sense of depth.
* Use a rounded sans-serif font and a calm, muted color palette.
* Add smooth transitions between tabs and sections.
* Show a confetti animation when someone completes a task.
* Make it feel like a friendly mobile app, with large touch targets and playful icons.
