Collections
Collections are pre-built link pages you can import instantly.
What Are Collections?
Collections are curated sets of links organized by theme:
- Developer Tools — GitHub, Stack Overflow, MDN, etc.
- Tech News — The Verge, TechCrunch, Hacker News
- Social Media — All major social platforms
- Finance — Stock trackers, crypto, market news
- And many more…
Browse all collections in the Marketplace.
Installing a Collection
From the Marketplace
- Visit the Marketplace
- Find a collection you like
- Click “Download Collection”
- A JSON file downloads
Importing into acetab
- Open acetab settings
- Go to “Import/Export”
- Click “Import”
- Select the downloaded JSON file
- Choose “Merge” to add alongside existing content
- Your new link screen appears!
Creating Your Own Collections
Share your link setups with others:
- Create a link screen with your curated links
- Export that screen specifically
- Share the JSON file
Collection Format
Collections are JSON files with this structure:
{
"version": "1.0.0",
"data": {
"screens": {
"screens": [
{
"id": "my-collection",
"name": "My Links",
"type": "link",
"links": [
{
"id": "link-1",
"title": "Example Site",
"url": "https://example.com",
"description": "Description here"
}
]
}
]
}
}
}
Tips
- Merge mode keeps your existing setup intact
- You can import multiple collections
- Customize imported collections to fit your needs
- Delete links you don’t need after importing