Product Avatar Image

Trae

Show rating breakdown
5 reviews
  • 1 profiles
  • 1 categories
Average star rating
3.5
Serving customers since
Profile Filters

All Products & Services

Product Avatar Image
Trae AI

5 reviews

Trae AI is an advanced AI-powered Integrated Development Environment (IDE) designed to revolutionize software development by acting as a collaborative partner for developers. It enables users to describe project requirements in natural language, and the AI autonomously generates, refines, and delivers functional code, streamlining the development process and significantly reducing time-to-market. Key Features and Functionality: - Natural Language Processing: Allows developers to input project needs in everyday language, which the AI interprets to produce corresponding code structures. - Design Integration: Supports the upload of design files, assisting in translating visual concepts into clean, workable code. - Adaptive Learning: Learns from ongoing projects to provide contextually relevant suggestions, enhancing coding efficiency. - Multi-Model Access: Offers free access to premium AI models such as Claude 3.5 Sonnet, Claude 3.7 Sonnet, Gemini 2.5 Pro, and GPT-4.1, expanding the developer's toolkit without additional costs. - Custom AI Agents: Enables the creation of specialized AI agents with defined behaviors, tool access, and project-specific rules to assist in various development tasks. Primary Value and User Solutions: Trae AI addresses the challenges of lengthy development cycles and the need for rapid prototyping by automating code generation and refinement. It empowers developers, from novices to experts, to focus on creative problem-solving and strategic planning rather than routine coding tasks. By integrating advanced AI models and learning from user interactions, Trae AI enhances productivity, ensures code quality, and accelerates the delivery of software solutions.

Profile Name

Star Rating

2
2
0
0
1

Trae Reviews

Review Filters
Profile Name
Star Rating
2
2
0
0
1
Luca P.
LP
Luca P.
CTO - Growth Marketer full stack #MarTech | ⚡️ SaaS Advisor
05/26/2026
Validated Reviewer
Review source: G2 invite
Incentivized Review

AI based IDE

The dual-mode setup is what made TRAE stick with me after I stopped opening Cursor. IDE mode behaves like a VS Code fork with a strong agent panel beside the editor, and SOLO mode hands the whole development loop over to an autonomous agent that scaffolds, writes, runs, and iterates while I watch. The toggle between the two is what matters. I start a project in SOLO when I want a scaffold off a brief, then drop into IDE mode the moment I need to hand-edit something or follow a debug thread. Most agentic tools force you to commit to one posture. TRAE lets the posture shift with the task, which is closer to how I actually work. Builder, the in-IDE agent, is the part I open every working day. I describe a feature with the level of detail a junior dev would need (something like "add a settings page that persists user preferences in localStorage, with a toggle for dark mode and a select for language"), and Builder plans the change, edits the files it needs to edit, runs the dev server, and shows me the result in the in-app preview without my hand leaving the keyboard. The preview tab is the small touch that pulled me in. Other tools dump generated code into my editor and leave verification to me. TRAE shows me the page rendering while it works, which means I catch a bad assumption in seconds rather than after a manual run. SOLO mode goes further than I expected from something this cheap. I gave it a brief for a small internal tool last month, a simple form that posts to a Supabase table with auth, and it produced a working app, deployed, in a single multi-step run. The model planned the schema, wrote the migrations, wired the front end, and ran through enough of its own test loop that the first version actually loaded. I have done this exercise enough times with other agents to know how rare that is. It is not magic. SOLO still hallucinates the occasional library name and needs me to step in when a model loses the thread, but the rate at which it gets a v0 across the line is meaningfully ahead of what I was getting from a Cursor agent or a Cline-plus-BYOK setup six months ago. Free access to premium models is the part that still surprises me when I open the model picker. Claude 4 Sonnet, GPT-4o, DeepSeek R1, Claude 3.7 Sonnet, Gemini 2.5 Pro, GPT-4.1, all available without an API key, all included in a free tier that is not crippled in the usual ways. The autocomplete allowance covers a working week of normal use comfortably, and the chat and Builder usage is more generous than I expected from anything in this category. Even with the token-based metering that came in earlier this year, I have not hit a wall during a typical session. For a free tool to put Claude in my hands at all is unusual. For it to put Claude inside an agent loop with MCP support, in an editor that does not feel like a downgrade from VS Code, is closer to genuinely uncommon. Custom agents are where TRAE crosses from useful into shapeable to how I work. I can define an agent with its own system prompt, its own allowed tools, and its own MCP servers, then invoke it by name. I keep one called Debug that has terminal access, browser inspector tools, and a tight system prompt that tells it to read logs before suggesting code changes. Another one called Refactor has no terminal access at all and is constrained to read-and-suggest behavior, which I use when I am pairing with the agent rather than letting it drive. The ability to enforce these constraints by agent rather than per-conversation removes a lot of the negotiation that other tools require ("don't run anything, just suggest" repeated every session). The Builder with MCP variant takes the same idea further by dynamically calling whichever MCP server fits the current task, which I have come to rely on for things like database queries during development and Supabase admin operations. In-app preview deserves its own line. I have used enough AI coding tools that ship code I have to verify in a separate browser tab to appreciate what TRAE does here. The preview lives in the same window, refreshes on save, and the agent can read what is on the screen and the console output to debug a runtime error without me having to copy-paste a stack trace back into chat. On a recent build I left the agent running with auto-run on, watched it hit a CSS bug in the preview, read the computed styles, and patch the offending file without any prompt from me. The loop is closed where it needs to be closed. MCP support is mature enough that I have stopped writing one-off integrations. Adding a server is a config edit and a restart, and the agent will pull tools from any server I have configured and combine them inside a single task. I use the Supabase server most days, a filesystem server when I am moving things around outside the editor, and a couple of custom ones I wrote for internal tooling. The Builder with MCP mode chooses tools dynamically rather than forcing me to spell out the call, which is the right design for tools whose value is in being available without ceremony. Interface polish is the quiet selling point. If you have used VS Code you will be productive in TRAE inside the first hour. Settings are in the same place, keybindings transfer, the extensions you would expect work. The agent panel sits on the right, the preview slides in below it when relevant, and the model picker is a dropdown rather than a menu safari. The UI is the part of TRAE most often praised in the community, and after several months I understand why. It is the kind of polish that disappears when you are using it, which is what good UI is supposed to do. The pricing structure works in TRAE's favor too. The free tier is enough for solo developers and small side projects, the Lite plan at a few dollars a month is genuinely cheap for a primary IDE, and Pro at roughly ten dollars sits well below Cursor at twenty. I run on Pro because I want the larger token allocation for SOLO runs, but I would not have hesitated on Lite if I were doing lighter agent work. The cost ladder rewards the way developers actually consume these tools rather than locking core features behind a single high tier.
Himanshu J.
HJ
Himanshu J.
AI Automation Specialist | Cloud & Web Solutions Provider | Remote Workflow Optimization Expert | Project Leader
04/05/2026
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

Trae’s Best-in-Class UI and Useful Features Keep Getting Better

Trae is the best IDE in terms of UI. It includes several useful features, like an in-app preview and built-in computer-use agents, and the recent Solo 3.0 update has made it even better.
prateek b.
PB
prateek b.
Freelancer Software Developer at Layerbiz Solutions
01/26/2026
Validated Reviewer
Review source: Organic

Worst Customer support experience

Trae is like cursor and co-pilot, but their support team is very pathetic

About

Contact

HQ Location:
N/A

Social

What is Trae?

Trae is a technology vendor specializing in artificial intelligence solutions aimed at enhancing business operations and decision-making processes. The company focuses on providing tools that leverage AI to analyze data, automate tasks, and improve efficiency across various industries. Trae's offerings are designed to help organizations harness the power of AI to drive innovation and achieve strategic goals.

Details

Website
www.trae.ai