Use our helper tool to write better prompts!

Prompt Guidelines

Before diving into examples, here are the key principles for writing effective prompts:

Keep it Simple

Don’t include technical details (unless you are technical)

Be Descriptive

Describe what the product is, who the users are, what each user can do

Design Matters

Include any design needs and visual requirements

Build Gradually

Ideally build features gradually, starting with core functionality

CRM & Business Tools

HubSpot Clone

Build a web app like Hubspot (same look and feel):

Hubspot like landing page with a
User and password auth
Create Contact & Company Management
Deals & Pipeline Management: Create customizable deal pipelines and stages;
drag-and-drop deals (kanban board) as they move through your sales process.
Reporting Dashboard: Out-of-the-box dashboards for contacts, companies & deals.

Trello Project Management

Build a project management app like Trello:

Landing page with a signup/login flow
drag-and-drop cards (kanban board) from one list to another
Boards contain multiple lists and cards
Add/edit/delete cards and lists
Assign members, due dates, and labels to cards
Public/private boards
Invite teammates via email

Communication Apps

Discord Clone

Build a web app similar to Discord:

Authentication: User sign-up and login with email/password
Server System: Users can create public and private servers (important), 
they can see and join public servers created by anyone
Channel System: Each server can have multiple text channels
Messaging: Real-time chat within each channel (use WebSocket or mock)
Sidebar Navigation: Left sidebar showing all servers, middle column with channels, 
main area for chat

I want exactly the same look and feel as discord, specially the purple colors
Add a landing page
Make sure i dont have to refresh the link to see the messages sent, 
or the channels created, etc.

Healthcare & Service Apps

Dentist Office Management

For now you have to provide the API keys. In following versions we will add them for you.
Develop a dentist office management app with two main interfaces: 
a provider side and a patient side. Implement basic email/password authentication 
for the provider. Include a landing page with all the common sections. 
dedicated to the patients. Allow patients to create accounts and log in, 
and book, view, and cancel appointments. Enable the provider to see a list of 
appointments, and to check in patients for their appointment. 

Allow optional DOB for patient sign up. We want a button in the provider side 
to send an appointment reminder email which is generated with an LLM based on 
the appointment notes provided by the patient and provider (each should be able 
to add notes to an appointment but the patient can only add when initially booking), 
appointment type, and historical appointment history. 

The provider should be able to create different appointment types with different 
costs (including zero) and for non-zero cost appointments when booking require 
payment before the appointment is confirmed.

Initial provider login info should be: test@example.com / test123

For email use Resend's SMTP server with the following settings:
Host: smtp.resend.com
Port: 587
Username: resend
Password: (Resend API key)

For Stripe, use a simple redirect integration and polling rather than webhooks. 
If you need a redirect URL get it from the client side, don't assume one.

For LLM use gpt-4o.

CONFIGURATION DETAILS:
resend from email address = [add here]
resend api key = [add here]
openai api key = [add here]
stripe environment (sandbox or live) = sandbox
stripe publishable key = [add here]
stripe secret key = [add here]

Data & AI Tools

Cal AI Clone (Calorie Counter)

Build a web where users upload a photo of their dish and receive an estimate 
of its calories and macronutrients. The first image upload is free. 
For the second and all subsequent uploads, the app must request a $1 payment 
via Stripe before processing the image.

Features:
- Email and password authentication
- Image‐upload functionality
- Integration with OpenAI to calculate calories and macronutrients from the uploaded image
- A history view so users can review past analyses

My OpenAI API key is: [add here]
My Stripe publishable key is: [add here]
My Stripe secret key is: [add here]

Plant Recognition App

Create an web app that recognises plants when you upload a picture. 
identify the plant, and plant care requirements (Light Requirements, water needs, 
temperature needs, Humidity Preference, illness). Create a section with all the 
plants you have uploaded.

Use this example site for style reference:
[Include detailed style description for getplanta.com inspired design]

My OpenAI API key is: [add here]

Substack Scraper

We are building a substack scraper. Let the user input substack URLs that they 
want to scrape multiple times. Then, when they click a scrape button, it should 
scrape all of them and use GPT to generate a summary of all of them aggregated—
and look for any patterns or trends in their posts. 

For the actual scraping process, make sure to visit the URL using Playwright 
and then click the "No thanks" button/link before grabbing the content of the 
page for GPT analysis. Make sure to persist the list of substacks and past 
scraping results. Note that substack URLs aren't all on substack.com they can 
also be custom domains.

My OpenAI API key is: [add here]

E-commerce & Marketplace

Shopify Store

Build a simple Shopify-like store

Home page with featured products
Product pages with image gallery and cart button
User login and checkout with a demo stripe
Admin panel to add/edit/remove products. Admin login info should be: test@example.com / test123
Orders dashboard for admin with fulfillment status

Business Marketplace

Build a marketplace to sell and buy businesses it should be very simple. 
Add email and password auth. It should have the look and feel of airbnb.

Automation & Tools

Web Browser Automation (CUA Agent)

We want to build an automated web browser using PlayWrite and gpt-4o. 
At each step along the way, we should take a screenshot and feed it to GPT 
to decide what action to take.

We should have options to take actions like:
- Click on specific text
- Go to a URL
- Go back
- Click on an input box
- Send text to an input box
- Press enter
And similar useful things like that

Each step along the way should also save the screenshot so we can see what 
it historically did along with the actions that it took.

We want to allow up to 30 actions by AI as an agentic loop. This means that 
at each step AI is fed with the current state, chooses an action, the action 
is executed, wait for completion, and then the loop repeats.

My OpenAI API key is: [add here]

Debt Collection Tool

Build a debt collection tool:

It should have a beautiful landing page
It should have email and password auth.
User can upload a CSV containing the following columns with the debtor information: 
Name, Email, Amount (format: 1500).
Create and manage reusable email templates for debt collection
Create automated sequences of emails with customizable delays by drag and dropping email
Allow me to enroll users in one of those sequences

Use Resend for the emails. Make sure that emails actually get sent automatically 
in the background at their correct times.

My Resend API key is [add here] 
Emails should be sent from this address: [add here] 
Use Resend's SMTP server with the following settings: 
Host: smtp.resend.com 
Port: 587 
Username: resend 
Password: (Resend API key)

Content Management

Intercom Help Center

Build a web app that matches the look and feel of the Intercom Help Center. 
Add an admin panel at /admin where users can add, view, and edit articles. 
Secure the admin panel with the single password "test123." 
Ensure that any newly added articles appear automatically on the home page. 
Users should be able to click on an article to view its content

Tips for Success

Remember: TrySolid understands your project deeply but doesn’t remember past conversations. Always provide complete context in your prompts!