
Security News
PyPI Expands Trusted Publishing to GitLab Self-Managed as Adoption Passes 25 Percent
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads
A modern CLI tool for scaffolding Astro applications with libSQL/Turso database integration and flexible deployment to Cloudflare Pages, Vercel, or Netlify
A modern CLI tool for scaffolding Astro applications with libSQL/Turso database integration and Cloudflare, Vercel or Netlify deployment
bit2 is the fastest way to create modern web applications with a complete, production-ready stack. Get a beautiful Astro site with database integration and deployment configured in minutes.
# Install globally
npm install -g bit2-cli
# Create a new project
bit2 new my-awesome-app
# Start developing
cd my-awesome-app
bit2 dev
# Deploy to production (when ready)
bit2 deploy
That's it! Your app is running with a database, API endpoints, and a beautiful UI. When ready, deploy to production with a single command!
bit2 new <project-name>Creates a new Astro project with everything configured:
bit2 devStarts the development server with local SQLite database and hot reload
bit2 deploySmart deployment workflow:
bit2 migrateRuns database migrations for both local and production databases
# Create new project
bit2 new my-app
cd my-app
# Start development
bit2 dev
# Deploy to production
bit2 deploy
my-app/
├── src/
│ ├── pages/ # Astro pages (frontend + API)
│ ├── components/ # Astro components
│ ├── db/
│ │ ├── client.ts # Database client configuration
│ │ ├── schema.sql # Database schema
│ │ └── seed.sql # Sample data
│ └── lib/
│ └── db.ts # Database utilities
├── dev.db # Local SQLite database
├── astro.config.mjs # Astro + Cloudflare, Vercel or Netlify configuration
└── package.json
./dev.dbThe bit2 deploy command handles everything:
# Install Bun
curl -fsSL https://bun.sh/install | bash
# Install Turso CLI (required for deployment)
curl -sSfL https://get.tur.so/install.sh | bash
turso auth signup
# Install CLI tools for deployment
brew install gh # GitHub CLI
gh auth login
We welcome contributions! Here's how to get started:
git checkout -b feature/amazing-feature)bit2 test)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)MIT License - see the LICENSE file for details.
Made with ❤️ for the modern web
FAQs
A modern CLI tool for scaffolding Astro applications with libSQL/Turso database integration and flexible deployment to Cloudflare Pages, Vercel, or Netlify
We found that bit2-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.