inspiration-app/inspiration-engine
NicholaiVogel 0e0d59f13f feat: implement core search and content management functionality
- Add semantic search API endpoint with mock data and debounced search
- Create useSearch hook for managing search state and API calls
- Implement SearchResults component with rich item display
- Add ImageDropzone component with drag-and-drop file upload support
- Create upload API endpoint for file and URL processing
- Build ItemDetailsModal with comprehensive metadata display and actions
- Add Badge UI component to design system
- Integrate search functionality into main interface with real-time results
- Support multiple image formats with validation and size limits
- Add item management actions (share, download, copy, favorite, edit, delete)

Core features now working:
✅ Real-time semantic search with debouncing
✅ Image upload via drag-and-drop or URL
✅ Detailed item view with metadata and actions
✅ Responsive UI with proper loading states and error handling
2025-10-08 18:01:42 -06:00
..
2025-10-04 12:21:04 -06:00
2025-10-04 12:21:04 -06:00
2025-10-04 12:21:04 -06:00
2025-10-04 12:21:04 -06:00
2025-10-04 12:37:55 -06:00
2025-10-04 12:21:04 -06:00
2025-10-04 12:21:04 -06:00
2025-10-04 12:21:04 -06:00
2025-10-04 12:21:04 -06:00
2025-10-04 12:21:04 -06:00
2025-10-04 12:21:04 -06:00
2025-10-04 12:21:04 -06: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.