{"success":true,"data":{"query":"Agent Brand","limit":10,"count":10,"sources":["wiki_artificial_intelligence.hat","wiki_dallas.hat","wiki_real_estate.hat","web_1779060034.hat"],"synced":[],"results":[{"source":"wiki_artificial_intelligence.hat","text":"Concerns\nConcerns include potential issues of liability, an increased risk of cybercrime, ethical challenges, as well as problems related to AI safety and AI alignment. Other issues involve data privacy, weakened human oversight, a lack of guaranteed repeatability, reward hacking, algorithmic bias, compounding software errors, lack of explainability of agents' decisions, security vulnerabilities, stifling competition, problems with underemployment, job displacement, cognitive offloading, and the potential for user manipulation, misinformation or malinformation. They may also complicate legal frameworks and risk assessments, foster hallucinations, hinder countermeasures against rogue agents, and suffer from the lack of standardized evaluation methods.\nThey have also been criticized for being expensive and having a negative impact on internet traffic, and potentially on the environment due to high energy usage. According to an estimation by Nvidia CEO Jensen Huang, AI agents would require 100 times more computing power than LLMs. There is also the risk of increased concentration of power by political leaders, as AI agents may not question instructions in the same way that humans would.\nJournalists have described AI agents as part of a push by Big Tech companies to \"automate everything\". Several CEOs of those companies have stated in early 2025 that they expect AI agents to eventually \"join the workforce\". However, in a preprint study, Carnegie Mellon University researchers tested the behavior of agents in a simulated software company and found that none of the agents could complete a majority of the assigned tasks. Other researchers had similar findings with Devin AI and other agents in business settings and freelance work.\nIn June 2025, CNN argued that statements by CEOs on the potential replacement of their employees by AI agents were a strategy to \"[keep] workers working by making them afraid of losing their jobs.\" Tech companies have pressured employees to use generative AI models in their work, including AI coding agents. Brian Armstrong, the CEO of Coinbase, fired several employees who did not. Some business leaders have replaced some of their employees with agents, but have said that the agents would need more supervision than those employees.\nIn October 2025, Futurism questioned whether Amazon's previously announced efforts to replace parts of its workforce with generative AI and AI agents could have led to the October 2025 outage of Amazon Web Services. Large technology companies such as Salesforce, Klarna and IBM have announced layoffs in 2025, replacing hundreds of their employees in human resources or customer service with AI agents. However, Klarna needed to rehire several human employees.\nYoshua Bengio warned at the 2025 World Economic Forum that \"all of the catastrophic scenarios with AGI or superintelligence happen if we have agents\".\nFinancial‑stability bodies have warned that more complex and autonomous \"agentic\" AI could become a channel for systemic risk in finance. They distinguish these systems from other AI because they can pursue goals over many steps, call tools, and carry out tasks with relatively little human intervention. In workshops with regulators, central‑bank officials, and industry specialists, participants highlighted risks both from agentic systems built inside financial institutions and from tools offered by technology firms that can initiate or execute financial actions. In one 2025 forum, 44% of experts surveyed judged autonomous or agentic AI systems to be the most likely current source of AI‑related systemic risk in finance.\nIn March 2025, Scale AI signed a contract with the United States Department of Defense to work with them, in collaboration with Anduril Industries and Microsoft, to develop and deploy AI agents for the purpose of assisting the military with \"operational decision-making\". In July 2025, Fox Business reported that the company EdgeRunner AI built an offline agent, compressed and fine-tuned on military information, with the CEO seeing more common LLMs as \"heavily politicized to the left\". As of that time, the company model is being used by the United States Special Operations Command in an overseas deployment. Researchers have expressed concerns that agents and the large language models they are based on could be biased towards aggressive foreign policy decisions.\nResearch-focused agents have the risk of consensus bias and coverage bias due to collecting information available on the public Internet. NY Mag unfavorably compared the user workflow of agent-based web browsers to Amazon Alexa, which was \"software talking to software, not humans talking to software pretending to be humans to use software.\" The same outlet described web browser agents and computer-use agents as an attempt to \"click-farm the entire economy.\"\nAgents have been linked to the dead Internet theory due to their ability to both publish and engage with online content.\nAgents may get stuck in infinite loops.\nSince many inter-agent protocols are being developed by large technology companies, there are concerns that those companies could use these protocols for self-benefit.\nA June 2025 Gartner report accused many projects described as agentic AI of being rebrands of previously released products, terming the phenomenon as \"agent washing\".\nResearchers have warned about the impact of providing AI agents access to cryptocurrency and smart contracts.\nDuring a vibe coding experiment, a coding agent by Replit deleted a production database during a code freeze, \"[covered] up bugs and issues by creating fake data [and] fake reports\" and responded with false information. A user of Google Antigravity reported that, when the user attempted to use the system to delete cache, the system responded by deleting the user's D hard drive.\nIn July 2025, PauseAI referred OpenAI to the Australian Federal Police, accusing the company of violating Australian laws through ChatGPT agent due to the risk of assisting the development of biological weapons.\nOpenAI co-founder Andrej Karpathy criticized AI agents as being ineffective and promoting AI slop.\nIssues with multi-agent systems include few coordination protocols between component agents, inconsistent performance, and challenges debugging.\nIn November 2025, Anthropic claimed that a group of hackers sponsored by China attempted a cyberattack against at least 30 organizations by using Claude Code in an agentic workflow, and that several of these infiltrations had succeeded. However, independent cybersecurity researchers questioned the significance of Anthropic's findings.\nWhittaker argued that the push by Big Tech companies to deploy AI agents risked security vulnerabilities across the Internet.","score":63.16641805025819,"links":[]},{"source":"wiki_artificial_intelligence.hat","text":"Planning and decision-making\nAn \"agent\" is any entity (artificial or not) that perceives and takes actions in the world. A rational agent has goals or preferences and takes actions to make them happen. In automated planning, the agent has a specific goal. In automated decision-making, the agent has preferences—there are some situations it would prefer to be in, and some situations it is trying to avoid. The decision-making agent assigns a number to each situation (called the \"utility\") that measures how much the agent prefers it. For each possible action, it can calculate the \"expected utility\": the utility of all possible outcomes of the action, weighted by the probability that the outcome will occur. It can then choose the action with the maximum expected utility.\nIn classical planning, the agent knows exactly what the effect of any action will be. In most real-world problems, however, the agent may not be certain about the situation they are in (it is \"unknown\" or \"unobservable\") and it may not know for certain what will happen after each possible action (it is not \"deterministic\"). It must choose an action by making a probabilistic guess and then reassess the situation to see if the action worked. \nAlongside thorough testing and improvement based on previous decisions, having an explanation for why the agent took certain decisions is a way to build trust, especially when the decisions have to be relied upon.\nIn some problems, the agent's preferences may be uncertain, especially if there are other agents or humans involved. These can be learned (e.g., with inverse reinforcement learning), or the agent can seek information to improve its preferences. Information value theory can be used to weigh the value of exploratory or experimental actions. The space of possible future actions and situations is typically intractably large, so the agents must take actions and evaluate situations while being uncertain of what the outcome will be.\nA Markov decision process has a transition model that describes the probability that a particular action will change the state in a particular way and a reward function that supplies the utility of each state and the cost of each action. A policy associates a decision with each possible state. The policy could be calculated (e.g., by iteration), be heuristic, or it can be learned.\nGame theory describes the rational behavior of multiple interacting agents and is used in AI programs that make decisions that involve other agents.","score":53.16641805025819,"links":[]},{"source":"wiki_artificial_intelligence.hat","text":"Perception\nMachine perception is the ability to use input from sensors (such as cameras, microphones, wireless signals, active lidar, sonar, radar, and tactile sensors) to deduce aspects of the world. Computer vision is the ability to analyze visual input.\nThe field includes speech recognition, image classification, facial recognition, object recognition, object tracking, and robotic perception.\n\nSocial intelligence\nAffective computing is a field that comprises systems that recognize, interpret, process, or simulate human feeling, emotion, and mood. For example, some virtual assistants are programmed to speak conversationally or even to banter humorously; it makes them appear more sensitive to the emotional dynamics of human interaction, or to otherwise facilitate human–computer interaction.\nHowever, this tends to give naïve users an unrealistic conception of the intelligence of existing computer agents. Moderate successes related to affective computing include textual sentiment analysis and, more recently, multimodal sentiment analysis, wherein AI classifies the effects displayed by a videotaped subject.","score":53.16641805025819,"links":[]},{"source":"wiki_dallas.hat","text":"Media\nDallas has several local newspapers, magazines, television stations and radio stations that serve the Dallas–Fort Worth metroplex, which is the fifth-largest media market in the United States. Dallas has one major daily newspaper, The Dallas Morning News, which was founded in 1885 by A. H. Belo and is A. H. Belo's flagship newspaper.\nThe Dallas Times Herald, started in 1888, was the Morning News' major competitor until Belo purchased it on December 8, 1991, and closed the paper down the next day. Other daily newspapers are Al Día, a Spanish-language paper published by Belo, and a number of ethnic newspapers printed in languages such as Chinese, Korean, and Vietnamese.\nOther publications include the Dallas Weekly and the Elite News, all weekly news publications. The Dallas Observer and the North Texas Journal are also alternative weekly newspapers. The Dallas Morning News formerly had a weekly publication, Neighborsgo, which came out every Friday and focused on community news. Readers could post stories and contribute content to the website.\nD Magazine is a notable monthly magazine about business, life, and entertainment in Dallas–Fort Worth. Local visitor magazines include \"WHERE Magazine\" and \"Travelhost\"–available at hotel desks or in guest rooms. In addition, the park cities and suburbs such as Plano also have their own community newspapers. Also, THE Magazine covers the contemporary arts scene.\nIn terms of the larger metro area, the Fort Worth Star-Telegram is another major daily newspaper, covering Fort Worth's metropolitan division. It also publishes a major Spanish-language newspaper for the entire metro area known as La Estrella. To the north of Dallas and Fort Worth, the Denton Record-Chronicle primarily covers news for the city of Denton and Denton County.\nArea television stations affiliated with the major broadcasting networks (network O&O's highlighted in bold) include KDFW 4 (Fox), KXAS 5 (NBC), WFAA 8 (ABC) (which for many years was owned by Belo alongside the Morning News), KTVT 11 (CBS), KERA 13 (PBS), KUVN 23 (UNI), KDFI 27 (MNTV), KDAF 33 (The CW), and KXTX 39 (TMD). KTXA 21 and KFAA 29 are an independent stations; KTXA \nwas previously affiliated with the now-defunct UPN network.\nOver 101 radio stations operate within range of Dallas. The city of Dallas operates WRR 101.1 FM, the area's main classical music station, from city offices in Fair Park. Its original sister station, licensed as WRR-AM in 1921, is the oldest commercially operated radio station in Texas and the second-oldest in the United States, after KDKA (AM) in Pittsburgh. KKDA-FM (K104), an urban contemporary station, and KRNB (Smooth R&B 105.7), an urban adult contemporary station, are owned independently by Service Broadcasting Corporation.\nBecause of the city's central geographical position and lack of nearby mountainous terrain, high-power class A medium-wave stations KRLD and WBAP can broadcast as far as southern Canada at night and can be used for emergency messages when broadcasting is down in other major metropolitan areas in the United States.\nSlavic Voice of America media group serves Russian-speaking Americans out of Dallas. Hispanic Broadcasting Corporation (HBC), the largest company in the Spanish-language radio station business, is based in Dallas. In 2003, HBC was acquired by Univision and became Univision Radio Inc., but the radio company remains headquartered in the city.\nThe Real Housewives of Dallas, abbreviated RHOD, was an American reality television series that aired on Bravo from 2016 to 2021. It is the ninth installment of The Real Housewives franchise, lasting five seasons and focused on the personal and professional lives of several women living in the city  Notable alumni was Brandi Redmond, cheerleader for the Dallas Cowboys, model and actress Tiffany Hendra, and seasoned reality television personality Leeanne Locken. Other stars included Cary Deuber, Stephanie Hollman, D'Andra Simmons, Kameron Westcott, Kary Brittingham and Tiffany Moon. The show highlighted Dallas culture, specifically the city's charity scene.","score":48.561834385130155,"links":[]},{"source":"wiki_dallas.hat","text":"Storylines\nThe event featured professional wrestling matches that involved different wrestlers from pre-existing scripted feuds and storylines. Wrestlers portrayed villains, heroes, or less distinguishable characters in scripted events that built tension and culminated in a wrestling match or series of matches.\nAt Bound for Glory, Frankie Kazarian and Nic Nemeth co-won the Call Your Shot Gauntlet due to a double pin, where they both earned a Call Your Shot Trophy for a title opportunity whenever and wherever they want. Later on that night, Mike Santana would win the TNA World Championship from NXT wrestler Trick Williams. A month later on the November 13 live episode of TNA Impact!, Santana defended the title against Nic's brother Ryan Nemeth when, almost immediately, Nic attempted to utilize his championship opportunity. However, backstage, Nemeth would be attacked by a hooded figure before he could make his entrance. Santana and Ryan would then be attacked by a contingent of NXT wrestlers (Robert Stone, Charlie Dempsey, Channing \"Stacks\" Lorenzo, Brooks Jensen, Lexis King, and The High Ryze (Tyson Dupont and Tyriek Igwe)); this allowed Kazarian to invoke his championship privilege and defeat Santana to win the championship. Another month later on December 11, Kazarian held his talk show segment, \"The King's Speech,\" when Santana interrupted and announced he was invoking his rematch clause against Kazarian at Genesis and the match was made official later that night. On the January 1, 2026 episode of Impact!, after Kazarian defended the title against Bear Bronson, Santana revealed that Director of Authority Santino Marella had moved their match to the AMC premiere of Thursday Night Impact! on January 15. The following week, the two men had a contract signing for their match, but Nic Nemeth interrupted and implied that following the match, he would invoke his Call Your Shot opportunity. On the AMC debut episode, Santana would defeat Kazarian to win the title back and later fended off Nemeth's attempt to invoke his opportunity. Marella would then come out and declare that Santana and Kazarian would wrestle for the TNA World Championship one more time at Genesis in a Texas Deathmatch. However, newly minted TNA Director of Operations Daria Rae (formerly Sonya Deville in WWE) followed up by making Nemeth the special guest referee.\nOn the November 13 TNA Impact!, The System (Moose, Brian Myers, JDC, Eddie Edwards, and Alisha Edwards) had an in-ring promo, where JDC, in light of his recent marriage, announced that he would retire from professional wrestling after Genesis. As he helped his fellow stablemates find a suitable replacement, he declared on the December 11 episode that he would face Edwards, who he trained with under Killer Kowalski, in his retirement match at Genesis.\nAt Final Resolution, after The Hardys (Matt Hardy and Jeff Hardy) retained the TNA World Tag Team Championship, they were soon confronted by The Righteous (Vincent—returning to TNA for after being with the company in 2022–and the debuting Dutch). On the subsequent episode of TNA Impact!, The Righteous again confronted The Hardys in the ring, but said they were only there to show their gratitude, as well as wishing them luck for next week; The Hardys would take part in a 10-man tag team steel cage match as Team TNA (including Santino Marella, Mike Santana, and Steve Maclin) against Team NXT (Channing \"Stacks\" Lorenzo, Brooks Jensen, Lexis King, and The High Ryze), with The Righteous saying they would be watching. During the match, Matt would enter third for Team TNA but was attacked by Tyriek Igwe before he could enter the cage. The Righteous then came out and abducted Matt from ringside. Two weeks later, The Righteous explained that they only took Matt to help him as a peace offering to him and Jeff. The Hardys refused their advances, but when they returned to their locker room, they found it had been turned into a place of worship by The Righteous, which included photos of their families. On the January 8 TNA Impact!, The Hardys called out The Righteous to fight them then and there, but instead, The Righteous challenged them to a TNA World Tag Team Championship match at Genesis, which TNA would make official.\nOn the live November 13 TNA Impact!, Elijah, making his first appearance since Bound for Glory and having been out with a torn triceps, held a live in-ring concert; however, he was soon interrupted by Order 4 (Mustafa Ali, Tasha Steelz, The Great Hands (John Skyler and Jason Hotch), and Special Agent 0). Elijah would step up to Ali, with the segment ending as Ali broke Elijah's guitar over his injured arm. A month later at Final Resolution, Order 4 (Ali, Special Agent 0, and The Great Hands) faced The Rascalz (Trey Miguel, Dezmond Xavier, Zachary Wentz, and Myron Reed) in an eight-man tag team match. Towards the end, as Ali retreated into the crowd, Elijah appeared on horseback, hogtying Ali's feet behind his horse before riding off with him. Two weeks later on December 18, Elijah tried to host another concert, but was again interrupted by Ali, accompanied by Steelz and Special Agent 0. The Great Hands, dressed as production crew members, tried to attack Elijah from behind, but were quickly dealt with. When he tried to get to Ali, however, distractions from the rest of Order 4 allowed Ali to hit Elijah again with a guitar. On the January 1, 2026 episode of TNA Impact!, it was announced that Elijah and Ali would face one-on-one at Genesis.\nAt Turning Point, Rich Swann challenged Leon Slater for the TNA X Division Championship but unfortunately came up short. Despite the loss, Swann showed respect to Slater, shaking his hand after the match. The display didn't sit well with A. J. Francis, Swann's partner in Fir$t Cla$$, as he berated Swann over it the following week on TNA Impact!. Francis would later challenge Slater himself for the X Division Championship at Final Resolution. However, Swann would betray Francis after hitting him with the title belt, allowing Slater to retain while breaking up Fir$t Cla$$. Francis would not let this lie, as he would attack Swann every chance he got, including eliminating Swann from a TNA World Championship number one contender's battle royal despite not being in the match. On the January 8, 2026 episode of TNA Impact!, Francis and Swann were announced to wrestle each other at Genesis.\nSince Turning Point, Ryan Nemeth would have several run-ins with Mara Sadé, usually ending with her hitting him with a superkick. Their feud would continue over the next month, including on the Christmas edition of TNA Impact!, where Sadé and Nemeth captained two teams in a ten-person tag team match, with the winners receiving a Christmas bonus; Sadé's team would end up victorious. Despite this, Nemeth would constantly pester Sadé, even trying to flirt with her, but would always be brushed off and eventually kicked in the face. On the AMC debut of Thursday Night Impact! on January 15, TNA would announce that Nemeth and Sadé would face off in an intergender match at Genesis.","score":48.561834385130155,"links":[]},{"source":"wiki_real_estate.hat","text":"A real estate developer who secures funding for the project;\nOne or more financial institutions or other investors that provide the funding;\nLocal planning and code authorities;\nA surveyor who performs an ALTA/ACSM and construction surveys throughout the project;\nConstruction managers who coordinate the effort of different groups of project participants;\nLicensed architects and engineers who provide building design and prepare construction documents;\nThe principal design engineering disciplines which normally include the following professionals: civil, structural, mechanical engineers, building services, HVAC (Heating, Ventilation and Air Conditioning), plumbing and drainage. Other design engineer specialists may also be involved such as fire prevention, acoustic, façade engineers, building physics, Telecoms, AV (Audio Visual), BMS (Building Management Systems) Automatic controls etc. These design engineers also prepare construction documents which are issued to specialist contractors to obtain a price for the works and to follow for the installations.\nLandscape architects;\nInterior designers;\nOther consultants;\nContractors who provide construction services and install building systems such as climate control, electrical, plumbing, decoration, fire protection, security and telecommunications;\nMarketing or leasing agents;\nFacility managers who are responsible for operating the building.\nBuildings are typically subject to planning and building regulations depending on their jurisdiction, including zoning ordinances, building codes, and other regulations such as fire codes, life safety codes, and related standards.\nVehicles—such as trailers, caravans, ships, and passenger aircraft—are treated as \"buildings\" for life safety purposes.","score":45.103059609765616,"links":[]},{"source":"wiki_dallas.hat","text":"ARTICLE: TNA Genesis (2026)\nThe 2026 edition of Genesis was a professional wrestling pay-per-view (PPV) event produced by Total Nonstop Action Wrestling (TNA). It took place on January 17, 2026, at the Curtis Culwell Center in Garland, Texas. It was the 14th event under the Genesis chronology. It also featured wrestlers from WWE's NXT brand, with which TNA has a partnership. The event featured JDC's final match in his 26-year wrestling career.\n10 matches were contested at the event, including two on the Countdown to Genesis pre-show. In the main event, Mike Santana defeated Frankie Kazarian in a Texas Deathmatch to retain the TNA World Championship, with Nic Nemeth serving as the special guest referee. In other prominent matches, The Hardys (Matt Hardy and Jeff Hardy) defeated The Righteous (Vincent and Dutch) to retain the TNA World Tag Team Championship, Léi Yǐng Lee defeated NXT's Zaria to retain the TNA Knockouts World Championship, and Eddie Edwards defeated the aforementioned JDC in the latter's retirement match.","score":38.92137578884761,"links":[]},{"source":"wiki_real_estate.hat","text":"See also\nReferences\nExternal links\n\n The dictionary definition of building at Wiktionary\n Media related to Buildings at Wikimedia Commons\n Quotations related to Building at Wikiquote\n\n--- NEXT ARTICLE ---\n\nARTICLE: Real estate business\nReal estate business is the profession of buying, leasing, managing, or selling real estate (commercial, industrial, residential, or mixed-use premises).\n\nMarketing and sales\nIt is common practice for an intermediary to provide real estate owners with dedicated sales and marketing support in exchange for commission. In Northern America, this intermediary is referred to as a real estate agent, real estate broker or realtor; whilst in the United Kingdom, the intermediary would be referred to as an estate agent. In Australasia, they are known as real estate agents, real estate sales representatives, property consultants, property managers, leasing agents, or simply the agents.\nThere have been various studies to detect the determinants of housing prices to this day, mostly trying to examine the impacts of structural, locational and environmental attributes of houses.","score":36.327294707324214,"links":[]},{"source":"wiki_real_estate.hat","text":"ARTICLE: Amortization (accounting)\nIn accounting, amortization is a method of obtaining the expenses incurred by an intangible asset arising from a decline in value as a result of use or the passage of time. Amortization is the acquisition cost minus the residual value of an asset, calculated in a systematic manner over an asset's useful economic life. Depreciation is a corresponding concept for tangible assets.  \nMethodologies for allocating amortization to each accounting period are generally the same as those for depreciation. However, many intangible assets such as goodwill or certain brands may be deemed to have an indefinite useful life and are therefore not subject to amortization (although goodwill is subjected to an impairment test every year).\nWhile theoretically amortization is used to account for the decreasing value of an intangible asset over its useful life, in practice many companies will amortize what would otherwise be one-time expenses through listing them as a capital expense on the cash flow statement and paying off the cost through amortization, having the effect of improving the company's net income in the fiscal year or quarter of the expense.\nAmortization is recorded in the financial statements of an entity as a reduction in the carrying value of the intangible asset in the balance sheet and as an expense in the income statement.\nUnder International Financial Reporting Standards, guidance on accounting for the amortization of intangible assets is contained in IAS 38. Under United States generally accepted accounting principles (GAAP), the primary guidance is contained in FAS 142.","score":27.551529804882808,"links":[]},{"source":"web_1779060034.hat","text":"Menu Using App Router Features available in /app Latest Version 16.2.6 This page is also available as Markdown at /docs/app/guides.md . For an index of Next.js documentation , see /docs/llms.txt . Copy page Guides Last updated May 13, 2026 AI Coding Agents Learn how to configure your Next.js project so AI coding agents use up-to-date documentation instead of outdated training data. Analytics Measure and track page performance using Next.js Speed Insights Authentication Learn how to implement authentication in your Next.js application. Backend for Frontend Learn how to use Next.js as a backend framework Caching (Previous Model) Learn how to cache and revalidate data using fetch options, unstable_cache, and route segment configs for projects not using Cache Components. CDN Caching Learn how CDN caching works with Next.js, including what works today, cache variability, and the direction toward pathname-based cache keying. CI Build Caching Learn how to configure CI to cache Next.js builds Content Security Policy Learn how to set a Content Security Policy (CSP) for your Next.js application. CSS-in-JS Use CSS-in-JS libraries with Next.js Custom Server Start a Next.js app programmatically using a custom server. Data Security Learn the built-in data security features in Next.js and learn best practices for protecting your application's data. Debugging Learn how to debug your Next.js application with VS Code, Chrome DevTools, or Firefox DevTools. Deploying to Platforms Understand which Next.js features require specific platform capabilities and how to choose the right deployment target. Draft Mode Next.js has draft mode to toggle between static and dynamic pages. You can learn how it works with App Router here. Environment Variables Learn to add and access environment variables in your Next.js application. Forms Learn how to create forms in Next.js with React Server Actions. How Revalidation Works A deep dive into how Next.js revalidates cached content, including the tag system, cache consistency, and multi-instance coordination. ISR Learn how to create or update static pages at runtime with Incremental Static Regeneration. Instrumentation Learn how to use instrumentation to run code at server startup in your Next.js app Internationalization Add support for multiple languages with internationalized routing and localized content. JSON-LD Learn how to add JSON-LD to your Next.js application to describe your content to search engines and AI. Lazy Loading Lazy load imported libraries and React Components to improve your application's loading performance. Development Environment Learn how to optimize your local development environment with Next.js. Next.js MCP Server Learn how to use Next.js MCP support to allow coding agents access to your application state MDX Learn how to configure MDX and use it in your Next.js apps. Memory Usage Optimize memory used by your application in development and production. Migrating Learn how to migrate from popular frameworks to Next.js Migrating to Cache Components Learn how to migrate from route segment configs to Cache Components in Next.js. Multi-tenant Learn how to build multi-tenant apps with the App Router. Multi-zones Learn how to build micro-frontends using Next.js Multi-Zones to deploy multiple Next.js apps under a single domain. OpenTelemetry Learn how to instrument your Next.js app with OpenTelemetry. Package Bundling Learn how to analyze and optimize your application's server and client bundles with the Next.js Bundle Analyzer for Turbopack, and the `@next/bundle-analyzer` plugin for Webpack. PPR Platform Guide A guide for platform engineers on implementing PPR support, from basic origin rendering to optimized CDN integration. Prefetching Learn how to configure prefetching in Next.js Preserving UI state Learn how React's Activity component preserves UI state across navigations in Next.js and how to control what resets. Preventing Flash Learn how to correct server-rendered content before the browser paints, avoiding visible flash when the page hydrates. Production Recommendations to ensure the best performance and user experience before taking your Next.js application to production. PWAs Learn how to build a Progressive Web Application (PWA) with Next.js. Public pages Learn how to build public, \"static\" pages that share data across users, such as landing pages, list pages (products, blogs, etc.), marketing and news sites. Redirecting Learn the different ways to handle redirects in Next.js. Rendering Philosophy Learn how Next.js treats static and dynamic rendering as a spectrum at the component level, and what this means for deployment. Sass Style your Next.js application using Sass. Scripts Optimize 3rd party scripts with the built-in Script component. Self-Hosting Learn how to self-host your Next.js application on a Node.js server, Docker image, or static HTML files (static exports). SPAs Next.js fully supports building Single-Page Applications (SPAs). Static Exports Next.js enables starting as a static site or Single-Page Application (SPA), then later optionally upgrading to use features that require a server. Streaming Learn how streaming works in Next.js and how to use it to progressively render UI as data becomes available. Tailwind CSS v3 Style your Next.js Application using Tailwind CSS v3 for broader browser support. Testing Learn how to set up Next.js with four commonly used testing tools — Cypress, Playwright, Vitest, and Jest. Third Party Libraries Optimize the performance of third-party libraries in your application with the `@next/third-parties` package. Upgrading Learn how to upgrade to the latest versions of Next.js. Videos Recommendations and best practices for optimizing videos in your Next.js application. View transitions Learn how to use view transitions to communicate meaning during navigation, loading, and content changes in a Next.js app. Was this helpful? supported. Send","score":27.12400931168676,"links":[]}]},"metadata":{},"timestamp":"2026-07-08T22:49:18.539Z"}