Skip to content

Commit

Permalink
docs: add enterprise solutions page (#211)
Browse files Browse the repository at this point in the history
* docs: change cala logo
* chore: docusaurus update
* docs: add enterprise solutions page
* fix: set contact email to [email protected]
* chore: keep original frontpage icons, crop and rename

---------

Co-authored-by: AndrejStacks <[email protected]>
  • Loading branch information
openoms and designsats authored Oct 2, 2024
1 parent 1299d11 commit e7e9d18
Show file tree
Hide file tree
Showing 23 changed files with 416 additions and 251 deletions.
116 changes: 116 additions & 0 deletions website/docs/enterprise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
---
id: enterprise
title: Enterprise Solutions
slug: /enterprise
---

<div class="container padding-horiz--md">
<div class="row vert-p">
<div class="col col--4 padding-horiz--md vert-p">
<h2>
The open source core banking ledger
</h2>
<p>Cala is an extensible accounting ledger designed for building modern banking applications at enterprise scale.</p>
</div>
<div class="col col--8">
<img src="/img/enterprise-banner.webp"/>
</div>
</div>
</div>

## Empower Your Business with Scalable Payment Infrastructure

In today's dynamic financial ecosystem, staying ahead means adopting solutions that are not only innovative but also robust and scalable. **Galoy's Cala** is an open-source, modular payment platform designed for seamless integration with **Bitcoin**, the **Lightning Network**, and upcoming support for **SWIFT**, as well as **loan services**. Built with developers in mind, Cala enables you to streamline financial operations and unlock new avenues for growth.

---

### Bitcoin Integration

Integrate Bitcoin payments directly into your systems with our comprehensive API. Cala provides secure, fast, and reliable Bitcoin transaction handling, allowing you to tap into the global cryptocurrency market with ease.

- **Secure APIs**: Leverage well-documented APIs for seamless Bitcoin integration.
- **Open Source**: Access and customize the source code on GitHub.
- **Global Reach**: Accept payments from users worldwide without intermediaries.

### Lightning Network Integration

Optimize transaction speeds and reduce costs with our Lightning Network support—ideal for applications requiring high throughput and instant settlement.

- **Instant Payments**: Enable near-instantaneous transactions for improved user experience.
- **Scalability**: Efficiently handle a high volume of microtransactions.
- **Cost-Effective**: Lower transaction fees compared to on-chain Bitcoin transactions.

### SWIFT Integration (In Progress)

Prepare your infrastructure for traditional financial networks with our upcoming SWIFT integration.

- **Global Transfers**: Facilitate international wire transfers seamlessly.
- **Compliance Ready**: Designed to meet global financial compliance standards.
- **Interoperability**: Bridge between cryptocurrency and traditional banking systems.

### Loan Services Integration

Incorporate lending functionalities into your platform with Cala's loan services module.

- **Customizable Terms**: Define loan products tailored to your business model.
- **Automated Processes**: Streamline loan origination, servicing, and repayment.
- **Risk Management**: Utilize built-in tools for credit assessment and risk mitigation.

---

## Why Choose Galoy?

### Open Source and Customizable

Cala is fully open source, providing the flexibility to customize and extend the platform to meet your specific needs.

- **Extensible Architecture**: Modular design allows for easy addition of new features.
- **Community Driven**: Join a growing community of developers contributing to the project.
- **Transparency**: Full access to source code ensures security and trust.

### Robust Security and Reliability

Security is paramount in financial applications. Cala adheres to industry best practices to protect your transactions and data.

- **Secure by Design**: Built with a focus on security at every layer.
- **Regular Audits**: Continuous code reviews and security assessments.
- **High Availability**: Designed for fault tolerance and minimal downtime.

### Developer-Friendly

We provide comprehensive documentation and support to make integration straightforward.

- **Detailed Documentation**: Clear guides and API references.
- **Technical Support**: Access to our team for assistance.
- **Active Community**: Engage with other developers through our forums and chat.

### Future-Proof Technology

Cala is designed to evolve with the financial landscape.

- **Scalable Infrastructure**: Built to handle growing transaction volumes.
- **Upgradable Modules**: Easily incorporate new technologies and protocols.
- **Regular Updates**: Ongoing development ensures compatibility and performance.

---

## Trusted by Industry Leaders

Galoy is backed by leading investors and trusted by global organizations for building Bitcoin-native financial infrastructures. Our commitment to open-source and enterprise-grade solutions makes us a preferred choice for companies worldwide.

---

## Get Started with Cala

Ready to enhance your payment systems with cutting-edge technology? Email us at [[email protected]](mailto:[email protected]) to schedule a consultation with our team of experts.

---

## Connect with Us

Stay updated on our latest developments and join our community:

- [GitHub - GaloyMoney](https://github.com/GaloyMoney)
- [X - @GaloyMoney](https://x.com/galoymoney)
- [Mattermost - chat.galoy.io](https://chat.galoy.io)
- [YouTube - @galoy](https://www.youtube.com/channel/galoymoney)
23 changes: 7 additions & 16 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const config: Config = {
// social card
image: 'img/galoy.png',
navbar: {
title: 'Cala',
title: '',
logo: {
alt: 'Cala Logo',
src: 'img/logo.svg',
Expand All @@ -67,25 +67,16 @@ const config: Config = {
label: 'Docs',
},
{
type: 'docSidebar',
sidebarId: 'accountingSidebar',
position: 'left',
label: 'Accounting Intro',
},
{
href: 'https://cala.sh/api-reference.html',
label: 'API Reference',
type: 'doc',
position: 'left',
label: 'Enterprise',
docId: 'enterprise',
},
{
href: 'https://docs.rs/cala-ledger/latest/cala_ledger/',
label: 'Rust Crate Docs',
type: 'docSidebar',
sidebarId: 'accountingSidebar',
position: 'left',
},
{
href: 'https://github.com/GaloyMoney/cala',
label: 'GitHub',
position: 'right',
label: 'Accounting Intro',
},
],
},
Expand Down
16 changes: 8 additions & 8 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.4.0",
"@docusaurus/plugin-google-gtag": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@docusaurus/theme-live-codeblock": "^3.4.0",
"@docusaurus/theme-mermaid": "^3.4.0",
"@docusaurus/core": "^3.5.2",
"@docusaurus/plugin-google-gtag": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/theme-live-codeblock": "^3.5.2",
"@docusaurus/theme-mermaid": "^3.5.2",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.4.0",
"@docusaurus/tsconfig": "^3.4.0",
"@docusaurus/types": "^3.4.0",
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"@docusaurus/types": "^3.5.2",
"typescript": "~5.2.2"
},
"browserslist": {
Expand Down
12 changes: 6 additions & 6 deletions website/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [
{
title: "GraphQL API",
image: require("@site/static/img/graphql-api-logo.png").default,
image: require("@site/static/img/frontpage-icon-graphql-api.png").default,
description: (
<>
Develop applications efficiently with Cala's GraphQL playground,
Expand All @@ -24,7 +24,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: "Double-Entry Accounting",
image: require("@site/static/img/double-entry-accounting-logo.png").default,
image: require("@site/static/img/frontpage-icon-double-entry-accounting.png").default,
description: (
<>
Every transaction is recorded accurately on both sides of the ledger
Expand All @@ -35,7 +35,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: "Transaction Templates",
image: require("@site/static/img/transaction-templates-logo.png").default,
image: require("@site/static/img/frontpage-icon-transaction-templates.png").default,
description: (
<>
Create custom transaction templates for your specific use cases. Tailor
Expand All @@ -47,7 +47,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: "Embeddable",
image: require("@site/static/img/embeddable-logo.png").default,
image: require("@site/static/img/frontpage-icon-embeddable.png").default,
description: (
<>
Cala is fully embeddable, capable of being used as a library not
Expand All @@ -58,7 +58,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: "Run Anywhere",
image: require("@site/static/img/run-anywhere-logo.png").default,
image: require("@site/static/img/frontpage-icon-run-anywhere.png").default,
description: (
<>
Can serve as a standalone application in the cloud, on your own server,
Expand All @@ -69,7 +69,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: "Open Source Core in Rust",
image: require("@site/static/img/rust-logo.png").default,
image: require("@site/static/img/frontpage-icon-rust.png").default,
description: (
<>
Join our community to contribute and innovate with transparency and
Expand Down
5 changes: 3 additions & 2 deletions website/src/components/HomepageFeatures/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
}

.featureSvg {
height: 200px;
width: 200px;
height: 100px;
width: 100px;
margin: 20px 0;
}
4 changes: 4 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ a.noUnderline, a.noUnderline:hover, a.noUnderline:focus {
text-decoration: none;
color: inherit;
}

.vert-p {
padding: 1em 0;
}
Binary file removed website/static/img/double-entry-accounting-logo.png
Binary file not shown.
Binary file removed website/static/img/embeddable-logo.png
Binary file not shown.
Binary file added website/static/img/enterprise-banner.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/frontpage-icon-embeddable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/frontpage-icon-graphql-api.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/frontpage-icon-rust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/static/img/graphql-api-logo.png
Binary file not shown.
56 changes: 55 additions & 1 deletion website/static/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/static/img/open-source-logo.png
Binary file not shown.
Binary file removed website/static/img/run-anywhere-logo.png
Binary file not shown.
Binary file removed website/static/img/rust-logo.png
Binary file not shown.
Binary file removed website/static/img/transaction-templates-logo.png
Binary file not shown.
Loading

0 comments on commit e7e9d18

Please sign in to comment.