Give the product one front door
Route a hostname or path to the content customers should see.
Connect a hostname or path to stored content, add dynamic templates where needed, and use the same certificates and access context as the wider application.
A portal needs static assets, dynamic routes, a hostname, TLS, access, caching, and the application APIs behind it. Splitting each concern into an unrelated service can make a small product surprisingly hard to operate.
Daptin sites map a host or path to content in a connected store. The runtime can serve synchronized files, route template-backed pages, apply optional authentication, and select configured certificates for the hostname.
The result is a cohesive application surface: the frontend, its records, its actions, and its operating context live close enough to understand together.
Route a hostname or path to the content customers should see.
Serve a synchronized site root without handing product identity to a hosting provider.
Place template-backed routes beside ordinary frontend files.
Sites does more when it can reuse the records, people, access rules, and workflows already in your application.
Put the site content in a connected local or cloud store.
Associate a host and path with the intended root.
Apply optional authentication and matching TLS material.
Deliver cached, compressed, range-aware content as configured.
Start from the experience you want to create; the backend capability supports the work behind it.
Serve a branded frontend that calls the same Daptin backend.
Publish maintained static content with controlled updates.
Require authentication before serving an internal application surface.
These capabilities share the same application context, so each one makes sites more useful.
Daptin sites are a self-hosted serving surface, not a global managed CDN. You own DNS, certificates, cache capacity, deployment strategy, synchronization, backups, security headers, and edge placement.
Run Daptin locally, explore the live administration surface, and follow one complete application path.