Flat Data

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. tailwind-vscode

    The OCTO DevEx team reaaaaaallly loves VS Code — beyond the editor, it's just a great surface for experimental developer tooling!

    GitHub Codespaces aren't generally available yet, but being able to target both "native" VS Code as well as in-browser VS Code with the same extension is super powerful. Expect a lot more from us on that front.

    We've also released a pair of little projects re VS Code development that we've extracted from our work:

    * [tailwind-vscode](https://github.com/githubocto/tailwind-vscode): a [Tailwind CSS](https://tailwindcss.com/) plugin which creates Tailwind color tokens for each of the VS Code theme colors, easing theme-native styling in VS Code.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. * [snowpack-vscode-extension-template](https://github.com/githubocto/snowpack-vscode-extension-temp...): a VS Code extension template that incorporates the fastest toolchain with the wisdom we've accumulated about webview development.

  4. * [snowpack-vscode-extension-template](https://github.com/githubocto/snowpack-vscode-extension-temp...): a VS Code extension template that incorporates the fastest toolchain with the wisdom we've accumulated about webview development.

  5. Tailwind CSS

    A utility-first CSS framework for rapid UI development.

    The OCTO DevEx team reaaaaaallly loves VS Code — beyond the editor, it's just a great surface for experimental developer tooling!

    GitHub Codespaces aren't generally available yet, but being able to target both "native" VS Code as well as in-browser VS Code with the same extension is super powerful. Expect a lot more from us on that front.

    We've also released a pair of little projects re VS Code development that we've extracted from our work:

    * [tailwind-vscode](https://github.com/githubocto/tailwind-vscode): a [Tailwind CSS](https://tailwindcss.com/) plugin which creates Tailwind color tokens for each of the VS Code theme colors, easing theme-native styling in VS Code.

  6. nyt-2020-election-scraper

    This is a really powerful use-case! If you saw Alex Gaynor's election tracker[1] during the US 2020 elections, it's exactly how it worked. Actions scraped the NYT election results.json, and a static site on GH pages rendered the data, XHRing the scraped JSON out of the repo periodically.

    There's no GraphQL backend yet! We've only done HTTP and SQL backends so far. If your GQL query is simple enough, you might be able to squeak by with an HTTP flat action whose target is https://your.site/graphql?query=whatever ?

    [1] https://alex.github.io/nyt-2020-election-scraper/battlegroun...

  7. sqlite-diffable

    Tools for dumping/loading a SQLite database to diffable directory structure

    I have an experiment from a while ago around this idea: sqlite-diffable is a tool for dumping out a SQLite database to disk in a format that is designed to live in a git repository and produce readable diffs: https://github.com/simonw/sqlite-diffable

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Building a To-Do List Using Hotwire and Stimulus

    3 projects | dev.to | 22 Feb 2022
  • Tailwind vs Linaria: Performance Investigation

    4 projects | dev.to | 24 Apr 2025
  • Less Code, More Flow: Streamline your Frontend Workflow with Shadcn/UI

    3 projects | dev.to | 24 Apr 2025
  • 🌟 How to Create a Beautiful GitHub Profile README (With Code Example!)

    2 projects | dev.to | 21 Apr 2025
  • Running Phoenix applications on RISC-V: A Practical Report

    3 projects | dev.to | 19 Apr 2025

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?