Back to Blogs

6 Automation Hub use cases for the new ChatGPT Connector

Brandon EcclesJun 13, 20235 min read

Talk to an expert

about something you read on this page

Contact an expert
PULSE_AHub.png

In the digital age, AI has become a transformative force, with OpenAI's ChatGPT leading the charge. This cutting-edge language model generates human-like text, enabling more personalized and engaging interactions. Recognizing the potential this offers to content and digital experience teams, we've recently introduced the ChatGPT Connector for Automation Hub.

Automation Hub, part of Contentstack's Composable DXP ecosystem, is a visual, low/no-code workflow management solution designed to simplify integration complexities and automate routine tasks. Connectors in Automation Hub, like the newly added ChatGPT connector, are third-party applications that enhance the capabilities of Automation Hub, enabling users to automate specific tasks with ease. These connectors allow Automation Hub to interact with various tools and services, extending its functionality and making it a truly composable platform.

In this post, we will explore specific use cases for both developers and business users alike, demonstrating the transformative power of AI through use of the ChatGPT Connector in Automation Hub. If you’re interested in learning more, each use case includes a link to a step-by-step guide so that you feel equipped to implement these types of solutions on your own.

For developers

As a developer, you're constantly juggling multiple tasks, from managing middleware to handling website change requests and dealing with integration complexities. Automation Hub's ChatGPT connector is here to lighten your load.

With the ChatGPT connector, you can automate complex tasks like content generation, data analysis, and language translation. This not only frees up your time to focus on high-priority tasks but also reduces tech debt and accelerates workflows. The result? Faster delivery times, increased productivity, and a more streamlined tech stack.

Use cases

Streamline business analysis

Suppose you have a large volume of log data that needs to be analyzed daily. With the ChatGPT connector, you can set up an Automation that reads the log data, uses ChatGPT to analyze and summarize the data, and then sends a concise report directly to your email or Slack. This automation can be scheduled to run daily, providing you with valuable insights without manual intervention.

Screenshot for streamlining business analysis with ChatGTP in Contentstack Automation Hub



Ready to give it a shot? Here are the general steps to follow after setting up a new automation:

  1. Configure Trigger: Begin by setting up a trigger for your automation. Choose the Scheduler Connector and set it to run once per month. If you want to receive report notifications more frequently, adjust the scheduler time frame accordingly.

  2. Create HTTP Request: Next, set up an HTTP Request Connector to pull the publish queue for the site for the last 30 days. Use the API call `https://api.contentstack.io/v3/publish-queue`and enter basic authentication (api_key and authorization) in the header parameters. If you want to change the publish time frame, you can add query parameters to the API call. For more details, refer to the publish queue information.

  3. Add ChatGPT Connector Step: Now, create a step using the ChatGPT Connector. In this step, you'll create a prompt to ask ChatGPT to analyze your publish queue. In the prompt instructions, specify the facts or analysis you want ChatGPT to include in your report. This could be a comparison of the number of item types (entry versus asset), Content Types, content in certain categories, the percentage of content created in different languages, the frequency of content publishing, or any other insights or observations that ChatGPT may be able to provide.

  4. Notify Your Team: Finally, set up a step to notify your team. This could be using a Slack Connector, an Email Connector, or a similar tool. Include the report from ChatGPT in the notification to keep your team informed.

Simplify language translation

Imagine you have a blog that needs to be translated into multiple languages. With the ChatGPT Connector, you can create an Automation that takes the blog content as input, uses ChatGPT to translate the content into the desired languages, and then updates the translated content back into your CMS. This process can be triggered whenever a new blog post is published, ensuring your content is accessible to a global audience.

Screenshot for simplifying language translation using the ChatGPT connector in Contentstack Automation Hub.



Ready to give it a shot? Here are the general steps to follow after setting up a new automation:

  1. Configure Trigger: Begin by setting up a trigger for your automation. Choose the Scheduler Connector and set it to run once per month. If you want to receive report notifications more frequently, adjust the scheduler time frame accordingly.

  2. Create HTTP Request: Next, set up an HTTP Request Connector to pull the publish queue for the site for the last 30 days. Use the API call `https://api.contentstack.io/v3/publish-queue`and enter basic authentication (api_key and authorization) in the header parameters. If you want to change the publish time frame, you can add query parameters to the API call. For more details, refer to the publish queue information.

  3. Add ChatGPT Connector Step: Now, create a step using the ChatGPT Connector. In this step, you'll create a prompt to ask ChatGPT to analyze your publish queue. In the prompt instructions, specify the facts or analysis you want ChatGPT to include in your report. This could be a comparison of the number of item types (entry versus asset), Content Types, content in certain categories, the percentage of content created in different languages, the frequency of content publishing, or any other insights or observations that ChatGPT may be able to provide.

  4. Notify Your Team: Finally, set up a step to notify your team. This could be using a Slack Connector, an Email Connector, or a similar tool. Include the report from ChatGPT in the notification to keep your team informed.

Conduct content audits

Let's say you want to ensure all your web pages have the correct metadata for SEO. You can set up an Automation that scans your web pages, uses ChatGPT to check for missing or incorrect metadata, and then generates a report detailing any issues. This workflow can be run periodically, helping you maintain high SEO standards across your website.

Ready to implement this yourself? Here are the steps after setting up a new automation:

  1. Set Up Trigger: Start by creating a trigger for when an entry enters a specific workflow stage. This ensures that the entry has all the necessary text for enhancement purposes.

  2. Add ChatGPT Connector Step: Next, add an action step using the ChatGPT Connector. In this step, create a prompt that asks ChatGPT to enhance the desired fields for SEO. Example prompts could include:

    • “Act as a SEO expert and rewrite this headline to enhance search engine optimization.”

    • “Act as a content writer and create a summary of this article that is approximately 100 words long.”

    • “Act as a content marketing expert and extract a comma-separated list of relevant SEO keywords from this article.”

    • “Act as a personalization expert and create a comma-separated list of key personas that would be interested in this article.”

  3. Update Entry: Once you've used ChatGPT to enhance various fields in your entry, create an Update entry action step. In this step, fill in the JSON object with the enhanced content from ChatGPT from the previous payloads.

For business users

As a business user, your goal is to improve the end-customer experience while simultaneously increasing the efficiency and speed of your marketing and content workflows. The ChatGPT connector in Automation Hub is designed to help you achieve just that.

The ChatGPT connector empowers content teams to control and accelerate the delivery of their content workflows and experiences. With its advanced capabilities and user-friendly interface, non-technical users can easily make changes and improvements that streamline content processes—saving time, hassle, and money.

Use cases

Ensure brand voice consistency

Consider a scenario where you have a large number of articles that need to align with your brand voice. You can set up an Automation that takes each article, uses ChatGPT to rewrite the content according to your brand guidelines, and then updates the revised content back into your CMS. This process can be triggered whenever a new article is added, ensuring all your content consistently reflects your brand voice.

Screenshot for ensuring brand voice consistency using the ChatGPT connector in Contenstack Automation Hub



To implement on your own, follow these general steps after creating a new automation:

  1. Set Up Trigger: Start by creating a trigger for an event that will occur after a majority of the content has been created. This could be when an item transitions to a specific workflow stage.

  2. Create Brand Guidelines: Next, establish a set of brand guidelines. These could include directives such as:

    • “Refer to Contentstack as the leading digital experience platform (DXP).”

    • “The article tone should be professional but stylish and refreshing.”

    • “We should be professional and user friendly.”

  3. Add ChatGPT Connector Step: Now, create an action step using the ChatGPT Connector. In this step, ask ChatGPT to "Act as a marketing expert and re-write the text to ensure consistent brand voice using the above standards."

  4. Update Entry: Finally, using an Update entry step, write the re-written content back to Contentstack. This ensures that your content aligns with your brand voice guidelines.

Craft engaging product information

Suppose you have a new product launching on your e-commerce platform. With the ChatGPT connector, you can create an Automation that takes the product details as input, uses ChatGPT to generate a compelling product description, and then updates the description on your e-commerce platform. This process can be triggered whenever a new product is added, helping you drive conversions with engaging product descriptions.

Screenshot for crafting engaging product descriptions using the ChatGPT connector in Contentstack Automation Hub.



To create your own version, follow these general steps after creating a new automation:

  1. Ensure Product Metadata: Start by ensuring that your product has some form of metadata. If you have a product image, you could use Automation Hub to run it through an image-tagging system like Google Vision. This will generate object tags.

  2. Store Object Tags: Once you have the object tags, write them back to the CMS and store them in a keyword tag field. This will provide a basis for the product description and headline.

  3. Add ChatGPT Connector Steps: Now, use a ChatGPT Connector to ask for a compelling product description. Write the prompt as if you were a content manager asking for a description. Then, try creating another ChatGPT step to ask for a product headline based on the summary.

  4. Update Entry: Finally, when you have the description and headline, write them back to the entry to update the product page. This will ensure that your product information is engaging and compelling.

Personalize user experience

Imagine you want to send personalized emails to different user personas. You can set up an Automation that takes user data, uses ChatGPT to generate personalized email content for each persona, and then sends the emails via your email marketing platform. This process can be triggered based on user behavior, providing a unique, engaging experience for each user.

Build this on your own by following these general steps after creating a new automation:

  1. Set Up Trigger: Start by setting up a trigger based on a predictable event, such as a workflow transition. This will initiate the automation process.

  2. Define Audiences: Next, create an array of audiences that you want to address in your automation. This could be a hard-coded array created in a Transform step, or it might be a list of audiences included in a special metadata entry that can be referenced in every automation.

  3. Create Repeat Path: Now, create a Repeat Path that iterates over the array of audiences defined in the previous step. This will ensure that each audience receives personalized content.

  4. Personalize Content with ChatGPT: During the Repeat Path, send the article information and the audience for that iteration to ChatGPT. Ask ChatGPT to rewrite the content targeted toward that audience. This will ensure that each audience receives content tailored to their interests and needs.

  5. Update Entry: After the content has been personalized, write the new targeted information back into the entry using an Update entry action step. This will ensure that the personalized content is saved and can be used in your digital experience.

  6. Notify Team: Outside of the Repeat Path, you could create a closing step that notifies a Slack channel that the targeted content has been arranged. This will keep your team informed and ensure that everyone is on the same page.

The integration of ChatGPT into Contentstack's Automation Hub is a testament to our commitment to innovation and agility in response to market trends. By leveraging the combined capabilities of Automation Hub and ChatGPT, businesses can streamline and automate many aspects of their content management process. This integration not only provides a flexible, powerful, and forward-thinking solution for your enterprise’s evolving content needs but also places the power of AI in the hands of both developers and business stakeholders. The result is a more efficient, productive, and customer-centric digital experience.

If you're intrigued by the possibilities and ready to explore further, we invite you to dive into our ChatGPT Connector documentation. Discover how you can unlock the full potential of your digital experience stack with Contentstack's Automation Hub and ChatGPT.

Share on:

Talk to an expert

about something you read on this page

Contact an expert

Recommended posts

Nov 21, 2023 | 5 min. read

Introducing Taxonomy: Establish scalable content best practices with control and ease

The power of advanced taxonomyIn today's fast-paced digital landscape, effective content organization and collaboration are crucial for businesses to stay competitive. While a headless content management system (CMS) offers increased flexibility and adaptability compared to legacy systems, it lacks the inherent structure that a legacy CMS provides.That's where Taxonomy comes in. Incorporating a taxonomy feature that integrates hierarchical structures and metadata elements capitalizes on the market demand for a more robust and well-rounded content management solution. This robust feature aims to streamline content management, enhance collaboration, and improve overall productivity at scale. The arrival of Taxonomy helps our customers scale content organization and role-based permissions, enabling users to manage large and complex data structures with ease while maintaining content security and separation. This innovative approach differentiates the Contentstack CMS and solidifies our position as a market leader in the enterprise content management space.What is Taxonomy?Taxonomy enhances content organization and enables content editors, particularly from larger enterprise environments, to handle vast and complex data structures with full control and ease. Taxonomy enables multiple ways to classify, organize and manage content, tailored to your organization’s specific needs. These classification methods can be structured hierarchically, relationally (may or may not be hierarchical), or as predefined lists based on metadata/attributes that can be applied across various use cases. Although its name, Taxonomy, implies categorization by hierarchy, it can be reused and repurposed to simplify content organization and management for large content volumes.Core featuresFor developersCreate: Create new taxonomies and terms. Developers are able to create sibling terms and child terms to establish a hierarchical structure for better content organization.Import & Export: Import one set of taxonomies and terms at a time, including nested terms, which helps save time and effort when managing a large number of taxonomies and terms.Content modeling with taxonomies: Associate specific taxonomies with content types, allowing for better organization and management of content. Developers can add a new taxonomy field, restrict which taxonomies can be tagged, and limit an editor's tagging options to the selected taxonomies.For business usersList view (coming in GA): Content editors are able to view a list of all taxonomies on the Settings page, displaying relevant information such as Name, Description, Referenced Terms, Modified At, and Created At. This allows users to see an overview of their taxonomies and understand the relationship between taxonomy terms and categorized entries.Navigating entries with taxonomy structure: Content editors can navigate their content using a tree-like nested taxonomy structure. This will provide content editors with an intuitive way to browse, manage, and categorize their content based on the taxonomy.Taxonomy-based search: When searching for content, content editors have two primary methods at their disposal. A basic search involves simply typing a keyword, such as ‘India’ into the search bar, which brings up all entries categorized with that term. For a more tailored approach, the advanced search option allows you to apply multiple conditions, enabling you to refine your query and get more specific results.Key benefitsSimplified content security & ownershipBusiness leaders need a content ownership process that makes sense and is secure. Taxonomy helps stratify access to content within a content type by taxonomy term, without requiring a content type to be duplicated. This ensures the correct people on the team have access and permission to create and manage content most relevant to their respective project(s). No more content confusion and interruption as teams grow or change over time.Manage large-scale content projectsManaging and organizing taxonomies of content for distinct business purposes on an aging legacy system is conducive to organizational limitations around long-term scalability and efficiency. With Taxonomy, manage and implement scalable content management processes for large-scale content projects across functions and systems with a direct line of sight.Gain full purview of content taxonomyBusiness teams need a way to effortlessly navigate to the content most relevant to their current priorities. Taxonomy helps provide navigation to content that spans multiple content types. It can mimic their site navigation structure or their own personalized ways of organizing content without having to understand the context of which content type their content lives in. With Taxonomy, manage and lead content projects from a single vantage point, giving you the confidence and assurance to execute.What's next?Taxonomy is a game-changer for content organization and collaboration. With its robust functionality and benefits, businesses can manage large-scale content projects, improve content security & ownership, and enhance overall content management experiences. By following best practices and leveraging the power Taxonomy, businesses can stay ahead in the digital landscape.Please note that Taxonomy is currently in its Early Access phase, and we appreciate your participation as early adopters. If you’re interested in joining our Early Access Program, please reach out to your Customer Success Manager. Your feedback will be invaluable as we work to refine and improve Taxonomy. Our goal is to roll out Taxonomy to all users in the near future, delivering a polished and valuable addition to your Contentstack experience.If you’re fascinated by the versatile options for classifying, organizing, and managing content, we invite you to dive into our Taxonomy documentation.

Nov 14, 2023 | 5 min. read

Fall platform recap: What’s new and what’s coming for Contentstack

Welcome back to the Fall edition of Contentstack Pulse, your trusted source for the most recent news on platform enhancements, roadmap updates, and comprehensive answers to frequently asked questions. In the season of change, we are excited to share the advancements that have taken place within our platform. Our commitment to innovation remains unwavering, focusing on creating an increasingly efficient and user-friendly environment for marketers and developers. So, let’s dive into the details of our latest updates and provide insights into the future at Contentstack.New for Contentstack Headless CMSContentstack AI Assistant:The newly launched array of AI features improves the content creation process even further. You can now harness the power of AI at the granularity of paragraphs, sub-paragraphs, sentences, and even individual words to improve your content quality. This new AI feature also provides custom prompts, ensuring you get a more personalized experience. The AI Assistant can now be powered by new models from Microsoft Azure and Amazon Bedrock, in addition to ChatGPT. And, if you’re looking to customize, Contentstack has now introduced custom icon upload, enabling you to add new icons that align more with your brand’s identity.In-platform Help Center:Contentstack understands that not everyone using our platform is an expert, so we introduced an in-platform Help Center. The Help Center provides information and assistance to users and developers alike. With this feature, Contentstack aims to help users save time, reduce clutter and confusion, ensure compliance, and increase productivity.New for Contentstack MarketplaceContent Model Templates:A collection of predefined content types and global fields that can be easily imported into a stack. These templates aim to accelerate content creation, ensuring your content is created even faster and on-brand. With this feature, you don’t have to start from scratch every time. The Content Model Templates in the Marketplace provide a ready-made content model that can be quickly imported into your stack for quick content creation.Contentstack Automation HubAmazon Bedrock Connector: New AI offerings, such as AI21 Labs, Anthropic’s Claude, and Amazon’s Titan models, improve many Gen AI use cases, giving users and developers access to more innovative solutions. With these new AI offerings, you can create automated tasks and processes that make it possible to accomplish more without significant manual effort.Contentstack LaunchOn-Demand Revalidation: This new feature ensures that content updates always display accurate information in real-time. It is ideal for businesses that want to avoid displaying inaccurate or obsolete information that can lead to confusion or loss of trust.And in the Spring, be on the lookout for:Teams & TaxonomyUsers can effortlessly build streamlined content using powerful tools designed for grouping and categorizing range, enabling efficient organization and easy access to relevant information. And with the new Teams feature, we provide organizations with a straightforward approach to team management and content ownership. Developer empowermentProvide developers with immediate, scalable application deployments using Contentstack’s hosting tool, Launch. Also, App version control and release notes allow developers to manage the rollout of new features to their users quickly.On-demand automation in the CMSTrigger automation on-demand right within the authoring interface of the CMS for things like SEO validation and other content readiness actions.Learn moreWith Contentstack’s latest product updates, you can now take advantage of numerous enhancements designed to improve your content creation experience. From the AI assistant to the In-platform Help Center and Content Model Templates, developers and marketers can access tools that can add value. Want to hear more about what we are doing? Check out our product updates here for the latest.Or contact our team here if you're curious how Contentstack can help your brand streamline content to deliver better digital experiences everywhere.Chalo!

Oct 17, 2023 | 3 min. read

Contentstack and the future of AI in digital experience platforms

IntroductionThe role of AI in shaping digital experiences is a subject of ongoing discussion and interest. A recent Gartner report, How to Realize Value From AI in Key WCM and DXP Use Cases, provides valuable insights into some key areas where AI can make a significant impact on Digital Experience Platforms (DXPs). In this post, we'll explore three of these areas and discuss Contentstack's approach to addressing the challenges and opportunities they present.1. Content Generation & Experience CompositionGartner's TakeGartner emphasizes that AI can automate content creation and management, making it efficient, relevant, and engaging. However, the underlying challenge lies in stitching content together across disparate systems and maintaining the human touch.Contentstack’s responseGartner's insights pose a real challenge: How can AI be leveraged to create scalable, compelling, and brand-consistent content? To address this, we introduced the AI Assistant, now generally available from our Marketplace. It utilizes AI models to assist in various content generation tasks, such as creating summaries, outlines, and headlines.Gartner also mentions the importance of underlying content metadata and how its impact on effective content generation at scale cannot be overstated. The AI Assistant is more than just an intelligent widget that can generate prompts; it’s been specifically designed for use in a headless CMS, leveraging its understanding of and access to content models and other platform details.Moreover, our commitment to versatility stands strong. Contentstack believes in offering choice. That's why we’ve expanded our AI vendor support, offering a range of AI models to power the AI assistant beyond OpenAI’s ChatGPT. These models, including those from our recently released Amazon Bedrock integration, such as AI21 Labs, Anthropic's Claude, and Amazon's Titan, provide flexibility and choice for enterprises with unique content generation needs.Addressing Gartner's concerns about maintaining brand voice, our AI Assistant features Custom Commands. This allows users to create bespoke prompts tailored to their brand's voice and specific platform configurations, ensuring that any AI-generated content is relevant and resonates with the brand's unique identity.Building on this foundation, we’re excited to share what’s next—On-brand Generative AI—enabling the AI Assistant to not only generate content at scale but craft it in alignment with a brand’s voice and tone.2. DX Delivery & PresentationGartner's TakeGartner highlights the rise of new DX channels like AR/VR, mixed reality, and IoT devices, which require uniquely tailored content presentation. Machine learning-based presentation is becoming the new standard.Contentstack's responseWe recognize the need for adaptive content delivery and presentation, which is why we've been incorporating AI into Automation Hub. This enables intelligent automation of content workflows and other related processes. For instance, you could create an automation that automatically tags content based on its attributes and context. These tags can then trigger the content to be sent to specific platforms, whether it's social media, mobile apps, or a targeted newsletter, ensuring that the right content reaches the right audience at the right time.Furthermore, when combined with Contentstack's front-end hosting tool, Launch, it plays a pivotal role in crafting smart workflows that can automate the delivery of digital experiences to all audiences and channels, regardless of scale or complexity.3. Personalization & OptimizationGartner's TakeGartner's report highlights that AI, particularly machine learning, is set to revitalize the field of personalization. It enhances traditional rule-based methods by offering a deeper, more individualized understanding of customer needs across the entire DX lifecycle. However, the report also notes the challenge of maintaining accurate and unbiased content classification.Contentstack's responseOne way that we’re preparing to advance AI-driven personalization is through our upcoming release of On-brand Generative AI. This technology utilizes retrieval-augmented generation (RAG) to anchor AI-generated content within the parameters of a customizable 'brand vault.' Managed by the organization, this vault informs the content produced by both the AI Assistant and Automation Hub, supporting a host of various use cases, including:GenAI personalization: Automatically target segments with GenAI.AI prompt chaining: Create complex yet consistent AI responses.AI analysis: Analyze logs, data, or schema and send reports.Fact checking: Use external sources to fact and quality check.Multi-source augmentation: Supplement AI interactions with data from external systems.Semantic source data: Create structured data for AI to ingest & learn.Dev intelligence: Code suggestions, checking, and suggestions.Project monitoring: Track progress and predict bottlenecks with AI analysis.Smart QA processes: Use AI to evaluate incongruencies in data and send alerts.ConclusionThe Gartner report serves as a valuable guide for the challenges and opportunities that lie ahead in the integration of AI into DXPs. At Contentstack, we're committed to evolving our platform to meet these challenges and seize these opportunities. Our ongoing work in AI—from our AI Assistant and Automation Hub to the forthcoming On-Brand Generative AI capabilities—are a reflection of this commitment. As we continue to innovate, we aim to set new benchmarks in helping our customers deliver exceptional digital experiences at scale.

Oct 06, 2023 | 5 min. read

Venus Design System 2.0: UI updates for enhanced user productivity

Introducing Venus Design System 2.0 In our relentless pursuit of delivering a seamless user experience for our users, we understand the importance of continuous improvement and iteration to achieve that goal. That’s why we’re thrilled to share our Venus Design System updates, focused on enhanced user productivity and accessibility. As you may recall, we chose Venus, like the Roman goddess of beauty and love. It is the visual expression of our love and care for our customers.  In this blog, we'll dive into the recent user interface (UI) updates for the content manager screens, taking you behind the scenes of the standardization of design components, user navigation, improved spacing, icon enhancements, and more. Buckle up as we explore these changes that will elevate your experience with our platform. UI elements & styling enhancements Refreshed cards on Stacks homepage These UI updates create a visually appealing and more informative card interface. You will find it easier to navigate and gain deeper information about each Stack. New background colors, icons, and sectioned design Improved text spacing for readability Added total user count per Stack Tooltips when hovering for truncated Stack names Enhanced accessibility Our accessibility improvements make the app more user-friendly and inclusive. Users with varying needs will experience enhanced readability, easier interaction, and consistent icon behavior, promoting a more accessible and enjoyable experience. Tooltips when hovering Updated fonts and spacing for headings (H1, H2, H3) Larger action buttons for improved navigation Standardized family of icons for greater cohesion Icons now function as buttons with primary, secondary, and tertiary states Updated user login experience These updates to our user login page introduce a more user-centric and efficient login experience, promoting ease of use, clarity, and an aesthetically pleasing interface. Updated user flow for login via SSO, now with buttons instead of tabs Validation messages are now shown below the text input fields The “Submit” buttons will be disabled until the validation passes Navigation & layout improvements Updated Entry & Asset List UIs The updated tabs components provide a more focused and efficient way to navigate through both the App's Entry & Asset List UIs, making it easier to switch between sections and find exactly what you need. New toggle navigation between Content Types and Labels tab Enhanced table filtering, which is now easily identifiable with a filter icon. Added pagination on the Entry List page Table resize functionality Added collapse/expand functionality for the left-hand side menu Table management and custom views With more organized and user-friendly table management, you can customize the table view and manipulate tables more easily, reducing frustration and errors. Improved table filtering with an identifiable filter icon Enhanced column management with functionality to freeze/unfreeze columns in table view Updated asset cards in the thumbnail view Improved spacing of asset results with a 4-grid or 8-grid view to prevent element misalignment Icon, button & alert refinements Removed icons for action buttons in pop-up modules Removing distracting icons on non-destructive action buttons allows you to focus on the task without unnecessary visual clutter, leading to a cleaner and more efficient user experience. Entry Editor These icon and text field changes enhance visual clarity and consistency, making creating and editing Entries easier, resulting in a more user-friendly content management experience. Cosmetic change of icons in entry outline from solid fill to stroke family icon Outlined border of the text field when you hover over a content block in the entry editor Alerts The defined alert colors help you quickly identify different types of alerts, reducing confusion and improving overall user communication within the app. Defined 4 new colors for different alerts  Information: blue Messaging: red, amber, gray What's on the way? In conclusion, our recent efforts to revamp our app's UI through Venus Design System 2.0 signify a pivotal moment in our commitment to delivering an exceptional user experience. The Venus redesign was just the beginning of this journey, and we're thrilled to see how this innovative design system is already making a positive impact. By meticulously auditing all app screens and implementing audit-suggested changes, we ensure a consistent and streamlined interface across the board. This initiative is more than just an update; it's a testament to our unwavering dedication to our customers' app experience. As we refine and evolve our UI, we're excited to see how these changes will empower you to navigate our app effortlessly and enjoy a more satisfying digital journey. Stay tuned for more exciting developments of our platform’s developer screens, and thank you for being part of our ongoing transformation.

Oct 04, 2023 | 3 min. read

Accelerate your digital experience skills with Contentstack's Developer Fast Track program

Experience Contentstack and accelerate your (DX) skills with our new Developer Fast Track programAs a developer, you understand that the technology world is constantly evolving, and staying up-to-date with new developments in the industry can be a challenge. Contentstack's Developer Fast Track program was designed to ease that burden. Our comprehensive program provides you with a 1-click platform trial plus full access to Contentstack Academy to help you learn how to maximize the capabilities of Contentstack's composable DXP.Are you ready to get your hands dirty?Real-world applicationsOne of the most significant benefits of the Developer Fast Track program is that it will provide hands-on experience inside the platform. With this, developers gain the experience to apply their knowledge immediately in real-world scenarios. Examples like:Development branching strategiesJSON rich text editingManaging apps with Developer HubApplication hosting with LaunchComprehensive trainingThe Developer Fast Track program offers customers comprehensive training, including onboarding, end-user training and app development. The onboarding process ensures that you are familiar with all policies and protocols, while the end-user training delivered through Contentstack Academy provides comprehensive guides to Contentstack's capabilities. Examples like:Launch: Empower Your Development WorkflowTake your composable projects live with Contentstack Launch. You'll learn how to create and deploy new Launch projects using GitHub repositories and file uploads and leverage Launch's automated build and redeploy capabilities to power up your CI/CD pipeline. Marketplace App Development: Turn Your Ideas into RealityUnleash your creativity with the Marketplace App Development. Learn how to create custom apps that cater to your unique business needs. Our expert instructors will guide you through the app development process, empowering you to leverage the full potential of our platform's ecosystem.Content Modeling: Elevate Your Content StrategyContent is at the heart of every successful digital experience. The Content Modeling course gives you in-depth insights into crafting and managing content that captivates your audience. Learn how to structure, organize, and optimize your content to enhance user engagement and drive conversions.Automation Hub: Simplify and Streamline Your WorkflowsEfficiency is key, and the Automation Hub course is your ticket to streamlining your workflows and automating repetitive tasks. Explore the power of automation and learn how to implement time-saving solutions within your projects. Accelerated learningThe program is structured to deliver maximum learning in minimum time. Through the program, you can quickly build proficiency in the Contentstack platform. The program is designed to provide developers with an immersive and intensive experience that accelerates their learning and equips them with all the necessary tools to succeed in their roles. Additionally, through the Developer Fast Track program, you’ll be able to tap into the wealth of knowledge and experience of the Contentstack team, further accelerating their development process.Want to hear more? Check out our Contentstack LIVE! episode with Eric Broadwater!With its hands-on platform experience, comprehensive training, and accelerated learning, this program will help you accelerate your composable DXP skills.If you are a developer looking to get your hands dirty, the Developer Fast Track is for you. Start building today.