Inspiration

The idea for Gemini-Trade comes from a real problem I encountered while learning about international trade and import regulations during my academic and professional journey.

As a second-year computer science student, I previously worked on an AI-assisted import analysis solution during a professional internship at a large multinational company. During this experience, I realized how complex, stressful, and time-consuming import compliance decisions can be — especially when products contain sensitive technical components such as radio modules, encryption, medical sensors, or surveillance features.

Customs officers and importers often have to make critical decisions under pressure, based on dense legal texts and technical documentation. This inspired me to build Gemini-Trade: a tool that transforms complex regulations into clear, explainable AI-assisted decisions.


What the project does

Gemini-Trade is an AI-powered import compliance analysis tool.

Users provide:

  • The destination country
  • The product’s technical specifications
  • Optionally, an official import decree

Using Gemini AI, the system analyzes the product against country-specific regulations and delivers:

  • A clear importability verdict
  • The legal and technical justification
  • Identification of sensitive components
  • Practical compliance advice

The goal is not to replace legal authorities, but to support faster, safer, and more informed decision-making.


How I built it

For this hackathon version, I focused on speed, clarity, and explainability.

  • Frontend: Built with React and Tailwind CSS for a clean, professional UI.
  • AI Integration: Gemini API is called directly from the frontend to ensure fast testing and smooth evaluation.
  • Architecture Choice: A backend was implemented, but intentionally not used in this demo to avoid deployment complexity and ensure rapid iteration.
  • Data Handling: Temporary data is stored locally to support testing scenarios.
  • Deployment: The application is deployed on Vercel for easy access by the jury.

This simplified architecture allowed me to focus on the core value: AI-powered reasoning over technical and legal data.


Challenges I faced

One of the main challenges was designing AI prompts that balance:

  • Legal accuracy
  • Technical precision
  • Clear explanations for non-experts

Another challenge was defining the scope of responsibility. Import regulations change frequently, so I had to clearly communicate that Gemini-Trade is a decision-support tool, not a legally binding authority.

Finally, simplifying a real-world enterprise problem into a hackathon-ready demo — without losing credibility — required careful trade-offs.


What I learned

This project helped me deepen my understanding of:

  • AI reasoning applied to regulatory and legal contexts
  • Prompt engineering for explainable AI outputs
  • Product thinking: building for real users, not just technical demos
  • Making smart architectural trade-offs under time constraints

Most importantly, I learned how AI can reduce stress and error rates in high-stakes decision environments when used responsibly.


What’s next

Gemini-Trade is designed as a foundation for a future SaaS platform. Planned improvements include:

  • Multi-country legal databases
  • HS code auto-detection
  • Uploading technical datasheets and official decrees
  • Enterprise dashboards for compliance teams
  • Secure backend integration and public API access

This hackathon version demonstrates the concept, while future versions aim to bring it to production scale.

Built With

Share this project:

Updates