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.
- GPT Prompt Saving and Running
- Integrated Stripe Payment System
Prompta is developed using a range of modern technologies including:
- NextJS: A React framework for production - it makes developing scalable applications fun and easy.
- React: A JavaScript library for building user interfaces.
- 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.
- TypeScript: An open-source language which builds on JavaScript, by adding static type definitions.
- GPT-4: By openAI
- Prisma: Database ORM
- 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.
To Run prompta, clone the repo and run
npm run dev
or Deploy the project to Vercel