Logo Lanfrica

Adel2411/Planify-frontend

Record type:

software
Creator:
Ade
Host:
Planify is a SaaS platform for creating personalized, AI-driven marketing plans, helping algerian entrepreneurs manage and grow their businesses with ease. # Planify - Hackathon Project πŸš€ Planify Frontend Repository Planify is a SaaS platform designed to empower entrepreneurs and business owners by generating personalized, AI-driven marketing roadmaps. Built for a hackathon, Planify simplifies the process of creating and managing business marketing plans through an intuitive and modern interface. --- ## 🌟 Features ### πŸ” Account Management - **Secure Authentication**: Create or log in to an account to access your dashboard. ### πŸ“Š Business Dashboard - **Manage Multiple Businesses**: Each business is represented as a card in your dashboard for easy access and organization. ### πŸ€– AI-Driven Roadmaps - **Tailored Marketing Plans**: Fill out a multi-step form about your business, and Planify generates a marketing roadmap customized to your needs (mocked functionality). ### πŸ”„ User-Friendly Interface - **Clean and Responsive Design**: Built with Next.js, drawing inspiration from platforms like Vercel to ensure an intuitive user experience. --- ## πŸ”§ Tech Stack | Layer | Technology | | ------------------ | -------------------- | | **Frontend** | Next.js (TypeScript) | | **Backend** | Go | | **AI Integration** | Python (LangChain) | --- ## πŸ“ Project Structure This project follows a **feature-based structure**, which organizes the codebase by grouping related functionalities together. Below is an overview of the main folders and their purposes: ``` . β”œβ”€β”€ components.json β”œβ”€β”€ docker-compose.yml β”œβ”€β”€ Dockerfile β”œβ”€β”€ next.config.ts β”œβ”€β”€ next-env.d.ts β”œβ”€β”€ node_modules/ # Project dependencies β”œβ”€β”€ package.json # Project metadata and scripts β”œβ”€β”€ package-lock.json # Dependency lock file β”œβ”€β”€ postcss.config.mjs # PostCSS configuration β”œβ”€β”€ public/ # Static assets (images, icons, etc.) β”œβ”€β”€ README.md # Project documentation β”œβ”€β”€ src/ # Source code β”‚ β”œβ”€β”€ api/ # API request definitions β”‚ …