https://github.com/soymadip/portosaur
Your complete personal website solution
https://github.com/soymadip/portosaur
blog portfolio website
Last synced: 23 days ago
JSON representation
Your complete personal website solution
- Host: GitHub
- URL: https://github.com/soymadip/portosaur
- Owner: soymadip
- License: gpl-3.0
- Created: 2025-04-15T06:10:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-08T07:22:02.000Z (27 days ago)
- Last Synced: 2026-06-08T07:25:21.788Z (27 days ago)
- Topics: blog, portfolio, website
- Language: JavaScript
- Homepage: https://soymadip.is-a.dev/portosaur/
- Size: 2.37 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
Portosaur
Complete portfolio and personal website solution for your digital personality.
## 🧩 Features
- **👨💻 Fully Featured Portfolio** — Showcase yourself, your projects, skills, experience & social identity.
- **📚 Knowledge Base** — Never forget a thing. Build your digital second brain with integrated notes vault.
- **📝 Blog Platform** — Share your journey in blog that's easy to write & beautiful to read.
- **📋 Task Tracking** — Track your plans with priority levels & completion status.
- **📱 Mobile Optimized** — Adapts seamlessly on all devices, from desktop to mobiles.
- **🛠️ Highly Configurable** — Extensive customization options through a central, logic-less config.
## Quick Start
Get your portfolio up and running in seconds:
```bash
# Initialize a new project (interactive)
bunx @portosaur/cli init
# Start development
cd
bun run dev # or: npm run dev
```
## 📍 Documentation
For user guides and CLI reference, visit the **[Documentation Site](https://soymadip.github.io/portosaur)**.
## 🏗️ Architecture
This repository is a monorepo structured for performance and extensibility:
- **[`@portosaur/cli`](./packages/cli)** — The CLI for project lifecycle & builds.
- **[`@portosaur/core`](./packages/core)** — The logic engine for configuration & variable resolution.
- **[`@portosaur/theme`](./packages/theme)** — The UI core containing components, assets, & plugins.
- **[`@portosaur/wizard`](./packages/wizard)** — The interaction engine for CLI prompt workflows.
## Credits
- [Docusaurus](https://docusaurus.io/) - The core engine.
- [Catppuccin](https://github.com/catppuccin/catppuccin) - Color inspiration.
- [Hugo Profile](https://hugo-profile.netlify.app/) - Design inspiration.
- [VitePress](https://vitepress.dev) - Documentation site
---