Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajput-hemant/lipi
[WIP] 🚀 A SAAS web app, a Notion.so replica, featuring real-time collaboration and customizable workspaces built using ▲ Next.js, shadcn/ui, TailwindCSS
https://github.com/rajput-hemant/lipi
drizzle drizzle-kit drizzle-orm nextjs nextjs14 notion-clone react shadcn-ui supabase tailwindcss typescript
Last synced: 6 days ago
JSON representation
[WIP] 🚀 A SAAS web app, a Notion.so replica, featuring real-time collaboration and customizable workspaces built using ▲ Next.js, shadcn/ui, TailwindCSS
- Host: GitHub
- URL: https://github.com/rajput-hemant/lipi
- Owner: rajput-hemant
- License: mit
- Created: 2023-12-07T06:57:33.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T19:31:34.000Z (8 days ago)
- Last Synced: 2024-10-29T21:38:22.564Z (8 days ago)
- Topics: drizzle, drizzle-kit, drizzle-orm, nextjs, nextjs14, notion-clone, react, shadcn-ui, supabase, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://lipi.rajputhemant.tech
- Size: 2.43 MB
- Stars: 168
- Watchers: 3
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![][ci] ![][views] ![][stars] ![][forks] ![][issues] ![][license] ![][repo-size]
# Lipi
### [WIP] 🚀 A SAAS web app, a Notion.so replica, featuring real-time collaboration and customizable workspaces built using ▲ Next.js, shadcn/ui, TailwindCSS
**[ 
 **Live Demo**Â
 ][site]**## Building from Source
- Fetch latest source code from master branch.
```
git clone https://github.com/rajput-hemant/lipi
cd lipi
```- Rename **.env.example** => **.env.local**, add your own environment variables.
- Run the app with VS Code or the command line:
```
bun i || pnpm i || npm i || yarn
bun dev || pnpm dev || npm run dev || yarn dev
```### Docker and Makefile
- Build the Docker Image and start the container:
```
make build
make start
```- Stop the Docker container:
```
make stop
```### Deploy Your Own
You can deploy your own hosted version of `lipi`. Just click the link below to deploy a ready-to-go version to Vercel.
[![Deploy with Vercel](https://vercel.com/button)][deploy]
## Star History
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contributors:
[![][contributors]][contributors-graph]
_Note: It may take up to 24h for the [contrib.rocks][contrib-rocks] plugin to update because it's refreshed once a day._
[views]: https://komarev.com/ghpvc/?username=lipi&label=view%20counter&color=red&style=flat
[repo-size]: https://img.shields.io/github/repo-size/rajput-hemant/lipi
[issues]: https://img.shields.io/github/issues-raw/rajput-hemant/lipi
[license]: https://img.shields.io/github/license/rajput-hemant/lipi
[forks]: https://img.shields.io/github/forks/rajput-hemant/lipi?style=flat
[stars]: https://img.shields.io/github/stars/rajput-hemant/lipi
[contributors]: https://contrib.rocks/image?repo=rajput-hemant/lipi&max=500
[contributors-graph]: https://github.com/rajput-hemant/lipi/graphs/contributors
[contrib-rocks]: https://contrib.rocks/preview?repo=rajput-hemant%2Flipi
[ci]: https://github.com/rajput-hemant/lipi/actions/workflows/ci.yml/badge.svg[site]: https://lipi.rajputhemant.me
[deploy]: https://vercel.com/new/clone?repository-url=https://github.com/rajput-hemant/lipi&project-name=lipi&repo-name=lipi&env=SKIP_ENV_VALIDATION,AUTH_SECRET,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,GITHUB_CLIENT_ID,GITHUB_CLIENT_SECRET,GITHUB_ACCESS_TOKEN,DATABASE_URL,UPSTASH_REDIS_REST_URL,UPSTASH_REDIS_REST_TOKEN,ENABLE_RATE_LIMITING,RATE_LIMITING_REQUESTS_PER_SECOND