Hair style grid

Image

Generate a grid of hairstyles

Jeff Goldberg · 4w
Create a single 4x4 grid image containing 16 square panels, each showing a different modern gender hairstyle on the same white 3D mannequin head. Requirements:- All 16 images must use the exact same camera angle and head direction (looking to the right)- View: front-side view (consistent across all panels)- Subject: minimal white 3D mannequin head only- Face must be completely featureless: no eyes, no mouth, no nose details, no eyebrows- Background: solid neutral grey- All panels must be square and evenly aligned in a clean grid- Hair color must be identical in all 16 panels- Hairstyles must all be different, but within a modern gender hairstyle range- Keep the style minimalistic, clean, and contemporary- Lighting should be soft and studio-like, consistent across all panels- Focus only on hairstyle variation, not facial or head variation- Ultra realistic hair shader - No visible border lines! The final image should look like a professional hairstyle reference sheet for character design.

Product reveal

Image

Generate awesome product trailers

Jeff Goldberg · 5w
Create a high‑end cinematic still for a premium product reveal trailer. **Subject:** subject  - **Environment:** Dark, atmospheric with subtle haze. - **Lighting:** Strong directional light creating dramatic contrast, sharp rim highlights, and volumetric light rays cutting through the fog. - **Mood:** Moody shadows, high contrast, shallow depth of field. - **Texture:** Ultra‑detailed, photorealistic. - **Composition:** Cinematic, 4K resolution, luxury commercial aesthetic.

Fix GTM issues in a Next.JS project

Code

No description.

Jeff Goldberg · 6w
CONTEXT: Single Page Application (SPA) met client-side routing — bijv. Next.js App Router.Google Tag Manager (GTM) is geïnstalleerd via next/script of @next/third-parties/google (GoogleTagManager). Probleem:Bij client-side navigatie wordt geen nieuwe pageview geregistreerd. GTM vuurt alleen bij een echte page load. Oplossing:1. Standaard pageview uitschakelen in de GA4-configuratie (send_page_view = false)2. Virtuele pageview sturen naar de GTM dataLayer bij route changes3. In GTM een GA4 event-tag gebruiken die reageert op dit custom event (met alle variabelen) BELANGRIJK — dubbele pageviews voorkomen:- Bij eerste page load vuurt GTM al een pageview (of de GA4 config tag).- Als de tracker-component bij eerste mount ook een virtual_page_view stuurt → dubbele pageview.- Daarom: eerste render overslaan, alleen bij echte route changes pushen. --- DEEL 1: GTM-CONFIGURATIE 1. Data Layer-variabelen (Menu > Variabelen > Door gebruiker gedefinieerde variabelen): - DLV - page_location (Data Layer Variable, key: page_location) - DLV - page_path (Data Layer Variable, key: page_path) - DLV - page_title (Data Layer Variable, key: page_title) 2. Google-tag configuratie: - Type: Google-tag: configuratie-instellingen - Configuratieparameter: send_page_view | Waarde: false - Deze variabele gebruiken in de GA4-tag(s) 3. GA4 Event-tag: - Tagtype: Google Analytics: GA4-gebeurtenis - Metings-ID: jouw G-XXXXX - Configuratie: de bovenstaande Google-tag configuratie (send_page_view = false) - Gebeurtenisnaam: page_view - Gebeurtenisparameters: - page_location → DLV - page_location - page_path → DLV - page_path - page_title → DLV - page_title 4. Trigger: - Type: Aangepaste gebeurtenis - Gebeurtenisnaam: virtual_page_view (of de naam die je in de code gebruikt) - Deze trigger koppelen aan de GA4 event-tag --- DEEL 2: NEXT.JS IMPLEMENTATIE Optie A — Met @next/third-parties/google: - GoogleTagManager in layout: <GoogleTagManager gtmId="GTM-XXXXX" />- Component: sendGTMEvent({ event: 'virtual_page_view', page_path, page_location, page_title })- Eventnaam moet overeenkomen met de GTM-trigger (bijv. virtual_page_view) Optie B — Handmatig dataLayer.push: - window.dataLayer.push({ event: 'virtual_page_view', page_path, page_location, page_title })- Zelfde eventnaam als in GTM-trigger TECHNISCHE EISEN VOOR DE TRACKER-COMPONENT: 1. Maak een aparte component: VirtualPageViews of GTMRouteTracker2. Gebruik: - usePathname() - useSearchParams() (voor volledige URL inclusief query string) - useEffect() - useRef() om de eerste render te detecteren3. Logica: - Eerste render: GEEN event pushen. Alleen de huidige path opslaan in een ref. - Volgende renders: alleen pushen als het pad is gewijzigd. - Voorkom dubbele pageviews: eerste mount = geen push.4. Data die je pusht: - event: "virtual_page_view" (of overeenkomstig met GTM-trigger) - page_path: pathname + query string (bijv. /pagina?foo=bar) - page_location: window.location.href (of window.location.origin + fullPath) - page_title: document.title5. Controleer of window bestaat; initialiseer dataLayer indien nodig6. Wrap de component in <Suspense fallback={null}> als je useSearchParams gebruikt7. Plaats de component in de root layout (bijv. in <body>) EXTRA:- Voeg een korte comment toe waarom de eerste render wordt overgeslagen (voorkomen dubbele pageviews).- Optioneel: path-exclusies (bijv. /studio, /admin) via een configuratie. OUTPUT:- Volledige, productieklare component- Inclusief imports- Inclusief duidelijke inline comments- Geen uitleg buiten de code

Supertoffe webapplicatie

Code

No description.

robert · 6w
ik wil een websites met toeters en bellen. variable_name

Onderiteling corrigeren

Video

Corrigeerd de ondertiteling zonder hele zinnen aan te passen.

maikel · 6w
Corrigeer deze tekst. Het is al uitgesproken in een video dus je hoeft geen hele zinnen om te gooien, maar het moet wel kloppend zijn als ondertiteling. 

Artikel schrijver

Writing

Schrijft een artikel

Jeff Goldberg · 6w
Je bent een professionele tekstschrijver. Schrijf een artikel van length woorden over het onderwerp topic. Gebruik een tone schrijfstijl, gericht op een audience. Zorg voor: - Een pakkende titel- Een inleiding die de lezer direct boeit- Duidelijke paragrafen met logische overgangen- Een afsluiting die het artikel samenvat en een call‑to‑action bevat- Waar nodig relevante subkoppen, bulletpoints en statistieken toevoegen

Cinematic movie still

Image

Prompt for cinematic image generation

Jeff Goldberg · 6w
Create a cinematic movie still about subjectIn the style of Movie directorUse the following film format: Film format

Music

Music

music

robert · 6w
Hip hop met techno variable_name

Tweet thread starter

Writing

Quick hook for Twitter threads.

Alex Chen · 6w
Write a punchy opening tweet for a thread about topic. Max 280 chars.

Headline generator

Writing

One compelling headline.

Sam Rivera · 6w
Write one attention-grabbing headline for subject.

Quick code comment

Code

Add a brief docstring.

Jordan Lee · 6w
Add a one-line docstring for this language function.

Thumbnail concept

Image

Single image idea.

Morgan Taylor · 6w
Describe one thumbnail concept for a video about video_topic.

Song title idea

Music

One catchy title.

Alex Chen · 6w
Suggest one catchy song title for a genre track about theme.

LinkedIn post

Writing

Professional social post.

Sam Rivera · 6w
Write a LinkedIn post (150-200 words) about topic. Tone: tone. Include a hook, 2-3 key points, and a call-to-action. Suitable for industry professionals.

Product comparison

Writing

Compare two options.

Jordan Lee · 6w
Compare product_a and product_b in a short paragraph. Cover: price, features, best use case. Be neutral.

Portrait prompt

Image

AI portrait image.

Morgan Taylor · 6w
Generate a style portrait of subject. Setting: setting. Mood: mood. High detail, professional lighting.

SQL query helper

Code

Write a query.

Jordan Lee · 6w
Write a database SQL query to task. Table context: table_context. Return only the query, no explanation.

Video script intro

Video

Hook for video.

Alex Chen · 6w
Write a 30-second video script intro for video_title. Hook the viewer in the first 5 seconds. Target audience: audience.

Chord progression

Music

Music theory helper.

Sam Rivera · 6w
Suggest a key chord progression for a genre song in mood. Include 4-8 chords. Brief explanation of the progression.

Meeting agenda

Other

Structured agenda.

Morgan Taylor · 6w
Create a meeting agenda for meeting_topic. Duration: duration. Include: objectives, discussion points, action items. Attendees: attendee_count.

Blog post outline

Writing

Structure for a blog.

Alex Chen · 6w
Create a detailed outline for a blog post about topic. Target length: word_count words. Include: compelling title, intro hook, 4-6 H2 sections with 2-3 bullet points each, conclusion with CTA. SEO focus: primary_keyword.

Landing page copy

Writing

Sales page text.

Sam Rivera · 6w
Write landing page copy for product_or_service. Sections: headline, subheadline, 3 benefit bullets, feature paragraph, social proof placeholder, CTA. Tone: tone. Target: target_customer.

Character design brief

Image

Visual character spec.

Morgan Taylor · 6w
Create a character design brief for character_type. Include: physical description (build, hair, clothing), personality traits, backstory snippet, color palette suggestions, pose/mood reference. Style: art_style.

Refactor suggestion

Code

Code improvement plan.

Jordan Lee · 6w
Analyze this language code and suggest refactoring. Provide: 1) Summary of current issues (readability, performance, maintainability). 2) Step-by-step refactor plan. 3) Example of improved code structure. Context: context.