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

# Examples

> Real platforms built with Nerd

## Platform examples

See what you can build with Nerd. These are real prompts that create complete, working platforms.

## E-commerce platforms

<AccordionGroup>
  <Accordion title="Fashion boutique" icon="shirt">
    **Prompt:**

    ```
    "Create an online boutique for women's clothing. Include product 
    categories, size filters, wishlist, shopping cart, and checkout. 
    Add an admin panel to manage inventory and orders."
    ```

    **What it includes:**

    * Product catalog with filtering
    * Shopping cart and checkout
    * Customer accounts and wishlists
    * Admin dashboard for inventory
    * Order management system
  </Accordion>

  <Accordion title="Digital marketplace" icon="download">
    **Prompt:**

    ```
    "Build a marketplace where creators can sell digital products. 
    Sellers upload files, set prices, and manage sales. Buyers can 
    preview, purchase, and download. Platform takes 10% commission."
    ```

    **What it includes:**

    * Multi-vendor support
    * File upload and management
    * Preview functionality
    * Secure download system
    * Commission-based payments
  </Accordion>

  <Accordion title="Subscription box service" icon="box">
    **Prompt:**

    ```
    "Create a subscription service for monthly snack boxes. Customers 
    can choose box size, set preferences, and manage subscriptions. 
    Include recurring payments and a referral program."
    ```

    **What it includes:**

    * Subscription management
    * Recurring billing
    * Customer preferences
    * Referral system
    * Shipping integration
  </Accordion>
</AccordionGroup>

## Business tools

<AccordionGroup>
  <Accordion title="Real estate CRM" icon="building">
    **Prompt:**

    ```
    "Build a CRM for real estate agents. Manage property listings, 
    client contacts, showing schedules, and deals. Include a pipeline 
    view and automated email follow-ups."
    ```

    **What it includes:**

    * Contact management
    * Property database
    * Calendar and scheduling
    * Deal pipeline
    * Email automation
  </Accordion>

  <Accordion title="Warehouse management" icon="warehouse">
    **Prompt:**

    ```
    "Create an inventory system for a warehouse. Track stock levels, 
    locations, incoming and outgoing shipments. Generate reports and 
    alerts for low stock. Include search and filtering."
    ```

    **What it includes:**

    * Inventory tracking
    * Location management
    * Shipment logs
    * Reporting dashboard
    * Search and filtering tools
  </Accordion>

  <Accordion title="Time tracking tool" icon="clock">
    **Prompt:**

    ```
    "Build a time tracking app for freelancers. Track time by project 
    and task, generate invoices, and export timesheets. Include a 
    weekly report view."
    ```

    **What it includes:**

    * Timer functionality
    * Project organization
    * Invoice generation
    * Timesheet exports
    * Analytics dashboard
  </Accordion>
</AccordionGroup>

## Service platforms

<AccordionGroup>
  <Accordion title="Fitness studio booking" icon="dumbbell">
    **Prompt:**

    ```
    "Create a booking platform for fitness classes. Show class schedule, 
    let members book and cancel, handle memberships and packages. 
    Instructors can manage their classes. Include waitlist."
    ```

    **What it includes:**

    * Class scheduling
    * Booking system with waitlist
    * Membership management
    * Instructor portal
    * Attendance tracking
  </Accordion>

  <Accordion title="Tutoring marketplace" icon="chalkboard-user">
    **Prompt:**

    ```
    "Build a platform where tutors offer online lessons. Students can 
    search by subject, book sessions, and make payments. Include 
    messaging between students and tutors, and a rating system."
    ```

    **What it includes:**

    * Tutor profiles and search
    * Session booking
    * Messaging system
    * Payment processing
    * Reviews and ratings
  </Accordion>

  <Accordion title="Local services directory" icon="map-location-dot">
    **Prompt:**

    ```
    "Create a directory for local service providers. Users can search 
    by category and location, view profiles, and contact providers. 
    Providers can claim and manage their listings."
    ```

    **What it includes:**

    * Service directory
    * Location-based search
    * Provider profiles
    * Contact forms
    * Business dashboard
  </Accordion>
</AccordionGroup>

## Content platforms

<AccordionGroup>
  <Accordion title="Company blog" icon="blog">
    **Prompt:**

    ```
    "Build a blog platform with multiple authors. Include rich text 
    editor, categories, tags, comments, and SEO tools. Add an admin 
    dashboard for content moderation and analytics."
    ```

    **What it includes:**

    * Content management
    * Author management
    * Comment system
    * SEO optimization
    * Analytics dashboard
  </Accordion>

  <Accordion title="Online course platform" icon="graduation-cap">
    **Prompt:**

    ```
    "Create a learning platform where instructors publish courses. 
    Students can enroll, watch videos, complete quizzes, and track 
    progress. Include certificates and discussion forums."
    ```

    **What it includes:**

    * Course builder
    * Video hosting
    * Quiz system
    * Progress tracking
    * Student forums
  </Accordion>
</AccordionGroup>

## Tips for successful builds

<CardGroup cols={2}>
  <Card title="Start with core features" icon="seedling">
    Build the essential functionality first, then add extras
  </Card>

  <Card title="Focus on functionality" icon="gears">
    Describe what users should be able to do, not how to build it
  </Card>

  <Card title="Think about user roles" icon="users">
    Clearly define who uses the platform and what they can do
  </Card>

  <Card title="Iterate as you go" icon="arrows-rotate">
    Refine and add features after seeing the initial build
  </Card>
</CardGroup>

## Your turn

Ready to build something? Head to [nerdapp.ai](https://nerdapp.ai) and describe your platform.

<Note>
  **Remember:** Keep your prompt concise and specific. Tell Nerd exactly what you need in your own words.
</Note>
