SimplifyEU is an AI-powered business management platform designed specifically for companies operating within the European Union. Our mission is to simplify administrative overhead through automation and intelligent insights while ensuring full compliance with EU regulations (VAT, GDPR, etc.).
- Smart Invoicing: Generate EU-compliant multi-currency invoices with automatic VAT calculation.
- Subscription Management: Automated billing and recurring payment tracking.
- AI Analytics: Intelligent business performance monitoring and predictions.
- Team Collaboration: Role-based access and seamless organizational management.
- Framework: Next.js (App Router)
- Database & Auth: Supabase
- Payments: Stripe
- AI Engine: OpenAI
- Hosting: Vercel
- Styling: Tailwind CSS + Radix UI
- Install dependencies:
pnpm install
- Run development server:
pnpm run dev
- Open http://localhost:3000
The platform features a modern, responsive design optimized for mobile devices, including a dedicated bottom navigation bar for quick access on small screens and a refined, touch-friendly UI.
- UI/UX: Check responsiveness using browser developer tools (Mobile view).
- AI Features: Navigate to
/ai-testto verify AI model integrations. - Auth: Use the
/auth/loginand/auth/registerflows powered by Supabase.