Skip to content

Commit

Permalink
chore(NROne IA): Flattening NROne IA
Browse files Browse the repository at this point in the history
  • Loading branch information
urbiz-nr committed Mar 3, 2022
1 parent 9051bc1 commit fdb149b
Show file tree
Hide file tree
Showing 243 changed files with 5,345 additions and 5,367 deletions.
@@ -0,0 +1,50 @@
---
title: 'Build a custom New Relic One application'
tags:
- New Relic One
- Use New Relic One
- Build on New Relic One
metaDescription: An intro to building custom apps containing data visualizations that reside on the New Relic One platform as New Relic One applications.
redirects:
- /docs/new-relics-programmable-platform-introduction
- /docs/new-relic-programmable-platform-introduction
- /docs/new-relic-one/use-new-relic-one/build-new-relic-one/new-relic-one-build-your-own-custom-new-relic-one-application
- /docs/new-relic-one-building-your-own-custom-new-relic-one-application
---

New Relic gives you a framework to build your own React JavaScript applications that:

* Reside on the [New Relic One](/docs/new-relic-one/use-new-relic-one/get-started/introduction-new-relic-one) platform, alongside your other dashboards and data.
* Feature visualizations that you've tailored specifically for your organization.
* Display data from any source you want, whether from a New Relic-monitored entity or data from another service or API.

Keep reading to learn more about what you can do with New Relic One apps. Or, if you want to skip ahead and start building your own apps, first read the [requirements on our developer site](https://developer.newrelic.com/build-apps/permission-manage-apps).

## New Relic One: a programmable platform [#what-is-it]

We strive to have an automated user experience that provides optimal value for all users. But we also know that some organizations have unique business needs that can't be met with our standard visualization options.

Now, we give you control over the fundamental building blocks of our platform. Using the same tools our engineers use to build New Relic One, you can build custom applications that align with your unique organizational structure and business needs. If you know how to use React, GraphQL, and NRQL (our query language), building an application will take you only a few minutes.

Check out the [guides on our developer site](https://developer.newrelic.com/build-apps) for help building custom applications. Or, for a quick overview of how to get started with building your own app, watch this short YouTube video (approx. 3:15 minutes).

<Video id="QX7wMf6wTSU" type="youtube" />

## Get started [#get-started]

With New Relic One, you can solve any data-driven challenge, no matter how complex. For example:

* Use our APIs to [get data into New Relic from any source](https://developer.newrelic.com/collect-data/collect-data-from-any-source).
* [Visualize that data in your custom applications](https://developer.newrelic.com/build-apps).

![programmable-ui-intro-image.png](./images/new-relic-one-browser-analyzer-example-application_0.png "programmable-ui-intro-image.png")

<figcaption>
**[one.newrelic.com](https://one.newrelic.com):** Here’s an example of a custom application built on New Relic One. This application gives a highly detailed analysis of a website, using the PageView events reported from New Relic's browser monitoring.
</figcaption>

<Callout variant="tip">
If your visualization needs are relatively simple, consider using [custom charts](/docs/chart-builder/use-chart-builder/get-started/introduction-chart-builder) and [custom dashboards](/docs/dashboards/new-relic-one-dashboards/get-started/introduction-new-relic-one-dashboards).
</Callout>

Now, visit our [developer site](http://developer.newrelic.com) and start building!

0 comments on commit fdb149b

Please sign in to comment.