Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/steven-tey/spirals
- Owner: steven-tey
- Created: 2023-09-19T18:28:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-23T08:01:53.000Z (about 1 year ago)
- Last Synced: 2024-10-22T20:35:33.069Z (12 days ago)
- Language: TypeScript
- Homepage: https://spirals.vercel.app
- Size: 1.88 MB
- Stars: 299
- Watchers: 3
- Forks: 48
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-replicate - Spirals - Generate beautiful AI spiral art with one click. (Built with Replicate)
README
Generate beautiful AI spiral art with one click. Powered by Vercel and Replicate.
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))