20 Commits

Author SHA1 Message Date
ee74ad8485 feat: comprehensive UI improvements - dark/light mode, markdown support, diff tool, and enhanced chat interface 2025-10-08 18:39:57 -06:00
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
85a33d3c30 added a youtube video to articles 2025-10-05 22:14:05 -06:00
63915f89a3 delinting 2025-10-05 21:23:35 -06:00
de26e3464d Implemented Inspiration-agent app, a chat interface for interacting with repoguide so viewers of the repository have a nicer interface to access him through 2025-10-05 19:54:47 -06:00
11815fc119 feat: integrate library design with shadcn components and improved contrast
- Integrated library-layouts.tsx design into main page.tsx
- Replaced all custom styled elements with shadcn/ui components:
  * Button component with variants (outline, ghost, default) and sizes (sm, icon, icon-sm)
  * Input component for search field
  * Card and CardContent for image dropzone
- Removed all inline styles in favor of Tailwind utility classes
- Implemented proper shadcn semantic color tokens:
  * bg-background/text-foreground for main content
  * bg-muted/text-muted-foreground for secondary elements
  * Maintains warm creative palette with orange/amber accents
- Improved accessibility with high contrast ratios
- Added interactive features:
  * Library view with masonry grid layout
  * Collections view with grid layout
  * Expandable image search dropzone
  * View switching between Library and Collections
- Follows shadcn best practices with no custom CSS variables
- Supports automatic light/dark mode through shadcn tokens
2025-10-05 16:41:40 -06:00
2172a1c043 updated UI specifications and added an example UI layout 2025-10-05 15:32:41 -06:00
e4ea971eea Added article references 2025-10-05 14:59:07 -06:00
0afa46cd15 added shadcn components 2025-10-04 12:37:55 -06:00
1e21ca7152 initialized wrangler dev 2025-10-04 12:21:04 -06:00
430acf042d outlined basic front end specifications 2025-10-04 11:22:58 -06:00
15d3ce5292 Updated Readme.md 2025-10-04 09:13:41 -06:00
dc810e717c So far, I have progressed the "Inspiration Engine" concept through three critical planning phases.
1. Began with an in-depth brainstorming session to explore the initial idea, which produced a structured "Brainstorming Session Results" document.

2.  Conducted a comprehensive competitive analysis, identifying Raindrop.io as the primary competitor and establishing a strategic position focused on privacy, multimodal search, and open-source standards.

2. Collected all of these findings into a detailed "Project Brief," creating a complete foundational document that defines the project's vision, MVP scope, target users, technical requirements, and key risks, making it ready for the next phase of development.
2025-10-04 08:57:33 -06:00
08ae9b7421 updated README.md with a little bit more context and link to chat agent 2025-10-04 06:06:17 -06:00
93efb94514 Ideation about open source technologies and plan to establsh dominance 2025-10-04 02:17:22 -06:00
a2407fd3c3 Created a full analysis of current competitors 2025-10-04 02:03:24 -06:00
52ee9fa383 Brainstorming 2025-10-04 00:16:11 -06:00
c38b789358 fixed formatting 2025-10-03 02:10:38 -06:00
ba4eb9147a gitignore 2025-10-03 02:08:28 -06:00
200448f83d first session, idea presentation and refinement 2025-10-03 01:30:06 -06:00