replicate/tilemaker
JavaScript
Captured source
source ↗replicate/tilemaker
Language: JavaScript
Stars: 151
Forks: 30
Open issues: 9
Created: 2023-02-03T20:26:13Z
Pushed: 2025-12-16T00:48:43Z
Default branch: main
Fork: no
Archived: no
README:
🖼️ TileMaker
Generate tiling images from text using AI.
Try it out at tilemaker.app
How it works
This app is powered by:
🚀 Replicate, a platform for running machine learning models in the cloud.
🎨 Material Diffusion, an open-source machine learning model that generates tiling images using Stable Diffusion.
▲ Vercel, a platform for running web apps.
⚡️ Next.js [server-side API routes](pages/api), for talking to the Replicate API.
👀 Next.js React components, for the browser UI.
🍃 Tailwind CSS, for styles.
Development
1. Install a recent version of Node.js 1. Copy your Replicate API token and set it in your environment:
echo "REPLICATE_API_TOKEN=" > .env.local
1. Install dependencies and run the server:
npm install npm run dev
1. Open localhost:3000 in your browser. That's it!