Skip to content

SeekEngine: An Open Source Search Engine Powered by Google API SeekEngine is a simple, responsive, and customizable search engine built with Next.js and powered by the Google Custom Search API.

License

Notifications You must be signed in to change notification settings

archduke1337/SeekEngine

Repository files navigation

SeekEngine 🔎

An open-source, responsive, and customizable search engine powered by the Google Custom Search API.

SeekEngine is built with Next.js and designed to provide a clean, minimal interface for searching the web. It’s lightweight, fast, and easily deployable on Vercel.

🔗 Live Demo: seekengine.vercel.app


✨ Features

  • Powered by Google Custom Search API
  • 🎨 Responsive UI – works on desktop & mobile
  • ⚙️ Customizable – easy to configure and style
  • 🚀 Deployed on Vercel – quick and reliable hosting
  • 🔍 Fast Results – minimal overhead, instant rendering

🛠 Tech Stack


🚀 Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/archduke1337/SeekEngine.git
    cd SeekEngine
  2. Install dependencies:

npm install
 or
yarn install
  1. Configure your .env.local file with Google API credentials:
NEXT_PUBLIC_GOOGLE_API_KEY=your-google-api-key
NEXT_PUBLIC_GOOGLE_CX=your-custom-search-engine-id
  1. Run the development server:
npm run dev
or
yarn dev
  1. Open your browser at http://localhost:3000 🎉

☁ Deployment

Deploy instantly with Vercel:
Fork this repo
Import it into your Vercel dashboard
Add the required environment variables (NEXT_PUBLIC_GOOGLE_API_KEY, NEXT_PUBLIC_GOOGLE_CX)
Deploy 🚀

🤝 Contributing

Contributions are welcome!
Fork the project
Create a new branch (git checkout -b feature/awesome-feature)
Commit your changes (git commit -m 'Add awesome feature')
Push to your branch (git push origin feature/awesome-feature)
Open a Pull Request

📜 License

This project is licensed under the MIT LICENSE – see the LICENSE file for details.

🙏 Acknowledgments

Google Custom Search API Next.js The open-source community 🚀

About

SeekEngine: An Open Source Search Engine Powered by Google API SeekEngine is a simple, responsive, and customizable search engine built with Next.js and powered by the Google Custom Search API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •