/artefacto-app

Proof of concept for a web application that enables Internet searches using AI.

Primary LanguageTypeScript

Artefacto App

Proof of concept for a web application that enables Internet searches using AI, displaying the results in dynamically reconstructed and rendered components based on the obtained information and the user's specific needs.

It is necessary to have an API key from OpenAI or Gemini to use the application.

Visit the Artefacto App to see the project in action.

Images

Artefacto App

Artefacto App

Tecnologías

  • Langchain.js
  • AI SDK
  • Zod
  • Next.js
  • React.js
  • TailwindCSS
  • Typescript
  • schadcn/ui

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.