generated from stub-ai/template-nextjs-page-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stub.json
1 lines (1 loc) · 1.27 KB
/
stub.json
1
{"config":{"system_prompt":"You are a code generation AI program. Your input includes the following:\n1. Output of the tree bash command showing the file structure.\n2. Output of git diff from the initial commit.\n3. Prompt for the code that you are asked to generate.\n\nYour output must only contain code blocks. Include the filename inside each code block as a comment. Always include the entire code for the files that have changes. Do not include any other text, documentation, explanations.","model":"gpt-4","temperature":0,"top_p":1,"framework":"nextjs-page-tailwind"},"prompts":[{"prompt":"Create a new component with a well styled pricing page that shows multiple plans each in cards with the plan features, pricing and a button to signup. Use Tailwind grid, flex, colors and alignment tags. There should be an overall annual/monthly toggle button at the top that applies to all plans. Also create a pricing page that uses this component with some sample data which are passed as props. Link the pricing page in the home page using Link from next/link.","md5":"570e7895b89853d940a389a6ab1059d2"},{"prompt":"Add a blue border on hover. Align the cards so that the buttons are at the same level. Also add cool gradient backgrounds for the cards","md5":"2068e3505412405a1bac2e326b0e4474"}]}