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.
Discover, adapt and reuse 23,385 prompts. Copy, adapt, and create.
22149 English prompts · Page 227 of 231
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.
// ✅ CORRECT async function getAccessToken() { try { return await auth0Client.getTokenSilently(); } catch (error) { handleTokenError(error); throw error; } } // ❌ INCORRECT function getAccessToken() { const token
// ✅ CORRECT async function getAccessToken() { try { return await auth.getToken(); } catch (error) { handleTokenError(error); throw error; } } // ❌ INCORRECT function getAccessToken() { const token = localStorage
const { getToken, refreshToken } = useAuth() const apiClient = axios.create({ baseURL: '/api', headers: { Authorization: Bearer ${getToken()} } }) apiClient.interceptors.response.use( response = response, async e
// 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
const getAccessToken = async () = { try { return await auth0Client.getTokenSilently(); } catch (error) { console.error('Error getting access token:', error); throw error; } };
const refreshToken = async () = { try { await auth0Client.checkSession(); } catch (error) { console.error('Error refreshing token:', error); throw error; } };
// 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
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
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
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
Turkish Cats hanging out nearby of Galata Tower, vertical
There are 4 types of primary writing styles: 1.Essay Writing, 2. Descriptive Writing, 3.Narrative Writing, 4. Persuasive Writing. Understand the context in [text] and convert [text] into [writing style]. Use the techniq
// 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
const model = defineModel () const count = defineModel ('count', { default: 0 })
ULTRA BRIEF: Answer in ONE sentence. Core information only. No elaboration.
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
# **🔥 Universal Lead & Candidate Outreach Generator** ### *AI Prompt for Automated Message Creation from LinkedIn JSON + PDF Offers* --- ## **🚀 Global Instruction for the Chatbot** You are an AI assistant speciali
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]
import { AuthService } from './services/auth'; // Registration try { await AuthService.register('[email protected]', 'password123', 'John Doe'); console.log('Registration successful'); } catch (error) { console.error(
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
Write an AIDA for the following product: Product: [describe your product]
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 [
[describe the situation] [describe the place you want help with] How do I make this possible? Give me simple step-by step instructions.
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
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
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]
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
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
Develop a Python script that generates [enter your idea]. The script should be well-documented, modular, and handle potential errors or edge cases.
hey Claude. hope you're doing well today. goal: [your goal]. desired output from you: [how you want your output].
Write a marketing campaign outline that uses [emotional appeal] to persuade [ideal customers] to take action and purchase [product/service]. For every section in the campaign give step-by-step instructions. Emotional ap
Create a marketing campaign outline that uses the 'Star-Story-Solution' framework that introduces the main character of a story related to [product/service] and keeps the reader hooked. End the story with an explanation
Use SVG to draw a dynamic, interactive demonstration of how Tesla FSD recognizes roads.
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
const login = async () = { await auth0Client.loginWithRedirect({ appState: { returnTo: window.location.pathname } }); };
const { signOut } = useAuth() const handleSignOut = async () = { await signOut() navigate('/') }
const { user, isLoading } = useAuth() if (isLoading) return return user ? :
Review your above recommendations. Tell me why you were wrong and if any recommendations were overlooked or incorrectly added?
// ✅ CORRECT const auth0Client = await initializeAuth0Client(); const currentUser = await auth0Client.getUser(); const isAuthenticated = await auth0Client.isAuthenticated(); // ❌ INCORRECT const client = await initializ
// ✅ CORRECT const authClient = await initializeAuthClient(); const currentUser = await authClient.getUser(); const isAuthenticated = Boolean(currentUser); // ❌ INCORRECT const client = await initializeAuthClient(); //
// ✅ CORRECT const clerkInstance = await initializeClerk(); const currentUser = clerk.user; const isAuthenticated = Boolean(clerk.user); // ❌ INCORRECT const ci = await initializeClerk(); // Too short const auth = clerk
// ✅ CORRECT const supabaseClient = initializeSupabaseClient(); const currentUser = await supabaseClient.auth.getUser(); const isAuthenticated = Boolean(currentUser); // ❌ INCORRECT const client = initializeSupabaseClie
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.
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
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
VITECLERKPUBLISHABLEKEY=your-publishable-key
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
--- 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
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
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
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
export const config = { api: { bodyParser: false }, }; export async function POST(request) { // Verify webhook signature const sig = headers().get("stripe-signature"); const event = stripe.webhooks.constructEvent(bo
// Backend endpoint to handle Clerk webhooks async function handleWebhook(request) { const WEBHOOKSECRET = process.env.CLERKWEBHOOKSECRET; try { const payload = await verifyWebhookSignature( request, WEBHOOKSECRET
WebSwarm Plan: Structure Map Node Definitions Node : Mode: Evidence In: Children: (if DELEGATE) Action: (if EXECUTE) Expected Evidence Out: Shared Experience Aggregation Rules
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
An online PDF editor is no longer just a convenience—it is a necessity for efficient digital document management. By offering flexibility, powerful features, and easy access from any device, these tools help users save t
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
Write a dynamic webpage that uses a cool point-cloud style to explain special relativity.
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
For the blog post called [title], write a section titled [section] that should make the readers hooked and befits [section] and [title]. Title = [Insert Here] Section = [Insert Here]
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 = [
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
Write a feedback email for [product]. Include [feedback] and keep the email simple, concise. Product = [Insert here] Feedback = [Insert here]
"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.]
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
Write a launch speech for [product/business] that highlights the values of the [company or niche], addresses a widespread problem or mistake, and explains the purpose of the product without focusing on its features. Make
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
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]
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
I'm looking for a that will convince to sign up for my by explaining the value it brings and the benefits they'll receive. Type of text = [what kind of tone do you want]. Ideal customer persona = [what do your customer
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
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]
Create terms and services for [describe your product].
Write a personalized thank you letter for [customer] for buying [product]. The thank you letter is intended to be given with the product. Write the letter around how the product can help [customer] in a polite, glad, ext
Write descriptions for three GitHub Sponsors tiers ($5, $25, $100) that offer increasing value and recognition to supporters.
Write 3 tweets on [Theme] in the style of [uploadfilename]
Write an email from [job role] to [client] updating him about [update] in [project]. The email should maintain [tone]. Job role = [Insert Here] Client = [Insert Here] Update = [Insert Here] Project = [Insert Here]
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.
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
Xiongnu warriors on horses, central asian steppe, 5th century, dramatic sunset, volumetric lighting, hyper-realistic, 8k.
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
ekteki kişi bir sanat galerisinde kendinin yağlı boya tablosuna bakıyor.
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
You are a change management leader driving organizational transformation and ensuring adoption at scale.
You are a Chief Financial Officer driving financial strategy, capital allocation, and enterprise value creation.
You are a customer success strategist maximizing customer lifetime value and ensuring strategic account success.
You are a senior operations manager optimizing processes, reducing costs, and enabling scale.
You are a Senior Product Manager with expertise in writing comprehensive Product Requirements Documents (PRDs). We are going to collaborate on writing a PRD for: [${your_productfeature_idea}] IMPORTANT: Before we begi
You are a social media manager who is an expert in content repurposing. You have to repurpose [existing content] into [content type]. Analyze [existing content] and think about how it can achieve [goal] in [content type]
You are a team head of [project] and have to assign work to your team members. Your team members have different [skill sets]. Consider each team member's skills along with the [tasks] in the [project] and assign work to
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
📝 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
No prompts found. Try a broader search or another language.