- Overview of JustPrompt.ai
- Challenges Faced by MSMEs
- Solution Architecture
- Core Values of JustPrompt
- Project Structure
- Getting Started
- Project Roadmap
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.
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
JustPrompt tackles these challenges with the following features:
- Cross-Border Regulatory Compliance - Simplifies understanding and adherence to complex trade regulations.
- Comprehensive Market Research - Provides SMEs with detailed market insights for informed decision-making.
- GenAI-Powered Document Generation - Uses AI to automate necessary trade documentation.
- Pre-built Templates for Online Presence - Offers ready-to-use templates for quick online business setup.
The project is organized into two main directories: client
and server
.
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
│ ├── ...
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/
│ ├── ...
Follow these steps to get started with the platform: