Claude Son

Prompts
2024

Claude Sonnet Use Cases

Prompts

Image To Animations

Simple:

plain text
Act as a data visualization expert, create a real-time dashboards to effectively represent the spread of a disease over time across various countries?

Detailed:

plain text
Act as a senior data visualization expert and React developer. Create a comprehensive, real-time dashboard to effectively represent the spread of a disease over time across various countries. The dashboard should be informative, user-friendly, and suitable for both public health officials and the general public.

Key Requirements:

1. Data Visualization:
    - Implement multiple chart types (line, bar, and area charts) for visualizing cases, recoveries, and fatalities.
    - Display summary statistics cards for quick insights.
    - Include data confidence levels or margins of error where applicable.
2. Interactivity and User Experience:
    - Allow users to select and compare multiple countries simultaneously.
    - Implement date range selectors for historical data analysis.
    - Add tooltips and hover effects for detailed information.
    - Ensure the dashboard is fully responsive and optimized for mobile devices.
3. Data Handling:
    - Simulate real-time updates (in a real-world scenario, this would be replaced with API calls).
    - Implement data caching and lazy loading for performance optimization.
    - Include clear attribution for data sources and last update timestamps.
    - Add a basic predictive analytics feature for trend forecasting.
4. Accessibility and Internationalization:
    - Ensure color schemes are accessible for color-blind users.
    - Implement screen reader compatibility for key dashboard elements.
    - Add support for multiple languages (at least English, Spanish, and Mandarin).
5. Additional Features:
    - Implement social sharing buttons for specific views or insights.
    - Add a data export functionality for users who want to perform their own analyses.
    - Include a brief note about data privacy and handling.

Technical Guidelines:

- Use React for building the dashboard.
- Utilize the recharts library for creating charts.
- Use the shadcn/ui component library for UI elements.
- Implement responsive design using Tailwind CSS classes.

Code Structure and Documentation:

- Organize the code into modular, reusable components.
- Use clear, descriptive variable and function names.
- Include comments that are intuitive for non-technical users to understand the code's functionality.
- Implement proper error handling and loading states.

Output:
Provide the complete React component code for the dashboard, including all necessary imports and any custom hooks or utilities. Ensure the code is well-formatted and includes comments explaining key functionalities.

Additional Notes:

- If any features cannot be fully implemented within the constraints of the Claude Artifacts environment, provide placeholder components or comments indicating how they would be implemented in a full development environment.
- After the code, include a brief paragraph explaining the next steps for hosting this project beyond the Claude Artifacts environment, tailored for a non-technical person.

Ethan Mollick WebGL Visualization: https://x.com/emollick/status/1806135509623730355 https://x.com/luismbat/status/1804526512164507877


PDF to Website

How to create green screen images in Midjourney.pdf

Attachment

Simple:

plain text
Craft a narrative-driven website from a PDF that weaves together unexpected visual element and storytelling techniques to reinforce the information in the PFD.

Detailed:

plain text
Craft a narrative-drive, visually appealing and informative single-page website that introduces the concept of creating green screen images with Midjourney. The website should be easy to navigate, visually engaging, and provide clear information about the technique. Follow these guidelines:
1. Structure and Content:
   * Create a single-page website with the following sections: Hero, What is Green Screen Magic?, How It Works, Examples, Use Cases, and Call-to-Action.
   * Use the provided content about Midjourney's green screen capabilities as the basis for the information.
   * Focus on clear, concise explanations that are easy for beginners to understand.
2. Design and Visual Elements:
   * Implement a clean, modern design that emphasizes the green screen concept.
   * Use a color scheme that incorporates green as the primary color, with complementary colors for contrast.
   * Include simple, illustrative SVG graphics to represent the green screen concept and examples.
3. Interactivity:
   * Add smooth scrolling between sections for better navigation.
   * Implement a simple interactive demo in the "How It Works" section to showcase the green screen effect.
4. Responsive Design:
   * Ensure the website is fully responsive and works well on mobile devices, tablets, and desktops.
5. Performance and Accessibility:
   * Optimize the website for fast loading times.
   * Ensure proper contrast and readability for all text.
   * Include appropriate alt text for all images and SVGs.
6. Call-to-Action:
   * Include a prominent call-to-action that encourages users to try Midjourney's green screen feature.
   * Add a simple email signup form for users interested in learning more or receiving updates.
7. Code Structure:
   * Use semantic HTML5 elements for better structure and SEO.
   * Keep CSS and JavaScript minimal and focused on enhancing the user experience.
Remember to keep the design simple and focused on clearly communicating the concept of green screen images in Midjourney. The goal is to create an informative and visually appealing introduction to this technique that encourages users to try it out for themselves.

Follow-Up

plain text
Add a tab with an interactive quiz consisting of 5 multiple choice questions.

https://x.com/Saboo_Shubham_/status/1807601966098555153


Create Visualization Web App

Simple:

plain text
Create an interactive dashboard with editable sliders and text fields to visualize population growth in the US over time.
Project Image

Source: https://www.worldometers.info/world-population/us-population/

Detailed:

plain text
Create an interactive and accessible dashboard to visualize US population growth over time. The dashboard should be user-friendly, informative, and visually appealing. Follow these specifications:
1. Layout and Components:
   - Use a responsive grid layout that adapts to different screen sizes.
   - Include a title, summary statistics cards, input controls, and two charts.
   - Ensure all components fit on the screen without scrolling on most devices.
2. Data Visualization:
   - Create a line chart showing total population over time.
   - Add a bar chart displaying annual population growth.
   - Use the Recharts library for creating the charts.
   - Implement custom tooltips with detailed information.
   - Allow users to customize chart colors.
3. User Inputs:
   - Add sliders for selecting start and end years (range: 2020 to 2050).
   - Include input fields for initial population and annual growth rate.
   - Implement real-time updates as users adjust inputs.
4. Accessibility and UX:
   - Use aria-labels for all interactive elements.
   - Ensure color contrast meets WCAG AA standards.
   - Add error handling and validation for user inputs.
   - Include helpful comments in the code for non-technical users.
5. Performance and Features:
   - Optimize data calculations using memoization.
   - Add a feature to export data as CSV.
6. Styling:
   - Use Tailwind CSS for styling components.
   - Implement a cohesive color scheme that's easy on the eyes.



AI Web App Summarizer

Simple:

plain text
Create a summarizer tool that links to the claude api. Include a field to paste text and field to add the prompt.

Detailed:

plain text
Create a React component for an AI-powered text summarization tool. The component should be fully functional within the Claude Artifacts environment and easy to understand for non-technical users. Include the following features:

1. A text area for users to input their text to be summarized.
2. An optional input field for a custom summarization prompt.
3. A character count display for the input text.
4. A "Summarize" button to trigger the summarization process.
5. A "Clear" button to reset all fields.
6. A display area for the generated summary.
7. Error handling with user-friendly messages.
8. Simple tooltips for explaining technical terms.
9. Accessibility features including ARIA labels.

Use the shadcn/ui components and Tailwind CSS for styling. Add comments throughout the code to explain functionality for non-technical users.

After the code, include a brief paragraph explaining how a non-technical person could host this project beyond the Claude Artifacts environment.

Here's a starting point for the component:

<ANTARTIFACTLINK identifier="summarizer-tool" type="application/vnd.ant.react" title="AI-Powered Text Summarizer" isClosed="true" />

Next steps for hosting this project beyond the Claude Artifacts environment:

To host this project on a live website, a non-technical person can follow these steps:

1. Sign up for a free account on a platform like Vercel or Netlify, which offer easy deployment for React projects.
2. Connect your GitHub account to the chosen platform.
3. Create a new repository on GitHub and upload the project files, including the React component and any necessary configuration files.
4. In the deployment platform dashboard, select the option to create a new project from your GitHub repository.
5. Follow the platform's prompts to configure your project. Most settings can be left at their defaults.
6. Once configured, the platform will automatically build and deploy your website.
7. You'll receive a URL where your summarizer tool is now live and accessible to anyone on the internet.

Remember to replace the placeholder summarization logic with a call to a real AI API service for production use. This may require additional setup and potentially some technical assistance.

https://www.reddit.com/r/ChatGPT/comments/1dndkbf/sonnet_35_whipped_up_this_awesome_travel_planner/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

https://x.com/Saboo_Shubham_/status/1804702852583190807

Game Creation

Simple:

plain text
Create an image of a cat with a hat in 8-bit style
plain text
Create a snake game with the cat with a hat as the player character


AllAbtAI project: https://www.youtube.com/watch?v=335xJHHS-og https://www.reddit.com/r/ChatGPT/comments/1dmejz5/claude_made_me_a_3d_firstperson_shooter/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button


https://www.reddit.com/r/OpenAI/comments/1dl15uf/claude_35_sonnet_adding_ai_players_to_its_game/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button https://www.reddit.com/r/ChatGPT/comments/1dmlgrm/claude_35s_sonnet_created_a_fully_working/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button https://www.reddit.com/r/ChatGPT/comments/1dmlgrm/claude_35s_sonnet_created_a_fully_working/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button https://x.com/peakcooper/status/1804867319350394912 https://x.com/emollick/status/1805342038612918335