Enaiblr is a growing AI tools platform currently featuring a search engine, disposable chatbot, and image generator - all designed with simplicity and functionality in mind.
- Simple and straightforward search interface for finding AI tools and resources
- Tag-based filtering system for quick access to specific categories
- Real-time search results with detailed tool descriptions
- Mobile-responsive design
- No login required, completely anonymous chat experience
- Image upload and analysis capabilities
- Real-time streaming responses
- Mobile-optimized with special handling for keyboard interactions
- Chat history is never stored - truly disposable
- Create AI-generated images from text descriptions
- Multiple aspect ratio options (wide, square, portrait)
- Example prompts for inspiration
- One-click image download
- Modal view for detailed image inspection
- Support for various artistic styles
- Next.js 15
- TypeScript
- Tailwind CSS
- shadcn/ui components
- Together AI API for chat and image generation
- Exa API for search functionality
- Vercel Analytics & Speed Insights
- Clone the repository:
git clone https://github.com/alharkan7/enaiblr.git
cd enaiblr
- Install dependencies:
npm install
- Set up environment variables:
TOGETHER_API_KEY=your_together_ai_key
EXASEARCH_API_KEY=your_exa_api_key
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser.
The main pages are organized as follows:
/app/page.tsx
- AI Tools Search Engine/app/chat/page.tsx
- Disposable AI Chat/app/imagen/page.tsx
- AI Image Generator
Each feature is built as a standalone module while sharing common components and utilities.
/api/search
- Handles AI tools search queries/api/chat
- Manages chat interactions with streaming responses/api/generate
- Processes image generation requests
Contributions are welcome! Please feel free to submit a Pull Request.
Found a bug? Please email us at enaiblr@gmail.com or open an issue on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.
Created by Al Harkan