Project Name: Generative Op
Project Track: Web3
Team Name: Comexias Labs
Team Members: @jnlewis
Devpost Project Link: https://devpost.com/software/genop-8cw13g
Demo Video Link: https://youtu.be/5ulk2EkuLfo
Project Website: https://www.generativeop.com
Project Test Instructions
- Visit https://www.generativeop.com
- Click on Sign In on the top right
- Once signed in, click on Open Your Workspace on the top right
Open Source on GitHub: https://github.com/ComexiasLabs/generative-op-extensions
Smart Contract Links: N/A (This platform interacts with the Blockchain but does not possess its own smart contract)
Generative Op: Your Generative AI Workspace
Project Goal: Our goal is to unlock the full potential generative AI technology to businesses by providing a seamless experience to explore, create, and manage AI-driven workflows tailored to specific business needs - without the need for any setup or hosting AI models.
The inspiration for Generative Op (short for Generative Operation) came from the growing need for accessible AI tools that can adapt to various industries and use cases. As AI technology rapidly evolves, we saw an opportunity to bridge the gap between complex AI setups and everyday business use. We wanted to create a platform that offers powerful generative AI capabilities and also provide the flexibility to customize and integrate external tools into their AI workflows.
About the Project
Generative Op (short for Generative Operation) is a cutting-edge SaaS platform designed to empower businesses with the full potential of generative AI. Built with flexibility and scalability in mind, Generative Op allows users to explore over 100 expertly crafted AI prompts across various industries or create their own custom prompts tailored to their specific needs. The platform supports seamless integration with popular apps, tools, blockchains, and APIs, providing a truly customizable experience.
With Generative Op, users can manage their prompt libraries, develop extensions, and take advantage of developer-ready APIs for smooth integration into their existing workflows. We also prioritize AI safety, offering customizable safeguards to ensure privacy, truthfulness, and security in all AI-driven tasks. Whether you’re looking to supercharge your productivity, streamline your creative processes, or explore new AI possibilities, Generative Op is your go-to platform for AI-powered innovation.
*Supported AI models: Anthropic Claude, Meta Llama, Amazon Titan, Mistral AI Mixtral, Cohere Command, AI21 Labs Jurassic
Integration with TRON Blockchain
Generative AI models today are pre-trained and can only answer according to the knowledge that it has learned. What if you want to ask something that requires real time integration with TRON? For example, asking for the current balance of a wallet, or analysis on the most recent transactions and blocks?
Here is where integration becomes important. At Generative Op, we have built an open source extension for TRON that users can integrate with their prompts.
How it works
- When you create a prompt, you can choose to activate the TRON extension, which gives you additional options, such as Mainnet/Testnet, wallet and contract addresses.
- Then you can choose which APIs you want to access, including wallet and account details, contract details, and block information.
- Now you can write your AI prompt to ask questions on these data.
- When the AI is generating a response to your prompt, Generative Op will integrate with TRON and fetch the necessary data in real time for the AI model so that it has the most up to date information.
Features
Access industry leading AI models
- With support for over ten large language models from various AI companies
Presets for any use case
- Instantly access 100+ expertly crafted prompts tailored for diverse use cases, ready to deploy and use.
Your own prompt library
- Create, manage, and customize your own dynamic prompt library to suit any project with flexibility and control at your fingertips.
Extensions and customizations
- Integrate generative AI with your favorite app and blockchains, or build your own extensions for a tailored experience.
AI safety and privacy
- Implement customizable safeguards for privacy, truthfulness, and security, ensuring your AI operates safely and ethically.
Developer integrations (Available soon)
- Connect with your applications with built-in API and webhooks, designed for smooth and scalable integration.
Business Model
Summary: Free and publicly available
Generative Op will run on a freemium model where majority of features will be made free with set quotas and with the availability for increased quotas and team management for business and enterprise users.
Technical Details
Architecture Overview
Web Application
- The frontend Web Application is developed in React using the NextJS framework. The authentication, analytics and core APIs are developed in NodeJS.
- The web applications is hosted on Vercel.
APIs
- There are two custom built APIs powering Generative Op:
- The core API which manages all platform operations
- The generative AI API which streamlines model inferences and enable real time streaming
- Both of these APIs are hosted in AWS Lambda and developed in NodeJS express.
Database
- The database in use is DynamoDB on AWS and used to manage users’ prompt library and configurations.
User Identity Management
- We leverage on Clerk for user identity management, authentication and authorization.
Blockchain
Contract Interactions/Deployments
- TronWeb and Web3Js libraries are used for all contract interactions, including deployments. This will be available via an extension and is currently in development.
Block Explorers
- We rely on data from block explorers such as TronScan API for our TRON integration extension. This is already available under the TRON Scan extension.
Screenshots