- Your app is about to go live — completely free. No limits, no catch. But here's the honest truth: -
- -- I'm Sunith — the only person behind JioBase. No company. No funding. No ads. I pay ₹4,000+ every month from my own salary so your Supabase app works in India. -
-- If every dev who created an app bought one ₹250 coffee, JioBase would be fully funded for the year. -
-- You can still create your app — JioBase won't limit you. But I want to be upfront: if costs keep rising without support, I'll have to shut down or add paid plans. -
- -- Even ₹100 makes a difference. You can always come back and support from the dashboard whenever you're ready. -
-Connect your Supabase project through JioBase's proxy.
diff --git a/package.json b/package.json index 7b012ad..0076873 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "jiobase", "private": true, + "license": "AGPL-3.0-only", "scripts": { "dev": "turbo dev", "build": "turbo build", diff --git a/packages/shared/package.json b/packages/shared/package.json index bb962f1..b935eff 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -2,6 +2,7 @@ "name": "@jiobase/shared", "version": "0.0.1", "private": true, + "license": "AGPL-3.0-only", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts",