Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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



lipi

**[ 
 **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





Star History Chart

## 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