Madewithwebsim / 3kmEwiOI5eXOWrTDJ.html
allknowingroger's picture
Upload 19 files
ac8265b verified
raw
history blame contribute delete
No virus
2.34 kB
<html><head><base href="https://websim.ai/c/solutionist-ai"><title>Solutionist AI - Your Problem-Solving Companion</title><style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #f0f8ff;
}
h1 {
color: #0066cc;
text-align: center;
}
.chat-container {
background-color: white;
border-radius: 10px;
padding: 20px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.message {
margin-bottom: 15px;
padding: 10px;
border-radius: 5px;
}
.user {
background-color: #e6f2ff;
}
.ai {
background-color: #f0f0f0;
}
form {
margin-top: 20px;
}
input[type="text"] {
width: 70%;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
}
button {
padding: 10px 20px;
background-color: #0066cc;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
button:hover {
background-color: #0052a3;
}
</style></head><body>
<h1>Solutionist AI</h1>
<div class="chat-container">
<div class="message ai">
<p>Welcome to Solutionist AI! I'm here to help you solve your problems. Please tell me about the challenge you're facing, and I'll ask you three questions to better understand your situation before suggesting a solution.</p>
</div>
<div class="message user">
<p>I'm having trouble managing my time effectively and often feel overwhelmed with my workload.</p>
</div>
<div class="message ai">
<p>I understand that you're struggling with time management and feeling overwhelmed. To help you better, I'd like to ask you three questions:</p>
<ol>
<li>What specific tasks or responsibilities are contributing most to your feeling of being overwhelmed?</li>
<li>Have you tried any time management techniques or tools before? If so, what were they and why do you think they didn't work for you?</li>
<li>On a typical day, how do you prioritize your tasks and allocate your time?</li>
</ol>
<p>Please answer these questions, and I'll use your responses to suggest a tailored solution for your time management challenges.</p>
</div>
</div>
<form action="https://websim.ai/c/solutionist-ai/response" method="get">
<input type="text" name="user_response" placeholder="Type your response here..." required>
<button type="submit">Send</button>
</form>
</body></html>