krıtıve
Sign in

Join kritive

Show what you build.

Sign inCreate account
HomeTrendsCollectionsProfileSettings
Help
krıtıve
HomeTrendsSearchActivityMessages

krıtıve© 2026

TrendsHelpTermsPrivacyContent Policy

What's gaining momentum

Trending

Across 0 projects

AllWeb AppMobile AppCLI ToolAPI / LibraryDeveloper ToolAI / MLGameProductivityDashboardHardware / IoTDesignOther

Trending now

Palette
sana_designs
·2w ago
Palette

I made a tool that builds an accessible color system from one brand color

Give it a single hex and Palette builds a full WCAG-AA scale with light and dark tokens, then exports to CSS variables, Tailwind config, or Figma. The contrast checker is the part I am proudest of.

designfrontendAccessibility
3
devon_ships
·1w ago
Loopback

I built a tool to record, trim, and replay API mocks in one click

A proxy that records real responses and lets you replay them as fixtures. Great for demos and for tests that should not hammer a third party API. Exports to a flat folder you can commit.

backendapiDevTools
2
maya_builds
·1d ago
Ledger

I made a plain-text personal finance tracker you actually own

Ledger keeps your accounts in a human-readable text file with a fast UI on top for entry and charts. Imports from CSV, exports to anything. No bank logins, no data broker, no subscription.

local-firstproductivityopen-source
4
devon_ships
·1d ago
Cohort

I made self-hosted feature flags without the enterprise pricing

Self-hosted feature flags without the enterprise pricing or the sales call. Toggle features per user or by percentage rollout from a clean dashboard, with SDKs for a few languages and everything running in one Docker container so your data stays yours. The part I sweated was making percentage rollouts sticky: I hash the user id into the bucket so a given user does not flip-flop between variants on every request, which sounds obvious but is easy to get wrong and miserable to debug. It evaluates flags inline with no network hop using a local cache that refreshes in the background. Audit logs and scheduled rollouts are on the list.

backendsaasopen-source
3
theo_hacks
·2d ago
sift

I built a way to fuzzy-find my whole shell history and run it again

A tiny Rust TUI that indexes your shell history and lets you fuzzy-search and re-run commands across every project you have touched. Single binary, sub-millisecond search.

CLIRustDevTools
2
theo_hacks
·2d ago
loomctl 0.4

Update: loomctl now has a proper split-pane TUI

0.4 adds a real split view so you can pin one noisy container while the merged stream keeps scrolling beside it. No screenshot, the terminal does not screenshot well, just trust me and try it.

CLIRust
2
Knead
sana_designs
·5d ago
Knead

I built a drag-and-drop editor for CSS easing curves

Sketch an easing curve by hand and Knead copies out the cubic-bezier or a spring config. It previews on a real button so you feel the motion instead of guessing at numbers.

designfrontendanimation
4
theo_hacks
·2w ago
loomctl

I built a way to see every container's logs as one live, color-coded stream

A terminal UI that merges and color-codes logs across a whole compose stack so you stop juggling ten panes. Written in Rust, ships as a single binary, and starts instantly. The trick is that it tails every container at once and interleaves them on one timeline, with per-service colors and a filter you can edit live without restarting. I built it during an incident where the bug was obvious in the logs but I could not see it across four scrolling windows at 2am. It handles backpressure now, so a chatty container does not drown out the quiet one that is actually failing. Saved filter presets and a jump-to-last-error key are next on the list.

CLIDevToolsRust
2
Starfield Toy
leo_makes
·1w ago
Starfield Toy

I made an interactive particle starfield you can sculpt with your cursor

A weekend WebGL toy: 200k particles that flock and scatter around the pointer. Pure shader math, no physics library. Mostly an excuse to learn compute-ish tricks in WebGL2.

WebGLcreative-coding
4
priya_codes
·2w ago
Reefcast

I made hyper-local surf and tide forecasts for divers

Pulls NOAA buoy data and renders a clean seven day swell chart. I made it for my weekend dive trips and a few dive shops started using it.

datamapsmobile
1
maya_builds
·1d ago
shotsort

I wrote a 50-line script that renames my screenshots by what's in them

Runs a tiny local vision model over new screenshots and renames Screenshot-2025-whatever to something I can actually find later. My desktop is no longer a graveyard.

automationlocal-first
5
theo_hacks
·6d ago
Threadbare

I made a minimalist forum that is just markdown and links

No upvotes, no algorithm, just chronological threads. Self-hosted as a single binary. I built it to host a tiny community without feeding it to an ad model.

open-sourcebackendRust
4
Plink
leo_makes
·1d ago
Plink

I built a browser toy that turns mouse gestures into generative music

Draw a shape and Plink turns it into an evolving little melody with a tiny synth in the Web Audio API. No samples, all synthesis. Weirdly meditative, I lose ten minutes to it daily.

creative-codingaudioWebGL
3
maya_builds
·3w ago
Tide

I built a local-first notes app that syncs without a server

Tide keeps everything in a local SQLite file and syncs peer to peer over a tiny last-writer-wins CRDT, so there is no server in the middle and no account to make. Your notes never leave devices you own, which is the entire point. I started it because every notes app I tried eventually wanted my email, then a subscription, then my data. The sync was the hard part: I spent two weeks getting conflict resolution to feel boring and predictable instead of clever. Setting up a second device is still clunky and search is naive, but for daily capture it has quietly replaced everything else I used. Encrypted sync and a proper mobile build are next.

local-firstproductivityopen-source
1
sana_designs
·2w ago
Forge UI

I've been building an open-source component library with a brutalist bent

Forty plus accessible React components, zero runtime CSS, themeable with CSS variables. MIT licensed. I wanted something opinionated that did not look like every other component kit.

open-sourcefrontenddesign
1

Trending tags

  1. 1open-source
  2. 2CLI
  3. 3productivity
  4. 4backend
  5. 5Rust
  6. 6automation
  7. 7local-first
  8. 8
frontend
  • 9WebGL
  • 10DevTools
  • 11design
  • 12tools