Live data from Hacker News

Asqi: A codebase explorer designed to help navigate and understand Git projects

dev.asqi.io

1–10 of 40 posts

Re: Asqi: A codebase explorer designed to help navigate and understand Git projects

#2
tools like Greptile (which this seems close to) to understand Git projects were one time use for me (rendering monthly subscription pointless)

once how to properly use github search especially

also not sure about the web design i guess there are some tools where this works

Re: Asqi: A codebase explorer designed to help navigate and understand Git projects

#5
I’m wondering what computer language analysis tools are necessary to make this work for another language. The OG page supplies this info

    Supported languages
    -------------------
    Asqi can provide file-level indexing for everything, 
    and it provides semantic indexing for:

    + C/C++
    + Java
    + Go
    + Rust
    + JavaScript/TypeScript
    + Python

Re: Asqi: A codebase explorer designed to help navigate and understand Git projects

#7
post #3

The demo is not working for me: https://demo.dev.asqi.io/

Same, getting:

  3main.5cc1145c.js:2 TypeError: Cannot read properties of undefined (reading 'p')
    at V.rpc (main.5cc1145c.js:2:23177)
    at V.server_repos (main.5cc1145c.js:2:25611)
    at e (main.5cc1145c.js:2:93041)
Would really like to try this out

Re: Asqi: A codebase explorer designed to help navigate and understand Git projects

#8
post #3

The demo is not working for me: https://demo.dev.asqi.io/

Hi, thanks for trying it out! The server crashed, sorry about that. I need to add a liveness check. It should be working now.

As for comments asking to install React, it's a bug on my end. Create-react-app leaves a manifest.json file in public/, which causes the prompt to appear. I've deleted it in the latest container image but haven't redeployed yet since we've got a lot of active users at the moment.

Anyway, you don't have to install anything, nor will you ever have to, in order to use Asqi.

Re: Asqi: A codebase explorer designed to help navigate and understand Git projects

#9
post #5

I’m wondering what computer language analysis tools are necessary to make this work for another language. The OG page supplies this info Supported languages ------------------- Asqi can provide file-level indexing for everything, and it provides semantic indexing for: + C/C++ + Java + Go + Rust + JavaScript/TypeScript + Python

It's actually pretty straightforward; we use tree-sitter for parsing and it takes me about 2-3 hours for each language. So I'm planning to add a lot more in the near future.

If you have any that you find especially valuable, let me know and I'll see if I can prioritize them.

Re: Asqi: A codebase explorer designed to help navigate and understand Git projects

#10
post #7
post #3

The demo is not working for me: https://demo.dev.asqi.io/

Same, getting: 3main.5cc1145c.js:2 TypeError: Cannot read properties of undefined (reading 'p') at V.rpc (main.5cc1145c.js:2:23177) at V.server_repos (main.5cc1145c.js:2:25611) at e (main.5cc1145c.js:2:93041) Would really like to try this out

Got it working again! Sorry about that, server crash possibly from being on HN :)
Post reply on HN