BiP
For the ones who like to Build in Public.
AI
If you are one of those entrepreneurs who has managed to learn how to code.
Interesting AI via APIs π
- Groq - https://console.groq.com/keys
- OpenAI - https://platform.openai.com/account/api-keys
- Anthropic - https://console.anthropic.com/api-keys
source .env
#export OPENAI_API_KEY=sk-proj-...
#Chances are that you are using AI/vibe coding techniques to build your next product.
Initial Prompts for Success
If you are by yourself, I recommend you to brainstorm with your LLMs about your ideas.
The outcome should be a clear goals (like a BRD) and execution plan for the agents to code for you.
Vibe Coding a Modern Landing Page x Shadcn x AuthJS | Setup π
Go to whatever LLM you are using and ask: do you think that these requirements are clear enough?
Create a Landing Page based on NextJS with a cool and modern UI
Include a `dockerfile` and `docker-compose.yml` that will control the title, description, open-graph image, favicon location and other global website variables via environment variables.
Create also a makefile with the following commands:
* `make help` - Show available commands
* `make install` - Prepare the dependencies for local development
* `make dev` - Run development server
* `make container` - Build and Run in Docker container
Create the z-development-plan.md with independent and testable phases that can be completed sequentially.
When it is completed, create a z-walkthrough.md with the steps to deploy the application and what each part of the tech stack does on a high level to bring the features to life.This time I was more specific than others on the UI, with MUI
Also, MIU has now its llm.txt
Then go to AntiGravity IDE and ask if the brd.md refined already with Gemini is clear enough.
If it is clear define the z-development-plan.md and proceed with the development phases.
# git init
# git branch -m main
# git config user.name
# git config --global user.name "JAlcocerT"
# git config --global user.name
# git add .
# git commit -m "Initial commit: Starting simple make podcast platform"#sudo apt install gh
gh auth login
#gh repo create make-podcast --private --source=. --remote=origin --push
git init && git add . && git commit -m "Initial commit: simple landing website" && gh repo create make-landing --private --source=. --remote=origin --push
###du -sh .
#docker stop $(docker ps -a -q) #stop all
#docker system dfTechnical Stack and Design Requirements
To develop a modern, secure, and scalable web platform for hosting and streaming a single-user podcast.
The platform must offer a seamless, content-driven user interface and a flexible content management system supporting both web uploads and direct file system access.
Before starting any project, you should have clarity on:
| Requirement | Specification | Clarification / Decision |
|---|---|---|
| Frontend Framework | ||
| Styling/UI Library | ||
| Backend/Database | ||
| Authentication |
BiP Examples
With all that clear, how about some examples?
Even a simple waiting list counts:

Bringing leads towards your sales pipeline is one of the crucial steps to succeed as an entrepreneur:
NEW - Make landing
NEW - Make landingEven your agentic IDE that you use to code your business, are using Stripe to bill you.
This is all about the right answer to the right questions.
And the best way to know if someone values what you do, is if they are willing to pay for it (and how much)


