nNexGateHub
Browse NexGateHub
NEXGATEHUB / PROMPTS

AI prompt library — page 227

Discover, adapt and reuse 23,385 prompts. Copy, adapt, and create.

22149 English prompts · Page 227 of 231

Workflows · EN

Time Commitment

Explain how sponsorship would allow me to dedicate [X hours/days] per week/month to open source, comparing current volunteer time vs. potential sponsored time.

Workflows · EN

Token Handling

// ✅ CORRECT async function getAccessToken() { try { return await auth0Client.getTokenSilently(); } catch (error) { handleTokenError(error); throw error; } } // ❌ INCORRECT function getAccessToken() { const token

Workflows · EN

Token Handling

// ✅ CORRECT async function getAccessToken() { try { return await auth.getToken(); } catch (error) { handleTokenError(error); throw error; } } // ❌ INCORRECT function getAccessToken() { const token = localStorage

Workflows · EN

Token Handling

const { getToken, refreshToken } = useAuth() const apiClient = axios.create({ baseURL: '/api', headers: { Authorization: Bearer ${getToken()} } }) apiClient.interceptors.response.use( response = response, async e

Workflows · EN

Token Management

// Get access token async function getAccessToken() { try { const token = await auth0Client.getTokenSilently(); return token; } catch (error) { console.error('Token error:', error); throw error; } } // Make authe

Workflows · EN

Token Management

const getAccessToken = async () = { try { return await auth0Client.getTokenSilently(); } catch (error) { console.error('Error getting access token:', error); throw error; } };

Workflows · EN

Token Management

const refreshToken = async () = { try { await auth0Client.checkSession(); } catch (error) { console.error('Error refreshing token:', error); throw error; } };

Workflows · EN

Token Management

// Get access token async function getAccessToken() { try { const token = await auth.getToken(); return token; } catch (error) { console.error('Token error:', error); throw error; } } // Refresh token async funct

Workflows · EN

Tom and Jerry Classic Cartoon Chase

Create a 2D classic cartoon style video of Tom the cat and Jerry the mouse in a 4-scene chase through a cozy kitchen. Each scene is 8 seconds long, featuring: 1. Scene 1: Jerry runs with cheese, Tom chases him, slipping

Workflows · EN

Trade Contract Review Expert

Act as a Trade Contract Review Expert. Your role is to meticulously analyze trade contracts for ${industry:global trade} to ensure they meet legal and business standards. Your task is to: - Identify and highlight key ter

Workflows · EN

Translate Ad Copy into Other Languages

Translate [ad copy] into [language]. Understand the meaning of [ad copy] and find relevant words and native phrases in [language] that are best suited for persuading customers. Show what you've changed/added in English

Workflows · EN

Two-Factor Authentication

// lib/client.ts import { createClient } from 'better-auth' import { twoFactor } from 'better-auth/plugins' export const auth = createClient({ plugins: [ twoFactor({ issuer: 'Your App Name', algorithm: 'sha256', di

Workflows · EN

Underwater Veo 3 Video

Ultra-realistic 6-second cinematic underwater video: A sleek predator fish darts through a vibrant coral reef, scattering a school of colorful tropical fish. The camera follows from a low FPV angle just behind the predat

Workflows · EN

Upsell Using Email Marketing

Generate ideas on how to use email marketing for [business] to retain existing customers and to encourage repeat purchases from [product line]. Business = [Insert Here] Product line = [Insert Here]

Workflows · EN

Usage Examples

import { AuthService } from './services/auth'; // Registration try { await AuthService.register('[email protected]', 'password123', 'John Doe'); console.log('Registration successful'); } catch (error) { console.error(

Workflows · EN

Use AI to Get Instagram Story Ideas

I need an Instagram story idea that will provide a sneak peek of upcoming products or services and create a sense of anticipation and excitement for with a clear and compelling call to action. Targeted audience = [descr

Workflows · EN

Use Awareness - Action Framework Using AI

Use the 'Awareness-Comprehension-Conviction-Action' framework to create an email marketing campaign. Make [ideal customer persona] understand [problem] that they face. Create the desired conviction in the reader to use [

Workflows · EN

Use Claude to Create a Business Model

I need you to help me create a detailed business model canvas for a [business details] company. Organize your answers in a table that reproduces the original format used in consulting. I want you to write detailed answer

Workflows · EN

Use Claude to Create a Business Model

Use Claude to create a business model I need you to help me create a detailed business model canvas for a [business details] company. Organize your answers in a table that reproduces the original format used in consulti

Workflows · EN

Use Claude to Find CTA Ideas

Give me a few CTA (call to action) ideas for my new product. Make sure they are eye catching, short and friendly. Must emphasize "value" over "action". Product: [describe your product]

Workflows · EN

Use Claude to Generate "about" Section

I want you to act as my social media manager for my [business details and what you usually post about]. Give me at least 5 examples of an interesting "About" section for my Linkedln profile, write in a polite and friendl

Workflows · EN

Use Claude to Generate "about" Section

Use Claude to generate "about" Section I want you to act as my social media manager for my [business details and what you usually post about]. Give me at least 5 examples of an interesting "About" section for my Linkedl

Workflows · EN

Use the Computer S Front-Facing Camera

Use the computer's front-facing camera. Use the mediapipe library to capture facial landmarks. Use threejs to apply a LASER EYE effect to the face captured by the camera, based on the real-time 3D landmark information pr

Workflows · EN

Variables

// ✅ CORRECT const auth0Client = await initializeAuth0Client(); const currentUser = await auth0Client.getUser(); const isAuthenticated = await auth0Client.isAuthenticated(); // ❌ INCORRECT const client = await initializ

Workflows · EN

Variables

// ✅ CORRECT const authClient = await initializeAuthClient(); const currentUser = await authClient.getUser(); const isAuthenticated = Boolean(currentUser); // ❌ INCORRECT const client = await initializeAuthClient(); //

Workflows · EN

Variables

// ✅ CORRECT const clerkInstance = await initializeClerk(); const currentUser = clerk.user; const isAuthenticated = Boolean(clerk.user); // ❌ INCORRECT const ci = await initializeClerk(); // Too short const auth = clerk

Workflows · EN

Variables

// ✅ CORRECT const supabaseClient = initializeSupabaseClient(); const currentUser = await supabaseClient.auth.getUser(); const isAuthenticated = Boolean(currentUser); // ❌ INCORRECT const client = initializeSupabaseClie

Workflows · EN

Verbatim Chat to Organized Notes

extract all information in this chat verbatim Capture every detail from start to finish, ensuring the notes read like a comprehensive plan or proposal, with a focus on the user's intentions and actions.

Workflows · EN

Vintage Botanical Illustration Generator

A botanical diagram of a ${subject}, illustrated in the style of vintage scientific journals. Accented with natural tones and detailed cross-sections, it’s labeled with handwritten annotations in sepia ink, evoking a sch

Workflows · EN

Virtual Doctor

I want you to act as a virtual doctor. I will describe my symptoms and you will provide a diagnosis and treatment plan. You should only reply with your diagnosis and treatment plan, and nothing else. Do not write explana

Workflows · EN

Wary Bear in a Hostile Woodland

Act as a Wildlife Narrator. You are an expert in describing the behaviors and environments of animals in the wild. Your task is to create a vivid narrative of a wary bear navigating a hostile, overgrown woodland filled w

Workflows · EN

Web Application

--- name: web-application description: Optimize the prompt for an advanced AI web application builder to develop a fully functional ${applicationType:travel booking} web application. The application should be ${environme

Workflows · EN

Web Browser

I want you to act as a text based web browser browsing an imaginary internet. You should only reply with the contents of the page, nothing else. I will enter a url and you will return the contents of this webpage on the

Workflows · EN

Web Design

I want you to act as a web design consultant. I will provide details about an organization that needs assistance designing or redesigning a website. Your role is to analyze these details and recommend the most suitable i

Workflows · EN

Web Design Consultant

I want you to act as a web design consultant. I will provide you with details related to an organization needing assistance designing or redeveloping their website, and your role is to suggest the most suitable interface

Workflows · EN

Webhook Integration

// Backend endpoint to handle Clerk webhooks async function handleWebhook(request) { const WEBHOOKSECRET = process.env.CLERKWEBHOOKSECRET; try { const payload = await verifyWebhookSignature( request, WEBHOOKSECRET

Workflows · EN

Webswarm Plan

WebSwarm Plan: Structure Map Node Definitions Node : Mode: Evidence In: Children: (if DELEGATE) Action: (if EXECUTE) Expected Evidence Out: Shared Experience Aggregation Rules

Workflows · EN

Whiteboard Diagrams

Steps to build an AI startup by making something people want: { "style": { "name": "Whiteboard Sketch Diagram", "description": "Transform any concept into an elegant hand-drawn diagram. Clean, minimal, archite

Workflows · EN

Wikipedia Page

I want you to act as a Wikipedia page. I will give you the name of a topic, and you will provide a summary of that topic in the format of a Wikipedia page. Your summary should be informative and factual, covering the mos

Workflows · EN

Write an Email

Write a ${tone:professional|friendly} email to ${recipient} about ${topic}. The email should: - Be approximately ${length:200} words - Include a clear call to action - Use ${language:English} language

Workflows · EN

Write Cold DMs Using AI

Give me a cold DM that will use scarcity and urgency to make my [ideal customer persona] afraid of missing out on [product/service]. Offer them a limited-time offer or exclusive deal that they cannot resist. Service = [

Workflows · EN

Write Cold Emails Using AI

Write multiple drafts of an outreach email from [sender] to [receiver]. The [reason] for the outreach email should be subtly highlighted. The emails should be less than 900 characters and maintain [tone]. Conclude the em

Workflows · EN

Write Follow Up Emails Using AI

"A customer makes a purchase", write a follow-up email to send, thanking them for their purchase and ask them to leave a review or feedback. Instructions: [Describe how you want it.]

Workflows · EN

Write Landing Page Descriptions Using AI

Write the landing page description for [product], targeting [target customers]. The description should maintain [tone] and use markdown to structure the text with a primary H1 title, followed by two H2 subtitles. The fir

Workflows · EN

Write Press Release Using AI

Write a press release to be issued by [business/person], addressing [full details]. Develop a clear, concise, and compelling headline, and write an engaging lead paragraph that summarizes the key points. Include the [con

Workflows · EN

Write Product Descriptions Using AI

Write a product description for a [product] for the [target audience], and try using the [tone] to attract the customers. Product: [product] Target audience: [Target Audience] Tone: [tone to sound like]

Workflows · EN

Write Replies to Your Reviews Using Claude

A customer gave a 1-star review for your app on the Play Store; now write a sorry note to the customer and ask them to give you more information about their problem so you can resolve it as soon as possible. Instruction

Workflows · EN

Write Speeches That Motivate Using AI

You are SpeechGPT: Your primary function is to write a speech based on the information given below. Who wrote the speech? - [your role] Who's the target audience? - [your audience]. What is the goal of the speech? - [th

Workflows · EN

Write Speeches That Motivate Using AI

Write speeches that motivate using AI You are SpeechGPT: Your primary function is to write a speech based on the information given below. Who wrote the speech? - [your role] Who's the target audience? - [your audience]

Workflows · EN

Writer

1. Standard Proofreading Prompt Prompt: Please proofread the following text for grammar, spelling, and punctuation. Make sure every sentence is clear and concise, and suggest improvements if you notice unclear phrasing.

Workflows · EN

Xiangxiang

anime hentai style, 1girl, long light blue hair, blue white revealing armor dress, big breasts, nipples visible, lying prone on rocky ground, face flushed, moaning, small young looking boy with brown hair and orange top

Workflows · EN

Yamuna River Cleanup Plan for Vrindavan

Act as an Environmental Project Manager. You are responsible for developing and implementing a comprehensive plan to clean the Yamuna River in Vrindavan. Your task is to coordinate efforts among local communities, enviro

Workflows · EN

Yes or No Answer

I want you to reply to questions. You reply only by 'yes' or 'no'. Do not write anything else, you can reply only by 'yes' or 'no' and nothing else. Structure to follow for the wanted output: bool. Question: "3+3 is equa

Workflows · EN

You Are a Veteran Game Programming Master

You are a veteran game programming master. Please help me write an editor whose rendering module uses WebCodecs. Turn on the Switch and insert {argument name="gametitleen" default="The Legend of Zelda: Breath of the Wild

Workflows · EN

You Are a Veteran Game Programming Master

📝 Prompt You are a veteran game programming master. Please help me write an editor whose rendering module uses WebCodecs. Turn on the Switch and insert {argument name="gametitleen" default="The Legend of Zelda: Breath