Open Source Prototype

The demo is live.

The core search, analysis, and idea-generation pipeline is fully functional and open source. Run it yourself in a few minutes — all you need is a free Groq API key.

View on GitHub →

What it does

01

Search

Describe a technology area. The app extracts keywords and queries USPTO, EPO, arXiv, and Semantic Scholar in parallel.

02

Analyze

An LLM reads the retrieved patents and papers and produces a landscape map: covered territory, gaps, and research directions.

03

Generate

Generates novel product ideas targeting identified gaps, then runs an infringement check on whichever idea you select.

04

Develop

A guided chat interface with full patent context helps you think through building the idea without infringing existing IP.

Models powering it

INSTRUCTION

Llama 3.3 70B

Keyword extraction from natural-language queries and guided development chat. Fast, accurate, cost-efficient.

REASONING

Qwen3 32B

Patent landscape analysis, innovation idea generation, and infringement checking. Deep chain-of-thought reasoning over long patent contexts.

Both models run on Groq inference — free tier covers typical usage.

Run it in 3 steps

01

Clone

git clone github.com/Natheoah/patentisv1

02

Start

cd patentisv1 && ./start.sh

03

Search

Open localhost:5173, enter your free Groq API key, and describe a technology area.

Want the production platform?

Request early access