← All projects

in development

Gistify

A developer-focused app for creating, discovering, and sharing code snippets, configuration files, and technical notes, with flexible privacy controls.

Gistify gives developers a straightforward way to store and share small pieces of useful code without creating a full repository. Publish a gist for others to discover, share it through an unlisted link, or keep it private within your account.

The application combines an interactive Blazor interface with an ASP.NET Core API, orchestrated through Aspire. PostgreSQL stores accounts and gists, while Entity Framework Core handles persistence. A Backend-for-Frontend authentication model keeps access and refresh tokens on the server, using HttpOnly cookies and antiforgery protection for browser interactions.

Main capabilities

  • Create, edit, and delete personal gists.
  • Choose public, unlisted, or private visibility and optional expiration.
  • Explore public gists with search, language filters, and sorting.
  • Like snippets, copy their content, share links, or view raw text.
  • Manage profile details and change or reset passwords.
  • Switch between persistent light and dark themes.