feat: landing page and latest docs for chronon.ai website#1074
Open
nikhil-zlai wants to merge 4 commits intomainfrom
Open
feat: landing page and latest docs for chronon.ai website#1074nikhil-zlai wants to merge 4 commits intomainfrom
nikhil-zlai wants to merge 4 commits intomainfrom
Conversation
piyush-zlai
approved these changes
Nov 24, 2025
Collaborator
piyush-zlai
left a comment
There was a problem hiding this comment.
Looks great, thanks for the updates!
pengyu-hou
reviewed
Nov 24, 2025
Collaborator
pengyu-hou
left a comment
There was a problem hiding this comment.
Thanks a lot @nikhil-zlai for updating the doc site. I left a few minor comments.
Comment on lines
+65
to
+67
| <img src="_static/logos/netflix.svg" alt="Netflix" class="company-logo"> | ||
| <img src="_static/logos/stripe.svg" alt="Stripe" class="company-logo"> | ||
| <img src="_static/logos/airbnb.svg" alt="Airbnb" class="company-logo"> |
Collaborator
There was a problem hiding this comment.
adjust the order :)
Suggested change
| <img src="_static/logos/netflix.svg" alt="Netflix" class="company-logo"> | |
| <img src="_static/logos/stripe.svg" alt="Stripe" class="company-logo"> | |
| <img src="_static/logos/airbnb.svg" alt="Airbnb" class="company-logo"> | |
| <img src="_static/logos/airbnb.svg" alt="Airbnb" class="company-logo"> | |
| <img src="_static/logos/stripe.svg" alt="Stripe" class="company-logo"> | |
| <img src="_static/logos/netflix.svg" alt="Netflix" class="company-logo"> |
| <div class="feature-card"> | ||
| <h3><i class="fas fa-bolt feature-icon"></i> Production-Grade Performance</h3> | ||
| <p>Serve features with <strong>sub-10ms p99 latency</strong> using battle-tested Vert.x infrastructure. | ||
| Deploy in embedded mode for minimal overhead or standalone for independent scaling—your choice, zero |
Collaborator
There was a problem hiding this comment.
Suggested change
| Deploy in embedded mode for minimal overhead or standalone for independent scaling—your choice, zero | |
| Deploy in embedded mode for minimal overhead or standalone mode for independent scaling—your choice, zero |
| <div class="feature-card"> | ||
| <h3><i class="fa-solid fa-code feature-icon"></i> Developer-Friendly API</h3> | ||
| <p>Express complex temporal aggregations in simple, declarative Python. One unified API works across | ||
| batch (Spark), streaming (Flink), and serving contexts—no need to learn multiple frameworks or |
Collaborator
There was a problem hiding this comment.
Technically, Spark streaming is still supported but not recommended?
Suggested change
| batch (Spark), streaming (Flink), and serving contexts—no need to learn multiple frameworks or | |
| batch (Spark), streaming (Flink or Spark streaming), and serving contexts—no need to learn multiple frameworks or |
Comment on lines
+238
to
+244
| <a href="https://www.youtube.com/watch?v=Ko186KFDOJ8" target="_blank" class="resource-card"> | ||
| <span class="resource-type">Video</span> | ||
| <h3>Building Generative Recommenders with Chronon</h3> | ||
| <div class="resource-meta"> | ||
| <span>Feature Store summit - 2025</span> | ||
| </div> | ||
| </a> |
Collaborator
There was a problem hiding this comment.
adding another video from me shamelessly 😄
Suggested change
| <a href="https://www.youtube.com/watch?v=Ko186KFDOJ8" target="_blank" class="resource-card"> | |
| <span class="resource-type">Video</span> | |
| <h3>Building Generative Recommenders with Chronon</h3> | |
| <div class="resource-meta"> | |
| <span>Feature Store summit - 2025</span> | |
| </div> | |
| </a> | |
| <a href="https://www.youtube.com/watch?v=Ko186KFDOJ8" target="_blank" class="resource-card"> | |
| <span class="resource-type">Video</span> | |
| <h3>Building Generative Recommenders with Chronon</h3> | |
| <div class="resource-meta"> | |
| <span>Feature Store summit - 2025</span> | |
| </div> | |
| </a> | |
| <a href="https://video.withairbnb.com/media/t/1_b27ddpnb?st=2725" target="_blank" class="resource-card"> | |
| <span class="resource-type">Video</span> | |
| <h3>Democratizing High-Performance AI/ML Feature Engineering Through Open Source</h3> | |
| <div class="resource-meta"> | |
| <span>AI @ AirBnb - 2025</span> | |
| </div> | |
| </a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
created a new landing page for chronon site. see: chronon.ai (no link references to any external company - only slack or github)
updated the release script to build the site.
Why / Goal
People who visit the site need to quickly understand the value proposition and status of the project.
Test Plan
Checklist
Reviewers
@pengyu-hou @mears-stripe