iconSuperDir

Collection

How to add collections

You can create collection (like The best Directory boilerplates in 2025) and add projects to it.

Collections Collection Items

Admin Dashboard

coming soon.

Drizzle Studio

Add or edit collection

You can also add or edit collections in Drizzle Studio.

Create collection

Create a collection in collection table.

  • create a unique id for your collection
Terminal
uuidgen

Admin Dashboard

Add projects to collection

  • Find the collection you created previous step in collection table, then copy the id column value and paste it into a temporary file.
  • Find the all project you want to add to collection in project table, then copy the id column value and paste it into a temporary file.
  • Add records to project_collection table.

The project_id column value is the id column value you copied from project table, the collection_id column value is the id column value you copied from collection table.

Admin Dashboard

You can also open your database provider's dashboard to do these

On this page