michaeldll / replicate-sandbox

A Replicate sandbox app

Home Page:https://replicate-sandbox.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replicate sandbox

Currently configured to use Riffusion and Stable Diffusion.

Getting started with Next.js and Replicate

This is a Next.js template project that's preconfigured to work with Replicate's API.

You can use this as a quick jumping-off point to build a web app using Replicate's API, or you can recreate this codebase from scratch by following the guide at replicate.com/docs/get-started/nextjs

Noteworthy files

Usage

Install dependencies:

npm install

Add your Replicate API token to .env.local:

REPLICATE_API_TOKEN=<your-token-here>

Run the development server:

npm run dev

About

A Replicate sandbox app

https://replicate-sandbox.vercel.app


Languages

Language:JavaScript 97.1%Language:CSS 2.9%