Prompt Slam

screenshot of Prompt Slam
svelte
vite
tailwind

Battle each other in an amazing prompt slam using the power of DALL-E and GPT Image 1.

Overview

The Prompt Slam Interface is a platform for hosting prompt battles, where participants compete against each other using text-to-image AI models. Developed for an independent Prompt Slam event series hosted at HfK Bremen, the interface allows contestants to generate images based on given prompts within a time limit. The audience then chooses the winner. The interface requires API access to the OpenAI API for functionality.

Features

  • Gamemode: One vs. One: Two contestants play against each other simultaneously, creating prompts within a given time limit.
  • Prompt Generation: Contestants generate prompts based on given instructions.
  • Image Generation: Participants generate images based on their prompts.
  • Crowd Judging: The audience determines the winner by deciding which contestant has generated the better image.

Summary

The Prompt Slam Interface is a platform for hosting prompt battles that utilize text-to-image AI models. With features such as prompt and image generation, crowd judging, and multiple game modes, it offers an engaging experience for participants and audience members. The installation process is straightforward, requiring API access to the OpenAI API and basic server deployment knowledge. Overall, the Prompt Slam Interface provides a fun and interactive way to showcase the capabilities of AI technology in a competitive setting.

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.