Developed by:
▄▄▄ ▄• ▄▌·▄▄▄·▄▄▄ ▄▄▄▄· ▄• ▄▌·▄▄▄·▄▄▄
▀▄ █·█▪██▌▐▄▄·▐▄▄· ▐█ ▀█▪ █▪██▌▐▄▄·▐▄▄·
▐▀▀▄ █▌▐█▌██▪ ██▪ ▐█▀▀█▄ █▌▐█▌██▪ ██▪
▐█•█▌▐█▄█▌██▌.██▌ .██▄▪▐█ ▐█▄█▌██▌.██▌.
.▀ ▀ ▀▀▀ ▀▀▀ ▀▀▀ ·▀▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀ Noexplorer is a privacy-first, autonomous AI-powered search engine built with modern web technologies.
- Private by Design: No tracking, no ads, and local-first settings
- Autonomous Crawling: Smart web crawling and ranking algorithms
- Open Source: Transparent technology that you can audit and customize
- Modern UI: Built with React, TypeScript, and Tailwind CSS
This project is built with:
- Vite - Fast build tool and development server
- TypeScript - Type-safe JavaScript
- React - Modern UI framework
- shadcn/ui - Beautiful and accessible component library
- Tailwind CSS - Utility-first CSS framework
Make sure you have Node.js and npm installed - install with nvm
- Clone the repository:
git clone https://github.com/Create-Quests/noexplorer
cd noexplorer- Install dependencies:
npm install- Start the development server:
npm run devThe application will be available at http://localhost:8080
npm run dev- Start development servernpm run build- Build for productionnpm run build:dev- Build in development modenpm run lint- Run ESLintnpm run preview- Preview production build
Noexplorer is designed as a modern single-page application with:
- Component-based architecture using React and TypeScript
- Route-based navigation with React Router
- Responsive design with Tailwind CSS
- Modular component structure with shadcn/ui
This is an open-source project. Contributions are welcome!