No description
  • TypeScript 89.2%
  • HTML 10.1%
  • CSS 0.4%
  • JavaScript 0.3%
Find a file
Lumorian 9b690e2591 fix: use dataTransfer.files for multi-file drag
webkitGetAsEntry() may not return all items when dragging
multiple selected files. Use dataTransfer.files as primary
source for non-folder drags, only use webkitGetAsEntry()
when folders are detected.
2026-06-04 18:58:24 +08:00
.superpowers/brainstorm/1170693-1780491168 fix: 1:1 replicate image-provenance frequency analysis pipeline 2026-06-04 02:36:13 +08:00
data/uploads feat: move upload storage out of public/ and add image serving API 2026-05-01 17:29:08 +08:00
docs/superpowers feat: 1:1 replicate image-provenance empty state and file info card 2026-06-04 03:33:40 +08:00
public test: add reproducers for 1K-only resolution, drag-drop upload, and prompt preservation 2026-05-21 18:06:34 +08:00
scripts feat: auto-cleanup uploaded images after 30 minutes 2026-05-02 02:05:55 +08:00
src fix: use dataTransfer.files for multi-file drag 2026-06-04 18:58:24 +08:00
.env.example chore: add .env.example and default IMAGE_BASE_URL fallback 2026-05-02 01:38:54 +08:00
.env.local.example test: add reproducers for 1K-only resolution, drag-drop upload, and prompt preservation 2026-05-21 18:06:34 +08:00
.gitignore chore: add brainstorm state files to gitignore 2026-06-04 03:12:08 +08:00
next.config.ts test: add reproducers for 1K-only resolution, drag-drop upload, and prompt preservation 2026-05-21 18:06:34 +08:00
package-lock.json feat: add one-click batch download (JSZip) 2026-06-04 17:31:54 +08:00
package.json feat: add one-click batch download (JSZip) 2026-06-04 17:31:54 +08:00
postcss.config.mjs feat: initial Lum Image - GPT-Image-2 AI image generation tool 2026-05-01 03:51:46 +08:00
README.md chore: add README.md 2026-05-01 03:52:21 +08:00
tailwind.config.ts feat: initial Lum Image - GPT-Image-2 AI image generation tool 2026-05-01 03:51:46 +08:00
tsconfig.json feat: initial Lum Image - GPT-Image-2 AI image generation tool 2026-05-01 03:51:46 +08:00
vitest.config.ts fix: strip data URL prefix from reference images for API compatibility 2026-05-01 12:45:36 +08:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.