fill icon indicating copy to clipboard operation
fill copied to clipboard

Generative fill in 3D.

Fill 3D

https://github.com/fill3d/.github/assets/17663473/128afd2f-5da6-4752-afd6-dc95fbd41e03

Discord

Generative Fill in 3D. This project is a stripped-down version of fill3d.ai. Fill 3D is powered by Function.

Setup Instructions

In a few steps:

  1. Clone this repository
  2. Rename .env.example to .env.local
  3. Head over to fill3d.ai/pricing and copy your API key (make sure you are logged in). Then paste your API key in .env.local:
# Fill 3D
FILL_3D_API_KEY="<Your Fill 3D API key here>"
  1. Open a terminal and run npm run dev to start the development server. Then open the webpage in your browser and fill!

Notes

  • PRs are welcome!