141 lines
4.0 KiB
TOML
141 lines
4.0 KiB
TOML
![]() |
template_name = "page"
|
||
|
|
||
|
[values]
|
||
|
title = "About Rustelo"
|
||
|
subtitle = "Modern Web Framework Built with Rust"
|
||
|
author = "Rustelo Team"
|
||
|
last_updated = "2024-01-20"
|
||
|
reading_time = 5
|
||
|
show_meta = true
|
||
|
lang = "en"
|
||
|
content = """
|
||
|
## Our Mission
|
||
|
|
||
|
Rustelo was born from the desire to create a web framework that doesn't compromise on performance, security, or developer experience. We believe that modern web applications should be fast, secure, and maintainable.
|
||
|
|
||
|
## What Makes Rustelo Different
|
||
|
|
||
|
### Built on Solid Foundations
|
||
|
- **Rust**: Memory safety and zero-cost abstractions
|
||
|
- **Leptos**: Reactive web framework with server-side rendering
|
||
|
- **Tera**: Powerful and flexible template engine
|
||
|
- **SQLx**: Async SQL toolkit with compile-time checked queries
|
||
|
|
||
|
### Developer-First Experience
|
||
|
We've designed Rustelo with developers in mind:
|
||
|
- **Hot Reload**: Instant feedback during development
|
||
|
- **Type Safety**: Catch errors at compile time
|
||
|
- **Rich Documentation**: Comprehensive guides and examples
|
||
|
- **Flexible Architecture**: Adapt to your project's needs
|
||
|
|
||
|
### Production Ready
|
||
|
- **High Performance**: Optimized for speed and low resource usage
|
||
|
- **Security**: Built-in CSRF protection, secure headers, and more
|
||
|
- **Scalability**: Handle thousands of concurrent connections
|
||
|
- **Monitoring**: Built-in metrics and health checks
|
||
|
|
||
|
## The Team
|
||
|
|
||
|
Rustelo is maintained by a dedicated team of developers who are passionate about creating the best web development experience possible.
|
||
|
|
||
|
### Core Values
|
||
|
- **Performance**: Every millisecond matters
|
||
|
- **Security**: Security by design, not as an afterthought
|
||
|
- **Simplicity**: Complex problems deserve simple solutions
|
||
|
- **Community**: Open source and community-driven
|
||
|
|
||
|
## Technology Stack
|
||
|
|
||
|
Our carefully chosen technology stack ensures reliability and performance:
|
||
|
|
||
|
- **Backend**: Rust with Axum for HTTP handling
|
||
|
- **Frontend**: Leptos for reactive UI components
|
||
|
- **Database**: PostgreSQL and SQLite support via SQLx
|
||
|
- **Templates**: Tera template engine with custom filters
|
||
|
- **Authentication**: JWT-based with optional OAuth providers
|
||
|
- **Deployment**: Docker-ready with configurable environments
|
||
|
|
||
|
## Open Source
|
||
|
|
||
|
Rustelo is open source and we welcome contributions from the community. Whether you're fixing bugs, adding features, or improving documentation, every contribution helps make Rustelo better.
|
||
|
|
||
|
### How to Contribute
|
||
|
- Report bugs and suggest features on GitHub
|
||
|
- Submit pull requests with improvements
|
||
|
- Help with documentation and examples
|
||
|
- Share your Rustelo projects with the community
|
||
|
|
||
|
## Get Started Today
|
||
|
|
||
|
Ready to build your next web application with Rustelo? Check out our getting started guide and join our growing community of developers.
|
||
|
"""
|
||
|
toc_enabled = true
|
||
|
cta_enabled = true
|
||
|
cta_title = "Ready to Build with Rustelo?"
|
||
|
cta_description = "Join thousands of developers building fast, secure web applications."
|
||
|
cta_url = "/page:getting-started"
|
||
|
cta_button_text = "Get Started Now"
|
||
|
sidebar_title = "Quick Navigation"
|
||
|
|
||
|
[values.breadcrumbs]
|
||
|
[[values.breadcrumbs]]
|
||
|
title = "Home"
|
||
|
url = "/"
|
||
|
|
||
|
[[values.breadcrumbs]]
|
||
|
title = "About"
|
||
|
url = "/page:about"
|
||
|
|
||
|
[values.sidebar_links]
|
||
|
[[values.sidebar_links]]
|
||
|
title = "Getting Started"
|
||
|
url = "/page:getting-started"
|
||
|
|
||
|
[[values.sidebar_links]]
|
||
|
title = "Documentation"
|
||
|
url = "/docs"
|
||
|
|
||
|
[[values.sidebar_links]]
|
||
|
title = "Examples"
|
||
|
url = "/examples"
|
||
|
|
||
|
[[values.sidebar_links]]
|
||
|
title = "GitHub Repository"
|
||
|
url = "https://github.com/rustelo/rustelo"
|
||
|
|
||
|
[values.contact_info]
|
||
|
email = "hello@rustelo.dev"
|
||
|
address = "Open Source Project"
|
||
|
|
||
|
[values.related_pages]
|
||
|
[[values.related_pages]]
|
||
|
title = "Getting Started Guide"
|
||
|
url = "/page:getting-started"
|
||
|
|
||
|
[[values.related_pages]]
|
||
|
title = "Configuration Reference"
|
||
|
url = "/page:configuration"
|
||
|
|
||
|
[[values.related_pages]]
|
||
|
title = "Template System"
|
||
|
url = "/page:templates"
|
||
|
|
||
|
[values.footer_links]
|
||
|
[[values.footer_links]]
|
||
|
title = "Privacy Policy"
|
||
|
url = "/privacy"
|
||
|
|
||
|
[[values.footer_links]]
|
||
|
title = "Terms of Service"
|
||
|
url = "/terms"
|
||
|
|
||
|
[[values.footer_links]]
|
||
|
title = "GitHub"
|
||
|
url = "https://github.com/rustelo/rustelo"
|
||
|
|
||
|
[metadata]
|
||
|
category = "about"
|
||
|
page_type = "static"
|
||
|
priority = "high"
|
||
|
sitemap_include = true
|