Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/capsoftware/cap
Open source Loom alternative. Effortless, instant screen sharing.
https://github.com/capsoftware/cap
app cap coss mac open-source oss react record screen-capture screen-recorder screenshot tauri tauri-app typescript vite
Last synced: 26 days ago
JSON representation
Open source Loom alternative. Effortless, instant screen sharing.
- Host: GitHub
- URL: https://github.com/capsoftware/cap
- Owner: CapSoftware
- License: agpl-3.0
- Created: 2023-11-17T20:31:46.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T18:21:32.000Z (5 months ago)
- Last Synced: 2024-06-29T00:15:18.214Z (4 months ago)
- Topics: app, cap, coss, mac, open-source, oss, react, record, screen-capture, screen-recorder, screenshot, tauri, tauri-app, typescript, vite
- Language: TypeScript
- Homepage: https://cap.so
- Size: 15.6 MB
- Stars: 3,359
- Watchers: 24
- Forks: 136
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Cap
The open source Loom alternative.
Cap.so »
Download for
macOS ·
Web ·
~ Cap is currently in public beta, and is available for macOS and Web. Windows and Linux builds are in development. Join the Cap Discord to help test future releases and join the community. ~
[![Open Bounties](https://img.shields.io/endpoint?url=https%3A%2F%2Fconsole.algora.io%2Fapi%2Fshields%2FCapSoftware%2Fbounties%3Fstatus%3Dopen)](https://console.algora.io/org/CapSoftware/bounties?status=open)
> NOTE: Cap is under active development, and is currently in public beta. This repository is updated regularly with changes and new releases.
Cap is the open source alternative to Loom. It's a video messaging tool that allows you to record, edit and share videos in seconds.
# Cap Self Hosting
We're working on a self-hosting guide for Cap. This will include one-click deployment buttons for Vercel and Render, as well as an option to self host with Docker. Join the Cap Discord if you want to help contribute to this particular project.
# Monorepo App Architecture
We use a combination of Rust, React (Next.js), TypeScript, Tauri, Drizzle (ORM), MySQL, TailwindCSS throughout this Turborepo powered monorepo.
### Apps:
- `desktop`: A [Tauri](https://tauri.app) (Rust) app, using [SolidStart](https://start.solidjs.com) on the frontend.
- `web`: A [Next.js](https://nextjs.org) web app.### Packages:
- `ui`: A [React](https://reactjs.org) Shared component library.
- `utils`: A [React](https://reactjs.org) Shared utility library.
- `tsconfig`: Shared `tsconfig` configurations used throughout the monorepo.
- `database`: A [React](https://reactjs.org) and [Drizzle ORM](https://orm.drizzle.team/) Shared database library.
- `config`: `eslint` configurations (includes `eslint-config-next`, `eslint-config-prettier` other configs used throughout the monorepo).# Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information. This guide is a work in progress, and is updated regularly as the app matures.