Project
A Project is the top-level configuration unit in the Limelink Service.
At present, the service operates with a single project. However, the system is designed to support multiple projects in the future, allowing better separation and scalability as usage grows.
Project Properties
Each project provides the following configurable properties:
Project Name
- The project name is used as the link prefix when generating dynamic links
- It helps identify and group links that belong to the same project
- The prefix is applied automatically during link creation
Link Prefix by Plan
-
Free plan
- Dynamic links use a shared default domain
- Format:
https://deep.limelink.org/{suffix}
-
Pro plan ($10)
- Dynamic links use a project-specific subdomain based on the project name
- Format:
https://{project-name}.limelink.org/link/{suffix}
This allows paid users to have branded and clearly identifiable links per project.
Project Representative Image
- The project image is used as the default link preview image
- If a dynamic link does not explicitly define a preview image, this image is applied automatically
- This ensures consistent and meaningful link previews across all shared links
Project Management
- The project name and project image are configured during initial project creation
- Both settings can be updated at any time via the dashboard
- Changes apply to future link generation and preview behavior
Notes
- Currently, only one project can be active
- Multi-project support will be introduced in future updates