Service links for Next.js in Next.js
Streamline service connectivity for Next.js with links
Service Links define the connections between your Next.js services, ensuring they work together seamlessly. For instance, a service can specify a database connection link that only supports compatible databases, optimizing performance and stability. Essential service links must be configured within your stack, making integration straightforward and enhancing overall system reliability.
- Next.js – DBMS: PostgreSQL (optional)
- Next.js – Mail Transfer Agent: Mailpit (optional)
- Next.js – Redis: Valkey (optional)
See all available service links for this stack
Visit Next.js stack page to see all features.