Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
# 🌐 Open SASS - Open Software as Secure Service
# 🌐 Open SASS

Welcome to **Open SASS**! We're a community-driven organization on a mission to deliver high-quality SaaS software written entirely in **Rust**. Our goal? To empower developers to build secure, production-ready software and expand Rust's presence in the web ecosystem.

---

## 📖 About Us

Open SASS stands for **Open Software as Secure Service**. We believe that production software should be **secure, type-safe**, and **reliable**; Qualities Rust delivers with excellence. By championing Rust for web development, we're helping shape the future of secure, efficient, and high-performance web applications.
Open SASS stands for **Open Software as Secure Service**. We believe that production software should be **secure, type-safe**, and **reliable**; Qualities Rust delivers with excellence. By championing Rust for web development, we're helping shape the future of secure, efficient, and high-performance web applications. **Open SASS** has two primary goals:

1. **To provide a highly customizable UI components library** that meets the following criteria:
- **WASM Framework Agnostic**: UI components are compatible with any WebAssembly framework (e.g., Yew, Leptos, Dioxus). You can even add support for your preferred framework by submitting a PR for a given component.
- **CSS Framework Agnostic**: Components work with any CSS framework (e.g., Tailwind, Bootstrap) or even without one. You can apply custom CSS, inline styles, or skip using a CSS framework altogether.
- **Easy Animations**: Effortlessly add animations to components for a polished user experience.
- **Zero Abstraction**: If you need to modify the underlying implementation of a component, use the [Open SASS CLI](https://crates.io/crates/opensass) to import and customize components directly in your project.

1. **To provide full-Stack Rust projects templates**: We offer **ready-to-use full-stack Rust project templates** that utilize these UI components to help you quickly kickstart your project using the [Open SASS CLI](https://crates.io/crates/opensass).

---

## 🛤️ Our Roadmap

![roadmap](https://github.com/user-attachments/assets/00071540-48da-42de-858a-99963d304699)

We are laser-focused on bringing **real-world Rust use cases** to the web. The following a glimpse at what's coming:

- **Full-Stack Apps**: We're building with **Dioxus**, an advanced framework that brings the client and server close together for seamless full-stack Rust applications. It's like the **Flutter of Rust**, supporting mobile and web development alike.
Expand All @@ -40,8 +46,6 @@ Open SASS is packed with developer-friendly features:

[![Solana Wallet Address](https://img.shields.io/badge/Solana%20Wallet-AXsYg2sapobxKqVeAcBw8itkouCN1TSyaqWcVvBi2HK2-3a0ca3?style=flat-square&logo=solana&logoColor=white)](https://solscan.io/account/AXsYg2sapobxKqVeAcBw8itkouCN1TSyaqWcVvBi2HK2)

[![Donations](https://donate-for-crab.netlify.app/donate.jpg)](https://donate-for-crab.netlify.app)

Since GitHub Donations aren't supported here, we're using **crypto donations** as a way to transparently fund this community-driven company.

---
Expand Down