Skip to content

AruNi-01/promptrun

Repository files navigation


promptrun
PromptRun

Make using LLMs easier, more efficient, and more in line with expectations.

Intro

An AIGC (Artificial Intelligence Generated Content) prompt trading platform. Here, you can buy and sell high-quality prompts to provide inspiration and guidance for your creative, writing, and other AI-generated content tasks.

Getting Started

Running Locally

First, install dependency and run the development server:

npm install
npm run dev

Open http://localhost:3000 with your browser to see the result.

Using Docker

First, you need install Docker on your machine, then:

docker build -t nextjs-docker .
docker run -p 3000:3000 nextjs-docker

Open http://your-server-ip:3000 with your browser to see the result.

Tech Stack

Front end tech:

  • React - The library for web and native user interfaces
  • Next.js - The React Framework for the Web
  • Tailwind CSS - Rapidly build modern websites without ever leaving your HTML.
  • NextUI - Make beautiful websites regardless of your design experience.
  • Material-Taiwind UI - The Tailwind CSS Components Library For Coding 10x Faster.
  • Flowbite UI - Build websites even faster with components on top of Tailwind CSS.
  • Recharts - A composable charting library built on React components.
  • Sonner - An opinionated toast component for React.
  • Zustand - A more Lightweight and Convenient state management.

Back-end tech:

  • Golang - Build simple, secure, scalable systems with Go.
  • WebSocket - A protocol that provides simultaneous two-way communication channel.
  • Gin - The fastest full-featured web framework for Go. Crystal clear.
  • Gorm - The fantastic ORM library for Golang.
  • MySQL - MySQL is the world’s most popular open source database.
  • Redis - Redis is an in-memory data store used by millions of developers as a cache.
  • Kafka - Apache Kafka is an open-source distributed event streaming platform.
  • Corn - A cron library for go.

Back-end project: https://github.com/AruNi-01/promptrun-api

Preview

preview1

preview2

preview3

preview4

preview5

preview6

preview7

preview8

License

MIT License © 2024 AarynLu

Releases

No releases published

Packages

No packages published