C
.txt

Two Domains, One Project


Ctxt uses two dedicated domains to keep things clear and easy to navigate:

• getctx.com is the main site. It introduces CTX, shows what it can do, and provides all product, feature, and news updates.

• ctxt.info is the technical documentation site. Developers and advanced users can find specifications, API references, internals, and detailed guides here.


Both domains belong to the same project — they’re simply organized to help you find the right kind of information faster.



Why This Split Works Well


✔ Clean separation of audiences

• Non-technical users → getctx.com

• Developers / integrators → ctxt.info


✔ SEO clarity


Marketing content stays on .com

Technical docs stay on .info


✔ Future-proof structure


As the product grows, you avoid clutter:

the .info domain remains a clear namespace for all documentation.


✔ Easy deep-linking


Docs can grow arbitrarily without polluting the main site.



Best Practices


Redirects

• getctx.com/docs → redirect to ctxt.info

• ctxt.info → always canonical (no redirect to .com)


Versioning


ctxt.info/v1/

ctxt.info/v2/


Optional future subdomains

• api.getctx.com (API host)

• status.getctx.com (status page)

• app.getctx.com (app UI)