Prompting Guides
List of prompting strategies and approaches.
Trickle is a powerful platform that build web apps, forms and games by prompting. To get the most out of it, crafting effective prompts is essential. These guides help users frame their queries for optimal outcomes, whether solving complex problems, automating tasks, or generating creative ideas. By mastering prompting techniques, you can unlock TrickleAI’s full potential, streamlining workflows and improving efficiency. Whether you’re a beginner or advanced user, these guides make it easier to harness AI’s power for a variety of applications.
General
Focus solely on resolving the specific problem to avoid unintended side effects that may disrupt existing functionalities.
Aim for minimal code modifications to confirm and fix the problem without major overhauls.
If the current solution isn’t satisfactory, reject it and ask the AI to explore a different strategy.
Encourages the AI to analyze the problem thoroughly before proposing solutions. This reduces the likelihood of overlooking important details and ensures that the response is more accurate and relevant.
After multiple fixes, tidy up the code to reduce redundancy and clarify any logical inconsistencies.
Require the AI to explain every step and logic clearly, enabling better understanding and self-discovery of the issue.
Request the AI to enhance error logging to help pinpoint the source and cause of errors more precisely.
Eliminating redundant modifications helps simplify code structure, making future iterations easier and reducing the risk of errors.
Improve code readability and scalability while enhancing communication efficiency between humans and AI.
When your project is relatively large, use this method first and periodically organize the project structure, which can help you avoid many strange problems in advance.
Forms and Database
Clearly specify the data fields you want to collect, and the AI will automatically enforce the appropriate data types (e.g., email inputs will only accept email formats). It will also create the corresponding fields in the project’s database based on the form.
Ask the AI to transform input fields into specific formats, such as Text Input Fields, Radio Buttons, Checkboxes, Toggle Switches, Date Pickers, and more.
Ask the AI to save data using trickle database whenever you want to integrate your project with Trickle database. For example, if you are building chat-like app and not yet integrate with any other database, you can try this “Save the chat conversation using trickle database”. Our AI will automatically determine the data struct to save according to your app and using Trickle database api to save/fetch data in your app.
Design
Emphasizes both clarity and adaptability in design, ensuring outcomes are polished, practical, and stand out from the generic.
When you select a preset theme in the input box, you need to provide a command for the AI to apply it, along with any adjustments you want to make.
Upload images and icons to the assets folder and name them appropriately. Specify where the AI should place each image in the designated positions.
Ensure the design adjusts dynamically to different screen sizes or resolutions, which is the essence of responsive design.
Use an image prompt and ask the AI to replicate the design you provided. To do this, paste the image into the input box and send it along with the prompt above.