Skip to content
/ starter Public template

A plainstack starter template

License

Notifications You must be signed in to change notification settings

justplainstuff/starter

Repository files navigation

Plainstack Starter

This is a plainstack starter app. Plainstack is a single-file full-stack web framework built on top of Hono.

Deploy on Railway

This starter sets you app with the following features, all in a single file:

Features

  • Tailwind & DaisyUI
  • Google OAuth
  • Sessions
  • Form Validation
  • Database Migrations & Type-safe SQL Queries
  • Type-safe Environment Variables

Getting Started

  1. Clone the repository: git clone [email protected]:justplainstuff/starter.git
  2. Install dependencies: bun install
  3. Create a .env file in the root of the project with the following content:
GOOGLE_CLIENT_ID=client_id
GOOGLE_CLIENT_SECRET=client_secret
  1. Run the app locally: bun dev