Skip to content

Commit

Permalink
Merge pull request #475 from vselvarajijay/go-live-version
Browse files Browse the repository at this point in the history
Go live version
  • Loading branch information
vselvarajijay authored Apr 3, 2024
2 parents 355a351 + 54685f6 commit a68718d
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 66 deletions.
67 changes: 36 additions & 31 deletions packages/docs/src/pages/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@ const features = [
imageAlt: '',
cta: (
<>
<a
href="/docs/measurements"
className="flex my-auto rounded-full w-fit bg-black dark:bg-white px-3.5 py-2 text-sm font-semibold text-white dark:text-black shadow-sm focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 "
<div
onClick={() => window.location.href="/docs/measurements"}

className="cursor-pointer flex my-auto rounded-full w-fit bg-black dark:bg-white px-3.5 py-2 text-sm font-semibold text-white dark:text-black shadow-sm focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 "
>
<div>
Start with Measurements
</div>
<ChevronRightIcon className="h-5 w-5 my-auto" aria-hidden="true" />
</a>
</div>
</>
)
},
Expand All @@ -47,15 +48,15 @@ const features = [
imageAlt: '',
cta: (
<>
<a
href="/docs/clinical-models"
className="flex my-auto rounded-full w-fit bg-black dark:bg-white px-3.5 py-2 text-sm font-semibold text-white dark:text-black shadow-sm focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 "
<div
onClick={() => window.location.href="/docs/clinical-models"}
className="cursor-pointer flex my-auto rounded-full w-fit bg-black dark:bg-white px-3.5 py-2 text-sm font-semibold text-white dark:text-black shadow-sm focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 "
>
<div>
Start with Clinical Models
Start with Clinical Models
</div>
<ChevronRightIcon className="h-5 w-5 my-auto" aria-hidden="true" />
</a>
</div>
</>
)
},
Expand All @@ -67,15 +68,15 @@ const features = [
imageAlt: '',
cta: (
<>
<a
href="/docs/team-based-care"
className="flex my-auto rounded-full w-fit bg-black dark:bg-white px-3.5 py-2 text-sm font-semibold text-white dark:text-black shadow-sm focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 "
<div
onClick={() => window.location.href="/docs/team-based-care"}
className="cursor-pointer flex my-auto rounded-full w-fit bg-black dark:bg-white px-3.5 py-2 text-sm font-semibold text-white dark:text-black shadow-sm focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 "
>
<div>
Start with Team Collaboration
</div>
<ChevronRightIcon className="h-5 w-5 my-auto" aria-hidden="true" />
</a>
</div>
</>
)
},
Expand Down Expand Up @@ -156,7 +157,7 @@ export default function Example() {

<div className="mt-24 sm:mt-32 lg:mt-16 ">
<div
className="no-underline flex flex-row p-2 text-sm mt-24 sm:mt-32 lg:mt-16 space-x-6 bg-black bg-opacity-20 text-opacity-80 rounded-full w-fit px-4 text-white"
className="no-underline cursor-pointer flex flex-row p-2 text-sm mt-24 sm:mt-32 lg:mt-16 space-x-6 bg-black bg-opacity-20 text-opacity-80 rounded-full w-fit px-4 text-white"
onClick={() => {
window.location.href="https://github.com/akello-io/akello/releases/tag/v0.0.9"
}}>
Expand Down Expand Up @@ -225,12 +226,16 @@ export default function Example() {

<div className="bg-black dark:bg-ak-blue-800 py-4 ">
<div className="mx-auto max-w-7xl px-6 lg:px-8">
<a href='https://calendly.com/akello-health/30-min-call' className='flex flex-row w-fit my-auto mx-auto text-white'>
<div onClick={() => {
window.location.href = 'https://calendly.com/akello-health/30-min-call'

}}
className='cursor-pointer flex flex-row w-fit my-auto mx-auto text-white'>
<h2 className="text-center my-auto text-xl sm:text-2xl font-semibold leading-8 ">
🎉 Want a walkthrough? Book a demo!
🎉 Book a demo today
</h2>
<ChevronRightIcon className="h-10 w-auto" aria-hidden="true" />
</a>
</div>
</div>
</div>

Expand Down Expand Up @@ -296,15 +301,15 @@ export default function Example() {
</div>
<p className="flex-auto">{feature.description}</p>
<p className="mt-6">
<a
href={feature.href}
className="flex my-auto rounded-full w-fit bg-white px-3.5 py-2 text-sm font-semibold text-black shadow-sm focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 "
<div
onClick={() => window.location.href = feature.href}
className="cursor-pointer flex my-auto rounded-full w-fit bg-white px-3.5 py-2 text-sm font-semibold text-black shadow-sm focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 "
>
<div>
Explore
</div>
<ChevronRightIcon className="h-5 w-5 my-auto" aria-hidden="true" />
</a>
</div>
</p>
</div>
))}
Expand All @@ -322,21 +327,21 @@ export default function Example() {
Start a free evaluation today
</h2>
<div className="mt-10 flex items-center gap-x-6 lg:mt-0 lg:flex-shrink-0">
<a
href="https://app.akello.io/signup"
className="flex my-auto rounded-full w-fit bg-white px-3.5 py-2 text-sm font-semibold text-black shadow-sm focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 "
<div
onClick={() => window.location.href = "https://app.akello.io/signup"}
className="cursor-pointer flex my-auto rounded-full w-fit bg-white px-3.5 py-2 text-sm font-semibold text-black shadow-sm focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 "
>
<div>
Start now
</div>
<ChevronRightIcon className="h-5 w-5 my-auto" aria-hidden="true" />
</a>
<a href="https://calendly.com/akello-health/30-min-call" className='flex my-auto font-semibold text-white'>
</div>
<div onClick={() => window.location.href = "https://calendly.com/akello-health/30-min-call"} className='cursor-pointer flex my-auto font-semibold text-white'>
<div>
Book a demo
</div>
<ChevronRightIcon className="h-5 w-5 my-auto" aria-hidden="true" />
</a>
</div>
</div>
</div>
</div>
Expand All @@ -356,15 +361,15 @@ export default function Example() {
<p className="mt-6 text-xl leading-8 ">
We are a community of clinicians, engineers and designers who are passionate about improving healthcare. We are committed to building a platform that is easy to use and helps you deliver the best care to your patients.
</p>
<a
href="https://discord.gg/WSqNrWBKKw"
className="flex my-auto rounded-full w-full text-white bg-ak-red-700 py-3 text-sm font-semibold"
<div
onClick={() => window.location.href = "https://discord.gg/WSqNrWBKKw"}
className="flex my-auto cursor-pointer rounded-full w-full text-white bg-ak-red-700 py-3 text-sm font-semibold"
>
<div className='mx-auto text-xl'>
Join our Community
</div>

</a>
</div>

</div>
<div className="flex flex-wrap items-start justify-end gap-6 sm:gap-8 lg:contents">
Expand Down
21 changes: 9 additions & 12 deletions packages/docs/src/pages/products/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,39 @@

Explore Akello's offerings, designed to streamline the process of building a secure and efficient population health experience for both clinicians and patients. Akello is more than just a platform; it's an open-source movement, featuring a range of functionalities as outlined below.

## 📋 Screening
## Screening

Akello emphasizes customization, allowing users to craft screening experiences and clinical workflows tailored to their specific needs. Suitable for various healthcare settings, from small clinics to large hospitals, our platform is flexible and adaptable.

## 📏 Measurements
## Measurements

Simplifying the tracking of patient data is a key feature of Akello. We provide a straightforward and reliable way to capture consistent measurements across patient populations, ensuring essential data is always easily accessible.

## 💬 Communications and Messaging
## Communications and Messaging

Akello eliminates communication barriers, bridging the gap between clinical teams and patients. This enhances interactions and engagement, playing a crucial role in the delivery of healthcare services.

## 🤖 Automations
## Automations

Our automation tools are designed to streamline your operations. Akello automates essential tasks, from data capture to patient follow-up and triage management, saving time and increasing precision.

## 📊 Analytics and Dashboards
## Analytics and Dashboards

Effective data visualization and analysis are essential in healthcare. Akello enables quick dashboard creation and easy integration with BI tools like PowerBI and QuickSights, facilitating informed decision-making through deeper insights.

## 👮 Authentication and Authorization

With a focus on security, Akello offers various authentication and authorization options, including SSO, Smart-on-FHIR, SAML, and custom solutions. This ensures your data remains secure and accessible in a manner that aligns with your organization's needs.

## ⚡ Subscriptions
## Subscriptions

Akello's subscription features keep you up-to-date and streamline system integration. Similar to webhooks, these features offer real-time notifications, making data management more efficient and less obtrusive.

## 🎨 React UI Components
## React UI Components

Our React UI components expedite app development. Designed for both clinician and patient interfaces, they are ready for integration, reducing development time and improving the user experience.

## 🌈 Self-Hosting and Open Source
## Self-Hosting and Open Source

Akello values flexibility, offering options for self-hosting your application in a private cloud or using our hosted solution. With audit-ready code, Akello ensures compliance and security within your environment.

## 💼 Compliance
## Compliance

Akello is designed with compliance in mind, offering solutions that adhere to industry standards and regulations. This provides peace of mind and allows you to concentrate on what's most important - patient care.
20 changes: 10 additions & 10 deletions packages/docs/src/pages/solutions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@



# Clinical Operations Teams
# Clinical Operations Teams

## 🏗️ **Workflow Optimization**
## **Workflow Optimization**
Akello.io can help Clinical Operations teams by automating routine tasks and streamlining workflows. This includes patient scheduling, document management, and communication between departments. By reducing manual work, staff can focus more on patient care and less on administrative tasks.

## ⚖️ **Regulatory Compliance**
## **Regulatory Compliance**
With built-in compliance tracking and reporting tools, Akello.io ensures that Clinical Operations adhere to healthcare regulations and standards. This feature is crucial for minimizing legal risks and ensuring patient safety.

## 📈 **Data Analytics**
## **Data Analytics**
The platform offers analytics tools that enable Clinical Operations teams to make data-driven decisions. This can include analyzing patient flow, identifying bottlenecks in service delivery, and monitoring treatment outcomes, which can lead to improved patient care and operational efficiency.

# Finance Teams
## 💰 **Cost Management and Optimization**
## **Cost Management and Optimization**
Akello.io provides Finance teams with tools to monitor and manage healthcare costs effectively. This can include tracking spending in real-time, identifying areas for cost reduction, and forecasting future expenses.

## 💳 **Billing and Revenue Cycle Management**
## **Billing and Revenue Cycle Management**
The platform can automate and streamline billing processes, from insurance verification to claim submission and follow-up. This helps in reducing billing errors, improving cash flow, and maximizing revenue collection.

## 📋 **Financial Reporting**
## **Financial Reporting**
With comprehensive financial reporting capabilities, Finance teams can easily access and analyze financial data. This assists in budgeting, financial planning, and reporting to stakeholders.

# Payers
## 🧾 **Claims Processing**
## **Claims Processing**
Akello.io can facilitate faster and more accurate claims processing for Payers by automating the verification of claims against policy terms, reducing the time and costs associated with manual processing.

## 👪 **Member Engagement**
## **Member Engagement**
Payers can use Akello.io to improve member engagement through personalized communication tools, health management programs, and accessible digital interfaces, leading to better health outcomes and member satisfaction.

## 📊 **Data Insights**
## **Data Insights**
Payers can leverage the platform's data analytics capabilities to gain insights into healthcare trends, member health outcomes, and cost drivers. This can inform policy adjustments, risk assessment, and strategic planning.

Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,19 @@ interface RegistryShellProps {
onNavigate: (path: string) => void;
pathname: string;
Outlet?: any;
stripe_checkout_url: string;
stripe_portal_url: string;
}

export const RegistryShell:React.FC<RegistryShellProps> = ({Logo, AppShell, onNavigate, pathname, Outlet}) => {
export const RegistryShell:React.FC<RegistryShellProps> = ({
Logo,
AppShell,
onNavigate,
pathname,
Outlet,
stripe_checkout_url,
stripe_portal_url
}) => {
const akello = useAkello();
const [opened, { toggle }] = useDisclosure();
const [evaluationModal, evaluationModalHandlers] = useDisclosure(false);
Expand Down Expand Up @@ -102,7 +112,7 @@ export const RegistryShell:React.FC<RegistryShellProps> = ({Logo, AppShell, onNa
<Text size={'lg'} fw={700}>For evaluation only</Text>
<Text>You are currently using Akello’s evaluation plan. We recommend using this plan to familiarize yourself with Akello’s platform and understand how it can meet your specific needs. If you plan on adding real <span className='font-semibold'>patient data</span> be sure to upgrade to a paid plan, which will include a Business Associate Agreement (BAA).</Text>
<Button onClick={() => {
window.location.href = import.meta.env.VITE_STRIPE_CHECKOUT_URL+'?client_reference_id=' + selectedRegistry?.id
window.location.href = stripe_checkout_url +'?client_reference_id=' + selectedRegistry?.id
}}>Upgrade Plan</Button>
</Modal>
<Header loggedIn={true} Logo={Logo} opened={opened} toggle={toggle} onNavigate={(path: any) => onNavigate(path) }/>
Expand Down Expand Up @@ -166,14 +176,14 @@ export const RegistryShell:React.FC<RegistryShellProps> = ({Logo, AppShell, onNa

!planTier ? (
<NavLink
href={import.meta.env.VITE_STRIPE_CHECKOUT_URL+'?client_reference_id=' + selectedRegistry?.id}
href={stripe_checkout_url + '?client_reference_id=' + selectedRegistry?.id}
label="Upgrade Plan"
leftSection={<IconArrowBarUp color='red' size="1rem" stroke={1.5} />}
/>
) : (
<NavLink
target='_blank'
href={import.meta.env.VITE_STRIPE_CUSTOMER_PORTAL}
href={stripe_portal_url}
label="Manage Subscription"
leftSection={<IconBrandMyOppo size="1rem" stroke={1.5} />}
/>
Expand Down
Loading

0 comments on commit a68718d

Please sign in to comment.