Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Personal portfolio website built with Kobweb, showcasing projects, services, blog articles, and achievements.
Coding Meet Kobweb is an open-source personal portfolio website built on the Kobweb framework, designed to display projects, services, blog articles, and achievement milestones from a single Kotlin-based codebase.
Coding Meet Kobweb is a personal portfolio website created by Meet (under the Coding Meet brand) using the Kobweb framework, an opinionated Kotlin framework that runs on top of Compose HTML. The template takes content such as project descriptions, service listings, blog posts, and achievement data as input, and renders a live, animated portfolio site that can be exported as static files and deployed to Firebase Hosting. A live instance is available at codingmeet.com, and the full source code is publicly hosted on GitHub with 22 stars at the time of analysis.
kobweb export --layout static and deploying through the Firebase CLI.kobweb run, and Firebase deployment steps.kobweb export --layout static, then firebase deploy, to publish the exported static files.The project is split into a site folder that runs the development server when you execute kobweb run; the server serves the app at localhost:8080. For production, kobweb export --layout static generates a static export, and a Gradle task (:site:applyBlogLinkPreviews) enriches blog links before Firebase Hosting deployment via the Firebase CLI.
