A shared tag with AI prompts and code snippets
From workspace: BASE44
Team: Main
Total snippets: 29
29 snippets
Add glass-like effects using transparency, blur, and layered interfaces.
Apply Glassmorphism style to the current UI. Include: – Backdrop blur on cards and modal windows – Transparent containers with subtle light borders – Soft light gradients for layering depth – White or neon text on blurred backgrounds –...
se structured layouts, bold colors, and animated elevation inspired by Google’s design system.
Apply Material Design principles to the UI. Include: – Grid-based layout system – Bold primary and secondary colors – Use of elevation (box shadows) to layer elements – Responsive animations (button press, page transitions) – Paper...
Give the UI a soft, tactile feel with extruded components and subtle shadows.
Apply Neumorphism style to all components. Include: – Light or dark monochrome background – Elements with inner and outer shadows to mimic depth – Subtle hover effects – Rounded edges and soft UI behavior – Maintain minimalism and...
Style the UI using soft, puffy, and pastel elements to give it a clay-like appearance.
Apply Claymorphism style to the current app. Include: – Soft, smooth shadows for all UI blocks – Rounded corners on cards, buttons, and inputs – Use pastel colors for backgrounds and accents – Puffy button appearance with light gradients ...
Create a raw, expressive design with high contrast, thick borders, and harsh shadows.
Apply Neo-Brutalist design to the UI. Include: – High contrast color scheme (black, yellow, red, etc.) – Thick borders on containers and buttons – Minimal use of gradients or effects – Raw fonts, large text, harsh drop shadows –...
Allow users to edit existing task names.
Add an “Edit” button next to each task. Include: – Inline editing of task text – Save on blur or Enter – Revalidate for empty/duplicate names
Freeze the task list logic from being overwritten in future prompts.
Freeze all task-related components. Freeze: – TaskList.tsx – AddTaskInput.tsx – State logic for task actions
Create an app with only one core feature and supporting UI — no extra components or boilerplate.
Create an app with one core feature: a task list with the ability to add, mark complete, and delete tasks. Include: – No database, store data in memory – Use Tailwind for styling – Add clear structure: input, list, checkboxes, delete buttons ...
Press Enter to submit task from input field.
Allow users to press Enter to add a task. Include: – Keyboard support for the input field – Submit on Enter – Prevent submission if invalid
Rebuild the app using the original one-feature task structure.
Rebuild this app with the original task-list layout. Include: – Input field – Task list with checkbox and delete – Tailwind styling – No backend, in-memory only
Add buttons to filter between “All”, “Active”, and “Completed” tasks.
Add 3 buttons above the task list to filter tasks by status. Include: – “All”, “Active”, and “Completed” filters – Style active button – Filter tasks in-memory only
Support dark mode with Tailwind `dark:` variants.
Add dark mode support to the app. Include: – Tailwind `dark:` classes – Toggle dark/light theme – Store theme in localStorage
Prevent users from adding empty or duplicate tasks.
Add validation to the task input field. Include: – Prevent empty input – Prevent duplicate task names – Show inline error message below the field
Add a toggle to switch between light and dark themes.
Add dark mode support to the dashboard. Include: – Toggle switch in the top bar – Tailwind dark mode classes – Store preference in localStorage
Allow users to collapse or expand the sidebar.
Make the sidebar collapsible. Include: – Collapse/expand button – Use icons when collapsed – Keep responsive behavior
Expand the sidebar to include extra navigation items.
Add these links to the sidebar: – Dashboard – Analytics – Settings – Users Include: – Icon for each – Highlight active item
Insert a placeholder chart area in the dashboard’s main section.
Add a chart component placeholder to the dashboard. Include: – Card with title “Sales Overview” – Placeholder area for a future chart – Light gray background with rounded corners
Add cards to display key metrics like revenue and users.
Add 3 summary cards at the top of the dashboard. Include: – Icons for each card – Labels like "Revenue", "Users", "Sessions" – Use Tailwind grid for layout
Rebuild the app from scratch using the original dashboard scaffold.
Rebuild the app using the dashboard layout as a base. Include: – Sidebar, top bar, and main card grid – No backend or auth for now – Tailwind UI only
Lock the dashboard layout and sidebar structure from changes.
From now on, do not modify the layout or sidebar files. Freeze: – Sidebar component – Layout.tsx or layout wrapper – Navigation logic
Build a responsive dashboard with sidebar, top bar, and placeholder widgets.
Create a dashboard UI with: – Sidebar navigation with icons and active state – Top bar with user avatar and page title – Main area with 3 placeholder widgets/cards – Mobile-responsive layout – Use Tailwind for styling
Show a loading spinner when checking authentication.
Show a loading spinner or placeholder while user authentication is being verified. Include: – Smooth spinner or skeleton component – Centered on screen – Replace with content once loaded
Improve typography with a custom Google Font across the entire layout.
Use a Google Font across the app for better typography. Include: – Import font in root layout – Apply it to headings and body text – Use fallback in case of loading failure
Prevent Base44 from changing the layout in future prompts.
Do not modify the layout file from this point on. Freeze: – Layout.tsx or main layout component – Any global style configuration – Navigation structure
Style the app layout using Tailwind with soft UI, padding, and neutral color tones.
Style the entire app using Tailwind CSS. Include: – Padding and spacing between sections – Use a neutral color palette – Add soft drop shadows and rounded corners – Ensure layout is responsive
Create a basic app with authentication and a clean layout.
Build a minimal app that includes: – User authentication (email/password) – Clean layout with a nav bar and main content area – Placeholder home screen after login – No database, no third-party integrations – Use Tailwind for styling
Redirect authenticated users to a simple home dashboard.
After login, redirect users to a home page. Include: – Heading "Welcome" with user’s name – Simple card-based layout with placeholders – Logout button in top-right
Ensure layout adapts to mobile screens with menu and spacing adjustments.
Make the entire layout mobile-friendly. Include: – Collapse nav into hamburger menu – Adjust spacing and font sizes – Test both vertical and horizontal alignment
Start clean with a minimal scaffold and no external logic.
Rebuild the app from scratch. Include: – Email/password login – Clean layout with nav and main content – No database or external APIs – Tailwind-based styling