Build a web app like Hubspot (same look and feel):Hubspot like landing page with aUser and password authCreate Contact & Company ManagementDeals & 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.
Build a project management app like Trello:Landing page with a signup/login flowdrag-and-drop cards (kanban board) from one list to anotherBoards contain multiple lists and cardsAdd/edit/delete cards and listsAssign members, due dates, and labels to cardsPublic/private boardsInvite teammates via email
Build a web app similar to Discord:Authentication: User sign-up and login with email/passwordServer System: Users can create public and private servers (important), they can see and join public servers created by anyoneChannel System: Each server can have multiple text channelsMessaging: Real-time chat within each channel (use WebSocket or mock)Sidebar Navigation: Left sidebar showing all servers, middle column with channels, main area for chatI want exactly the same look and feel as discord, specially the purple colorsAdd a landing pageMake sure i dont have to refresh the link to see the messages sent, or the channels created, etc.
For now you have to provide the API keys. In following versions we will add them for you.
Copy
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 / test123For email use Resend's SMTP server with the following settings:Host: smtp.resend.comPort: 587Username: resendPassword: (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) = sandboxstripe publishable key = [add here]stripe secret key = [add here]
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 analysesMy OpenAI API key is: [add here]My Stripe publishable key is: [add here]My Stripe secret key is: [add here]
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]
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]
Build a simple Shopify-like storeHome page with featured productsProduct pages with image gallery and cart buttonUser login and checkout with a demo stripeAdmin panel to add/edit/remove products. Admin login info should be: test@example.com / test123Orders dashboard for admin with fulfillment status
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 enterAnd similar useful things like thatEach 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]
Build a debt collection tool:It should have a beautiful landing pageIt 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 collectionCreate automated sequences of emails with customizable delays by drag and dropping emailAllow me to enroll users in one of those sequencesUse 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)
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