Skip to content

mahsook3/JustPrompt.ai-x-Informatica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

JUSTPROMPT.AI X INFORMATICA

last-commit repo-top-language repo-language-count


Table of Contents


Overview of JustPrompt.ai

JustPrompt.ai is an AI-powered platform designed to simplify cross-border trade for SMEs (Small and Medium-sized Enterprises). It provides comprehensive compliance guidance and various features to help SMEs overcome challenges in entering global markets.

Challenges Faced by MSMEs

MSMEs encounter several obstacles when trying to expand globally, including:

  • Complex cross-border regulations
  • Difficulty accessing government incentives
  • High costs for building an online presence
  • Expensive compliance with international standards
  • Limited access to market research tools

Solution Architecture


Core Values of JustPrompt

JustPrompt tackles these challenges with the following features:

  1. Cross-Border Regulatory Compliance - Simplifies understanding and adherence to complex trade regulations.
  2. Comprehensive Market Research - Provides SMEs with detailed market insights for informed decision-making.
  3. GenAI-Powered Document Generation - Uses AI to automate necessary trade documentation.
  4. Pre-built Templates for Online Presence - Offers ready-to-use templates for quick online business setup.

Project Structure

The project is organized into two main directories: client and server.

Client

The client directory houses the frontend code of the JustPrompt platform.

client/
 ├── .catalystrc
 ├── .gitignore
 ├── catalyst.json
 ├── package.json
 ├── postcss.config.js
 ├── README.md
 ├── tailwind.config.js
 ├── public/
 │   ├── favicon.ico
 │   ├── index.html
 │   ├── logo192.png
 │   ├── logo512.png
 │   ├── manifest.json
 │   ├── robots.txt
 ├── src/
 │   ├── App.css
 │   ├── App.js
 │   ├── App.test.js
 │   ├── Chatbot.js
 │   ├── cleaned_components.json
 │   ├── codebase.json
 │   ├── ...

Server

The server directory contains the backend code of JustPrompt.

server/
 ├── .catalystrc
 ├── app-config.json
 ├── catalyst-debug.log
 ├── catalyst.json
 ├── generate-billoflading.js
 ├── generate-responses.js
 ├── get-embeddings.js
 ├── index.js
 ├── package.json
 ├── README.md
 ├── models/
 │   ├── ...

Getting Started

Follow these steps to get started with the platform:
Watch the video


Project Roadmap


Releases

No releases published

Packages

No packages published

Languages