February 2025 Summaries
3 posts from Inngest
Filter
Month:
Year:
Post Summaries
Back to Blog
The Inngest team has introduced a new feature: dark mode, which allows users to toggle between light and dark modes. This update was made in response to user feedback and research showing that color modes are becoming increasingly important for UI/UX design, addressing accessibility needs, reducing eye strain, and enhancing readability. The team also created a token-based color system using Tailwind CSS and CSS variables, which provides flexibility and consistency across interfaces. The implementation involved defining design system colors and tokens in a CSS file and integrating them into the Tailwind configuration. Despite some challenges with compatibility and legacy styles, the team took an incremental approach to updating the codebase, leveraging tools like Figma's Variables to streamline the process. The theme switcher uses next-themes, allowing for easy implementation with a ThemeProvider component and a useTheme hook.
Feb 26, 2025
868 words in the original blog post.
The article describes how to replicate Cursor's Agent mode capabilities using E2B Sandboxes and AgentKit. The goal is to create a Coding Agent that can perform tasks such as generating a complete working project from a given prompt, fixing bugs or performing refactoring on an existing codebase, and running terminal commands to assess the program's health. To achieve this, the authors use E2B Sandboxes to provide a quick and safe environment for the agent to interact with, and AgentKit's library to enable autonomy and react to its actions. The Coding Agent is designed using best practices such as tool design and context pulling, which allows it to interact with its environment and perform tasks autonomously.
Feb 24, 2025
2,045 words in the original blog post.
Inngest is an open-source platform that enables developers to build and orchestrate agentic AI workflows. The platform provides features such as durable workflows, workflow engines, queuing, background jobs, scheduled jobs, and more. It allows users to write durable functions using steps, with support for flow control, concurrency, throttling, prioritization, and events/triggers. Inngest is designed to make it easy to build reliable code without managing queues, infrastructure, or state. The platform is suitable for use cases involving AI and AI agents, and can be used with popular frameworks such as Next.js, Node.js, Python, and more.
Feb 07, 2025
146 words in the original blog post.