Free Applets

Find Your Idea

A guided question sequence.

Prompt for Scanning Security

Secure your code.

Precise Dimension

Core toolkit principles.

Marketing Channels

Find your audience.

Pre-build

Brain Dump

Unload all your thoughts.

Find Your Idea

A guided question sequence.

Choose Your Builder

Select the right vibe agent for your project.

Idea Refinery

Refine your concept with AI.

Pomodoro Timer

Focused work sessions.

UI Mockup to Prompt

Translate visuals to code.

Prompt for Production

DB Visualizer

Visualize your database schema.

Humanized Console Errors

Make errors understandable.

Expenses Tracker

Manage your project costs.

Cost Efficiency

Analyze monetary and emotional costs.

Brand Document

Define your project's identity.

Attitude

Mindset prompts for developers.

Scheduler

Organize your tasks.

User Story to Test Case

Generate user stories, test cases, and technical specs from a single idea.

Production

Fake DB Testing

Test without a real database.

Github Crash Course

Version control basics.

Performance Optimizations

Make your app faster.

Accessibility

Build for everyone.

Prompt for Scanning Security

Secure your code.

Open Source Libraries

Leverage community code.

Precise Dimension

Core toolkit principles.

PNG Optimizer

Shrink image file sizes.

Debug-Fu

Master the art of debugging.

Resources

Useful links and tools.

Open Source Social Media Management Tools

Manage your social presence.

Post-production

Marketing Prompts

Craft your message.

SEO

Optimize for search engines.

Marketing Channels

Find your audience.

Offering: Inventive Mockups (Free for Artists)

Create value propositions.

AI CRO Audit for Product Pages

Optimize conversion rates.

Workflow: AI as Conversion Expert for Ads

AI-powered ad optimization.

Real-Life Asset Workflow

Manage your creative assets.

Internationalization

Translate your app into multiple languages without hassle.

Legal

Generate legal document drafts for your website.

LLM SEO Ranking

Optimize your site for both traditional search engines and AI language models.

Hosting Options

Explore free and paid hosting platforms for your projects.

Content Gen Workshop

A zero-code prompt builder for generating comprehensive blog content packages.

Performance Optimizations

Use these prompts to systematically find and fix performance bottlenecks in your application.

Scan

Use this prompt to conduct a thorough performance audit of your codebase.

Analyze the performance of my application and identify optimization opportunities. Given the context provided [PASTE YOUR APP CODE/DESCRIPTION HERE], scan for:

- Large bundle sizes or unnecessary imports
- Unoptimized images or media
- Render blocking resources
- Memory leaks or inefficient state management
- Slow loops or redundant calculations
- Missing lazy loading opportunities
- Database query inefficiencies (if applicable)

Provide a detailed report with specific line numbers and severity ratings (High/Medium/Low) for each issue found.

Build

Once you have a performance report, use this prompt to have the AI implement the required optimizations.

Based on the performance issues identified [PASTE PERFORMANCE REPORT HERE], implement all optimization fixes for my application [PASTE YOUR APP CODE HERE]. 

Apply best practices including:
- Code splitting and lazy loading
- Image optimization and lazy loading
- Memoization for expensive calculations
- Debouncing/throttling for frequent events
- Efficient state updates
- Asset compression and minification

Provide the complete optimized code with comments explaining each performance improvement.