Landing page for PrIDA - Privacy-First AI Browser Extension
Stop Retyping, Start Living - PrIDA uses on-device AI to fill forms, rewrite text, and proofread instantlyβall without ever sending your data online.
This is the landing page for PrIDA, a browser extension that leverages Chrome's on-device AI capabilities to provide intelligent assistance while maintaining complete privacy. Unlike traditional AI tools that send your data to the cloud, PrIDA processes everything locally on your device, ensuring your personal information never leaves your computer.
This repository contains the React-based landing page that showcases PrIDA's features and provides download links for the browser extension.
- All processing happens locally via Chrome's on-device AI
- No cloud storage, no data leaks, ever
- Your data stays on your device
- Recognizes input labels and page context
- Suggests accurate answers based on your selected profile
- Works with every input field including modern rich text editors
- Improves writing clarity and tone
- Uses Gemini Nano Rewriter API locally
- Context-aware suggestions
- Fixes grammar, punctuation, and spelling mistakes
- Completely offline and private
- Real-time corrections
- Create separate profiles (Job, Health, Social)
- Stay organized with context-specific information
- Easy switching between different personas
- Works on LinkedIn, Gmail, and all major platforms
- Compatible with rich text editors
- Seamless integration with existing workflows
- Google Chrome browser (latest version)
- Chrome's on-device AI features enabled
Since PrIDA is not yet available on the Chrome Web Store, you'll need to install it manually:
- Download the PrIDA extension package (
.zipor.crxfile) from our releases page - Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Drag and drop the downloaded extension file onto the extensions page, or click "Load unpacked" and select the extracted folder
- The extension will be installed and appear in your extensions list
- Click the PrIDA icon in your browser toolbar
- Create your first profile
- Start using AI assistance on any website
- Frontend: React 18 with TypeScript
- Build Tool: Vite
- Styling: Tailwind CSS
- Icons: Lucide React
- AI Engine: Chrome's on-device AI (Gemini Nano)
src/
βββ components/
β βββ Hero.tsx # Landing page hero section
β βββ Features.tsx # Feature showcase
β βββ HowItWorks.tsx # Usage instructions
β βββ Comparison.tsx # Comparison with competitors
β βββ UseCases.tsx # Real-world use cases
β βββ CTA.tsx # Call-to-action section
β βββ Footer.tsx # Site footer
βββ App.tsx # Main application component
βββ main.tsx # Application entry point
βββ index.css # Global styles
βββ vite-env.d.ts # Vite type definitions
public/
βββ Gemini_Generated_Image_cduqdkcduqdkcduq_(1).png # Hero background
Configuration files:
βββ vite.config.ts
βββ tailwind.config.js
βββ postcss.config.js
βββ tsconfig.json
βββ eslint.config.js
βββ package.json
- Node.js (v18 or higher)
- npm or yarn
# Clone the repository
git clone <repository-url>
cd project
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
# Run linting
npm run lint
# Type checking
npm run typechecknpm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run ESLintnpm run typecheck- Run TypeScript type checking
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests and linting
- Submit a pull request
PrIDA is committed to user privacy:
- Zero Data Collection: No personal data is collected or stored
- Local Processing: All AI processing happens on-device
- Open Source: Core functionality is open source and auditable
- No Tracking: No analytics or tracking of user behavior
Made with β€οΈ for privacy-conscious users everywhere