Hacker News

Show HN: JetScript – A poetic scripting language for MVPs (built in 14 hours)

Hacker News - Wed, 03/26/2025 - 4:11am

Hey HN

I built JetScript, a new minimal scripting language for building MVPs and web UIs – in just 14 hours.

It focuses on:

- Poetic, JSX-free syntax (inspired by natural language) - No build, no config, just `jets run app.jet` - State, UI, and routing — all in one expressive DSL - A philosophy: write fast, burn faster (built for hackathons & idea iteration)

Here’s an example:

route "/" => state count = 0 view: h1 "Count: #{count}" button { onclick: inc(count) } "+"

JetScript isn’t meant to scale. It’s meant to create — quickly.

GitHub: https://github.com/jetscript-lang/JetScript X/Twitter: https://x.com/structax

Would love your feedback

Comments URL: https://news.ycombinator.com/item?id=43479937

Points: 4

# Comments: 0

Categories: Hacker News

Show HN: AI-Powered Document Parsing for SMEs

Hacker News - Wed, 03/26/2025 - 4:08am

I made a tool called Parsie because I was tired of manually copying and pasting data from PDFs, invoices, and emails into spreadsheets. Running a small business means dealing with tons of vendor documents, and I just wanted an easy way to extract the important details without setting up complicated rules or templates.

Parsie is an AI-powered document parser that pulls structured data from files. No coding, no complex setup—just upload a document (and optionally describe what you need). It will integrate with Zapier, so you can automate workflows with thousands of other apps. Google Workspace integration is also coming soon!

I built this for small businesses and teams that don’t have time to deal with messy documents. Would love to hear what you think—feedback, feature requests, or just a “this sucks” is all welcome!

Try it out at parsie.pro (there’s a free trial). Happy to answer any questions!

Comments URL: https://news.ycombinator.com/item?id=43479914

Points: 1

# Comments: 0

Categories: Hacker News

Why Is It Lovely

Hacker News - Wed, 03/26/2025 - 3:49am
Categories: Hacker News

AI-Driven Hiring: How MokaHR Transforms Talent Acquisition

Hacker News - Wed, 03/26/2025 - 3:47am

Hiring isn’t just about filling positions—it’s about building high-performing teams. At MokaHR, we leverage AI to streamline recruitment, ensuring companies find candidates who aren’t just qualified but truly aligned with their culture and goals.

Intelligent Matching: Precision in Hiring

Traditional hiring processes are inefficient and biased. MokaHR’s intelligent matching function uses advanced algorithms to analyze multiple data points, pairing candidates with roles where they can thrive. This reduces guesswork and ensures quality hires that contribute to long-term business success.

Data-Driven Hiring Decisions

Gut-feeling hiring leads to costly mistakes. MokaHR provides real-time, data-rich insights, helping recruiters make evidence-based decisions. Our AI examines candidate backgrounds, competencies, and career trajectories, creating comprehensive profiles that go beyond surface-level resume details.

AI-Powered Candidate Profiling

MokaHR doesn’t just scan resumes—it understands candidates. Our system evaluates professional history, skill relevance, and key performance indicators, ensuring hiring managers get a clear picture of each applicant’s potential. The result? More accurate, bias-free hiring.

The Business Impact

Hiring better talent faster isn’t just a convenience—it’s a competitive advantage. Companies using MokaHR experience reduced time-to-hire, stronger teams, and higher retention rates. Our AI-driven approach ensures that every hire adds measurable value, fueling growth and innovation.

The Future of Hiring

The hiring landscape is shifting, and companies still relying on manual processes will fall behind. AI-powered recruitment isn’t a luxury; it’s a necessity. MokaHR is at the forefront of this transformation, redefining how businesses attract, evaluate, and secure top talent.

Comments URL: https://news.ycombinator.com/item?id=43479798

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: AI search engine for GitHub repos

Hacker News - Wed, 03/26/2025 - 3:35am

Hi HN! I want to show my person project that help you find github repos fastly.

Githubhunt is an AI chatbot + tool call-based assistant designed to help users discover GitHub repositories through conversational interactions. It allowing users to find the most suitable repositories via natural language queries.

Project website: https://githubhunt.top

Features: 1. Natural language repository search 2. Search within a user's starred repositories, by using `--user` parameter. 3. Summarize repository READMEs – Extract and condense key features from project documentation.

Comments URL: https://news.ycombinator.com/item?id=43479735

Points: 1

# Comments: 0

Categories: Hacker News

Pages