Skip to content

mazeincoding/PromptsLabs

Repository files navigation

PromptsLabs

PromptsLabs is a library of prompts to see how new LLMs perform. It allows users to explore existing prompts and re new ones.

Features

  • Explore a collection of prompts
  • Request new prompts
  • Copy prompts to clipboard
  • Dark mode support

Getting Started

First, clone the repository:

git clone https://github.com/mattt-ai/prompts-labs.git
cd prompts-labs

Then, install the dependencies:

npm install

Or

yarn install

Or

pnpm install

Create a .env.local file in the root directory and add your Supabase credentials:

NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key

Finally, run the development server:

npm run dev

Or

yarn dev

Or

pnpm dev

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

Tech Stack

Project Structure

  • src/app: Next.js app router pages
  • src/components: React components
  • src/lib: Utility functions and helpers
  • src/types: TypeScript type definitions

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is open source and available under the MIT License.

About

A library of prompts to see how new LLMs perform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published