|
1 | 1 | --- |
2 | | -title: Welcome to Starlight |
3 | | -description: Get started building your docs site with Starlight. |
| 2 | +title: Welcome to BrowserSec |
| 3 | +description: Open source browser security and detection & response solutions. |
4 | 4 | template: splash |
5 | 5 | hero: |
6 | | - tagline: Congrats on setting up a new Starlight project! |
| 6 | + tagline: Securing browsers with open source detection and response solutions |
7 | 7 | image: |
8 | | - file: ../../assets/houston.webp |
| 8 | + file: https://api.iconify.design/mdi:security-network.svg?color=%230284c7&width=140&height=140 |
| 9 | + alt: BrowserSec security shield icon |
9 | 10 | actions: |
10 | | - - text: Example Guide |
11 | | - link: /guides/example/ |
12 | | - icon: right-arrow |
13 | | - - text: Read the Starlight docs |
14 | | - link: https://starlight.astro.build |
| 11 | + - text: KubeBrowse |
| 12 | + link: https://browsersec.github.io/KubeBrowse |
15 | 13 | icon: external |
16 | | - variant: minimal |
| 14 | + - text: Get Started |
| 15 | + link: /guides/quick-start |
| 16 | + icon: right-arrow |
| 17 | + variant: primary |
| 18 | + - text: View on GitHub |
| 19 | + link: https://github.com/browsersec |
| 20 | + icon: github |
| 21 | + variant: secondary |
| 22 | + - text: Join our Discord |
| 23 | + link: https://discord.gg/browsersec |
| 24 | + icon: discord |
| 25 | + variant: secondary |
17 | 26 | --- |
18 | 27 |
|
19 | 28 | import { Card, CardGrid } from '@astrojs/starlight/components'; |
20 | 29 |
|
21 | | -## Next steps |
| 30 | +## Browser Security Solutions |
22 | 31 |
|
23 | 32 | <CardGrid stagger> |
24 | | - <Card title="Update content" icon="pencil"> |
25 | | - Edit `src/content/docs/index.mdx` to see this page change. |
26 | | - </Card> |
27 | | - <Card title="Add new content" icon="add-document"> |
28 | | - Add Markdown or MDX files to `src/content/docs` to create new pages. |
29 | | - </Card> |
30 | | - <Card title="Configure your site" icon="setting"> |
31 | | - Edit your `sidebar` and other config in `astro.config.mjs`. |
32 | | - </Card> |
33 | | - <Card title="Read the docs" icon="open-book"> |
34 | | - Learn more in [the Starlight Docs](https://starlight.astro.build/). |
35 | | - </Card> |
| 33 | + <Card title="Browser Detection" icon="magnifier"> |
| 34 | + Real-time browser fingerprinting and anomaly detection to identify suspicious activities and potential browser-based threats. |
| 35 | + </Card> |
| 36 | + <Card title="Threat Response" icon="warning"> |
| 37 | + Automated incident response workflows to contain and mitigate browser-based attacks before they compromise your systems. |
| 38 | + </Card> |
| 39 | + <Card title="KubeBrowse" icon="rocket"> |
| 40 | + Our Kubernetes orchestrator that mitigates phishing attacks from attachments through a secure browser-in-browser sandbox environment. |
| 41 | + </Card> |
| 42 | + <Card title="Open Source" icon="open-book"> |
| 43 | + Fully transparent, community-driven security tools that can be audited, extended, and improved by security researchers worldwide. |
| 44 | + </Card> |
| 45 | +</CardGrid> |
| 46 | + |
| 47 | +## Why BrowserSec? |
| 48 | + |
| 49 | +<CardGrid> |
| 50 | + <Card title="Advanced Detection" icon="approve-check"> |
| 51 | + Our detection engine identifies sophisticated browser-based attacks including zero-days, XSS, and supply chain compromises with minimal false positives. |
| 52 | + </Card> |
| 53 | + <Card title="Rapid Response" icon="rocket"> |
| 54 | + Automated containment actions deploy within milliseconds of threat detection, preventing data exfiltration and lateral movement. |
| 55 | + </Card> |
| 56 | + <Card title="Enterprise Ready" icon="setting"> |
| 57 | + Designed for scale with support for multi-tenant deployments, role-based access control, and comprehensive audit logging. |
| 58 | + </Card> |
| 59 | + <Card title="Community Powered" icon="discord"> |
| 60 | + Join our active community of security researchers and developers to collaborate on next-generation browser security tools. |
| 61 | + </Card> |
36 | 62 | </CardGrid> |
| 63 | + |
| 64 | +## Getting Started |
| 65 | + |
| 66 | +Secure your browsers today with our open source tools. Follow our [Quick Start](/guides/quick-start) guide or check out our [GitHub repository](https://github.com/browsersec) to get started. |
| 67 | + |
| 68 | +<CardGrid> |
| 69 | + <Card title="Documentation" icon="document"> |
| 70 | + Comprehensive guides, API references, and examples to help you implement browser security in your organization. |
| 71 | + </Card> |
| 72 | + <Card title="Community Support" icon="discord"> |
| 73 | + Get help from our community of security experts and developers in our Discord server. |
| 74 | + </Card> |
| 75 | +</CardGrid> |
0 commit comments