Skip to content

Commit

Permalink
feat: update integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Oct 7, 2023
1 parent c7e4c10 commit d86d0ec
Showing 1 changed file with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ export interface IIntegration {
}

export const integrations = [
{
slug: "fusion",
title: "Fusion (Health & Behavior)",
href: "https://usefusion.app/download",
imageUrl: "/images/logo.png",
description: "Connect your prompts, responses and health data from the Fusion Mobile App.",
active: true,
},
// {
// slug: "fusion",
// title: "Fusion (Health & Behavior)",
// href: "https://usefusion.app/download",
// imageUrl: "/images/logo.png",
// description: "Connect your prompts, responses and health data from the Fusion Mobile App.",
// active: true,
// },
{
slug: "neurosity",
title: "Neurosity (EEG Brain Data)",
Expand All @@ -25,15 +25,15 @@ export const integrations = [
"Neurosity is a wearable device that measures EEG brain activity. It also predicts how focused & calm you are in a given moment.",
active: true,
},
{
slug: "biometrics",
title: "Muse (EEG Brain Data)",
href: "https://choosemuse.com",
imageUrl: "/images/integrations/muse_logo.svg",
description:
"Muse is a wearable device that measures EEG brain activity. It measures data from temporal & frontal lobes.",
active: true,
},
// {
// slug: "biometrics",
// title: "Muse (EEG Brain Data)",
// href: "https://choosemuse.com",
// imageUrl: "/images/integrations/muse_logo.svg",
// description:
// "Muse is a wearable device that measures EEG brain activity. It measures data from temporal & frontal lobes.",
// active: true,
// },
// {
// slug: "magicflow",
// title: "MagicFlow (Productivity)",
Expand All @@ -42,15 +42,15 @@ export const integrations = [
// description: "MagicFlow is the productivity tracker that helps you focus on what matters most.",
// active: true,
// },
{
slug: "activityWatch",
title: "ActivityWatch (Screen Time)",
href: "https://activitywatch.net",
imageUrl: "/images/integrations/activitywatch_icon.png",
description:
"ActivityWatch is an open source, privacy first app that automatically tracks how you spend time on your devices.",
active: true,
},
// {
// slug: "activityWatch",
// title: "ActivityWatch (Screen Time)",
// href: "https://activitywatch.net",
// imageUrl: "/images/integrations/activitywatch_icon.png",
// description:
// "ActivityWatch is an open source, privacy first app that automatically tracks how you spend time on your devices.",
// active: true,
// },
// {
// slug: "spotify",
// title: "Spotify (Music)",
Expand Down

1 comment on commit d86d0ec

@vercel
Copy link

@vercel vercel bot commented on d86d0ec Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

fusion – ./neurofusion/next-client

fusion-git-master-neurofusion-research-inc.vercel.app
fusion-neurofusion-research-inc.vercel.app
usefusion.app
www.usefusion.app

Please sign in to comment.