Skip to content

DevMaxC/prompta

Repository files navigation

Prompta

image

About

Prompta is a handy tool that allows users to save their GPT prompts and effortlessly rerun them via its API. Built with an inbuilt Stripe integration, every API usage gets charged to the user's account, making the process efficient and uncomplicated.

Features

  • GPT Prompt Saving and Running
  • Integrated Stripe Payment System

Technologies Used

Prompta is developed using a range of modern technologies including:

  1. NextJS: A React framework for production - it makes developing scalable applications fun and easy.
  2. React: A JavaScript library for building user interfaces.
  3. Tailwind CSS: A utility-first CSS framework packed with classes like flex, pt-4, text-center, and rotate-90 that can be composed to build any design, directly in your markup.
  4. TypeScript: An open-source language which builds on JavaScript, by adding static type definitions.
  5. GPT-4: By openAI
  6. Prisma: Database ORM
  7. Stripe: An online payment processing for internet businesses.

All of these together create a robust and interactive platform that saves users both time and effort, especially when working with the OpenAI API.

Quick Start

To Run prompta, clone the repo and run npm run dev

or Deploy the project to Vercel