Val Town Code SearchReturn to Val Town

API Access

You can access search results via JSON API by adding format=json to your query:

https://codesearch.val.run/$%7BsvgDataUrl%7D?q=image&page=3&format=json

For typeahead suggestions, use the /typeahead endpoint:

https://codesearch.val.run/typeahead?q=image

Returns an array of strings in format "username" or "username/projectName"

Found 9912 results for "image"(3065ms)

untitled-8413types.ts1 match

@chadparker•Updated 15 hours ago
17 description?: string | null;
18 readme?: string;
19 imageUrl?: string | null;
20 links: {
21 self: string;

mcp-servermain.ts3 matches

@joshbeckman•Updated 16 hours ago
19 date: string;
20 doc: string;
21 image: string;
22 tags: string;
23 title: string;
81 sequences: item.sequences,
82 date: item.date,
83 image: item.image,
84 backlinks: item.backlinks,
85 category: extractPostCategory(item),
130 (page.sequences?.length > 0 ? `- sequences: ${page.sequences.map(seq => `[Sequence ${seq.id} on ${seq.topic}](${SITE_URL}/sequences#${seq.id})`).join(", ")}` : null),
131 (page.book ? `- book_id: ${page.book}` : null),
132 (page.image ? `- image: ${page.image}` : null),
133 (page.score ? `- relevance: ${page.score.toFixed(3)}` : null),
134 ].filter((a) => a !== null).join("\n");

val-town-http-mcp-serveropentownie.txt2 matches

@prashamtrivedi•Updated 18 hours ago
101## Val Town Platform Specifics
102- **Redirects:** Use `return new Response(null, { status: 302, headers: { Location: "/place/to/redirect" }})` instead of `Response.redirect` which is broken
103- **Images:** Avoid external images or base64 images. Use emojis, unicode symbols, or icon fonts/libraries instead
104- For AI-generated images, use: `https://maxm-imggenurl.web.val.run/the-description-of-your-image`
105- **Storage:** DO NOT use the Deno KV module for storage
106- **Browser APIs:** DO NOT use the `alert()`, `prompt()`, or `confirm()` methods

val-town-http-mcp-servervalley.txt2 matches

@prashamtrivedi•Updated 18 hours ago
169
170- **Redirects:** Use `return new Response(null, { status: 302, headers: { Location: "/place/to/redirect" }})` instead of `Response.redirect` which is broken
171- **Images:** Avoid external images or base64 images. Use emojis, unicode symbols, or icon fonts/libraries instead
172- **AI Image:** To inline generate an AI image use: `<img src="https://maxm-imggenurl.web.val.run/the-description-of-your-image" />`
173- **Storage:** DO NOT use the Deno KV module for storage
174- **Browser APIs:** DO NOT use the `alert()`, `prompt()`, or `confirm()` methods

val-town-http-mcp-servertownie.txt2 matches

@prashamtrivedi•Updated 18 hours ago
18 * Response.redirect is broken. Use `return new Response(null, { status: 302, headers: { Location: "/place/to/redirect" }})`
19
20 * Avoid external images or base64 images, use emojis, unicode symtols, or icon fonts/libraries instead, unless that's not practical for the user's request (e.g. if they ask for a particular animated gif).
21
22 * If you want an AI generated image, use https://maxm-imggenurl.web.val.run/the-description-of-your-image to dynamically generate one.
23
24 * DO NOT use the Deno KV module for storage.
33// These are critical requirements for Val Town
34* Response.redirect is broken. Use return new Response(null, { status: 302, headers: { Location: "/place/to/redirect" }})
35* Avoid external images or base64 images when possible
36* For AI-generated images, use: https://maxm-imggenurl.web.val.run/[description]
37* DO NOT use Deno KV module, alert(), prompt(), or confirm() methods
38* For weather data, use open-meteo (no API key required)

val-town-http-mcp-serverprojectTools.ts4 matches

@prashamtrivedi•Updated 18 hours ago
124 description: z.string().max(64).optional()
125 .describe("Description for the project (optional, max 64 characters)"),
126 imageUrl: z.string().optional().describe("URL to an image for the project (optional)"),
127 },
128 async ({name, privacy, description, imageUrl}: {
129 name: string
130 privacy: "public" | "unlisted" | "private"
131 description?: string
132 imageUrl?: string
133 }) => {
134 try {
159 privacy,
160 ...(description ? {description} : {}),
161 ...(imageUrl ? {imageUrl} : {}),
162 }
163

huyhieu.cursorrules2 matches

@lanly•Updated 22 hours ago
178
179- **Redirects:** Use `return new Response(null, { status: 302, headers: { Location: "/place/to/redirect" }})` instead of `Response.redirect` which is broken
180- **Images:** Avoid external images or base64 images. Use emojis, unicode symbols, or icon fonts/libraries instead
181- **AI Image:** To inline generate an AI image use: `<img src="https://maxm-imggenurl.web.val.run/the-description-of-your-image" />`
182- **Storage:** DO NOT use the Deno KV module for storage
183- **Browser APIs:** DO NOT use the `alert()`, `prompt()`, or `confirm()` methods

huyhieu.cursorrules2 matches

@lanly•Updated 22 hours ago
178
179- **Redirects:** Use `return new Response(null, { status: 302, headers: { Location: "/place/to/redirect" }})` instead of `Response.redirect` which is broken
180- **Images:** Avoid external images or base64 images. Use emojis, unicode symbols, or icon fonts/libraries instead
181- **AI Image:** To inline generate an AI image use: `<img src="https://maxm-imggenurl.web.val.run/the-description-of-your-image" />`
182- **Storage:** DO NOT use the Deno KV module for storage
183- **Browser APIs:** DO NOT use the `alert()`, `prompt()`, or `confirm()` methods

reactHonoStarterindex.html1 match

@lanly•Updated 23 hours ago
6 <title>React Hono Val Town Starter</title>
7 <link rel="stylesheet" href="/frontend/style.css">
8 <link rel="icon" href="/frontend/favicon.svg" type="image/svg+xml">
9 </head>
10 <body>
compare-images

compare-images2 file matches

@eeeps•Updated 2 days ago
Compare two images and show some metadata about ’em

pdf-image1 file match

@stevekrouse•Updated 2 days ago
Chrimage
Atiq
"Focal Lens with Atig Wazir" "Welcome to my photography journey! I'm Atiq Wazir, a passionate photographer capturing life's beauty one frame at a time. Explore my gallery for stunning images, behind-the-scenes stories, and tips & tricks to enhance your own