https://github.com/getprobo/getprobo.com
The website of the Probo project
https://github.com/getprobo/getprobo.com
Last synced: 10 months ago
JSON representation
The website of the Probo project
- Host: GitHub
- URL: https://github.com/getprobo/getprobo.com
- Owner: getprobo
- License: mit
- Created: 2025-02-03T18:29:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-18T07:15:04.000Z (11 months ago)
- Last Synced: 2025-08-05T09:39:50.743Z (11 months ago)
- Language: TypeScript
- Homepage: https://www.getprobo.com
- Size: 18.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Probo Website
This repository contains the marketing website for Probo - the open-source
compliance management platform.
## About Probo
Probo is an open-source platform that helps startups get SOC-2 certified in just
one week. No paywalls, no vendor lock-in - just simple, fast compliance.
- Get SOC-2 certified in just 20 hours
- Expert guidance at every step
- Pay only for what you need - no hidden fees
- Open source and built for startups
- Supports multiple frameworks (SOC-2, ISO 27001, GDPR)
## Tech Stack
- [Next.js](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Framer Motion](https://www.framer.com/motion/)
- [MDX](https://mdxjs.com/) for blog posts
- [PostHog](https://posthog.com/) for analytics
## Development
1. Clone the repository:
```bash
git clone https://github.com/getprobo/getprobo.com.git
cd getprobo.com
```
2. Install dependencies:
```bash
npm ci
```
3. Create a `.env.local` file:
```bash
NEXT_PUBLIC_POSTHOG_KEY=your_key
NEXT_PUBLIC_POSTHOG_HOST=your_host
```
4. Start the development server:
```bash
make dev
```
Open [http://localhost:3000](http://localhost:3000) in your browser.
## Contributing
While this is just our website repository, we welcome contributions! Please feel
free to submit issues and pull requests.
## Stay Updated
- Join our private beta: [getprobo.com](https://www.getprobo.com)
- Follow us: [@getprobo](https://twitter.com/getprobo)
- Join our Discord: [Probo Community](https://discord.gg/8qfdJYfvpY)
- Main project: [github.com/getprobo/probo](https://github.com/getprobo/probo)
- Contact: [hello@getprobo.com](mailto:hello@getprobo.com)
## License
MIT License - see [LICENSE](LICENSE) for details.