Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steven-tey/spirals

Generate beautiful AI spiral art with one click. Powered by Vercel and Replicate.
https://github.com/steven-tey/spirals

Last synced: 4 days ago
JSON representation

Generate beautiful AI spiral art with one click. Powered by Vercel and Replicate.

Awesome Lists containing this project

README

        


Spirals – Generate beautiful AI spiral art with one click.

Spirals



Generate beautiful AI spiral art with one click. Powered by Vercel and Replicate.



Steven Tey Twitter follower count


Spirals repo star count


Introduction ·
Tech Stack ·
Deploy Your Own ·
Author



## Introduction

Spirals is an AI app for you to generate beautiful spiral art with one click. Powered by Vercel and Replicate.

https://github.com/steven-tey/spirals/assets/28986134/9f0202d4-2a31-47a0-b43f-bdcd189743ef

## Tech Stack

- Next.js [App Router](https://nextjs.org/docs/app)
- Next.js [Server Actions](https://nextjs.org/docs/app/api-reference/functions/server-actions)
- [Bun](https://bun.sh/) for compilation
- [Vercel Blob](https://vercel.com/storage/blob) for image storage
- [Vercel KV](https://vercel.com/storage/kv) for redis
- [`promptmaker`](https://github.com/zeke/promptmaker) lib by @zeke for generating random prompts

## Deploy Your Own

You can deploy this template to Vercel with the button below:

[![Deploy with Vercel](https://vercel.com/button)](https://stey.me/spirals-deploy)

Note that you'll need to:

- Set up a [Replicate](https://replicate.com) account to get the `REPLICATE_API_TOKEN` env var.
- Set up [Vercel KV](https://vercel.com/docs/storage/vercel-kv/quickstart) to get the
- Set up [Vercel Blob](https://vercel.com/docs/storage/vercel-blob/quickstart)

## Author

- Steven Tey ([@steventey](https://twitter.com/steventey))