This project is a no-code portfolio-building platform built with Next.js, Tailwind CSS, Supabase,PostgreSQL, and Drizzle ORM . It allows users to create and preview their portfolios in real-time, powered by AI.
- Live Preview: See real-time updates while building your portfolio.
- Easy Components: Pre-built, customizable components for effortless portfolio creation.
- No-Code Interface: Users only need to provide text—no coding required.
- AI-Powered (Planned): AI assistance for portfolio generation.
- Frontend: Next.js, Tailwind CSS
- Backend: PostgreSQL (hosted on NeonDB), Drizzle ORM
- Hosting: [Specify if hosted on Vercel, AWS, etc.]
git clone <repo-url>
cd <project-folder>
2. Install Dependencies
npm install
3. Set Up Environment Variables
Create a .env.local file and add the necessary database credentials:
ini
Copy
Edit
DATABASE_URL=your_neondb_database_url
4. Run the Project
bash
Copy
Edit
npm run dev
The project will be available at http://localhost:3000.
Admin Panel
To access the admin dashboard:
Navigate to: /admin
Username: admin
Password: password123
Roadmap
AI-powered portfolio generation
Custom themes and styling options
User authentication & multi-user support
Improved component customization
Contribution
Feel free to open issues and submit pull requests to improve this project.
License
[Specify your license here, e.g., MIT, Apache-2.0, etc.]