Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
SvelteKit full-stack boilerplate for a Pastebin-like CRUD app with auth, testing, CI/CD, and observability.

A full-stack Next.js TypeScript template focused on functionality over UI, featuring Zustand, TanStack Query, and ESLint 9 support.
code-snippet-sharing is a SvelteKit full-stack boilerplate that builds a Pastebin-like CRUD app while showcasing production support tooling such as unit tests, E2E tests, CI/CD, Docker, error tracking, and structured logging.
code-snippet-sharing is an open-source SvelteKit application that functions as a simple Pastebin clone: users sign in with Google, create code snippets, browse all snippets with filtering and sorting, and view details. The project accepts authentication credentials and snippet content as inputs, and produces a paginated, sortable snippet library stored in PostgreSQL. It was created by developer nodeexx as a learning sandbox to experiment with SvelteKit and supporting services. The README describes it as a "total overkill" example that originally started as a simple CRUD app and grew into a kitchen sink of integrations.
npm run test:unit:node and npm run test:unit:dom, plus a :coverage suffix for reports.npm run lint:fix to auto-fix issues.The README documents a concrete local setup: install Node.js, Docker, and Docker Compose; create .env.local and .env.playwright files; run npm ci and install Playwright browsers. npm run dev boots PostgreSQL in Docker and the SvelteKit app through Vite with the database automatically migrated. Running scripts/stack/local/infra/stack-only/seed.js applies seed data, and npm run lint:fix runs all linters.
