Dennis Alund

Founder - Oddbit Software Development
Google Developers Expert - FirebaseGoogle for Startups Mentor

Building an AI ghostwriter with Firebase App hosting and genkit

At Oddbit we built a self hosted CMS with a built-in AI ghostwriter that can help you generate articles in your own writing style. It provides a speech-to-text AI feature that can turn your thoughts on voice notes into well structured articles.

Firebase projects with NX monorepo

At Oddbit, we work with Nx monorepo for our Firebase projects. Using Nx has been straightforward; there’s no need for special consideration beyond adjusting your firebase.

Configuring Firebase App Hosting with Google Secrets Manager

When deploying your app to Firebase App Hosting, the build process is automatically handled by Google Cloud Build. While this makes deployment convenient, it poses a challenge: you can’t directly run custom GitHub Actions scripts or set environment configurations during the build.