https://github.com/adithya-808/clausia
An AI legal assistant for Indian App/Game developers.
https://github.com/adithya-808/clausia
nextjs openai-api postgresql razorpay saas supabase supabase-auth typescript vercel zod
Last synced: 3 months ago
JSON representation
An AI legal assistant for Indian App/Game developers.
- Host: GitHub
- URL: https://github.com/adithya-808/clausia
- Owner: aDiThYa-808
- License: apache-2.0
- Created: 2025-07-14T10:29:26.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-09-04T14:42:53.000Z (10 months ago)
- Last Synced: 2025-09-04T15:27:51.001Z (10 months ago)
- Topics: nextjs, openai-api, postgresql, razorpay, saas, supabase, supabase-auth, typescript, vercel, zod
- Language: TypeScript
- Homepage: https://clausia.app
- Size: 336 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Clausia (Beta)
**Generate professional privacy policies for your apps and games in minutes.**
Clausia is a smart privacy policy generator designed specifically for Indian indie app and game developers. Born from the frustration of manually creating privacy policies for Play Store submissions, Clausia turns a tedious legal process into a simple questionnaire.
---
## Why Clausia?
As an indie developer, you've probably been there:
- **Hours wasted** cobbling together privacy policies from templates
- **Legal confusion** about what clauses you actually need
- **Constant back-and-forth** between ChatGPT for text and Google Sites for formatting
- **Play Store rejections** due to incomplete or invalid privacy policies
**Clausia solves this.** Answer a few simple questions about your app, and get a legally compliant privacy policy with a live link ready for your Play Store submission.
---
## Features
**App & Game Focused**
- Tailored specifically for mobile apps and games
- Covers common scenarios like ads, third party SDKs and in-app purchases
**AI-Powered Intelligence**
- Powered by GPT-4.1-mini for accurate, relevant policy generation
- Smart question flow based on your app type
**Simple Question Flow**
- No legal jargon, just plain English questions
- Quick setup in under 10 minutes
**Instant Live Links**
- Get a hosted privacy policy URL immediately
- Perfect for Play Store, App Store, and website requirements
---
## How It Works
1. **Sign Up** - Quick authentication to get started
2. **Answer Questions** - Simple questionnaire about your app's data usage
3. **Preview** - Review your generated policy before publishing
4. **Get Your Policy** - Purchase credits and publish your policy
---
## Tech Stack
- **Framework** : Next.js with TypeScript
- **AI Integration** : OpenAI API
- **Database & Auth** : Supabase
- **Payment Processing** : Razorpay
- **Validation** : Zod
- **Analytics** : Vercel Analytics & Speed Insights
- **UI Components** : Lucide React icons, Sonner toast notifications
- **Date Handling** : Day.js
- **Deployment** : Vercel
---
## Project Structure
```
clausia/
├── src/
│ ├── app/ # Next.js 15 app directory, components and APIs
│ ├── lib/ # Utilities and configurations
│ └── types/ # TypeScript type definitions
└── public/ # Static assets
```
---
## Installation
```bash
# Clone the repository
git clone https://github.com/aDiThYa-808/clausia.git
cd clausia
# Install dependencies
npm install
# Set up environment variables
touch .env.local
# Add the API keys
# Run development server
npm run dev
```
---
## Environment Variables Required
```
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
OPENAI_SECRET_KEY=
RAZORPAY_KEY_ID=
RAZORPAY_KEY_SECRET=
```
---
## Development Timeline
**Started**: July 14, 2024
**Status**: Active development with core features complete
---
## Upcoming Features
- **Export Options**: Download policies as PDF or copy as formatted text
- **Extended Policy Types**: Terms of Service and Refund Policy generators
- **Enhanced Customization**: Advanced policy modification options
- **Analytics Dashboard**: Usage insights for generated policies
---
## 📬 Contact & Support
Questions? Suggestions? We'd love to hear from you!
- 📧 Email: clausia.app@gmail.com OR contactadiiiii@gmail.com
- 📸 Instagram: a_d_i_.x
---
**Built for developers, Built by Developers.**
[Get Started →](https://clausia.app)
---