A sample prompt of what you can find in this page
Prompt by CondZero

order prompts

hundreds of results

4 months ago

{ "scene_type": "metaphorical cityscape", "style": "2D digital illustration, sketch-inspired, neon on dark background", "layout": { "orientation": "left-to-right ascending", "ground": { "type": "curved", "slope": "upward from left to right", "texture": "horizontal scribbles", "color": "aqua blue" } }, "buildings": { "count": 7, "arrangement": "ordered from shortest to tallest left-to-right", "structure": { "shape": "rectangular blocks", "color": "pastel neon purple outlines", "details": [ "vertical hatching", "some with square window-like patterns" ], "style": "abstract minimal", "height_progression": "increasing" } }, "characters": { "type": "stick figures", "placement": [ "some on top of buildings", "others walking toward buildings" ], "attributes": { "form": "simple line", "colors_by_role": { "default": "soft magenta", "main": "electric cyan" }, "size": "small relative to buildings", "interaction": "static, symbolic" } }, "highlight": { "main_character": { "position": "top of tallest building", "color": "electric cyan", "symbol_above_head": { "type": "halo", "color": "glowing gold", "meaning": "enlightenment, goal achievement" } } }, "lighting": { "background": "dark (near black)", "foreground": "luminous neon lines (aqua, purple, cyan, magenta, gold)" }, "mood": { "tone": "symbolic, motivational", "theme": [ "personal growth", "social hierarchy", "life progression" ] }, "symbols": { "interpretation": { "buildings": "stages or levels of growth", "characters": "individuals in society", "ascending_order": "journey of development", "blue_light": "success or ultimate goal" } } }

6 months ago

A breathtaking 16K ultra-realistic cinematic masterpiece depicting a celestial squadron of fierce yet divine female angels standing in perfect military formation, their profiles aligned in a powerful side-view row as if awaiting orders from their unseen captain. Each warrior is uniquely designed but unified in celestial grandeur, their piercing gazes locked forward with unwavering discipline. The scene is set against an expansive, dreamlike sky of swirling nebulae, soft golden clouds, and distant floating citadels bathed in ethereal light. The angels stand upon a radiant, translucent platform suspended in the heavens, their presence casting delicate glows and shimmering particle effects that dance in the cosmic breeze. Character Details: First Angel (Leader): Tall and commanding, her long platinum hair flows like liquid starlight, adorned with a delicate golden circlet. Her armor is ornate—gleaming white and gold with celestial engravings, a tattered azure cloak billowing behind her, emblazoned with a radiant halo sigil. Her eyes glow like twin supernovae, focused and unyielding. Second Angel (Lieutenant): Slightly shorter but equally formidable, her silver-blue armor is etched with constellations, her wings (partially unfurled) shimmering with iridescent feathers. Her expression is calm but alert, a celestial spear resting vertically at her side. Third Angel (Guardian): Younger but no less fierce, her rose-gold armor is lighter, adorned with flowing ribbons that defy gravity. Her gaze is intense, her lips parted slightly as if whispering a divine mantra. Lighting & Atmosphere: The scene is bathed in a divine golden glow, with volumetric god rays piercing the clouds, illuminating the angels’ armor with a lifelike metallic sheen. Soft lens flares and subtle bokeh effects add depth, while microscopic details—individual strands of hair, the texture of feathered wings, and the weathered imperfections of their armor—heighten realism. Mood & Composition: Awe-inspiring and majestic, evoking the solemnity of a sacred oath. The angels’ synchronized stance conveys unity and unbreakable loyalty, their presence both serene and formidable. The background hints at an approaching celestial event—a distant supernova or the arrival of their commander—adding narrative tension.

8 months ago

An educational diagram illustrating the execution layers of the JavaScript engine. Layout Details: On the left side, a rectangle contains a block of JavaScript code written in a clear, readable font. To the right of the code, a large rectangle labeled "Web API", representing the asynchronous operations handled by the browser. Further right of the Web API, another rectangle labeled "Execution Stacks (Ordered by Priority)" contains four stacked rectangles representing different execution stacks: ✅ Call Stack (Topmost layer) console.log() Loops Function callbacks ✅ Micro Stack (Below Call Stack) Promises Await continuation queueMicrotask ✅ Rendering Stack (Below Micro Stack) DOM updates Rendering CSS changes requestAnimationFrame() ✅ Macro Stack (Bottom-most layer) setTimeout, setInterval I/O operations Network tasks (e.g., fetch API) To the right of these stacks, a circular arrow symbolizing the Event Loop, labeled "Continuously Checking & Executing Tasks". On the far right, a console output box displaying simulated JavaScript execution results. Color & Styling Preferences: Use soft, readable colors with clear text labels. Differentiate stacks using light shades (e.g., Call Stack in blue, Micro Stack in green, Rendering Stack in orange, Macro Stack in red). The Event Loop arrow should appear dynamic, visually emphasizing its continuous operation. Why These Enhancements? ✅ Better readability for students 🏫 ✅ More precise terminology 💡 ✅ Improved visual clarity 🎨 with 4k resolution