MarovStudio
Back to marketplace

Prompt Suggestions

Starter prompt suggestions

AI & chataichipssuggestionsstarterprompt
Code locked
"use client";

import { useState } from "react";

export function AiSuggestionChips() {
  const [picked, setPicked] = useState<string | null>(null);
  const chips = [
    "Write product copy",

Sign in to see the code

Create a free account to copy the full source, usage snippet and AI prompt of every component.

Free — no card required.